.btn-primary,
.theme-btn{
	background:linear-gradient(135deg,#D4AF37,#E7C766);
	color:#fff;
	border:none;
	padding:14px 30px;
	border-radius:50px;
	font-weight:600;
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
.btn-primary:hover,
.theme-btn:hover{
	background:linear-gradient(135deg,#B99022,#D4AF37);
	transform:translateY(-3px);
}h1,h2,h3,h4,h5,h6{
	color:#3B2A1E;
	font-weight:700;
}

.section-heading span{
	color:#D4AF37;
	letter-spacing:3px;
	text-transform:uppercase;
	font-weight:600;
}

p{
	line-height: 1.7em;
	margin-bottom: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-weight: 700;
	line-height: 1.1em;
	color: var(--primary-color);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}
/* ===========================
   Mobile Responsive
=========================== */
@media (max-width:768px){

    .resi-section{
        padding:60px 0 !important;
    }

    .resi-grid{
        display:flex !important;
        flex-direction:column !important;
        gap:40px !important;
    }

    .resi-img-wrap{
        width:100% !important;
        text-align:center !important;
    }

    .resi-img-main{
        width:100% !important;
        height:auto !important;
        border-radius:18px !important;
    }

    .resi-img-accent{
        width:120px !important;
        right:10px !important;
        bottom:-20px !important;
    }

    .resi-badge{
        left:15px !important;
        bottom:15px !important;
        font-size:13px !important;
        padding:8px 14px !important;
    }

    .resi-content{
        text-align:center !important;
    }

    .resi-content h2{
        font-size:30px !important;
        line-height:1.3 !important;
    }

    .resi-content p{
        font-size:15px !important;
        line-height:1.8 !important;
    }

    .feat-list{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:12px !important;
        margin-top:25px !important;
    }

    .feat-item{
        justify-content:center !important;
        font-size:15px !important;
    }

    .stats-row{
        display:grid !important;
        grid-template-columns:repeat(3,1fr) !important;
        gap:12px !important;
        margin-top:30px !important;
    }

    .stat-box{
        padding:18px 10px !important;
    }

    .stat-box h3{
        font-size:24px !important;
    }

    .stat-box p{
        font-size:13px !important;
    }
}

@media (max-width:480px){

    .resi-content h2{
        font-size:26px !important;
    }

    .resi-img-accent{
        width:90px !important;
    }

    .stats-row{
        grid-template-columns:1fr !important;
    }

    .stat-box{
        width:100% !important;
    }
}


@media (max-width:768px){

    .split,
    .split.reverse{
        display:flex !important;
        flex-direction:column !important;
        gap:40px !important;
    }

    .img-frame{
        width:100% !important;
        text-align:center !important;
    }

    .img-frame img{
        width:100% !important;
        height:auto !important;
        display:block !important;
        border-radius:18px !important;
    }

    .img-badge{
        left:15px !important;
        bottom:15px !important;
        padding:8px 16px !important;
        font-size:13px !important;
    }

    .split-content{
        width:100% !important;
        text-align:center !important;
    }

    .section-title{
        font-size:32px !important;
        line-height:1.3 !important;
    }

    .section-desc{
        font-size:15px !important;
        line-height:1.8 !important;
    }

    .why-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:18px !important;
        margin-top:25px !important;
    }

    .why-card{
        width:100% !important;
        padding:20px !important;
    }

    .why-card-icon{
        margin:0 auto 15px !important;
    }

    .why-card h4{
        font-size:20px !important;
    }

    .why-card p{
        font-size:15px !important;
        line-height:1.7 !important;
    }
}

/* Small Mobile */

@media (max-width:480px){

    section{
        padding:60px 0 !important;
    }

    .section-title{
        font-size:26px !important;
    }

    .section-desc{
        font-size:14px !important;
    }

    .why-card{
        padding:18px !important;
    }

    .why-card h4{
        font-size:18px !important;
    }

    .why-card p{
        font-size:14px !important;
    }

    .img-badge{
        font-size:12px !important;
        padding:6px 12px !important;
    }
}
.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}.main-header,
.navbar{
	background: #000;
	border-bottom: 1px solid rgba(201,161,74,0.4);
}.main-menu ul li a{
	color: #C9A14A;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}

.main-menu ul li a:hover{
	color: #FFFFFF;
}.btn-default{
	background: #C9A14A;
	color: #000;
	border: 1px solid #C9A14A;
	font-weight: 600;
}

.btn-default:hover{
	background: transparent;
	color: #C9A14A;
}.hero::before{
	content:'';
	position:absolute;
	inset:0;
	background:rgba(0,0,0,0.55);
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default{
	position: relative;
    display: inline-block;
    background: var(--accent-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 46px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default:hover{
	background: transparent;
    color: var(--white-color);
}

.btn-default::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-20px, -50%);
    transition: all 0.4s ease-in-out;
}

.btn-default:hover::before{
	transform: translate(-18px, -50%);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.btn-default.btn-highlighted{
	background-color: var(--white-color);
	color: var(--accent-color);
}

.btn-default.btn-highlighted:hover{
	color: var(--white-color);
}

.btn-default.btn-highlighted::before{
	background-image: url(../images/arrow-accent.svg);
}

.btn-default.btn-highlighted:hover::before{
    filter: brightness(0) invert(1);
}

.btn-default.btn-highlighted::after{
	background-color: var(--accent-color);
}

.cb-cursor:before{
	background: var(--accent-color);
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

.section-row{
	margin-bottom: 80px;
}

.section-row .section-title{
	margin-bottom: 0;
	margin-right: 30px;
}

.section-btn{
	text-align: end;
}

.section-title-content{
	margin-left: 120px;
}

.section-title-content p{
	margin: 0;
}

.section-title{
	margin-bottom: 40px;
}

.section-title h3{
	display: inline-block;
	position: relative;
	font-size: 16px;
    font-weight: 500;
	line-height: 1.6em;
    text-transform: capitalize;
    color: var(--accent-color);
	padding-left: 35px;
    margin-bottom: 20px;
}

.section-title h3::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/icon-sub-heading.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
    width: 24px;
    height: 5px;
}

.section-title h1{
	font-size: 80px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h2{
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h1 span,
.section-title h2 span{
	color: var(--accent-color);
}

.section-title p{
	margin-top: 30px;
	margin-bottom: 0;
}


.section-title-content.dark-section p,
.section-title.dark-section p,
.section-title.dark-section h2,
.section-title.dark-section h3{
	color: var(--white-color);
}

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header{
	position: relative;
	z-index: 100;
}

header.main-header .header-sticky{
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background: var(--primary-color);
	border-bottom: 1px solid var(--dark-divider-color);
}


.slicknav_btn{
	background: var(--accent-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 0;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
	position: absolute;
    width: 100%;
	padding: 0;
	background: var(--accent-color);
}

.slicknav_menu ul{
	margin: 5px 0;
}

.slicknav_menu ul ul{
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	position: relative;
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 20px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--primary-color);
}

.slicknav_menu ul ul li a{
    padding: 10px 20px 10px 30px;
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
	position: absolute;
	right: 15px;
    top: 15px;
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: rotate(-180deg);
	color: var(--primary-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

/************************************/
/***       05. About Us css 	  ***/
/************************************/

.about-us{
	background-image: url('../images/section-bg-shape-1.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding: 100px 0;
}

.about-us-images{
	position: relative;
	background-image: url(../images/about-us-bg-shape.svg);
	background-repeat: no-repeat;
	background-position: left 60px bottom 40px;
	background-size: auto;
	padding-right: 100px;
	padding-bottom: 180px;
	margin-right: 30px;
}

.about-img-1 figure,
.about-img-2 figure{
	display: block;
}

.about-img-1 img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}

.about-img-2{
	position: absolute;
	width: 100%;
	max-width: 385px;
	bottom: 0;
	right: 0;
}

.about-img-2 img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}

.experience-counter{
	position: absolute;
	top: 0;
	left: 0;
	height: 152px;
	width: 152px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
	border: 6px solid var(--white-color);
	transform: translate(-50%, -6px);
	border-radius: 50%;
}

.experience-counter h3{
	font-size: 34px;
	color: var(--white-color);
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}

.experience-counter p{
	font-weight: 600;
	line-height: 1.4em;
	text-transform: capitalize;
	color: var(--white-color);
	text-align: center;
	margin-bottom: 0;
}

.feedback-counter{
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(-180deg) translate(20px, -20px);
    writing-mode: vertical-rl;
	display: flex;
	align-items: center;
}

.feedback-counter p{
	font-size: 16px;
	font-weight: 500;
	color: var(--white-color);
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	margin: 0 0 15px 0;
	transition: all 0.3s ease-in-out;
}

.feedback-counter:hover p{
	background-color: var(--primary-color);
}

.feedback-counter h3{
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	width: calc(100% - 75px);
}

.about-us-content-body{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}

.about-us-content-body::before{
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	border: 1px solid var(--divider-color);
	width: 1px;
	height: 100%;
}

.about-us-content-info{
	width: calc(50% - 40px);
}

.about-us-content-list{
	margin-bottom: 40px;
}

.about-us-content-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-us-content-list ul li{
	position: relative;
	font-weight: 500;
	color: var(--primary-color);
	padding-left: 30px;
	margin-bottom: 15px;
}

.about-us-content-list ul li:last-child{
	margin-bottom: 0;
}

.about-us-content-list ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--accent-color);
    display: inline-block;
    top: 2px;
    left: 0;
}

.about-us-contact-list{
	width: calc(50% - 40px);
}

.about-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.about-contact-item:last-child{
	margin-bottom: 0;
}

.about-contact-item .icon-box{
	width: 40px;
	height: 40px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}

.about-contact-item:hover .icon-box{
	background-color: var(--primary-color);
}

.about-contact-item .icon-box figure{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.about-contact-item .icon-box img{
	max-width: 40px;
	border-radius: 50%;
}

.about-contact-item .icon-box i{
	font-size: 18px;
	color: var(--white-color);
}

.about-contact-content{
	width: calc(100% - 55px);
}

.about-contact-content h3{
	font-size: 20px;
	text-transform: capitalize;
}

.about-contact-content p{
	font-weight: 500;
	color: var(--primary-color);
	text-transform: capitalize;
	margin-bottom: 0;
}

/************************************/
/***     06. Why Choose Us css    ***/
/************************************/

.why-choose-us{
	padding: 100px 0;
	background-color: var(--secondery-color);
}

.why-choose-item{
	display: flex;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.why-choose-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.why-choose-item .icon-box{
	position: relative;
	width: 60px;
	height: 60px;
	background-color: var(--divider-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .icon-box{
	background-color: transparent;
}

.why-choose-item .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--primary-color);
	border-radius: 50%;
	height: 100%;
	width: 100%;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}

.why-choose-item:hover .icon-box::before{
	transform: scale(1);
}

.why-choose-item .icon-box img{
	max-width: 24px;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.why-choose-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.why-choose-item-content{
	width: calc(100% - 80px);
}

.why-choose-item-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.why-choose-item-content p{
	color: var(--primary-color);
	margin-bottom: 0;
}

.why-choose-images{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-left: 30px;
}

.why-choose-img-box-1,
.why-choose-img-box-2{
	display: flex;
	gap: 20px;
	width: 100%;
}

.why-choose-img-1 figure,
.why-choose-img-2 figure,
.why-choose-img-3 figure,
.why-choose-img-4 figure{
	display: block;
}

.why-choose-img-1{
	width: calc(57% - 10px);
}

.why-choose-img-1 img{
	width: 100%;
	aspect-ratio: 1 / 0.756;
	object-fit: cover;
}

.why-choose-img-2{
	width: calc(43% - 10px);
}

.why-choose-img-2 img{
	width: 100%;
	aspect-ratio: 1 / 1.01;
	object-fit: cover;
}

.why-choose-img-3{
	width: calc(67% - 10px);
}

.why-choose-img-3 img{
	width: 100%;
	aspect-ratio: 1 / 0.746;
	object-fit: cover;
}

.why-choose-img-4{
	width: calc(33% - 10px);
}

.why-choose-img-4 img{
	width: 100%;
	aspect-ratio: 1 / 1.55;
	object-fit: cover;
}

/************************************/
/***     07. Our Services css     ***/
/************************************/

.our-services{
	padding: 100px 0;
}

.service-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.service-image a{
	display: block;
	cursor: none;
}

.service-image a figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 105%);
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.service-image img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1.36;
	transition: all 0.4s ease-in-out;
}

.service-item:hover .service-image img{
	transform: scale(1.1);
}

.service-btn{
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1;
}

.service-btn a{
	background-color: var(--accent-color);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.service-btn a:hover{
	background-color: var(--primary-color);
}

.service-btn a img{
	max-width: 20px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.service-btn a:hover img{
	transform: rotate(0)
}

.service-content{
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	z-index: 1;
}

.service-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 10px;
}

.service-content h3 a{
	color: inherit;
}

.service-content p{
	color: var(--white-color);
	margin-bottom: 0;
}

.all-services-btn{
	text-align: center;
	margin-top: 20px;
}

/************************************/
/***      08. Intro Video css     ***/
/************************************/

.intro-video .container-fluid{
	padding: 0;
}

.intro-video-box{
	position: relative;
    overflow: hidden;
	z-index: 1;
}

.intro-video-image a{
	display: block;
	cursor: none;
}

.intro-video-image figure::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0%, rgba(25, 35, 36, 0.6) 80.94%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.intro-video-image img{
	width: 100%;
	aspect-ratio: 1 / 0.41;
	object-fit: cover;
}

.video-play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.video-play-button a{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--white-color);
	border: 1px solid var(--white-color);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto;	
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	transition: all 0.3s ease-in-out;
}

.video-play-button a:hover{
	border-color: var(--primary-color);
	color: var(--primary-color);
}

/************************************/
/***    09. Latest Project css    ***/
/************************************/

.our-project{
	padding: 100px 0 70px;
}

.our-Project-nav{
	text-align: center;
	margin-bottom: 60px;
}

.our-Project-nav ul{
	list-style: none;
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px 30px;
	padding: 0;
	margin: 0;
}

.our-Project-nav ul li a{
	position: relative;
	display: inline-block;
	color: var(--primary-color);
	font-weight: 500;
	line-height: 1.2em;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.our-Project-nav ul li a:after,
.our-Project-nav ul li a:before{
	content: '';
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    transform: scaleX(0);
}

.our-Project-nav ul li a:after{
	top: -8px;
	bottom: auto;
	left: 0px;
}

.our-Project-nav ul li a:hover:before,
.our-Project-nav ul li a.active-btn:before,
.our-Project-nav ul li a:hover:after,
.our-Project-nav ul li a.active-btn:after{
	transform-origin: bottom left;
    transform: scaleX(1);
}

.project-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.project-featured-image figure::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 111.33%);
	z-index: 0;
}

.project-btn{
	position: absolute;	
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(20px);
	border-radius: 50%;
	transform: translate(-50%, -30%);	
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.project-item:hover .project-btn{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);	
}

.project-btn a{
	width: 100px;
	height: 100px;
	background: var(--dark-divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.project-btn img{
	max-width: 24px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.project-btn a:hover{
	background: var(--primary-color);
}

.project-btn a:hover img{
	transform: rotate(0deg);
}

.project-featured-image img{
	width: 100%;
    aspect-ratio: 1 / 0.79;
    object-fit: cover;
}

.project-content{
	position: absolute;
	left: 40px;
	bottom: 40px;
	right: 40px;
}

.project-content h3,
.project-content h2{
	color: var(--white-color);
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}

.project-content h3{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.project-content h2{
	font-size: 20px;
	font-weight: 700;
}

.project-content h2 a{
	color: inherit;
}

/************************************/
/***      10. How We Work css     ***/
/************************************/

.how-we-work{
	background: var(--primary-color);
	padding: 100px 0;
}

.how-we-work-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.how-we-work-item{
	width: calc(25% - 22.5px);
}

.how-we-work-item .icon-box{
	margin-bottom: 30px;
}

.how-we-work-item .icon-box img{
	max-width: 60px;
}

.how-we-work-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 10px;
}

.how-we-work-content p{
	color: var(--white-color);
	margin: 0;
}

.how-work-company-slider{
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 60px;
	padding-top: 60px;
}

.how-work-company-slider .company-logo{
	text-align: center;
}

.how-work-company-slider .company-logo img{
	width: 100%;
	max-height: 40px;
}

/************************************/
/***      11. Our Skills css      ***/
/************************************/

.our-skill{
	padding: 100px 0;
	background: url('../images/section-bg-shape-2.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.skills-progress-bar{
	margin-bottom: 40px;
}

.skills-progress-bar:last-child{
	margin-bottom: 0;
}

.skillbar .skill-data{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.skill-data .skill-title{
	font-size: 16px;
	text-transform: capitalize;
	color: var(--primary-color);
}

.skill-data .skill-no{
	font-size: 16px;
	color: var(--primary-color);
	margin-left: 20px;
}

.skill-progress{
	width: 100%;
	height: 12px;
	background: var(--divider-color);
	border-radius: 99px;
	position: relative;
}

.skill-progress .count-bar{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: var(--primary-color);
	border-radius: 99px;
}

.our-skill-image{
	position: relative;
	padding-bottom: 155px;
	margin-left: 65px;
}

.our-skill-img-1{
	width: 333px;
	position: relative;
	background: url('../images/our-skill-img-bg-dot.svg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 84px auto;
	padding: 30px 0 0 30px;
}

.our-skill-img-1 figure,
.our-skill-img-2 figure,
.our-skill-img-3 figure{
	display: block;
}

.our-skill-img-1 img{
	width: 100%;
	aspect-ratio: 1/1.37;
	object-fit: cover;
}

.our-skill-img-2{
	width: 202px;
	position: absolute;
	top: 70px;
	right: 0;
}

.our-skill-img-2 img{
	width: 100%;
	aspect-ratio: 1/0.93;
	object-fit: cover;
}

.our-skill-img-3{
	width: 333px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.our-skill-img-3 img{
	width: 100%;
	aspect-ratio: 1/0.97;
	object-fit: cover;
}

/************************************/
/***   12. Our Testimonials css   ***/
/************************************/

.our-testimonials{
	background: var(--secondery-color);
}

.our-testimonials .container-fluid{
	padding: 0;
}

.our-testimonials-image{
	height: 100%;
}

.our-testimonials-image figure,
.our-testimonials-image figure img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
}

.our-testimonial-content{
	padding: 100px;
}

.our-testimonial-content .section-title{
	background: url('../images/testimonial-quote.svg') no-repeat;
	background-position: top right;
	background-size: 162px auto;
}

.testimonial-slider{
	width: 100%;
	max-width: 620px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--divider-color);
}

.testimonial-slider .swiper-wrapper{
	cursor: none;
}

.testimonial-rating{
	margin-bottom: 20px;
}

.testimonial-rating i{
	font-size: 18px;
	color: var(--primary-color);
	margin-right: 2px;
}

.testimonial-rating i:last-child{
	margin-right: 0;
}

.testimonial-content{
	margin-bottom: 40px;
}

.testimonial-content p{
	font-size: 20px;
	color: var(--primary-color);
	margin: 0;
}

.testimonial-body{
	display: flex;
	align-items: center;
}

.testimonial-body .author-image{
	margin-right: 15px;
}

.testimonial-body .author-image img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.testimonial-body .author-content{
	width: calc(100% - 75px);
}

.testimonial-body .author-content h3{
	font-size: 20px;
	text-transform: capitalize;
}

.testimonial-body .author-content p{
	text-transform: capitalize;
	margin: 0;
}

.testimonial-rating-counter{
	display: flex;
	align-items: center;
	gap: 20px;
}

.testimonial-rating-counter .rating-counter h2{
	font-size: 58px;
}

.testimonial-client-rating{
	display: inline-block;
	background: var(--accent-color);
    padding: 0px 5px 3px 5px;
    line-height: 1em;
}

.testimonial-client-rating i{
	font-size: 10px;
	color: var(--white-color);
}

.testimonial-rating-content p{
	color: var(--primary-color);
	font-weight: 500;
	margin: 0;
}

/************************************/
/***       13. Our Blog css       ***/
/************************************/

.our-blog{
	padding: 70px 0;
	background: url('../images/section-bg-shape-2.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.post-item{
	height: calc(100% - 30px);
    margin-bottom: 30px;
}

.post-featured-image{
    margin-bottom: 20px;
}

.post-featured-image a{
    cursor: none;
}

.post-featured-image figure,
.post-featured-image a{
    display: block;
}

.post-featured-image img{
    width: 100%;
    aspect-ratio: 1 / 0.85;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img{
    transform: scale(1.1);
}

.post-item-content{
	margin-bottom: 15px;
}

.post-item-content h3{
	color: var(--primary-color);
    font-size: 20px;
	line-height: 1.4em;
}

.post-item-content h3 a{
    color: inherit;
}

.post-item-btn a{
	position: relative;
	color: var(--primary-color);
	font-weight: 500;
	text-transform: capitalize;
	padding-right: 25px;
}

.post-item-btn a::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0px , -50%);
	width: 17px;
	height: 16px;
	background: url('../images/arrow-dark.svg') no-repeat;
	background-position: right center;
	background-size: cover;
	transition: all 0.4s ease-in-out;
}

.post-item-btn a:hover::after{
	transform: translate(2px , -50%);
}

.our-blog-footer{
	margin-top: 20px;
	text-align: center;
}

/************************************/
/***      	14. Footer css 		  ***/
/************************************/

.main-footer{
	padding: 80px 0 0;
	background: var(--primary-color);
}

.main-footer .footer-header{
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.footer-social-links{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 30px;
}

.footer-social-link-title h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
}

.footer-social-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-social-links ul li{
	display: inline-flex;
	margin-right: 10px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
	display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a i{
	font-size: 18px;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover{
	background: var(--accent-color);
}

.footer-social-links ul li a:hover i{
	color: var(--white-color);
}

.footer-links h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 20px;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li:hover{
	color: var(--accent-color);
}

.footer-links ul li a{
	display: block;
	color: inherit;
}

.footer-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--dark-divider-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.footer-contact-item:hover .icon-box{
	border-color: var(--white-color);
}

.footer-contact-item .icon-box i{
	font-size: 16px;
	color: var(--white-color);
}

.footer-contact-content{
	width: calc(100% - 50px);
}

.footer-contact-content p{
	color: var(--white-color);
	margin: 0;
}

.footer-newsletter-form p{
	color: var(--white-color);
	margin-bottom: 30px;
}

.footer-newsletter-form .form-group{
	display: flex;
	background: var(--white-color);
	overflow: hidden;
}

.footer-newsletter-form .form-group .form-control{
	width: 85%;
	border: none;
	border-radius: 0;
	color: var(--text-color);
	background: transparent;
	padding: 13px 10px;
	box-shadow: none;
}

.footer-newsletter-form .form-group .form-control::placeholder{
	color: var(--text-color);
}

.footer-newsletter-form button{
	background-color: transparent;
	width: 15%;
	border: none;
	padding: 0;
}

.footer-newsletter-form button i{
	color: var(--accent-color);
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

.footer-newsletter-form button:hover i{
	color: var(--primary-color);
}

.footer-copyright{
	border-top: 1px solid var(--dark-divider-color);
	text-align: center;
	margin-top: 65px;
	padding: 40px 0;
}

.footer-copyright-text p{
	color: var(--white-color);
	margin: 0;
}

/************************************/
/***     15. About Us Page css 	  ***/
/************************************/

.page-header{
	position: relative;
	background: url('../images/page-header-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 270px 0 180px;
	margin-top: -118px;
}

.page-header::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0%, rgba(25, 35, 36, 0.4) 80.94%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-header-box{
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-box h1{
	display: inline-block;
	font-size: 80px;
    font-weight: 700;
	color: var(--white-color);
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    cursor: none;
}

.page-header-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-box ol li.breadcrumb-item{
	font-size: 22px;
	text-transform: capitalize;
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    font-size: 20px;
    color: var(--white-color);
}

.about-us.page-about-us{
	background: transparent;
}

.about-facility-list{
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.about-facility-item{
	width: calc(33.33% - 20px);
	display: flex;
}

.about-facility-item .icon-box{
	position: relative;
	height: 60px;
	width: 60px;
	background-color: var(--divider-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.about-facility-item .icon-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-facility-item:hover .icon-box:before{
	transform: scale(1);
}

.about-facility-item .icon-box img{
	max-width: 24px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.about-facility-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.about-facility-content{
	width: calc(100% - 80px);
}

.about-facility-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.about-facility-content p{
	margin-bottom: 0;
}

.vision-mission{
	padding: 100px 0 50px;
	background: linear-gradient(180deg, var(--primary-color) 60%, var(--white-color) 40%);
}

.vision-mission-box{
	background-color: var(--secondery-color);
	padding: 45px 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 150px;
}

.vision-mission-item{
	position: relative;
	width: calc(50% - 75px);
}

.vision-mission-item::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: -75px;
	bottom: 0;
	background-color: var(--divider-color);
	z-index: 1;
}

.vision-mission-item:nth-child(2n + 2)::before,
.vision-mission-item:last-child::before{
	display: none;
}

.vision-mission-item .icon-box{
	position: relative;
	width: 95px;
	height: 95px;
	background: var(--divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.vision-mission-item .icon-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.vision-mission-item:hover .icon-box:before{
	transform: scale(1);
}

.vision-mission-item .icon-box img{
	position: relative;
	max-width: 36px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.vision-mission-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.vision-mission-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.vision-mission-content p{
	margin: 0;
}

.best-selling{
	background: url(../images/section-bg-shape-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
	padding: 50px 0 100px;
}

.best-selling-content-img{
	margin-bottom: 80px;
}

.best-selling-iamge figure,
.best-selling-content-img figure{
	display: block;
}

.best-selling-content-img img{
	width: 100%;
	aspect-ratio: 1 / 0.42;
    object-fit: cover;
}

.best-selling-content .section-title{
	margin-bottom: 0;
}

.best-selling-iamge img{
	width: 100%;
	aspect-ratio: 1 / 0.93;
    object-fit: cover;
}

.our-team{
	padding: 100px 0 70px;
}

.team-member-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.team-image{
	position: relative;
	margin-bottom: 20px;
    overflow: hidden;
}

.team-image a{
	display: block;
	cursor: none;
}

.team-image figure{
	display: block;
}

.team-image figure img{
	width: 100%;
    aspect-ratio: 1 / 1.11;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.team-member-item:hover .team-image figure img{
	transform: scale(1.1);
}

.team-readmore-btn{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}

.team-readmore-btn a{
	width: 60px;
	height: 60px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.team-readmore-btn a:hover{
	background-color: var(--primary-color);
}

.team-readmore-btn img{
	max-width: 20px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.team-readmore-btn a:hover img{
	transform: rotate(0deg);
}

.team-content{
	text-align: center;
	margin-bottom: 20px;
}

.team-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.team-content p{
	font-weight: 500;
	text-transform: capitalize;
	margin: 0;
}

.team-social-icon ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.team-social-icon ul li{
	display: inline-flex;
	margin-right: 10px;
}

.team-social-icon ul li:last-child{
	margin-right: 0;
}

.team-social-icon ul li a{
	width: 44px;
	height: 44px;
	color: var(--accent-color);
	background: var(--divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.team-social-icon ul li a:hover{
	color: var(--white-color);
	background: var(--primary-color);
}

.team-social-icon ul li a i{
	color: inherit;
	font-size: 18px;
}

.our-faqs{
	padding: 100px 0;
}

.our-faqs-content{
	margin-right: 70px;
}

.faq-accordion .accordion-item{
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.faq-accordion .accordion-item:last-child{
    margin-bottom: 0;
	padding-bottom: 0;
    border-bottom: none;
}

.faq-accordion .accordion-header .accordion-button{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--primary-color);
	align-items: start;
    padding-right: 35px;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button span{
	margin-right: 7px;
}

.faq-accordion .accordion-button:not(.collapsed){
    padding-bottom: 15px;
}

.faq-accordion .accordion-item .accordion-button::after, 
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\2b';
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	font-size: 18px;
	font-weight: 900;
	color: var(--primary-color);
	text-align: right;
    top: 0;
    right: 0;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after{
    content: '\f068';
}

.faq-accordion .accordion-body{
	padding-right: 35px;
}

.faq-accordion .accordion-body p{
	margin: 0;
}

.our-faqs-image{
	text-align: right;
}

.our-faqs-image figure{
	display: block;
}

.our-faqs-image img{
	width: 100%;
	aspect-ratio: 1 / 1.26;
    object-fit: cover;
}

.our-clients{
	background-color: var(--secondery-color);
	padding: 100px 0;
}

.our-clients .our-clients-box{
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.our-client-slider .client-logo{
	text-align: center;
}

.our-client-slider .client-logo img{
	width: 100%;
	max-height: 40px;
}

/************************************/
/***     16. Services Page css 	  ***/
/************************************/

.page-services{
	padding: 100px 0 70px;
}

/************************************/
/***    17. Service Single css 	  ***/
/************************************/

.page-service-single{
    padding: 100px 0;
}

.service-sidebar{
    position: sticky;
    top: 30px;
    margin-right: 30px;
}

.service-catagery-list{
	border: 1px solid var(--divider-color);
	padding: 30px;
    margin-bottom: 40px;
	overflow: hidden;
}

.service-catagery-list h3{
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--divider-color);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.service-catagery-list ul{
    list-style: none;
    margin: 0;
	padding: 0;
}

.service-catagery-list ul li{
    margin-bottom: 20px;
}

.service-catagery-list ul li:last-child{
    margin: 0;
}

.service-catagery-list ul li a{
    position: relative;
    display: block;
	font-weight: 500;
    text-transform: capitalize;
    color: var(--accent-color);
	padding-right: 25px;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a{
    color: var(--primary-color);
}

.service-catagery-list ul li a::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
	transform: translateY(-50%) rotate(-45deg);
    background-image: url(../images/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a::before{
	transform: translateY(-50%) rotate(0);
    filter: brightness(0) invert(0);
}

.sidebar-cta-image figure{
	display: block;
}

.sidebar-cta-image img{
	width: 100%;
	aspect-ratio: 1 / 0.57;
	object-fit: cover;
}

.sidebar-cta-Body{
	border: 1px solid var(--divider-color);
	padding: 30px;
}

.sidebar-cta-content{
	margin-bottom: 25px;
}

.sidebar-cta-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.sidebar-cta-content p{
	font-weight: 500;
	margin-bottom: 0;
}

.sidebar-cta-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.sidebar-cta-contact-item:last-child{
	margin-bottom: 0;
}

.sidebar-cta-contact-item .icon-box{
	position: relative;
	height: 58px;
	width: 58px;
	background-color: var(--divider-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-contact-item:hover{
	background-color: transparent;
}

.sidebar-cta-contact-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.sidebar-cta-contact-item:hover .icon-box::before{
    transform: scale(1);
}

.sidebar-cta-contact-item .icon-box img{
	position: relative;
	max-width: 24px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.sidebar-cta-contact-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.cta-contact-item-content{
	width: calc(100% - 78px);
}

.cta-contact-item-content p{
	font-weight: 500;
	margin: 0;
}

.service-feature-image{
    margin-bottom: 40px;
}

.service-feature-image figure{
    display: block;
}

.service-feature-image img{
    width: 100%;
    aspect-ratio: 1 / 0.55;
    object-fit: cover;
}

.service-entry{
    margin-bottom: 60px;
}

.service-entry h2{
	font-size: 46px;
	margin-bottom: 20px;
}

.service-entry h2 span{
	color: var(--accent-color);
}

.service-entry p{
    margin-bottom: 20px;
}

.service-entry p:last-child{
    margin-bottom: 0;
}

.service-entry ul{
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.service-entry ul li{
	position: relative;
    font-weight: 500;
    color: var(--text-color);
	text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 15px;
}

.service-entry ul li:last-child{
	margin-bottom: 0;
}

.service-entry ul li::before{
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--accent-color);
    display: inline-block;
    top: 2px;
    left: 0;
}

.service-entry-list-image{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.service-entry-image,
.service-entry-list{
	width: calc(50% - 15px);
}

.service-entry-image figure{
	display: block;
}

.service-entry-image img{
	width: 100%;
	aspect-ratio: 1 / 0.615;
	object-fit: cover;
}

.service-entry-list ul{
	margin-bottom: 0;
}

.why-choose-content.service-single-why-choose{
	margin-bottom: 60px;
}

/************************************/
/***     18. Blog Archive css 	  ***/
/************************************/

.page-blog{
	padding: 100px 0;
}

.page-pagination{
    margin-top: 20px;
    text-align: center;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--accent-color);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
    background: var(--primary-color);
    color: var(--white-color);
}

/************************************/
/***     19. Blog Single css 	  ***/
/************************************/

.page-single-post{
	padding: 100px 0;
}

.post-image{
	position: relative;
	margin-bottom: 30px;
}

.post-image figure{
	display: block;
}

.post-image figure,
.post-image img{
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
}

.post-content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after{
    content: '';
    display: block;
    clear: both;
}

.post-entry a{
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 0 0.6em;
}

.post-entry h1{
	font-size: 80px;
    letter-spacing: -0.02em;
}

.post-entry h2{
	font-size: 46px;
    letter-spacing: -0.02em;
}

.post-entry h3{
	font-size: 46px;
}

.post-entry h4{
	font-size: 30px;
}

.post-entry h5{
	font-size: 24px;
}

.post-entry h6{
	font-size: 18px;
}

.post-entry p{
	margin-bottom: 20px;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry p strong{
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 600;
}

.post-entry ol{
    margin: 0 0 30px;
}

.post-entry ol li{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

.post-entry ul{
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ul li{
	font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    position: relative;
    margin-bottom: 15px;
}

.post-entry ul li:last-child{
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
    margin-bottom: 0;
}

.post-entry blockquote{
	background: url(../images/icon-blockquote.svg), var(--accent-color);
	background-repeat: no-repeat;
	background-position: 35px 30px;
    background-size: 58px;
    border-radius: 0;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
}

.post-entry blockquote p{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--white-color);
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.tag-links{
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.post-tags .tag-links a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: var(--accent-color);
    color: var(--white-color);
	border-radius: 0;
    padding: 6px 20px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background: var(--primary-color);
}

.post-social-sharing{
    text-align: right;
}

.post-social-sharing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li{
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child{
	margin-right: 0;
}

.post-social-sharing ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	background: var(--accent-color);
    color: var(--white-color);
	border-radius: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a{
	background: var(--primary-color);
}

.post-social-sharing ul li a i{
    font-size: 18px;
    color: inherit;
}

/************************************/
/***     20. Project Page css 	  ***/
/************************************/

.page-project{
	padding: 100px 0 70px;
}

/************************************/
/***    21. Project Single css 	  ***/
/************************************/

.page-project-single{
	padding: 100px 0;
}

.project-single-sidebar{
	position: sticky;
	top: 30px;
	margin-right: 30px;
}

.project-detail-list{
	border: 1px solid var(--divider-color);
	padding: 30px;
	margin-bottom: 60px;
}

.project-detail-item{
	display: flex;
	align-items: center;
    margin-bottom: 30px;
}

.project-detail-item:last-child{
	margin-bottom: 0;
}

.project-detail-item .icon-box{
	position: relative;
	background-color: var(--divider-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
}

.project-detail-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.project-detail-item:hover .icon-box::before{
	transform: scale(1);
}

.project-detail-item .icon-box i{
	font-size: 22px;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.project-detail-item:hover .icon-box i{
	color: var(--white-color);
}

.project-detail-content{
	width: calc(100% - 70px);
}

.project-detail-content h3{
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.project-detail-content p{
	color: var(--accent-color);
	text-transform: capitalize;
	margin-bottom: 0;
}

.project-single-image{
    margin-bottom: 40px;
}

.project-single-image figure{
    display: block;
}

.project-single-image img{
	width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.project-info,
.project-design-info{
	margin-bottom: 60px;
}

.project-entry h2{
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.project-entry p{
	margin-bottom: 20px;
}

.project-entry p:last-child{
	margin-bottom: 0;
}

.project-entry ul{
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.project-entry ul li{
	position: relative;
    font-weight: 500;
    color: var(--text-color);
    padding-left: 30px;
    margin-bottom: 15px;
}

.project-entry ul li:last-child{
	margin-bottom: 0;
}

.project-entry ul li::before{
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--accent-color);
    display: inline-block;
    top: 2px;
    left: 0;
}

.project-gallery-images{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.project-gallery-img{
    width: calc(25% - 22.5px);
}

.project-gallery-img a,
.project-gallery-img figure{
    display: block;
	cursor: none;
}

.project-gallery-img figure img{
    width: 100%;
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
}

/************************************/
/***    22. Image Gallery css 	  ***/
/************************************/

.page-gallery{
	padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a{
	cursor: none;
}

.page-gallery-box .photo-gallery figure{
	display: block;
}

.page-gallery-box .photo-gallery img{
	width: 100%;
	aspect-ratio: 1 / 0.85;
	object-fit: cover;
}

/************************************/
/***    	23. FAQs Page css 	  ***/
/************************************/

.page-faqs{
	padding: 100px 0;
}

.faq-sidebar{
	position: sticky;
	top: 30px;
	margin-right: 30px;
}

.faq-catagery-list{
	border: 1px solid var(--divider-color);
	padding: 30px;
	margin-bottom: 60px;
}

.faq-catagery-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq-catagery-list ul li{
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:last-child{
	margin-bottom: 0;
}

.faq-catagery-list ul li a{
	position: relative;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-right: 25px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a{
	color: var(--primary-color);
}

.faq-catagery-list ul li a::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotate(-45deg);
    background-image: url(../images/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a::before{
	transform: translateY(-50%) rotate(0);
    filter: brightness(0) invert(0);
}

.our-faq-section.page-faq-accordion{
    margin-bottom: 60px;
}

.our-faq-section.page-faq-accordion:last-child{
    margin-bottom: 0;
}

/************************************/
/***   24. Contact Us Page css 	  ***/
/************************************/

.page-contact-us{
	padding: 100px 0 50px;
}

.contact-us-image{
	height: 100%;
}

.contact-us-image figure{
	height: 100%;
	display: block;
}

.contact-us-image img{
	height: 100%;
	width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.962;
}

.contact-us-form{
	margin-left: 30px;
}

.contact-form .form-control{
    font-size: 16px;
    font-weight: 500;
	line-height: 1.2em;
    background-color: var(--white-color);
    color: var(--text-color);
    border: 1px solid var(--divider-color);
	border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 14px 15px;
}

.contact-form .form-control::placeholder{
	font-weight: 400;
}

.google-map{
	padding: 50px 0 100px;
}

.google-map .section-title{
	width: 100%;
	/* max-width: 560px; */
	margin: 0 auto 30px;
	text-align: center;
}

.google-map-iframe,
.google-map-iframe iframe{
	width: 100%;
	height: 500px;
}

.contact-info-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 60px;
}

.contact-info-item{
	width: calc(33.33% - 20px);
	display: flex;
}

.contact-info-item .icon-box{
	position: relative;
	height: 60px;
	width: 60px;
	background-color: var(--divider-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.contact-info-item .icon-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover .icon-box:before{
	transform: scale(1);
}

.contact-info-item .icon-box i{
	position: relative;
	font-size: 20px;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.contact-info-item:hover .icon-box i{
	color: var(--white-color);
}

.contact-info-content{
	width: calc(100% - 80px);
}

.contact-info-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.contact-info-content p{
	margin-bottom: 0;
}

/************************************/
/***    25. 404 Error Page css 	  ***/
/************************************/

.error-page{
	background-image: url(../images/error-page-bg.svg);
	background-repeat: no-repeat;
	background-position: top -100px center;
	background-size: auto;
	padding: 100px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 50%;
}

 .error-page-content{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.error-page-content .section-title{
	margin-bottom: 20px;
}

.error-page-content-body p{
	font-weight: 500;
	margin-bottom: 20px;
}

/************************************/
/***      26. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1366px){
	
	.our-testimonial-content{
		padding: 100px 50px;
	}
}

@media only screen and (max-width: 1024px){
	
	.main-menu ul li{
		margin: 0;
	}

	.our-testimonial-content{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 991px){

	.navbar{
		padding: 20px 0;
	}
	
	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-btn{
		display: none;
	}

	.btn-default{
		padding: 14px 42px 14px 16px;
	}

	.section-row{
		margin-bottom: 40px;
	}

	.section-row .section-title{
		margin-bottom: 0;
		margin-right: 0px;
	}

	.section-title-content{
		margin-left: 0;
		margin-top: 15px;
	}

	.section-btn{
		text-align: left;
		margin-top: 15px;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h3{
		margin-bottom: 10px;
	}

	.section-title h1{
		font-size: 50px;
	}

	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 15px;
	}

	.hero{
		/* min-height: auto; */
		/* padding: 180px 0 140px; */
		/* margin-top: -92px; */
	}

	.hero.hero-slider-layout .hero-slide{
		padding: 180px 0 140px;
		min-height: auto;
	}

	.hero.hero-slider-layout .hero-pagination{
		padding-left: 15px;
		bottom: 30px;
	}

	.hero-content .section-title p{
		font-size: 20px;
	}

	.about-us{
		padding: 50px 0;
	}

	.about-us-images{
		margin: 0 0 30px 0;
	}

	.experience-counter{
		height: 137px;
		width: 137px;
	}

	.experience-counter h3{
		font-size: 28px;
	}

	.about-us-content-list{
		margin-bottom: 30px;
	}

	.about-contact-item{
		margin-bottom: 30px;
	}

	.why-choose-us{
		padding: 50px 0;
	}

	.why-choose-content{
		margin-bottom: 30px;
	}

	.why-choose-item .icon-box{
		margin-right: 10px;
	}

	.why-choose-item-content{
		width: calc(100% - 70px);
	}

	.why-choose-images{
		margin-left: 0;
	}

	.our-services{
		padding: 50px 0;
	}

	.service-image img{
		aspect-ratio: 1 / 1.2;
	}

	.service-btn{
		top: 20px;
		right: 20px;
	}

	.service-btn a{
		height: 50px;
		width: 50px;
	}

	.service-content{
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

	.all-services-btn{
		margin-top: 10px;
	}

	.video-play-button a{
		width: 80px;
		height: 80px;
	}

	.our-project{
		padding: 50px 0 20px;
	}

	.our-Project-nav{
		margin-bottom: 50px;
	}

	.project-featured-image img{
		aspect-ratio: 1 / 0.89;
	}

	.project-btn a{
		width: 80px;
		height: 80px;
	}

	.project-content{
		left: 20px;
		bottom: 20px;
		right: 20px;
	}

	.how-we-work{
		padding: 50px 0;
	}

	.how-we-work-item{
		width: calc(50% - 15px);
	}

	.how-we-work-item .icon-box{
		margin-bottom: 20px;
	}

	.how-work-company-slider{
		margin-top: 40px;
		padding-top: 40px;
	}

	.our-skill{
		padding: 50px 0;
	}

	.our-skill-content{
		margin-bottom: 30px;
	}

	.skills-progress-bar{
		margin-bottom: 30px;
	}

	.our-skill-image{
		max-width: 555px;
		margin: 0 auto;
	}

	.our-testimonials-image{
		height: auto;
	}

	.our-testimonials-image figure,
	.our-testimonials-image figure img{
		height: auto;
		aspect-ratio: 1 / 0.65;
	}

	.our-testimonial-content{
		padding: 50px 15px;
	}

	.our-testimonial-content .section-title{
		background-size: contain;
	}

	.testimonial-slider{
		max-width: 100%;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.testimonial-rating{
		margin-bottom:15px;
	}

	.testimonial-content{
		margin-bottom: 30px;
	}

	.testimonial-content p{
		font-size: 18px;
	}

	.testimonial-rating-counter .rating-counter h2{
		font-size: 48px;
	}

	.our-blog{
		padding: 50px 0;
	}

	.our-blog .section-title{
		margin-right: 0;
	}

	.post-featured-image img{
		aspect-ratio: 1 / 0.75;
	}

	.our-blog-footer{
		margin-top: 10px;
	}

	.main-footer{
		padding: 40px 0 0;
	}

	.main-footer .footer-header{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.footer-links{
		padding-right: 0;
		margin-bottom: 30px;
	}

	.footer-newsletter-form p{
		margin-bottom: 20px;
	}

	.footer-copyright{
		margin-top: 0px;
		padding: 20px 0;
	}

	.page-header{
        padding: 180px 0 100px;
        margin-top: -92px;
    }

    .page-header-box h1{
        font-size: 50px;
    }

	.page-header-box ol li.breadcrumb-item{
		font-size: 18px;
	}

	.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
		font-size: 16px;
	}

	.about-facility-list{
		margin-top: 50px;
		gap: 20px;
	}

	.about-facility-item{
		width: calc(33.33% - 13.33px);
	}

	.about-facility-item .icon-box{
		height: 45px;
		width: 45px;
		margin-right: 10px;
	}

	.about-facility-item .icon-box img{
		max-width: 20px;
	}

	.about-facility-content{
		width: calc(100% - 55px);
	}

	.about-facility-content h3{
		font-size: 18px;
	}

	.vision-mission{
		padding: 50px 0 25px;
	}

	.vision-mission-box{
        padding: 30px 15px;
        gap: 30px 40px;
    }

	.vision-mission-item{
		width: calc(50% - 20px);
	}

	.vision-mission-item::before{
		right: -20px;
	}

	.vision-mission-item .icon-box{
		width: 70px;
		height: 70px;
	}

	.vision-mission-item .icon-box img{
		max-width: 30px;
	}

	.vision-mission-content h3{
		margin-bottom: 15px;
	}

	.best-selling{
		padding: 25px 0 50px;
	}

	.best-selling-content{
		margin-bottom: 20px;
	}

	.best-selling-content-img{
		margin-bottom: 20px;
	}

	.our-team{
		padding: 50px 0 20px;
	}

	.team-readmore-btn{
		top: 20px;
		right: 20px;
	}

	.team-readmore-btn a{
		width: 50px;
		height: 50px;
	}

	.team-content{
		margin-bottom: 15px;
	}

	.our-faqs{
		padding: 50px 0;
	}

	.our-faqs-content{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faq-accordion .accordion-item{
		margin-bottom: 20px;
	}

	.our-faqs-image{
		text-align: center;
		margin-left: 0px;
	}

	.our-faqs-image img{
		aspect-ratio: 1 / 0.8;
	}

	.our-clients{
		padding: 50px 0;
	}

	.our-clients .our-clients-box{
		max-width: 100%;
	}

	.page-services{
		padding: 50px 0 20px;
	}

	.page-service-single{
		padding: 50px 0;
	}

	.service-sidebar{
		position: initial;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.service-catagery-list{
		padding: 20px;
		margin-bottom: 30px;
	}

	.service-catagery-list h3{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.service-catagery-list ul li{
		margin-bottom: 10px;
	}

	.service-catagery-list ul li a::before{
		width: 16px;
		height: 16px;
	}

	.sidebar-cta-Body{
		padding: 20px;
	}

	.sidebar-cta-content{
		margin-bottom: 15px;
	}

	.sidebar-cta-contact-item{
		margin-bottom: 15px;
	}

	.service-feature-image{
		margin-bottom: 30px;
	}

	.service-entry{
		margin-bottom: 30px;
	}

	.service-entry ul li{
		font-size: 14px;
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.service-entry ul li::before{
		font-size: 18px;
	}

	.why-choose-content.service-single-why-choose{
		margin-bottom: 30px;
	}

	.page-blog{
		padding: 50px 0;
	}

	.page-pagination{
        margin-top: 10px;
    }

	.page-single-post{
		padding: 50px 0;
	}

	.post-image{
		margin-bottom: 20px;
	}

	.post-entry blockquote{
		background-position: 25px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 90px;
        margin-bottom: 20px;
	}

	.post-entry blockquote p{
		font-size: 18px;
	}

	.post-entry h2{
		font-size: 38px;
	}

	.post-entry ul li{
		font-size: 16px;
	}

	.post-tags{
		margin-bottom: 20px;
	}

	.post-social-sharing ul{
		text-align: left;
	}

	.post-tags .tag-links a{
		padding: 6px 15px;
	}

	.page-project{
		padding: 50px 0 20px;
	}

	.page-project-single{
		padding: 50px 0;
	}

	.project-single-sidebar{
		position: initial;
		margin-right: 0px;
		margin-bottom: 30px
	}

	.project-detail-list{
		padding: 20px;
		margin-bottom: 30px;
	}

	.project-single-image{
		margin-bottom: 30px;
	}

	.project-info,
	.project-design-info{
		margin-bottom: 30px;
	}

	.project-entry h2{
		font-size: 36px;
		margin-bottom: 20px;
	}

	.page-gallery{
		padding: 50px 0 20px;
	}

	.page-gallery-box .photo-gallery img{
		aspect-ratio: 1 / 0.85;
	}

	.page-faqs{
		padding: 50px 0;
	}

	.faq-sidebar{
		position: initial;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faq-catagery-list{
		padding: 20px;
		margin-bottom: 30px;
	}

	.faq-catagery-list ul li{
        margin-bottom: 15px;
    }

	.faq-catagery-list ul li a::before{
        width: 16px;
        height: 16px;
    }

	.our-faq-section.page-faq-accordion{
		margin-bottom: 40px;
	}

	.page-contact-us{
		padding: 50px 0 25px;
	}

	.contact-us-image{
		height: auto;
		margin-bottom: 30px;
	}

	.contact-us-image img{
		aspect-ratio: 1 / 0.6;
	}

	.contact-us-form{
		margin-left: 0;
	}

	.contact-form .form-control{
		padding: 12px 15px;
	}

	.google-map{
		padding: 25px 0 50px;
	}

	.google-map-iframe,
	.google-map-iframe iframe{
		height: 400px;
	}

	.contact-info-box{
		gap: 20px;
		margin-top: 40px;
	}

	.contact-info-item{
		width: calc(33.33% - 13.33px);
	}

	.contact-info-item .icon-box{
		height: 50px;
		width: 50px;
		margin-right: 10px;
	}

	.contact-info-item .icon-box i{
		font-size: 16px;
	}

	.contact-info-content{
		width: calc(100% - 60px);
	}

	.contact-info-content h3{
		font-size: 18px;
	}

	.error-page{
		padding: 50px 0;
	}

	.error-page-image img{
		max-width: 80%;
	}
}

@media only screen and (max-width: 767px){

	.section-row{
		margin-bottom: 30px;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h1{
		font-size: 28px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.hero-content .section-title p{
		font-size: 18px;
	}

	.hero-content .btn-default{
		margin-right: 40px;
		margin-bottom: 10px;
	}

	.hero-content .btn-default.btn-highlighted{
		margin: 0;
	}

	.about-us-images{
		background-position: left 10px bottom 10px;
		background-size: 20% auto;
		padding: 10px 45px 100px 0;
	}

	.feedback-counter{
		transform: rotate(-180deg) translate(0, 0);
	}

	.feedback-counter p{
        font-size: 12px;
        height: 38px;
        width: 38px;
        margin: 0 0 6px 0;
    }

	.feedback-counter h3{
		font-size: 12px;
        width: calc(100% - 40px);
	}

	.about-img-2{
		max-width: 240px;
	}

	.experience-counter{
        height: 102px;
        width: 102px;
    }

	.experience-counter h3{
        font-size: 22px;
    }

	.experience-counter p{
		font-size: 12px;
		line-height: 1.1em;
	}

	.about-us-content-body{
		gap: 0px;
	}

	.about-us-content-body::before{
		display: none;
	}

	.about-us-content-info{
		width: 100%;
		border-bottom: 1px solid var(--divider-color);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.about-us-content-list{
        margin-bottom: 20px;
    }

	.about-us-contact-list{
		width: 100%;
	}

	.about-us-content-list ul li{
		margin-bottom: 10px;
	}

	.about-us-content-list ul li::before{
		font-size: 18px;
		top: 3px;
	}

	.about-contact-item{
		margin-bottom: 20px;
	}

	.about-contact-content h3{
		font-size: 18px;
	}

	.why-choose-item-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.why-choose-img-2 img{
		aspect-ratio: 1 / 1.02;
	}

	.why-choose-img-4 img{
		aspect-ratio: 1 / 1.588;
	}

	.service-content h3{
		font-size: 18px;
	}

	.intro-video-image img{
		aspect-ratio: 1 / 0.7;
	}

	.project-btn a{
        width: 60px;
        height: 60px;
    }

	.project-btn img{
		max-width: 20px;
	}

	.project-content h2{
		font-size: 18px;
	}

	.how-we-work-item{
		width: 100%;
	}

	.how-we-work-item .icon-box img{
		max-width: 50px;
	}

	.how-we-work-content h3{
		font-size: 18px;
	}

	.how-work-company-slider{
		margin-top: 30px;
		padding-top: 30px;
	}

	.our-skill-image{
		padding-bottom: 83px;
	}

	.our-skill-img-1{
		width: 200px;
		padding: 20px 0 0 20px;
	}

	.our-skill-img-2{
		width: 130px;
		top: 20px;
	}

	.our-skill-img-3{
		width: 200px;
	}

	.testimonial-rating{
		margin-bottom: 10px;
	}

	.testimonial-rating i{
		font-size: 16px;
	}

	.testimonial-content{
		margin-bottom: 20px;
	}

	.testimonial-content p{
        font-size: 16px;
    }

	.testimonial-body .author-content h3{
		font-size: 18px;
	}

	.testimonial-rating-counter .rating-counter h2{
        font-size: 38px;
    }

	.post-featured-image{
		margin-bottom: 15px;
	}

	.post-item-content{
		margin-bottom: 10px;
	}

	.post-item-content h3{
		font-size: 18px;
	}

	.footer-logo{
		margin-bottom: 20px;
	}

	.footer-social-links{
		justify-content: start;
		gap: 20px;
	}

	.footer-social-link-title h3{
		font-size: 18px;
	}

	.footer-links h3{
		margin-bottom: 15px;
	}

	.footer-links ul li{
		margin-bottom: 5px;
	}
	
	.footer-copyright{
		padding: 15px 0;
	}

	.page-header-box h1{
		font-size: 28px;
		margin-bottom: 5px;
	}

	.page-header-box ol li.breadcrumb-item{
        font-size: 16px;
    }

	.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
		font-size: 14px;
	}

	.about-facility-item{
        width: 100%;
    }

	.vision-mission{
		background: linear-gradient(180deg, var(--primary-color) 40%, var(--white-color) 40%);
	}

	.vision-mission-box{
        padding: 20px;
        gap: 40px;
    }

	.vision-mission-item{
		width: 100%;
	}

	.vision-mission-item::before{
		height: 1px;
		width: 100%;
		top: auto;
		right: 0;
		bottom: -20px;
	}

	.vision-mission-item:nth-child(2n + 2)::before{
		display: block;
	}

	.vision-mission-item:last-child::before{
		display: none;
	}
	
	.vision-mission-content h3{
		font-size: 18px;
	}

	.team-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.faq-accordion .accordion-header .accordion-button{
		font-size: 18px;
		padding-right: 30px;
	}

	.faq-accordion .accordion-item .accordion-button::after, 
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		top: 2px;
	}

	.faq-accordion .accordion-body{
		padding-right: 0;
	}

	.our-faqs-image img{
		aspect-ratio: 1 / 1.26;
	}

	.service-catagery-list h3{
		font-size: 18px;
	}

	.sidebar-cta-content h3{
		font-size: 18px;
	}

	.service-entry p{
		margin-bottom: 15px;
	}

	.service-feature-image{
        margin-bottom: 20px;
    }

	.service-feature-image img{
        aspect-ratio: 1 / 0.7;
    }

	.service-entry-list-image{
		gap: 20px;
	}

	.service-entry-image,
	.service-entry-list{
		width: 100%;
	}

	.post-image figure,
	.post-image img{
		aspect-ratio: 1 / 0.70;
	}

	.post-entry blockquote{
		background-position: 20px 20px;
        padding: 70px 20px 20px 20px;
	}
	
	.post-entry h2{
		font-size: 26px;
	}

	.project-single-image{
        margin-bottom: 20px;
    }

	.project-single-image img{
		aspect-ratio: 1 / 0.7;
	}

	.project-info,
	.project-design-highlight{
		margin-bottom: 20px;
	}

	.project-entry h2{
		font-size: 26px;
		margin-bottom: 15px;
	}

	.project-entry p{
		margin-bottom: 15px;
	}

	.project-entry ul li{
        margin-bottom: 10px;
    }

	.project-entry ul li::before{
        font-size: 18px;
        top: 5px;
    }

	.project-gallery-images{
		gap: 20px;
	}

	.project-gallery-img{
		width: calc(50% - 10px);
	}

	.contact-us-image img{
        aspect-ratio: 1 / 0.75;
    }

	.google-map-iframe,
	.google-map-iframe iframe{
        height: 350px;
    }

	.contact-info-item{
		width: 100%;
	}

	.error-page-image img{
        max-width: 100%;
    }
}.services-slider{
    padding: 30px 0 70px;
}

.service-item{
    background:#111;
    border:1px solid rgba(201,161,74,.25);
    border-radius:20px;
    padding:40px;
    transition:all .4s ease;
    height:100%;
}

.service-item:hover{
    transform:translateY(-10px);
    border-color:#C9A14A;
    box-shadow:0 15px 40px rgba(201,161,74,.20);
}

.service-item span{
    font-size:60px;
    font-weight:700;
    color:#C9A14A;
    opacity:.3;
    display:block;
    margin-bottom:15px;
}

.service-item h3{
    color:#fff;
    margin-bottom:15px;
}

.service-item p{
    color:#ccc;
}

.swiper-pagination-bullet-active{
    background:#C9A14A;
}.service-item{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border:1px solid rgba(201,161,74,.3);
    border-radius:25px;
    padding:40px;
    transition:.4s;
}

.service-item:hover{
    transform:translateY(-15px);
    border-color:#C9A14A;
    box-shadow:0 20px 50px rgba(201,161,74,.25);
}.luxury-services{
    background:#0b0b0b;
    padding:120px 0;
}

.luxury-services h5{
    color:#C9A14A;
    letter-spacing:3px;
}

.luxury-services h2{
    color:#fff;
    font-size:55px;
}

.luxury-services h2 span{
    color:#C9A14A;
}

.luxury-card{
    position:relative;
    border-radius:25px;
    overflow:hidden;
    height:550px;
}

.luxury-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s;
}

.luxury-card:hover img{
    transform:scale(1.1);
}

.luxury-overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:40px;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,0.95)
    );
}

.luxury-overlay span{
    font-size:70px;
    color:#C9A14A;
    font-weight:700;
    opacity:.4;
}

.luxury-overlay h3{
    color:#fff;
    margin:10px 0;
}

.luxury-overlay p{
    color:#ddd;
}

.btn-service{
    display:inline-block;
    margin-top:15px;
    padding:12px 25px;
    border:1px solid #C9A14A;
    color:#C9A14A;
    border-radius:50px;
    text-decoration:none;
}

.btn-service:hover{
    background:#C9A14A;
    color:#000;
}

.swiper-button-next,
.swiper-button-prev{
    color:#C9A14A;
}.luxury-services{
    background:#050505;
    padding:100px 0;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:56px;
    /* color:#fff; */
    line-height:1.2;
}

.section-title p{
    /* color:#bdbdbd; */
    /* max-width:700px; */
    margin:auto;
}

.luxury-card{
    height:450px; /* 550 se kam */
    border-radius:30px;
    overflow:hidden;
    position:relative;
}.custom-prev,
.custom-next{
    width: 60px !important;
    height: 60px !important;
    background:rgba(255,255,255,0.05) !important;
    backdrop-filter:blur(10px) !important;
    -webkit-backdrop-filter:blur(10px) !important;
    border:2px solid #C9A14A !important;
    border-radius:50% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    transition:all .4s ease !important;
    z-index:999 !important;
    cursor:pointer !important;
}

.custom-prev::after,
.custom-next::after{
    display:none !important;
}

.custom-prev i,
.custom-next i{
    color:#C9A14A !important;
    font-size: 19px !important;
    transition:.3s !important;
}

.custom-prev:hover,
.custom-next:hover{
    background:#C9A14A !important;
    transform:translateY(-5px) scale(1.08) !important;
    box-shadow:0 10px 30px rgba(201,161,74,.45) !important;
}

.custom-prev:hover i,
.custom-next:hover i{
    color:#000 !important;
}
.why-choose-us{
    background:#0b0b0b;
}

.why-choose-us .section-title h3,
.why-choose-us .section-title h2,
.why-choose-us .why-choose-item-content h3{
    color:#ffffff !important;
}

.why-choose-us .section-title p,
.why-choose-us .why-choose-item-content p{
    color:rgba(255,255,255,0.75) !important;
}

.why-choose-us .section-title span{
    color:#C9A14A !important;
}.why-choose-item .icon-box{
    width:70px;
    height:70px;
    background:rgba(201,161,74,0.1);
    border:1px solid rgba(201,161,74,0.3);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.why-choose-item .icon-box img{
    filter:brightness(0) saturate(100%) invert(73%) sepia(38%) saturate(500%) hue-rotate(4deg);
}.luxury-services{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:#080808;
    z-index:1;
}.luxury-services::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:200%;
    height:100%;
   background: url(../images/section-bg-shape-2.svg);
    opacity:0.08;
    animation:moveBlueprint 40s linear infinite;
    z-index:-2;
}

@keyframes moveBlueprint{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}.luxury-services::after{
    content:'';
    position:absolute;
    width:700px;
    height:700px;
    background:radial-gradient(
        circle,
        rgba(201,161,74,0.15) 0%,
        transparent 70%
    );
    top:-250px;
    right:-150px;
    animation:glowMove 10s ease-in-out infinite alternate;
    z-index:-1;
}

@keyframes glowMove{
    from{
        transform:translateY(0) scale(1);
    }
    to{
        transform:translateY(80px) scale(1.2);
    }
}
.process-luxury{
    position:relative;
    padding:70px 0;
    background:url(../images/how.jpg) center/cover;
    overflow:hidden;
}

.overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        rgba(0,0,0,.75),
        rgba(0,0,0,.75)
    );
}

.process-luxury .container{
    position:relative;
    z-index:2;
}

.heading{
    max-width:700px;
    margin-bottom:80px;
}

.heading span{
    color:#c8a46d;
    letter-spacing:4px;
    font-size:14px;
}

.heading h2{
    color:white;
    font-size:70px;
    margin-top:15px;
   
}

.heading em{
    color:#c8a46d;
    font-style:italic;
}

.heading p{
    color:#ddd;
    font-size:20px;
}

.timeline{
    position:relative;
    display:flex;
    justify-content:space-between;
}

.line{
    position:absolute;
    top:40px;
    left:8%;
    width:84%;
    height:2px;
    background:rgba(255,255,255,.15);
}

.line::after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:linear-gradient(
    90deg,
    transparent,
    #c8a46d,
    transparent
    );
    animation:moveLine 4s linear infinite;
}

@keyframes moveLine{
    from{
        transform:translateX(-100%);
    }
    to{
        transform:translateX(100%);
    }
}

.step{
    width:18%;
    text-align:center;
    color:white;
    transition:.4s;
}

.circle{
    width:90px;
    height:90px;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111;
    border:1px solid rgba(200,164,109,.5);
    color:#c8a46d;
    font-size:26px;
    margin-bottom:25px;
    transition:.4s;
}

.step:hover .circle{
    transform:translateY(-10px) scale(1.08);
    box-shadow:0 0 35px rgba(200,164,109,.45);
}

.step h4{
    color:#c8a46d;
    margin-bottom:15px;
}

.step p{
    color:#ddd;
    line-height:1.8;
}

.hero-slider{
    position:relative;
}

.heroSwiper{
    height:500px; /* image height */
}

.swiper-slide{
    position:relative;
    overflow:hidden;
}

.swiper-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.slide-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}

.slide-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    width:90%;
    max-width:900px;
    z-index:2;
}

.slide-content h3{
    color:#d7b17b;
    letter-spacing:4px;
    margin-bottom:20px;
    font-size:14px;
}

.slide-content h1{
    color:#fff;
    font-size:72px;
    line-height:1.1;
    margin-bottom:25px;
}

.slide-content p{
    color:#f2f2f2;
    max-width:700px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
}

.hero-btn{
    margin-top:35px;
}

.hero-btn .btn-default{
    margin:0 8px;
}

.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#fff;
    opacity:.5;
}

.swiper-pagination-bullet-active{
    opacity:1;
    background:#d7b17b;
}@media(max-width:991px){

    .heroSwiper{
        height:500px;
    }

    .slide-content h1{
        font-size:42px;
    }

    .slide-content p{
        font-size:16px;
    }
}

@media(max-width:576px){

    .heroSwiper{
        height:450px;
    }

    .slide-content h1{
        font-size:32px;
    }

    .slide-content h3{
        font-size:12px;
    }
}.gallery-section{
    padding:70px 0;
    background:#faf8f4;
}

.section-title{
    margin-bottom:60px;
}

.section-title span{
    color:#c9a46b;
    letter-spacing:3px;
    font-weight:600;
}

.section-title h2{
    font-size:52px;
    margin:15px 0;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.gallery-item{
    overflow:hidden;
    border-radius:18px;
    position:relative;
    cursor:pointer;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:all .8s ease;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-item::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.15);
    opacity:0;
    transition:.4s;
    z-index:1;
}

.gallery-item:hover::before{
    opacity:1;
}

/* Different Heights */
.gallery-item:nth-child(1){height:480px;}
.gallery-item:nth-child(2){height:480px;}
.gallery-item:nth-child(3){height:480px;}

.gallery-item:nth-child(4){height:380px;}
.gallery-item:nth-child(5){height:380px;}
.gallery-item:nth-child(6){height:380px;}

.gallery-item:nth-child(7){height:480px;}
.gallery-item:nth-child(8){height:480px;}
.gallery-item:nth-child(9){height:480px;}.reveal{
    opacity:0;
    transform:translateY(80px);
    transition:all 1s ease;
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}.gallery-item:hover{
    transform:translateY(-8px);
    transition:.5s;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}@media(max-width:991px){

    .gallery-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:576px){

    .gallery-grid{
        grid-template-columns:1fr;
    }

    .gallery-item{
        height:320px !important;
    }

    .section-title h2{
        font-size:34px;
    }
}.commitment-section{
    padding:100px 0;
    background:#0f0f0f;
    position:relative;
    overflow:hidden;
}

.commitment-section .section-heading span{
    color:#d4af37;
    font-size:14px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.commitment-section .section-heading h2{
    /* color:#fff; */
    font-size:48px;
    font-weight:700;
    margin:15px 0;
}

.commitment-section .section-heading h2 em{
    color:#d4af37;
    font-style:normal;
}

.commitment-section .section-heading p{
    max-width:700px;
    margin:auto;
    color:#bdbdbd;
    line-height:1.8;
}

/* Cards */
.commitment-card{
    background:rgba(255,255,255,0.03);
    border:1px solid rgba(212,175,55,0.20);
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    height:100%;
    transition:all .4s ease;
    position:relative;
    overflow:hidden;
    backdrop-filter:blur(8px);
}

.commitment-card::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(212,175,55,0.12),
        transparent
    );
    transition:.8s;
}

.commitment-card:hover::before{
    left:100%;
}

.commitment-card:hover{
    transform:translateY(-10px);
    border-color:#d4af37;
    box-shadow:0 15px 40px rgba(212,175,55,.15);
}

/* Icon */
.commitment-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#d4af37,#f4d06f);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 25px rgba(212,175,55,.25);
}

.commitment-icon i{
    font-size:32px;
    color:#111;
}

/* Content */
.commitment-card h4{
    color:#fff;
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
}

.commitment-card p{
    color:#cfcfcf;
    line-height:1.8;
    margin:0;
}

/* Responsive */
@media(max-width:991px){
    .commitment-section{
        padding:80px 0;
    }

    .commitment-section .section-heading h2{
        font-size:38px;
    }
}

@media(max-width:767px){
    .commitment-section .section-heading h2{
        font-size:30px;
    }

    .commitment-card{
        padding:30px 20px;
    }

    .commitment-icon{
        width:70px;
        height:70px;
    }

    .commitment-icon i{
        font-size:28px;
    }
}/* Normal Dots */
.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#d4af37 !important;
    opacity:0.4;
    transition:all .3s ease;
}

/* Active Dot */
.swiper-pagination-bullet-active{
    background:#d4af37 !important;
    opacity:1;
    transform:scale(1.3);
    box-shadow:0 0 10px rgba(212,175,55,0.5);
}
.testimonial-section{
    background:#3B2A1E;
    padding: 125px 0;
    overflow:hidden;
}

.testimonial-section .sub-title{
    color:#d4af37;
    font-size:14px;
    letter-spacing:3px;
    font-weight:600;
    text-transform:uppercase;
}

.testimonial-section h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
    margin-top:10px;
}

.testimonial-section h2 span{
    color:#d4af37;
}

.testimonial-section p{
    color:#bdbdbd;
}

.testimonial-card{
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(212,175,55,0.25);
    border-radius:20px;
    padding:35px;
    backdrop-filter:blur(10px);
    transition:0.4s;
    height:100%;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    border-color:#d4af37;
    box-shadow:0 15px 40px rgba(212,175,55,0.2);
}

.quote-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(135deg,#d4af37,#f5d77a);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.quote-icon i{
    color:#000;
    font-size:24px;
}

.testimonial-card p{
    font-size:16px;
    line-height:1.8;
    color:#e8e8e8;
    min-height:120px;
}

.rating{
    color:#d4af37;
    font-size:22px;
    margin-bottom:25px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.client-info img{
    width:65px;
    height:65px;
    border-radius:50%;
    border:3px solid #d4af37;
    object-fit:cover;
}

.client-info h5{
    color:#fff;
    margin:0;
    font-size:18px;
}

.client-info span{
    color:#d4af37;
    font-size:14px;
}

.swiper-pagination-bullet{
    background:#d4af37;
    opacity:.5;
}

.swiper-pagination-bullet-active{
    opacity:1;
    width:25px;
    border-radius:10px;
}

@media(max-width:768px){
    .testimonial-section h2{
        font-size:34px;
    }

    .testimonial-card{
        padding:25px;
    }
}.commitment-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(
        circle,
        rgba(212,175,55,.12) 0%,
        transparent 70%
    );
    top:-200px;
    right:-150px;
    pointer-events:none;
}

.commitment-section::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:radial-gradient(
        circle,
        rgba(212,175,55,.08) 0%,
        transparent 70%
    );
    bottom:-200px;
    left:-150px;
    pointer-events:none;
}.commitment-card{
    text-align:center;
    padding:40px 30px;
    background:#111;
    border:1px solid rgba(212,175,55,.2);
    border-radius:20px;
    height:100%;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
}

.commitment-icon{
    width:80px;
    height:80px;
    margin-bottom:25px;
    flex-shrink:0;
}

.commitment-card h4{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
    line-height:1.2;
}

.commitment-card p{
    color:#cfcfcf;
    font-size:16px;
    line-height:1.8;
    margin:0;
}.commitment-section{
    background:#151515;
}

.commitment-card{
    background:#1d1d1d;
    border:1px solid rgba(212,175,55,.2);
}.commitment-section{
    background: #faf8f3;
}

.commitment-card{
    background:#fff;
    border:1px solid #e5d3a0;
}

.commitment-card h4{
    color:#222;
}

.commitment-card p{
    color:#666;
}.faq-section{
    padding:100px 0;
    background:#f8fafc;
}

.faq-section .section-heading span{
    color:#c89b3c;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.faq-section .section-heading h2{
    font-size:48px;
    font-weight:700;
    color:#111827;
    margin:15px 0;
}

.faq-section .section-heading p{
    max-width:650px;
    margin:auto;
    color:#6b7280;
}

.faq-accordion{
    max-width:900px;
    margin:auto;
}

.faq-accordion .accordion-item{
    border:none;
    border-radius:16px !important;
    overflow:hidden;
    margin-bottom:15px;
    background:#fff;
    box-shadow:0 5px 25px rgba(0,0,0,.06);
}

.faq-accordion .accordion-button{
    background:#fff;
    color:#111827;
    font-weight:600;
    font-size:18px;
    padding:22px 25px;
    box-shadow:none;
}

.faq-accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:#c89b3c;
}

.faq-accordion .accordion-button:focus{
    box-shadow:none;
}

.faq-accordion .accordion-body{
    color:#6b7280;
    line-height:1.8;
    padding:0 25px 25px;
}

.faq-accordion .accordion-button::after{
    transform:scale(.9);
}

@media(max-width:768px){

    .faq-section{
        padding:70px 0;
    }

    .faq-section .section-heading h2{
        font-size:34px;
    }

    .faq-accordion .accordion-button{
        font-size:16px;
    }

}.faq-accordion .accordion-button::after{
    display:none !important;
}.faq-accordion .accordion-button{
    position:relative;
}

.faq-accordion .accordion-button::before{
    content:"+";
    position:absolute;
    right:25px;
    font-size:28px;
    font-weight:300;
    color:#c89b3c;
    transition:.3s;
}

.faq-accordion .accordion-button:not(.collapsed)::before{
    /* content:"ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢"; */
}
/* Blog Heading Center */
.our-blog .section-row{
    text-align:center;
    justify-content:center;
}

.our-blog .section-title{
    text-align:center;
}

.our-blog .section-title-content{
    text-align:center;
    max-width:700px;
    margin:0 auto;
}

/* Heading */
.our-blog .section-title h2{
    text-align:center;
}

.our-blog .section-title h3{
    text-align:center;
}

/* Paragraph */
.our-blog .section-title-content p{
    text-align:center;
    margin:0 auto;
}.post-item-body{
    text-align:center;
}

.post-item-content h3{
    text-align:center;
}

.post-item-btn{
    text-align:center;
}.main-footer{
  
    color:#fff;
    padding:80px 0 20px;
    position:relative;
}

.main-footer::before{
    content:'';
    position:absolute;
    inset:0;
   
}

.main-footer .container{
    position:relative;
    z-index:2;
}

.footer-links h3{
    color:#fff;
    margin-bottom:25px;
    font-size:28px;
    font-weight:700;
}

.footer-links ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links ul li{
    margin-bottom:15px;
}

.footer-links ul li a{
    color:#fff;
    transition:.3s;
}

.footer-links ul li a:hover{
    color:#d4af37;
    padding-left:5px;
}

.footer-contact-item{
    display:flex;
    gap:12px;
    margin-bottom:18px;
    color:#fff;
}

.footer-contact-item i{
    color:#d4af37;
    margin-top:5px;
}

.footer-about p{
    color:#ddd;
    line-height:1.9;
}

.footer-copyright{
    margin-top:40px;
    border-top:1px solid rgba(255,255,255,.1);
    padding-top:20px;
    text-align:center;
}.topbar{
    background:#3b2a1e;
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.topbar-info{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.topbar-info a,
.topbar-info span{
    color:#fff;
    font-size:14px;
    text-decoration:none;
}

.topbar-info i{
    color:#d4af37;
    margin-right:8px;
}

.topbar-social{
    text-align:right;
}

.topbar-social a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    margin-left:8px;
    transition:.3s;
}

.topbar-social a:hover{
    background:#d4af37;
    color:#000;
}

@media(max-width:991px){

    .topbar{
        display:none;
    }

}/* Normal Header */
.main-header .navbar{
    min-height: 90px;
    padding: 0;
    transition: all 0.3s ease;
}

.navbar-brand img{
    width: 75px;
    transition: all 0.3s ease;
}

/* Sticky Header */
.header-sticky.active,
.header-sticky.sticky-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    animation: slideDown 0.4s ease;
}

.header-sticky.active .navbar,
.header-sticky.sticky-header .navbar{
    min-height: 70px;
}

.header-sticky.active .navbar-brand img,
.header-sticky.sticky-header .navbar-brand img{
    width: 60px;
}

/* Menu */
.main-menu .navbar-nav .nav-link{
    padding: 30px 16px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.header-sticky.active .nav-link,
.header-sticky.sticky-header .nav-link{
    padding: 22px 16px;
}

/* Button */
.header-btn .btn-default{
    padding: 12px 26px;
    border-radius: 50px;
}

/* Animation */
@keyframes slideDown{
    from{
        transform: translateY(-100%);
    }
    to{
        transform: translateY(0);
    }
}
/* whatsapp floating button */
.float-wa {
    position: fixed;
    bottom: 28px;
    right: 24px;
    z-index: 990;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #128C7E, #25D366);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(37, 211, 102, .45);
    animation: waPulse 2s infinite;
    transition: transform .2s;
}

.float-wa:hover {
    transform: scale(1.12)
}

@keyframes waPulse {

    0%,
    100% {
        box-shadow: 0 8px 30px rgba(37, 211, 102, .45)
    }

    50% {
        box-shadow: 0 8px 40px rgba(37, 211, 102, .7), 0 0 0 10px rgba(37, 211, 102, .1)
    }
}
        /* ====================== TOKENS ====================== */
        :root {
            --ink: #1B1611;
            --ink-2: #2A231C;
            --cream: #F7F1E6;
            --cream-2: #EFE5D2;
            --paper: #FBF8F1;
            --brass: #B5883E;
            --brass-light: #E5C481;
            --clay: #8B5A3C;
             --gold: #B8934A;
    --gold-light: #D4B06A;
    --gold-pale: #F0E0B8;
    --ink: #1A1510;
    --warm-white: #FAF8F4;
    --stone: #7A6E60;
    --cream: #F5F0E8;
    --charcoal: #2C2520;
            --text-soft: #6E6357;
            --text-on-ink: #E9E1D2;
            --font-display: 'Fraunces', serif;
            --font-body: 'Hanken Grotesk', sans-serif;
            --radius: 2px;
            --ease: cubic-bezier(.22, 1, .36, 1);
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: var(--font-body);
            background: var(--cream);
            color: var(--ink);
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .container {
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 24px;
        }

        @media(prefers-reduced-motion: reduce) {
            * {
                animation-duration: .01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: .01ms !important;
                scroll-behavior: auto !important;
            }
        }

        /* ====================== CONTACT / INQUIRY FORM ====================== */
        .contact-section {
            padding: 60px 0;
            background: var(--paper);
        }

        .contact-grid {
            display: grid;
            grid-template-columns: .85fr 1.15fr;
            gap: 0;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 40px 80px rgba(27, 22, 17, .14);
        }

        .contact-info {
            background: var(--ink);
            color: var(--text-on-ink);
            padding: 60px 50px;
            position: relative;
            overflow: hidden;
        }

        .contact-info::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 85% 15%, rgba(181, 136, 62, .25), transparent 55%);
        }

        .contact-info .eyebrow.light {
            position: relative;
            z-index: 2;
        }

        .contact-info h2 {
            position: relative;
            z-index: 2;
            font-family: var(--font-display);
            font-weight: 500;
            font-size: clamp(26px, 3vw, 34px);
            line-height: 1.25;
            margin: 0 0 18px;
        }

        .contact-info h2 em {
            color: var(--brass-light);
            font-style: italic;
        }

        .contact-info>p {
            position: relative;
            z-index: 2;
            font-size: 14.5px;
            line-height: 1.8;
            color: rgba(233, 225, 210, .65);
            margin: 0 0 38px;
            max-width: 340px;
        }

        .ci-item {
            position: relative;
            z-index: 2;
            display: flex;
            gap: 16px;
            align-items: flex-start;
            margin-bottom: 24px;
        }

        .ci-icon {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            border: 1px solid rgba(229, 196, 129, .35);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--brass-light);
            font-size: 16px;
            flex: none;
        }

        .ci-item h4 {
            margin: 0 0 4px;
            font-size: 14.5px;
            color: var(--cream);
        }

        .ci-item p,
        .ci-item a {
            margin: 0;
            font-size: 13.5px;
            color: rgba(233, 225, 210, .65);
            line-height: 1.6;
        }

        .ci-social {
            position: relative;
            z-index: 2;
            display: flex;
            gap: 12px;
            margin-top: 36px;
        }

        .ci-social a {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 1px solid rgba(229, 196, 129, .3);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            color: var(--text-on-ink);
            transition: .3s;
        }

        .ci-social a:hover {
            background: var(--brass);
            color: var(--ink);
        }

        .contact-form-card {
            background: var(--cream);
            padding: 60px 56px;
        }

        .contact-form-card .form-tag {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .16em;
            text-transform: uppercase;
            color: var(--brass);
            margin-bottom: 10px;
            display: block;
        }

        .contact-form-card h3 {
            font-family: var(--font-display);
            font-size: 26px;
            font-weight: 600;
            margin: 0 0 30px;
        }

        .inquiry-form .frow {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 22px;
        }

        .field {
            margin-bottom: 22px;
            position: relative;
        }

        .field label {
            display: block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            color: var(--text-soft);
            margin-bottom: 9px;
        }

        .field input,
        .field select,
        .field textarea {
            width: 100%;
            border: none;
            border-bottom: 1.5px solid rgba(27, 22, 17, .18);
            background: transparent;
            padding: 11px 2px;
            font-family: var(--font-body);
            font-size: 15px;
            color: var(--ink);
            transition: .3s;
        }

        .field select {
            cursor: pointer;
        }

        .field textarea {
            resize: vertical;
            min-height: 80px;
        }

        .field input:focus,
        .field select:focus,
        .field textarea:focus {
            outline: none;
            border-color: var(--brass);
        }

        .field input::placeholder,
        .field textarea::placeholder {
            color: rgba(27, 22, 17, .32);
        }

        .inquiry-form button.btn-submit {
            width: 100%;
            border: none;
            background: var(--ink);
            color: var(--cream);
            font-weight: 700;
            letter-spacing: .04em;
            text-transform: uppercase;
            font-size: 13.5px;
            padding: 18px;
            border-radius: 30px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: .35s var(--ease);
        }

        .inquiry-form button.btn-submit:hover {
            background: var(--brass);
            color: var(--ink);
        }

        .inquiry-form button.btn-submit i {
            transition: .3s;
        }

        .inquiry-form button.btn-submit:hover i {
            transform: translateX(5px);
        }

        .form-note {
            font-size: 12px;
            color: var(--text-soft);
            margin-top: 16px;
            text-align: center;
        }

        .form-success {
            display: none;
            align-items: center;
            gap: 14px;
            background: rgba(181, 136, 62, .12);
            border: 1px solid rgba(181, 136, 62, .35);
            border-radius: 8px;
            padding: 18px 20px;
            margin-bottom: 24px;
        }

        .form-success.show {
            display: flex;
        }

        .form-success i {
            color: var(--brass);
            font-size: 20px;
            flex: none;
        }

        .form-success p {
            margin: 0;
            font-size: 13.5px;
            color: var(--ink-2);
            line-height: 1.55;
        }

        .form-success strong {
            display: block;
            font-size: 14.5px;
            margin-bottom: 2px;
        }

        /* ============ SIGNATURE: BRASS FLOURISH ============ */
        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            font-family: var(--font-body);
            font-weight: 700;
            letter-spacing: .22em;
            font-size: 12.5px;
            text-transform: uppercase;
            color: var(--brass);
            margin-bottom: 18px;
        }

        .eyebrow svg {
            flex: none;
            width: 64px;
            height: 18px;
            overflow: visible;
        }

        .eyebrow svg path {
            fill: none;
            stroke: var(--brass);
            stroke-width: 1.6;
            stroke-linecap: round;
            stroke-dasharray: 140;
            stroke-dashoffset: 140;
            transition: stroke-dashoffset 1.1s var(--ease);
        }

        .eyebrow.in-view svg path {
            stroke-dashoffset: 0;
        }

        .eyebrow.light {
            color: var(--brass-light);
        }

        .eyebrow.light svg path {
            stroke: var(--brass-light);
        }

        .section-head {
            max-width: 680px;
            margin-bottom: 56px;
        }

        .section-head.center {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section-head h2 {
            font-family: var(--font-display);
            font-weight: 500;
            font-size: clamp(32px, 4.4vw, 52px);
            line-height: 1.08;
            margin: 0 0 18px;
            letter-spacing: -.01em;
        }

        .section-head h2 em {
            font-style: italic;
            color: var(--brass);
            font-weight: 400;
        }

        .section-head p {
            font-size: 16.5px;
            line-height: 1.75;
            color: var(--text-soft);
            margin: 0;
        }

        section {
            position: relative;
        }

        /* ====================== TOPBAR ====================== */
        .topbar {
            background:#b5883e;
            color: white;
            font-size: 13px;
            padding: 9px 0;
        }

        .topbar .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 10px;
        }

        .topbar-info {
            display: flex;
            gap: 26px;
            flex-wrap: wrap;
            align-items: center;
        }

        .topbar-info a,
        .topbar-info span {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            color: white;
            opacity: .85;
            transition: opacity .25s;
        }

        .topbar-info a:hover {
            opacity: 1;
            color: var(--brass-light);
        }

        .topbar-info i {
            color: white;
            font-size: 12px;
        }

        .topbar-social {
            display: flex;
            gap: 14px;
        }

        .topbar-social a {
            width: 26px;
            height: 26px;
            border: 1px solid rgba(229, 196, 129, .3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            color: var(--text-on-ink);
            transition: .3s;
        }

        .topbar-social a:hover {
            background: var(--brass);
            border-color: var(--brass);
            color: var(--ink);
        }

        /* ====================== HEADER ====================== */
        header.main-header {
            position: sticky;
            top: 0;
            z-index: 500;
            background: #080502;
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(27, 22, 17, .08);
            transition: .3s;
        }

        .nav-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 11px;
        }

        .brand-mark {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: linear-gradient(140deg, var(--brass-light), var(--brass));
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-weight: 600;
            color: var(--ink);
            font-size: 17px;
        }

        .brand-name {
            font-family: var(--font-display);
            font-size: 19px;
            letter-spacing: .01em;
            line-height: 1.1;
        }

        .brand-name span {
            display: block;
            font-family: var(--font-body);
            font-size: 10px;
            letter-spacing: .2em;
            color: var(--text-soft);
            font-weight: 600;
        }

        nav.main-menu {
            display: flex;
            align-items: center;
            gap: 38px;
        }

        nav.main-menu ul {
            display: flex;
            gap: 34px;
        }

        nav.main-menu li {
            position: relative;
        }

        nav.main-menu>ul>li>a {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .02em;
            color: white;
            padding: 6px 0;
            position: relative;
        }

        nav.main-menu>ul>li>a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 1.5px;
            background: var(--brass);
            transition: width .3s var(--ease);
        }

        nav.main-menu>ul>li:hover>a::after {
            width: 100%;
        }

        .has-sub>.dropdown {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%) translateY(8px);
            background: var(--paper);
            min-width: 280px;
            padding: 14px;
            border-radius: var(--radius);
            box-shadow: 0 22px 50px rgba(27, 22, 17, .16);
            opacity: 0;
            pointer-events: none;
            transition: .25s var(--ease);
            display: grid;
            gap: 2px;
        }

        .has-sub:hover>.dropdown {
            opacity: 1;
            pointer-events: auto;
            transform: translateX(-50%) translateY(0);
        }

        .dropdown a {
            display: block;
            padding: 9px 14px;
            font-size: 13.5px;
            border-radius: 2px;
            transition: .2s;
        }

        .dropdown a:hover {
            background: var(--cream-2);
            color: var(--brass);
            padding-left: 18px;
        }

        .btn-nav-cta {
            background: #9e7737;
            color: var(--cream) !important;
            font-size: 13px;
            font-weight: 700;
            padding: 13px 24px;
            border-radius: 30px;
            letter-spacing: .02em;
            display: inline-flex;
            align-items: center;
            gap: 9px;
            transition: .3s var(--ease);
        }

        .btn-nav-cta:hover {
            background: var(--brass);
            color: var(--ink) !important;
            transform: translateY(-1px);
        }

        .nav-toggle {
            display: none;
            width: 30px;
            height: 22px;
            flex-direction: column;
            justify-content: space-between;
            cursor: pointer;
            z-index: 600;
            position: relative;
        }

        .nav-toggle span {
            height: 2px;
            background:white;
            border-radius: 2px;
            transition: .35s var(--ease);
        }

        .nav-toggle.active span:nth-child(1) {
            transform: translateY(10px) rotate(45deg);
        }

        .nav-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .nav-toggle.active span:nth-child(3) {
            transform: translateY(-10px) rotate(-45deg);
        }

        /* ============ MOBILE SIDEBAR ============ */
        .mobile-overlay {
            position: fixed;
            inset: 0;
            z-index: 980;
            background: rgba(15, 12, 9, .6);
            backdrop-filter: blur(2px);
            opacity: 0;
            pointer-events: none;
            transition: opacity .4s var(--ease);
        }

        .mobile-overlay.show {
            opacity: 1;
            pointer-events: auto;
        }

        .mobile-sidebar {
            position: fixed;
            top: 0;
            right: 0;
            height: 100vh;
            width: min(82vw, 330px);
            z-index: 990;
            background: var(--ink);
            color: var(--text-on-ink);
            transform: translateX(100%);
            transition: transform .45s var(--ease);
            display: flex;
            flex-direction: column;
            box-shadow: -30px 0 60px rgba(0, 0, 0, .35);
        }

        .mobile-sidebar.show {
            transform: translateX(0);
        }

        .ms-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 24px 24px 20px;
            border-bottom: 1px solid rgba(229, 196, 129, .15);
        }

        .ms-head .brand-name {
            color: var(--cream);
            font-size: 16px;
        }

        .ms-close {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 1px solid rgba(229, 196, 129, .35);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--brass-light);
            cursor: pointer;
            transition: .3s;
            flex: none;
        }

        .ms-close:hover {
            background: var(--brass);
            color: var(--ink);
        }

        .ms-links {
            padding: 14px 10px;
            overflow-y: auto;
            flex: 1;
        }

        .ms-links li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 18px;
            font-size: 15.5px;
            font-weight: 600;
            color: var(--text-on-ink);
            border-radius: 6px;
            transition: .25s;
            cursor: pointer;
        }

        .ms-links li a:hover,
        .ms-links li a.active {
            background: rgba(229, 196, 129, .08);
            color: var(--brass-light);
            padding-left: 24px;
        }

        .ms-links li a i {
            font-size: 11px;
            color: var(--brass);
            opacity: .7;
            transition: .3s;
        }

        .ms-sub {
            display: none;
            flex-direction: column;
            padding: 0 10px 6px 30px;
        }

        .ms-item.open .ms-sub {
            display: flex;
        }

        .ms-item.open>a i.chev {
            transform: rotate(90deg);
        }

        .ms-sub a {
            font-size: 13.5px;
            font-weight: 500;
            padding: 11px 14px;
            opacity: .8;
        }

        .ms-sub a:hover {
            opacity: 1;
        }

        .ms-foot {
            padding: 22px 24px 28px;
            border-top: 1px solid rgba(229, 196, 129, .15);
        }

        .ms-foot .btn-default {
            width: 100%;
            justify-content: center;
            margin-bottom: 18px;
        }

        .ms-foot-contact {
            display: flex;
            flex-direction: column;
            gap: 10px;
            font-size: 12.5px;
        }

        .ms-foot-contact a {
            display: flex;
            align-items: center;
            gap: 8px;
            opacity: .85;
        }

        .ms-foot-social {
            display: flex;
            gap: 10px;
            margin-top: 18px;
        }

        .ms-foot-social a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid rgba(229, 196, 129, .25);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

        body.no-scroll {
            overflow: hidden;
        }

        @media(min-width:861px) {

            .mobile-overlay,
            .mobile-sidebar {
                display: none;
            }
        }

        /* ====================== BUTTONS ====================== */
        .btn-default {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 13.5px;
            font-weight: 700;
            letter-spacing: .03em;
            text-transform: uppercase;
            padding: 16px 30px;
            border-radius: 30px;
            border: 1.5px solid var(--ink);
            color: var(--ink);
            transition: .35s var(--ease);
            position: relative;
            overflow: hidden;
        }

        .btn-default:hover {
            background: var(--ink);
            color: var(--cream);
        }

        .btn-gold {
            background: var(--brass);
            border-color: var(--brass);
            color: var(--ink);
        }

        .btn-gold:hover {
            background: transparent;
            color: var(--brass-light);
        }

        .btn-ghost-light {
            border-color: rgba(247, 241, 230, .5);
            color: var(--cream);
        }

        .btn-ghost-light:hover {
            background: var(--cream);
            color: var(--ink);
        }

        /* ====================== HERO ====================== */
        .hero {
            position: relative;
            height: 96vh;
            min-height: 640px;
            color: #fff;
            overflow: hidden;
        }

        .hero .swiper {
            height: 100%;
        }

        .hero-slide {
            position: relative;
            height: 100%;
        }

        .hero-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hero-slide::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(20, 16, 12, .55) 0%, rgba(20, 16, 12, .35) 38%, rgba(20, 16, 12, .85) 100%);
        }

        .hero-content {
            position: absolute;
            inset: 0;
            z-index: 5;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hero-content .container {
            width: 100%;
        }

        .hero-eyebrow {
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .3em;
            color: var(--brass-light);
            text-transform: uppercase;
            margin-bottom: 22px;
            opacity: 0;
            transform: translateY(16px);
            animation: heroUp .9s var(--ease) .3s forwards;
        }

        .hero h1 {
            font-family: var(--font-display);
            font-weight: 500;
            font-size: clamp(36px, 7.4vw, 92px);
            line-height: 1.02;
            letter-spacing: -.01em;
            max-width: 880px;
            margin: 0 0 26px;
        }

        .hero h1 span {
            display: block;
        }

        .hero h1 .hl {
            display: inline-block;
            overflow: hidden;
        }

        .hero h1 .hl span {
            display: block;
            opacity: 0;
            transform: translateY(110%);
            animation: heroUp 1s var(--ease) forwards;
        }

        .hero h1 .hl:nth-child(1) span {
            animation-delay: .5s;
        }

        .hero h1 .hl:nth-child(2) span {
            animation-delay: .68s;
        }

        .hero p.lead {
            max-width: 480px;
            font-size: 17px;
            line-height: 1.75;
            color: rgba(247, 241, 230, .85);
            margin: 0 0 38px;
            opacity: 0;
            transform: translateY(16px);
            animation: heroUp .9s var(--ease) .9s forwards;
        }

        .hero-btn {
            display: flex;
            gap: 18px;
            flex-wrap: wrap;
            opacity: 0;
            transform: translateY(16px);
            animation: heroUp .9s var(--ease) 1.05s forwards;
        }

        @keyframes heroUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hero-stats {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 6;
            background: rgba(251, 248, 241, .95);
            backdrop-filter: blur(8px);
            display: flex;
        }

        .hero-stats .container {
            display: flex;
            width: 100%;
        }

        .hstat-row {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            padding: 22px 0;
            gap: 18px;
            flex-wrap: wrap;
        }

        .hstat {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .hstat i {
            color: var(--brass);
            font-size: 20px;
        }

        .hstat h3 {
            font-family: var(--font-display);
            font-size: 26px;
            margin: 0;
            line-height: 1;
        }

        .hstat p {
            margin: 2px 0 0;
            font-size: 12.5px;
            color: var(--text-soft);
            font-weight: 600;
            letter-spacing: .02em;
        }

        .hero-swiper-pag {
            position: absolute;
            bottom: 120px;
            right: 40px;
            z-index: 7;
            display: flex;
            gap: 8px;
        }

        .hero .swiper-pagination-bullet {
            width: 7px;
            height: 7px;
            background: #fff;
            opacity: .45;
        }

        .hero .swiper-pagination-bullet-active {
            opacity: 1;
            background: var(--brass-light);
            width: 22px;
            border-radius: 5px;
            transition: .3s;
        }

        .scroll-cue {
            position: absolute;
            left: 50%;
            bottom: 128px;
            transform: translateX(-50%);
            z-index: 7;
            display: none;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            color: rgba(247, 241, 230, .7);
            font-size: 11px;
            letter-spacing: .18em;
        }

        .scroll-cue .line {
            width: 1px;
            height: 34px;
            background: linear-gradient(180deg, var(--brass-light), transparent);
            animation: scrollLine 2s infinite;
        }

        @keyframes scrollLine {
            0% {
                transform: scaleY(0);
                transform-origin: top;
            }

            50% {
                transform: scaleY(1);
                transform-origin: top;
            }

            51% {
                transform-origin: bottom;
            }

            100% {
                transform: scaleY(0);
                transform-origin: bottom;
            }
        }

        /* marquee strip */
        .marquee-strip {
            background: var(--ink);
            overflow: hidden;
            padding: 16px 0;
            border-bottom: 1px solid rgba(229, 196, 129, .15);
        }

        .marquee-track {
            display: flex;
            width: max-content;
            animation: marquee 32s linear infinite;
        }

        .marquee-track span {
            font-family: var(--font-display);
            font-style: italic;
            font-size: 19px;
            color: var(--text-on-ind);
            color: rgba(233, 225, 210, .55);
            padding: 0 28px;
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 28px;
        }

        .marquee-track span i {
            color: var(--brass);
            font-size: 8px;
        }

        @keyframes marquee {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }

        /* ====================== ABOUT ====================== */
       
        /* ====================== SERVICES (dark) ====================== */
        .services {
            background: var(--ink);
            color: var(--text-on-ink);
            padding: 28px 0 50px;
        }

        .services .section-head p {
            color: rgba(233, 225, 210, .65);
        }

        .svc-swiper {
            padding-bottom: 10px;
        }

        .svc-card {
            background: var(--ink-2);
            border-radius: var(--radius);
            overflow: hidden;
            height: 430px;
            position: relative;
            border: 1px solid #fff;
        }

        .svc-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            inset: 0;
            transition: transform .7s var(--ease);
        }

        .svc-card:hover img {
            transform: scale(1.08);
        }

        .svc-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(20, 16, 12, 0) 30%, rgba(20, 16, 12, .92) 100%);
            z-index: 1;
        }

        .svc-num {
            position: absolute;
            top: 22px;
            left: 22px;
            z-index: 2;
            font-family: var(--font-display);
            font-size: 14px;
            color: var(--brass-light);
            border: 1px solid rgba(229, 196, 129, .4);
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .svc-info {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            padding: 26px;
        }

        .svc-info h3 {
            font-family: var(--font-display);
            font-size: 21px;
            margin: 0 0 8px;
            font-weight: 500;
        }

        .svc-info p {
            font-size: 13.5px;
            color: rgba(233, 225, 210, .7);
            line-height: 1.6;
            margin: 0 0 14px;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: .4s var(--ease);
        }

        .svc-card:hover .svc-info p {
            max-height: 80px;
            opacity: 1;
        }

        .svc-info a {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .06em;
            color: var(--brass-light);
            display: inline-flex;
            gap: 8px;
            align-items: center;
            text-transform: uppercase;
        }

        .svc-info a i {
            transition: .3s;
        }

        .svc-card:hover .svc-info a i {
            transform: translateX(5px);
        }

        .svc-nav {
            display: flex;
            gap: 14px;
            justify-content: center;
            margin-top: 46px;
        }

        .svc-nav .swiper-button-prev,
        .svc-nav .swiper-button-next {
            position: relative;
            margin: 0;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            border: 1px solid rgba(229, 196, 129, .4);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--brass-light);
            transition: .3s;
            
        }
.svc-nav .swiper-button-prev {
    margin-right: 8px;
}

.svc-nav .swiper-button-next {
    margin-left: 8px;
}
        .svc-nav .swiper-button-prev:hover,
        .svc-nav .swiper-button-next:hover {
            background: var(--brass);
            color: var(--ink);
        }

        .svc-nav .swiper-button-prev::after,
        .svc-nav .swiper-button-next::after {
            font-size: 14px;
        }

        /* ====================== WHY CHOOSE ====================== */
        .why {
            padding: 50px 0;
            background: var(--paper);
        }

        .why .row {
            display: grid;
            grid-template-columns: .95fr 1.05fr;
            gap: 70px;
            align-items: center;
        }

        .why-item {
            display: flex;
            gap: 20px;
            padding: 26px 0;
            border-top: 1px solid rgba(27, 22, 17, .1);
        }

        .why-item:first-child {
            border-top: none;
            padding-top: 0;
        }

        .why-icon {
            width: 54px;
            height: 54px;
            border-radius: 50%;
            background: var(--cream-2);
            color: var(--brass);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 19px;
            flex: none;
        }

        .why-item h4 {
            margin: 0 0 8px;
            font-size: 18px;
            font-family: var(--font-display);
            font-weight: 600;
        }

        .why-item p {
            margin: 0;
            font-size: 14.5px;
            color: var(--text-soft);
            line-height: 1.7;
        }

        .why-visual {
            position: relative;
        }

        .why-grid {
            display: grid;
            grid-template-columns: 1.1fr .9fr;
            gap: 16px;
        }

        .why-grid .tall {
            height: 480px;
            border-radius: var(--radius);
            overflow: hidden;
        }

        .why-grid .stack {
            display: grid;
            gap: 16px;
        }

        .why-grid .stack div {
            height: 232px;
            border-radius: var(--radius);
            overflow: hidden;
        }

        .why-grid img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .why-tag {
            position: absolute;
            bottom: -26px;
            left: 30px;
            background: var(--brass);
            color: var(--ink);
            padding: 18px 26px;
            border-radius: var(--radius);
            box-shadow: 0 22px 40px rgba(181, 136, 62, .35);
            font-family: var(--font-display);
            font-weight: 600;
            font-size: 14px;
            max-width: 230px;
        }

        /* ====================== PROCESS ====================== */
        .process {
            padding: 50px 0;
            background: var(--cream);
        }

        .process-wrap {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 24px;
            margin-top: 70px;
            position: relative;
        }

        .process-wrap::before {
            content: '';
            position: absolute;
            top: 44px;
            left: 9%;
            width: 82%;
            height: 2px;
            background: repeating-linear-gradient(90deg, var(--brass) 0 8px, transparent 8px 16px);
        }

        .p-step {
            text-align: center;
            position: relative;
        }

        .p-num {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            background: var(--paper);
            border: 1.5px solid var(--brass);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 26px;
            position: relative;
            z-index: 2;
            font-family: var(--font-display);
            font-size: 26px;
            color: var(--brass);
            transition: .4s var(--ease);
        }

        .p-step:hover .p-num {
            background: var(--brass);
            color: var(--ink);
            transform: translateY(-8px);
        }

        .p-step h4 {
            font-size: 17px;
            margin: 0 0 8px;
            font-family: var(--font-display);
            font-weight: 600;
        }

        .p-step p {
            font-size: 13.5px;
            color: var(--text-soft);
            margin: 0;
            line-height: 1.6;
            padding: 0 6px;
        }

        /* ====================== GALLERY ====================== */
        .gallery {
            padding: 0 0 120px;
            background: var(--cream);
        }

        .g-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-auto-rows: 300px;
            gap: 12px;
        }

        .g-item {
            position: relative;
            overflow: hidden;
            border-radius: var(--radius);
        }

        .g-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .7s var(--ease);
        }

        .g-item:hover img {
            transform: scale(1.1);
        }

        .g-item::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 50%, rgba(20, 16, 12, .78));
            opacity: 0;
            transition: .35s;
        }

        .g-item:hover::after {
            opacity: 1;
        }

        .g-cap {
            position: absolute;
            left: 18px;
            bottom: -30px;
            z-index: 2;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .04em;
            opacity: 0;
            transition: .35s;
        }

        .g-item:hover .g-cap {
            bottom: 16px;
            opacity: 1;
        }

        .g-item.span2 {
            grid-column: span 2;
        }

        /* ====================== COMMITMENT ====================== */
        .commitment {
            padding: 50px 0;
            background: var(--ink);
            color: var(--text-on-ink);
        }

        .commitment .section-head p {
            color: rgba(233, 225, 210, .65);
        }

        .c-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1px;
            background: rgba(229, 196, 129, .15);
            border: 1px solid rgba(229, 196, 129, .15);
        }

        .c-card {
            background: var(--ink);
            padding: 42px 34px;
            transition: .35s;
        }

        .c-card:hover {
            background: var(--ink-2);
        }

        .c-icon {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            border: 1px solid rgba(229, 196, 129, .35);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--brass-light);
            font-size: 19px;
            margin-bottom: 24px;
            transition: .35s;
        }

        .c-card:hover .c-icon {
            background: var(--brass);
            color: var(--ink);
            border-color: var(--brass);
        }

        .c-card h4 {
            font-family: var(--font-display);
            font-size: 19px;
            margin: 0 0 10px;
            font-weight: 600;
        }

        .c-card p {
            font-size: 14px;
            color: rgba(233, 225, 210, .62);
            line-height: 1.7;
            margin: 0;
        }

        /* ====================== FAQ ====================== */
        .faq {
            padding: 50px 0;
            background: var(--paper);
        }

        .faq-wrap {
            display: grid;
            grid-template-columns: .85fr 1.15fr;
            gap: 64px;
        }

        .faq-side h2 {
            font-family: var(--font-display);
            font-size: clamp(30px, 3.6vw, 42px);
            font-weight: 500;
            line-height: 1.12;
        }

        .faq-side p {
            color: var(--text-soft);
            font-size: 15.5px;
            line-height: 1.75;
            margin: 18px 0 30px;
        }

        .faq-acc .item {
            border-bottom: 1px solid rgba(27, 22, 17, .12);
        }

        .faq-acc .q {
            width: 100%;
            text-align: left;
            background: none;
            border: none;
            padding: 22px 0;
            font-family: var(--font-body);
            font-size: 16px;
            font-weight: 600;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            color: var(--ink);
        }

        .faq-acc .q .plus {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1px solid var(--brass);
            color: var(--brass);
            display: flex;
            align-items: center;
            justify-content: center;
            flex: none;
            transition: .3s var(--ease);
            font-size: 13px;
        }

        .faq-acc .item.open .q .plus {
            background: var(--brass);
            color: var(--ink);
            transform: rotate(135deg);
        }

        .faq-acc .a {
            max-height: 0;
            overflow: hidden;
            transition: max-height .4s var(--ease);
        }

        .faq-acc .a p {
            margin: 0 0 22px;
            color: var(--text-soft);
            font-size: 14.5px;
            line-height: 1.75;
            max-width: 520px;
        }

        .faq-acc .item.open .a {
            max-height: 200px;
        }

        /* ====================== TESTIMONIALS ====================== */
        .testi {
            padding: 60px 0;
            background: var(--cream);
        }

        .t-card {
            background: var(--paper);
            border-radius: var(--radius);
            padding: 38px 32px;
            height: 100%;
            border: 1px solid rgba(27, 22, 17, .08);
            transition: .35s;
        }

        .t-card:hover {
            box-shadow: 0 26px 50px rgba(27, 22, 17, .1);
            transform: translateY(-6px);
        }

        .t-quote {
            color: var(--brass);
            font-size: 22px;
            margin-bottom: 18px;
        }

        .t-stars {
            color: var(--brass);
            font-size: 13px;
            letter-spacing: 3px;
            margin-bottom: 14px;
        }

        .t-card p.t-text {
            font-size: 14.5px;
            line-height: 1.8;
            color: var(--ink-2);
            margin: 0 0 26px;
        }

        .t-person {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .t-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--cream-2);
            color: var(--brass);
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-weight: 600;
        }

        .t-person h5 {
            margin: 0;
            font-size: 14.5px;
        }

        .t-person span {
            font-size: 12px;
            color: var(--text-soft);
        }

        .testi .swiper-pagination-bullet {
            background: var(--brass);
            opacity: .3;
        }

        .testi .swiper-pagination-bullet-active {
            opacity: 1;
        }

        /* ====================== INSIGHTS ====================== */
        .insights {
            padding: 0 0 130px;
            background: var(--cream);
        }

        .i-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .i-card {
            background: var(--paper);
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid rgba(27, 22, 17, .08);
            transition: .35s;
        }

        .i-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 26px 50px rgba(27, 22, 17, .1);
        }

        .i-img {
            height: 230px;
            overflow: hidden;
        }

        .i-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .6s;
        }

        .i-card:hover .i-img img {
            transform: scale(1.07);
        }

        .i-body {
            padding: 26px 28px 30px;
        }

        .i-tag {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .12em;
            color: var(--brass);
            text-transform: uppercase;
            margin-bottom: 12px;
            display: block;
        }

        .i-body h3 {
            font-family: var(--font-display);
            font-size: 19px;
            font-weight: 600;
            line-height: 1.35;
            margin: 0 0 16px;
        }

        .i-link {
            font-size: 12.5px;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            color: var(--ink);
            display: inline-flex;
            gap: 8px;
            align-items: center;
        }

        .i-link i {
            transition: .3s;
            color: var(--brass);
        }

        .i-card:hover .i-link i {
            transform: translateX(5px);
        }

        /* ====================== CTA BANNER ====================== */
        .cta-band {
            position: relative;
            padding: 110px 0;
            background: var(--ink);
            overflow: hidden;
        }

        .cta-band::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 80% 30%, rgba(181, 136, 62, .25), transparent 60%);
        }

        .cta-inner {
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .cta-inner h2 {
            font-family: var(--font-display);
            color: var(--cream);
            font-size: clamp(28px, 3.8vw, 44px);
            font-weight: 500;
            max-width: 560px;
            margin: 0;
            line-height: 1.2;
        }

        .cta-inner h2 em {
            color: var(--brass-light);
            font-style: italic;
        }

        /* ====================== FOOTER ====================== */
        footer.main-footer {
            background: #100D0A;
            color: white;
            padding: 90px 0 0;
        }

        .f-grid {
            display: grid;
            grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
            gap: 50px;
            padding-bottom: 60px;
            border-bottom: 1px solid rgba(229, 196, 129, .12);
        }

        .f-brand {
            display: flex;
            align-items: center;
            gap: 11px;
            margin-bottom: 20px;
        }

        .f-brand .brand-name {
            color: var(--cream);
        }

        .f-grid p {
            font-size: 14px;
            line-height: 1.8;
        }

        footer h3 {
            color: var(--cream);
            font-family: var(--font-display);
            font-size: 17px;
            font-weight: 600;
            margin: 0 0 22px;
        }

        footer .f-links li {
            margin-bottom: 12px;
            font-size: 14px;
        }

        footer .f-links a {
            transition: .25s;
            display: inline-flex;
            gap: 8px;
            align-items: center;
        }

        footer .f-links a:hover {
            color: var(--brass-light);
            padding-left: 4px;
        }

        .f-contact-item {
            display: flex;
            gap: 12px;
            margin-bottom: 18px;
            font-size: 13.5px;
            line-height: 1.7;
        }

        .f-contact-item i {
            color: var(--brass);
            margin-top: 3px;
        }

        .f-social {
            display: flex;
            gap: 12px;
            margin-top: 22px;
        }

        .f-social a {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: 1px solid rgba(229, 196, 129, .25);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            transition: .3s;
        }

        .f-social a:hover {
            background: var(--brass);
            color: var(--ink);
        }

        .f-bottom {
            padding: 26px 0;
            text-align: center;
            font-size: 13px;
            color: white;
        }

        /* ====================== FLOATERS ====================== */
        .float-wa {
            position: fixed;
            bottom: 28px;
            right: 28px;
            z-index: 900;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #25D366;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 25px;
            box-shadow: 0 14px 30px rgba(37, 211, 102, .4);
            animation: pulseWa 2.4s infinite;
        }

        @keyframes pulseWa {
            0% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, .5);
            }

            70% {
                box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            }
        }

        .back-top {
            position: fixed;
            bottom: 28px;
            right: 96px;
            z-index: 900;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: var(--ink);
            color: var(--brass-light);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            opacity: 0;
            pointer-events: none;
            transition: .3s;
            border: 1px solid rgba(229, 196, 129, .3);
        }

        .back-top.show {
            opacity: 1;
            pointer-events: auto;
        }

        .back-top:hover {
            background: var(--brass);
            color: var(--ink);
        }

        /* ====================== AOS-LIGHT REVEAL FALLBACK ====================== */
        [data-aos] {
            opacity: 0;
            transform: translateY(34px);
            transition: opacity .8s var(--ease), transform .8s var(--ease);
        }

        [data-aos].aos-in {
            opacity: 1;
            transform: translateY(0);
        }

        [data-aos="zoom"] {
            transform: scale(.92);
        }

        [data-aos="zoom"].aos-in {
            transform: scale(1);
        }

        [data-aos-delay="1"] {
            transition-delay: .1s;
        }

        [data-aos-delay="2"] {
            transition-delay: .2s;
        }

        [data-aos-delay="3"] {
            transition-delay: .3s;
        }

        [data-aos-delay="4"] {
            transition-delay: .4s;
        }

        /* ====================== RESPONSIVE ====================== */
        @media(max-width:1080px) {
            nav.main-menu ul {
                gap: 22px;
            }

            .about .row,
            .why .row,
            .faq-wrap {
                grid-template-columns: 1fr;
            }

            .about-visual {
                height: 420px;
                margin-bottom: 20px;
            }

            .c-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .i-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .process-wrap {
                grid-template-columns: repeat(3, 1fr);
                row-gap: 50px;
            }

            .process-wrap::before {
                display: none;
            }

            .g-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }.why-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 16px;
}

/* Tablet */
@media (max-width: 992px) {
    .why-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .why-grid {
        gap: 16px;
    }
}
        @media(max-width:860px) {
            nav.main-menu {
                display: none;
            } .hero {
            position: relative;
            height: 60vh !important;
            min-height: 600px !important;
       
        }

.hero-stats{
    display: none !important;
}

            .nav-toggle {
                display: flex;
            }

            .topbar-info {
                gap: 14px;
                font-size: 11.5px;
            }

            .topbar-info span {
                display: none;
            }

            .hstat-row {
                justify-content: flex-start;
            }

            .f-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media(max-width:640px) {
            .c-grid {
                grid-template-columns: 1fr;
            }

            .i-grid {
                grid-template-columns: 1fr;
            }

            .g-grid {
                grid-template-columns: repeat(2, 1fr);
                grid-auto-rows: 160px;
            }

            .g-item.span2 {
                grid-column: span 2;
            }

            .f-grid {
                grid-template-columns: 1fr;
            }

            .process-wrap {
                grid-template-columns: 1fr;
            }

            .hero-stats .container {
                overflow-x: auto;
            }

            .hstat-row {
                flex-wrap: nowrap;
            }
        }

        @media(max-width:900px) {
            .contact-grid {
                grid-template-columns: 1fr;
            }

            .contact-info,
            .contact-form-card {
                padding: 46px 30px;
            }

            .inquiry-form .frow {
                grid-template-columns: 1fr;
            }
        }

        .cta-band::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 80% 30%, rgba(181, 136, 62, .25), transparent 60%);
        }

        .cta-inner {
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .cta-inner h2 {
            font-family: var(--font-display);
            color: var(--cream);
            font-size: clamp(28px, 3.8vw, 44px);
            font-weight: 500;
            max-width: 560px;
            margin: 0;
            line-height: 1.2;
        }

        .cta-inner h2 em {
            color: var(--brass-light);
            font-style: italic;
        }
        

  /* HERO STRIP */
  .page-hero {
    margin-top: 65px;
    height: 240px;
    background: #1a1a1a;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
  }
  .page-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1400&q=60') center/cover;
    opacity: 0.25;
  }
  .page-hero-content { position: relative; text-align: center; }
  .page-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px; font-weight: 500; color: #fff;
    letter-spacing: 2px;
  }
  .breadcrumb-bar {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
    color: rgba(255,255,255,0.5); margin-top: 8px;
  }
  .breadcrumb-bar .sep, .breadcrumb-bar .current { color: #b08d6a; }

  /* ABOUT SECTION */
  .about {padding: 58px 0 65px;background: #faf8f4;}

  .about-visual {
    position: relative;
    padding-bottom: 60px;
    padding-right: 30px;
  }
  .av-1 img {
    width: 100%; height: 500px; object-fit: cover;
    border-radius: 4px;
  }
  .av-2 {
    position: absolute;
    bottom: 0; right: 0;
    width: 54%;
    border: 6px solid #faf8f4;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  }
  .av-2 img {
    width: 100%; height: 210px; object-fit: cover; display: block;
  }
  .av-badge {
    position: absolute;
    top: 28px; right: -6px;
    width: 106px; height: 106px;
    background: #b08d6a;
    border-radius: 50%;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    box-shadow: 0 8px 28px rgba(176,141,106,0.45);
  }
  .av-badge h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px; font-weight: 600; color: #fff; line-height: 1;
  }
  .av-badge p {
    font-size: 9px; text-transform: uppercase; letter-spacing: 1px;
    color: rgba(255,255,255,0.85); margin-top: 4px; text-align: center;
  }

  /* CONTENT */
  .about-content { padding-left: 48px; }

  .eyebrow {
    display: flex; align-items: center; gap: 12px;
    font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
    text-transform: uppercase; color: #b08d6a; margin-bottom: 22px;
  }
  .eyebrow svg {
    width: 52px; height: 14px;
    fill: none; stroke: #b08d6a; stroke-width: 2.5; stroke-linecap: round;
  }

  .about-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 46px; font-weight: 500; line-height: 1.18;
    color: #1a1a1a; margin-bottom: 22px;
  }
  .about-content h2 em { font-style: italic; color: #b08d6a; }

  .about-content > p {
    font-size: 15px; line-height: 1.85; color: #555; margin-bottom: 32px;
  }

  .about-list {
    list-style: none;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 10px 20px; margin-bottom: 36px;
  }
  .about-list li {
    font-size: 13.5px; font-weight: 500; color: #333;
    padding-left: 18px; position: relative;
  }
  .about-list li::before {
    content: '';
    position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 6px; height: 6px;
    border: 1.5px solid #b08d6a; border-radius: 50%;
  }

  .btn-default {
    display: inline-block; padding: 14px 38px;
    background: #1a1a1a; color: #fff;
    font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
    text-decoration: none; border-radius: 2px;
    transition: background 0.25s, transform 0.2s;
    margin-bottom: 36px;
  }
  .btn-default:hover { background: #b08d6a; color: #fff; transform: translateY(-1px); }

  .about-contacts { display: flex; gap: 20px; flex-wrap: wrap; }
  .about-contacts .item {
    display: flex; align-items: flex-start; gap: 14px;
    background: #fff; border: 1px solid rgba(0,0,0,0.07);
    border-radius: 6px; padding: 16px 20px;
    flex: 1; min-width: 190px;
  }
  .about-contacts .icon {
    width: 42px; height: 42px; flex-shrink: 0;
    background: #faf0e6; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #b08d6a; font-size: 16px;
  }
  .about-contacts h4 { font-size: 13px; font-weight: 600; color: #1a1a1a; margin-bottom: 3px; }
  .about-contacts p { font-size: 12.5px; color: #888; }

  /* STATS */
  .stats-strip { background: #1a1a1a; padding: 52px 0; }
  .stat-item { text-align: center; position: relative; }
  .stat-item + .stat-item::before {
    content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    height: 40px; width: 1px; background: rgba(255,255,255,0.1);
  }
  .stat-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px; font-weight: 500; color: #b08d6a; line-height: 1;
  }
  .stat-item p {
    font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.45); margin-top: 7px;
  }

  /* VALUES */
  .values-section { padding: 86px 0; background: #faf8f4; }
  .section-label {
    text-align: center;
    font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
    color: #b08d6a; margin-bottom: 14px;
  }
  .section-title {
    /* font-family: 'Cormorant Garamond', serif; */
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 52px;
  }
  .value-card {
    text-align: center; padding: 38px 26px;
    border: 1px solid rgba(0,0,0,0.07); border-radius: 6px;
    background: #fff; height: 100%;
    transition: box-shadow 0.25s, transform 0.25s;
  }
  .value-card:hover { box-shadow: 0 14px 40px rgba(176,141,106,0.12); transform: translateY(-4px); }
  .value-icon {
    width: 58px; height: 58px; margin: 0 auto 20px;
    background: #faf0e6; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #b08d6a;
  }
  .value-card h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px; font-weight: 600; color: #1a1a1a; margin-bottom: 10px;
  }
  .value-card p { font-size: 13.5px; color: #777; line-height: 1.78; }

  /* TEAM */
  .team-section { padding: 86px 0; background: #f0ece5; }
  .team-card { text-align: center; }
  .team-img {
    width: 184px; height: 184px;
    border-radius: 50%; object-fit: cover;
    margin: 0 auto 18px; display: block;
    border: 5px solid #fff;
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
  }
  .team-card h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px; font-weight: 600; color: #1a1a1a; margin-bottom: 4px;
  }
  .team-card .role {
    font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; color: #b08d6a;
  }
  .team-card p { font-size: 13.5px; color: #777; margin-top: 12px; line-height: 1.75; }

  /* CTA */
  .cta-section {
    padding: 90px 0; text-align: center;
    background: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1400&q=60') center/cover;
    position: relative;
  }
  .cta-section::before {
    content: ''; position: absolute; inset: 0;
    background: rgba(26,26,26,0.76);
  }
  .cta-section > .container { position: relative; }
  .cta-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 46px; font-weight: 500; color: #fff; margin-bottom: 16px;
  }
  .cta-section p { font-size: 15px; color: rgba(255,255,255,0.6); margin-bottom: 34px; }
  .btn-outline-light-custom {
    display: inline-block; padding: 14px 42px;
    border: 1.5px solid rgba(255,255,255,0.45);
    color: #fff; font-size: 12px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    text-decoration: none; border-radius: 2px;
    transition: background 0.25s, border-color 0.25s;
  }
  .btn-outline-light-custom:hover {
    background: #b08d6a; border-color: #b08d6a; color: #fff;
  }


  /* RESPONSIVE */
  @media (max-width: 991px) {
    .about-content { padding-left: 0; margin-top: 70px; }
    .about-content h2 { font-size: 34px; }
    .av-badge { right: 8px; top: 8px; }
    .nav-links { display: none; }
  }
  @media (max-width: 575px) {
    .page-hero h1 { font-size: 38px; }
    .about-list { grid-template-columns: 1fr; }
    .about-contacts { flex-direction: column; }
    .stat-item + .stat-item::before { display: none; }
  }
  /* VALUES */
  .values-section { padding: 86px 0; background: #faf8f4; }
  .section-label {
    text-align: center;
    font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
    color: #b08d6a; margin-bottom: 14px;
  }
  .section-title {
    /* font-family: 'Cormorant Garamond', serif; */
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 52px;
  }
  .value-card {
    text-align: center; padding: 38px 26px;
    border: 1px solid rgba(0,0,0,0.07); border-radius: 6px;
    background: #fff; height: 100%;
    transition: box-shadow 0.25s, transform 0.25s;
  }
  .value-card:hover { box-shadow: 0 14px 40px rgba(176,141,106,0.12); transform: translateY(-4px); }
  .value-icon {
    width: 58px; height: 58px; margin: 0 auto 20px;
    background: #faf0e6; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #b08d6a;
  }
  .value-card h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px; font-weight: 600; color: #1a1a1a; margin-bottom: 10px;
  }
  .value-card p { font-size: 13.5px; color: #777; line-height: 1.78; }

  /* MISSION VISION VALUES */
  .mvv-section { padding: 90px 0; background: #f0ece5; }

  .mvv-mission-wrap {
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    min-height: 320px;
    margin-bottom: 32px;
  }
  .mvv-mission-img {
    width: 42%; flex-shrink: 0;
    object-fit: cover; display: block;
  }
  .mvv-mission-body {
    padding: 52px 48px;
    display: flex; flex-direction: column; justify-content: center;
  }
  .mvv-tag {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
    color: #b08d6a; margin-bottom: 18px;
  }
  .mvv-tag::before {
    content: ''; display: block;
    width: 28px; height: 1.5px; background: #b08d6a;
  }
  .mvv-mission-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px; font-weight: 500; color: #fff;
    line-height: 1.2; margin-bottom: 16px;
  }
  .mvv-mission-body p {
    font-size: 14.5px; line-height: 1.85; color: rgba(255,255,255,0.6);
  }

  .mvv-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px 36px;
    height: 100%;
    border-top: 3px solid #b08d6a;
    transition: transform 0.25s, box-shadow 0.25s;
  }
  .mvv-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
  .mvv-card-icon {
    width: 54px; height: 54px;
    background: #faf0e6; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #b08d6a;
    margin-bottom: 22px;
  }
  .mvv-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px; font-weight: 600; color: #1a1a1a;
    margin-bottom: 14px;
  }
  .mvv-card p { font-size: 14px; line-height: 1.82; color: #666; }
  .mvv-card ul {
    list-style: none; margin-top: 16px; padding: 0;
  }
  .mvv-card ul li {
    font-size: 13.5px; color: #555; padding: 7px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding-left: 20px; position: relative;
  }
  .mvv-card ul li:last-child { border-bottom: none; }
  .mvv-card ul li::before {
    content: '';
    position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 7px; height: 7px;
    background: #b08d6a; border-radius: 50%;
  }<style>
.services .row{
    row-gap: 30px;
}

.svc-card{
    /* background:#fff; */
    border-radius:15px;
    overflow:hidden;
    /* height:100%; */
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s ease;
}

.svc-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.svc-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.svc-num{
    position:absolute;
    top:15px;
    left:15px;
    width:45px;
    height:45px;
    background:#111;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    z-index:2;
}

.svc-card{
    position:relative;
}

.svc-info{
    padding:25px;
}

.svc-info h3{
    font-size:22px;
    margin-bottom:10px;
}

.svc-info p{
    /* color:#666; */
    /* margin-bottom:15px; */
    /* line-height:1.7; */
}

.svc-info a{
    text-decoration:none;
    /* font-weight:600; */
    /* color:#111; */
}

.svc-info a:hover{
    color:#c79a63;
}

@media(max-width:991px){
    .svc-card img{
        height:220px;
    }
}

@media(max-width:767px){
    .svc-card img{
        height:200px;
    }
}
/* =========================
   SERVICE SINGLE PAGE
========================= */

.page-service-single{
    padding:100px 0;
}

.service-sidebar{
    position:sticky;
    top:120px;
}

/* Sidebar Category */
.service-catagery-list{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 30px rgba(0,0,0,0.08);
    margin-bottom:30px;
}

.service-catagery-list h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    text-transform:capitalize;
}

.service-catagery-list ul{
    padding:0;
    margin:0;
    list-style:none;
}

.service-catagery-list ul li{
    margin-bottom:12px;
}

.service-catagery-list ul li:last-child{
    margin-bottom:0;
}

.service-catagery-list ul li a{
    display:block;
    padding:14px 18px;
    background:#f7f7f7;
    border-radius:10px;
    text-decoration:none;
    color:#222;
    font-weight:500;
    transition:all .3s ease;
}

.service-catagery-list ul li a:hover{
    background:#c9a050;
    color:#fff;
    transform:translateX(5px);
}

/* CTA BOX */
.sidebar-cta-box{
    background:#111;
    border-radius:20px;
    overflow:hidden;
    color:#fff;
}

.sidebar-cta-image img{
    width:100%;
    display:block;
}

.sidebar-cta-Body{
    padding:30px;
}

.sidebar-cta-content h3{
    font-size:28px;
    margin-bottom:10px;
    text-transform:capitalize;
}

.sidebar-cta-content p{
    color:#ddd;
    margin-bottom:25px;
}

.sidebar-cta-contact-item{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.sidebar-cta-contact-item:last-child{
    margin-bottom:0;
}

.sidebar-cta-contact-item .icon-box{
    width:50px;
    height:50px;
    background:#c9a050;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.sidebar-cta-contact-item .icon-box img{
    width:22px;
}

.cta-contact-item-content p{
    margin:0;
    color:#fff;
    font-weight:500;
    font-size: 15px;
}

/* FEATURE IMAGE */
.service-feature-image{
    margin-bottom:40px;
}

.service-feature-image img{
    width:100%;
    border-radius:20px;
}

/* SERVICE CONTENT */
.service-entry p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:25px;
}

.service-entry-list-image{
    display:flex;
    gap:30px;
    align-items:center;
    margin-top:50px;
    margin-bottom:50px;
}

.service-entry-image{
    width:50%;
}

.service-entry-image img{
    width:100%;
    border-radius:20px;
}

.service-entry-list{
    width:50%;
}

.service-entry-list ul{
    padding:0;
    margin:0;
    list-style:none;
}

.service-entry-list ul li{
    position:relative;
    padding-left:30px;
    margin-bottom:15px;
    color:#333;
    font-weight:500;
}

.service-entry-list ul li:before{
    content:"ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    position:absolute;
    left:0;
    top:0;
    color:#c9a050;
    font-weight:bold;
}

/* SECTION TITLE */
.section-title{
    margin-bottom:40px;
}

.section-title h3{
    color:#c9a050;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:15px;
    font-family: 'Hanken Grotesk';
}

.section-title h2 span{
    color:#c9a050;
}

.section-title p{
    color:#666;
    line-height:1.8;
}

/* WHY CHOOSE */
.why-choose-item-list{
    display:grid;
    gap:25px;
}

.why-choose-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
    padding:25px;
    border-radius:15px;
    background:#fff;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

.why-choose-item .icon-box{
    width:70px;
    height:70px;
    background:#f9f4eb;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.why-choose-item .icon-box img{
    width:35px;
}

.why-choose-item-content h3{
    font-size:22px;
    margin-bottom:10px;
}

.why-choose-item-content p{
    margin:0;
    color:#666;
}

/* FAQ */
.service-single-faq{
    margin-top:70px;
}

.accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:12px !important;
    overflow:hidden;
    box-shadow:0 3px 15px rgba(0,0,0,0.08);
}

.accordion-button{
    font-size:18px;
    font-weight:600;
    padding:20px 25px;
    background:#fff;
}

.accordion-button span{
    color:#c9a050;
    margin-right:10px;
}

.accordion-button:not(.collapsed){
    background:#c9a050;
    color:#fff;
    box-shadow:none;
}

.accordion-button:not(.collapsed) span{
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    padding:20px 25px;
    color:#666;
    line-height:1.8;
}

/* RESPONSIVE */
@media(max-width:991px){

    .service-sidebar{
        position:relative;
        top:0;
        margin-bottom:40px;
    }

    .service-entry-list-image{
        flex-direction:column;
    }

    .service-entry-image,
    .service-entry-list{
        width:100%;
    }

    .section-title h2{
        font-size:32px;
    }
}

@media(max-width:767px){

    .page-service-single{
        padding:70px 0;
    }

    .section-title h2{
        font-size:28px;
    }

    .why-choose-item{
        flex-direction:column;
        text-align:center;
    }

    .accordion-button{
        font-size:16px;
    }
}.residential-design-section{
    padding:80px 0;
}

.residential-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,0.15);
}

.sub-title{
    color:#c9a050;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.residential-content h2{
    font-size:42px;
    font-weight:700;
    margin:15px 0;
}

.residential-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.feature-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:500;
}

.feature-item i{
    color:#c9a050;
}

.design-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
    transition:.4s;
}

.design-card:hover{
    transform:translateY(-8px);
}

.design-card h3{
    margin-bottom:12px;
    font-size:24px;
}

.design-card p{
    margin:0;
    color:#666;
}

@media(max-width:991px){

    .residential-content{
        margin-top:40px;
    }

    .residential-content h2{
        font-size:32px;
    }

    .feature-list{
        grid-template-columns:1fr;
    }
}.counter-box{
    text-align:center;
    padding:20px 10px;
    border-radius:12px;
    background:#f8f8f8;
    margin-top:10px;
}

.counter-box h3{
    color:#c9a050;
    font-size:32px;
    font-weight:700;
    margin-bottom:5px;
}

.counter-box p{
    margin:0;
    font-size:14px;
    color:#666;
}.counter-box{
    text-align:center;
    padding:20px 10px;
    border-radius:12px;
    background:#f8f8f8;
    margin-top:10px;
}

.counter-box h3{
    color:#c9a050;
    font-size:32px;
    font-weight:700;
    margin-bottom:5px;
}

.counter-box p{
    margin:0;
    font-size:14px;
    color:#666;
}.residential-extra-content{
    margin-top:60px;
}

.residential-extra-content h3{
    font-size:32px;
    margin-bottom:20px;
    font-weight:700;
}

.residential-extra-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.expertise-box{
    padding:25px;
    border-radius:15px;
    background:#fff;
    box-shadow:0 8px 30px rgba(0,0,0,0.08);
    height:100%;
    transition:0.4s;
}

.expertise-box:hover{
    transform:translateY(-8px);
}

.expertise-box h4{
    font-size:22px;
    margin-bottom:15px;
}

.expertise-box i{
    color:#c9a050;
    margin-right:10px;
}

.expertise-box p{
    margin:0;
}.service-inquiry-form{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border-top:4px solid #c9a050;
}

.service-inquiry-form .section-title{
    margin-bottom:20px;
    text-align:center;
}

.service-inquiry-form .section-title h2{
    font-size:28px;
    font-weight:700;
    margin-bottom:8px;
}

.service-inquiry-form .section-title p{
    font-size:14px;
    color:#777;
    margin:0;
}

.service-inquiry-form .form-control{
    height:50px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:10px 15px;
    box-shadow:none;
    transition:0.3s;
}

.service-inquiry-form textarea.form-control{
    height:120px;
    resize:none;
}

.service-inquiry-form .form-control:focus{
    border-color:#c9a050;
    box-shadow:none;
}

.service-inquiry-form .btn-primary{
    width:100%;
    height:52px;
    border:none;
    border-radius:10px;
    background:#c9a050;
    font-weight:600;
    font-size:15px;
    transition:0.3s;
}

.service-inquiry-form .btn-primary:hover{
    background:#111;
}
    .form-wrap {
      background: linear-gradient(145deg, #2c1a0e, #3d2410);
      border-radius: 20px;
      padding: 2.5rem;
      border: 1px solid #8B6914;
      position: relative;
      overflow: hidden;
      max-width: 680px;
      width: 100%;
    }

    .form-wrap::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #8B6914, #d4af37, #f0c040, #d4af37, #8B6914);
    }

    .ornament {
      text-align: center;
      margin-bottom: 0.25rem;
      font-size: 22px;
      letter-spacing: 8px;
      color: #d4af37;
    }

    .form-title {
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      color: #f0c040;
      margin: 0 0 0.5rem;
      letter-spacing: 1px;
    }

    .form-subtitle {
      text-align: center;
      font-size: 14px;
      color: white;
      margin: 0 0 2rem;
    }

    .divider {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 2rem;
    }

    .divider-line {
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, #8B6914, transparent);
    }

    .divider-diamond {
      width: 8px;
      height: 8px;
      background: #d4af37;
      transform: rotate(45deg);
      flex-shrink: 0;
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .field-icon-wrap {
      position: relative;
    }

    .field-icon-wrap .ti {
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      color: #8B6914;
      font-size: 16px;
      pointer-events: none;
    }

    .textarea-icon {
      position: absolute;
      left: 14px;
      top: 14px;
      color: #8B6914;
      font-size: 16px;
      pointer-events: none;
    }

    .full {
      grid-column: 1 / -1;
    }

    input, select, textarea {
      width: 100%;
      background: white;
      border: 1px solid #5a3e1b;
      border-radius: 10px;
      padding: 12px 14px 12px 40px;
      color: #f0e0b0;
      font-size: 14px;
      outline: none;
      transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
      appearance: none;
      -webkit-appearance: none;
      font-family: inherit;
    }

    input::placeholder,
    textarea::placeholder {
      color: #7a5c38;
    }

    select {
      color: white;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238B6914' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      background-color: rgba(255, 255, 255, 0.04);
      padding-right: 36px;
      cursor: pointer;
    }

    select option {
      background: #2c1a0e;
      color: #f0e0b0;
    }

    textarea {
      resize: none;
      padding-top: 12px;
    }

    input:focus, select:focus, textarea:focus {
      border-color: #d4af37;
      background: rgba(212, 175, 55, 0.06);
      box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
    }

    .submit-btn {
      width: 100%;
      padding: 14px;
      background: linear-gradient(135deg, #8B6914, #d4af37, #8B6914);
      background-size: 200% auto;
      color: #1a0e00;
      border: none;
      border-radius: 10px;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 1.5px;
      cursor: pointer;
      text-transform: uppercase;
      transition: background-position 0.4s, transform 0.15s;
      margin-top: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-family: inherit;
    }

    .submit-btn:hover {
      background-position: right center;
      transform: translateY(-1px);
    }

    .submit-btn:active {
      transform: scale(0.99);
    }

    .footer-note {
      text-align: center;
      font-size: 12px;
      color: white;
      margin-top: 1.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }

    @media (max-width: 540px) {
      .form-grid {
        grid-template-columns: 1fr;
      }
      .full {
        grid-column: 1;
      }
      .form-wrap {
        padding: 1.5rem;
      }
    }
    .form-new{
 min-height: 100vh;
 background: #FFFFFF;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 2rem;
 }.lux-contact-section{
    background:#050505;
    color:#fff;
}

.contact-left{
    padding:80px 60px;
    height:100%;
    border-right:1px solid rgba(201,160,91,.2);
}

.contact-tag{
    color:#c9a05b;
    letter-spacing:4px;
    font-size:12px;
    display:block;
    margin-bottom:20px;
}

.contact-left h2{
    font-size: 40px;
    line-height:1.2;
    margin-bottom:25px;
}

.contact-left h2 span{
    color:#c9a05b;
    font-style:italic;
}

.contact-left p{
    color:#aaa;
    line-height:1.8;
    font-size: 13px;
}

.contact-info{
    margin-top: 12px;
}

.info-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.info-item i{
    width:50px;
    height:50px;
    border:1px solid #c9a05b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#c9a05b;
}

.info-item h5{
    color:#c9a05b;
    margin-bottom:5px;
    text-transform:uppercase;
    font-size: 14px;
}

.contact-right{
    padding:80px 60px;
}

.contact-right h3{
    color:#fff;
    margin-bottom:35px;
    font-size:32px;
}

.contact-right input,
.contact-right select,
.contact-right textarea{
    width:100%;
    background:transparent;
    border:1px solid #c9a05b;
    color:#fff;
    padding:16px 20px;
    outline:none;
}

.contact-right input::placeholder,
.contact-right textarea::placeholder{
    color:#777;
}

.contact-right select{
    height:58px;
}

.contact-right textarea{
    resize:none;
}

.contact-right button{
    width:100%;
    height:60px;
    border:1px solid #c9a05b;
    background:transparent;
    color:#c9a05b;
    text-transform:uppercase;
    letter-spacing:3px;
    transition:.3s;
}

.contact-right button:hover{
    background:#c9a05b;
    color:#000;
}

@media(max-width:991px){

    .contact-left,
    .contact-right{
        padding:40px 25px;
    }

    .contact-left h2{
        font-size:38px;
    }

    .contact-left{
        border-right:none;
        border-bottom:1px solid rgba(201,160,91,.2);
    }
    .section-title{
        font-size: 15px !important;
    }
}
  /* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â
     SECTION 1 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â RESIDENTIAL DESIGN INFO
  ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
  .resi-section {
    padding: 30px 0;
    background: white !important;
    overflow: hidden;
  }
  .container { max-width: 1160px; margin: 0 auto; padding: 0 32px; }

  .resi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
  }

  /* Image side */
  .resi-img-wrap {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
  .resi-img-wrap.visible { opacity: 1; transform: none; }

  .resi-img-main {
    width: 100%; height: 560px;
    object-fit: cover; display: block;
  }
  .resi-img-accent {
    position: absolute;
    bottom: -28px; right: -28px;
    width: 210px; height: 210px;
    object-fit: cover;
    border: 6px solid var(--white);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  }
  .resi-badge {
    position: absolute; top: 28px; left: 28px;
    background: var(--gold); color: #fff;
    font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
    padding: 8px 18px;
  }
  .resi-img-wrap::before {
    content: '';
    position: absolute;
    top: -16px; left: -16px;
    width: 55%; height: 55%;
    border: 2px solid var(--gold-pale);
    z-index: -1;
    transition: top 0.4s, left 0.4s;
  }
  .resi-img-wrap:hover::before { top: -22px; left: -22px; }

  /* Content side */
  .resi-content {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.9s ease 0.2s, transform 0.9s ease 0.2s;
  }
  .resi-content.visible { opacity: 1; transform: none; }

  .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--gold); font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    margin-bottom: 16px;
  }
  .eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); display: block; }

  .resi-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 3.5vw, 52px);
    font-weight: 300; line-height: 1.2;
    color: var(--ink); margin-bottom: 20px;
  }
  .resi-content h2 em { font-style: italic; color: var(--gold); }

  .resi-content p {
    font-size: 15px; color: var(--stone); line-height: 1.85;
    margin-bottom: 32px;
  }

  .feat-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 36px; }
  .feat-item {
    display: flex; align-items: center; gap: 14px;
    padding: 13px 18px;
    background: var(--cream);
    border-left: 3px solid transparent;
    font-size: 14px; color: var(--ink);
    transition: border-color 0.3s, background 0.3s, transform 0.3s;
    cursor: default;
  }
  .feat-item:hover {
    border-left-color: var(--gold);
    background: var(--gold-pale);
    transform: translateX(6px);
  }
  .feat-item i { color: var(--gold); font-size: 13px; flex-shrink: 0; }

  .stats-row { display: flex; gap: 0; border-top: 1px solid rgba(0,0,0,0.08); margin-top: 36px; }
  .stat-box {
    flex: 1; padding: 24px 20px; text-align: center;
    border-right: 1px solid rgba(0,0,0,0.08);
  }
  .stat-box:last-child { border-right: none; }
  .stat-box h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px; font-weight: 300; color: var(--gold); line-height: 1;
  }
  .stat-box p { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--stone); margin-top: 4px; }

  .services-section {
    padding: 21px 0;
    background: var(--ink);
  }
  .services-section .eyebrow { color: var(--gold-light); }
  .services-section .eyebrow::before { background: var(--gold-light); }

  .services-head {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 56px; flex-wrap: wrap; gap: 20px;
  }
  .services-head h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 3.5vw, 52px);
    font-weight: 300; color: #fff; line-height: 1.2;
  }
  .services-head h2 em { font-style: italic; color: var(--gold-light); }
  .services-head p { font-size: 14px; color: rgba(255,255,255,0.45); max-width: 280px; line-height: 1.7; }

  .srv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }

  .srv-card {
    position: relative; overflow: hidden;
    opacity: 0; transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    cursor: pointer;
  }
  .srv-card.visible { opacity: 1; transform: none; }

  .srv-card img {
    width: 100%; height: 380px;
    object-fit: cover; display: block;
    transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
  }
  .srv-card:hover img { transform: scale(1.1); }

  .srv-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(20,15,10,0.92) 0%, rgba(20,15,10,0.2) 55%, transparent 100%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 28px;
    transition: background 0.4s;
  }
  .srv-card:hover .srv-overlay { background: linear-gradient(to top, rgba(20,15,10,0.97) 0%, rgba(20,15,10,0.45) 60%, transparent 100%); }

  .srv-icon {
    width: 44px; height: 44px;
    border: 1px solid rgba(184,147,74,0.5);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-light); font-size: 18px;
    margin-bottom: 14px;
    transition: background 0.3s, border-color 0.3s;
  }
  .srv-card:hover .srv-icon { background: var(--gold); border-color: var(--gold); color: #fff; }

  .srv-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 400; color: #fff;
    margin-bottom: 8px;
  }
  .srv-desc {
    font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.65;
    max-height: 0; overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s;
    opacity: 0;
  }
  .srv-card:hover .srv-desc { max-height: 80px; opacity: 1; }

  .srv-link {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--gold-light); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
    margin-top: 12px;
    opacity: 0; transform: translateY(8px);
    transition: opacity 0.4s 0.1s, transform 0.4s 0.1s;
    text-decoration: none;
  }
  .srv-card:hover .srv-link { opacity: 1; transform: none; }

  .portfolio-section {
    padding: 100px 0 80px;
    background: var(--cream);
  }

  .port-head { text-align: center; margin-bottom: 56px; }
  .port-head h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 3.5vw, 52px);
    font-weight: 300; color: var(--ink); line-height: 1.2;
    margin-bottom: 12px;
  }
  .port-head h2 em { font-style: italic; color: var(--gold); }
  .port-head p { font-size: 15px; color: var(--stone); }

  /* Filter tabs */
  .port-filters {
    display: flex; justify-content: center; gap: 4px;
    margin-bottom: 40px; flex-wrap: wrap;
  }
  .filter-btn {
    padding: 9px 22px; border: 1px solid rgba(0,0,0,0.15);
    background: none; cursor: pointer; font-family: 'DM Sans', sans-serif;
    font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--stone);
    transition: background 0.3s, color 0.3s, border-color 0.3s;
  }
  .filter-btn.active, .filter-btn:hover {
    background: var(--gold); color: #fff; border-color: var(--gold);
  }

  /* Masonry-style grid */
  .port-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 6px;
  }

  .port-item {
    position: relative; overflow: hidden; cursor: pointer;
    opacity: 0; transform: scale(0.95);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .port-item.visible { opacity: 1; transform: none; }
  .port-item.wide { grid-column: span 2; }
  .port-item.tall { grid-row: span 2; }

  .port-item img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
  }
  .port-item:hover img { transform: scale(1.08); }

  .port-item-overlay {
    position: absolute; inset: 0;
    background: rgba(26,21,16,0);
    display: flex; flex-direction: column;
    justify-content: flex-end; padding: 20px;
    transition: background 0.4s;
  }
  .port-item:hover .port-item-overlay { background: rgba(26,21,16,0.65); }

  .port-item-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; color: #fff; font-weight: 400;
    transform: translateY(16px); opacity: 0;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
  }
  .port-item-tag {
    font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--gold-light);
    transform: translateY(16px); opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    margin-bottom: 6px;
  }
  .port-item:hover .port-item-label,
  .port-item:hover .port-item-tag { opacity: 1; transform: none; }

  .port-item-zoom {
    position: absolute; top: 16px; right: 16px;
    width: 36px; height: 36px;
    background: var(--gold); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px;
    transform: scale(0); opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
  }
  .port-item:hover .port-item-zoom { transform: scale(1); opacity: 1; }

  /* Lightbox */
  .lightbox {
    position: fixed; inset: 0; z-index: 1000;
    background: rgba(0,0,0,0.94);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s;
  }
  .lightbox.open { opacity: 1; pointer-events: all; }
  .lightbox img { max-width: 88vw; max-height: 88vh; object-fit: contain; display: block; box-shadow: 0 40px 120px rgba(0,0,0,0.6); }
  .lightbox-close {
    position: absolute; top: 24px; right: 32px;
    color: rgba(255,255,255,0.6); font-size: 28px; cursor: pointer;
    transition: color 0.3s;
  }
  .lightbox-close:hover { color: var(--gold-light); }
  .lightbox-caption {
    position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; color: rgba(255,255,255,0.7);
    letter-spacing: 1px;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .resi-grid { grid-template-columns: 1fr; gap: 40px; }
    .resi-img-accent { display: none; }
    .srv-grid { grid-template-columns: 1fr 1fr; }
    .port-grid { grid-template-columns: repeat(2, 1fr); }
    .port-item.wide, .port-item.tall { grid-column: span 1; grid-row: span 1; }
  }
  @media (max-width: 580px) {
    .srv-grid { grid-template-columns: 1fr; }
    .port-grid { grid-template-columns: repeat(2, 1fr); }
    .services-head { flex-direction: column; }
    section, .resi-section, .services-section, .portfolio-section { padding: 64px 0; }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition-duration: 0.01ms !important; }
  } /* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ WHY US ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
  .why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }
  .why-card {
    padding: 36px 32px; background: var(--cream);
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    opacity: 0; transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease, border-color 0.3s, box-shadow 0.3s;
  }
  .why-card.visible { opacity: 1; transform: none; }
  .why-card:hover { border-bottom-color: var(--gold); box-shadow: 0 12px 40px rgba(0,0,0,0.08); transform: translateY(-4px); }
  .why-card-icon { font-size: 28px; color: var(--gold); margin-bottom: 16px; }
  .why-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--ink); margin-bottom: 10px; }
  .why-card p { font-size: 14px; color: var(--stone); line-height: 1.7; }
  .services-section { background: var(--cream); }
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 56px; }
  .service-card {
    position: relative; overflow: hidden; cursor: pointer;
    opacity: 0; transform: scale(0.96);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  /* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ SPLIT SECTION ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
  .split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .split.reverse { direction: rtl; }
  .split.reverse > * { direction: ltr; }

  .img-frame {
    position: relative; overflow: hidden;
    opacity: 0; transform: translateX(-40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .img-frame.visible { opacity: 1; transform: none; }
  .img-frame img { width: 100%; height: 520px; object-fit: cover; display: block; }
  .img-frame::after {
    content: ''; position: absolute;
    bottom: -12px; right: -12px;
    width: 60%; height: 60%;
    border: 2px solid var(--gold);
    pointer-events: none;
    transition: bottom 0.4s, right 0.4s;
  }
  .img-frame:hover::after { bottom: -18px; right: -18px; }
  .img-frame .img-badge {
    position: absolute; top: 24px; left: 24px;
    background: var(--gold); color: #fff;
    font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
    padding: 6px 14px;
  }

  .split-content { opacity: 0; transform: translateX(40px); transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s; }
  .split-content.visible { opacity: 1; transform: none; }


  .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
  .section-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--gold); font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    margin-bottom: 16px;
  }
  .section-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); display: block; }
  .section-title {
    /* font-family: 'Cormorant Garamond', serif; */
    /* font-size: clamp(32px, 4vw, 52px); */
    font-weight: 600;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 20px;
  }
  .section-title em { font-style: italic; color: var(--gold); }
  .section-desc { color: var(--stone); font-size: 16px; line-height: 1.8; max-width: 520px; }
.resi-btn{
    margin-top:35px;
}

.inquiry-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 35px;
    background:#b8934a;
    color:#fff;
    font-size:16px;
    font-weight:600;
    border-radius:50px;
    text-decoration:none;
    transition:all .35s ease;
    box-shadow:0 10px 25px rgba(215,25,32,.25);
}

.inquiry-btn i{
    transition:.35s;
}

.inquiry-btn:hover{
    background:#b8934a;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(215,25,32,.35);
}

.inquiry-btn:hover i{
    transform:translateX(5px);
}.btn-primary{
    background: #ff6600;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary:hover{
    background: #222;
    color: #fff;
}