@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300..700;1,14..32,300..700&display=swap');
:root {
	--bs-info-rgb: 183, 156, 138;
	--bs-border-radius-xxl: 2.5rem;
	--bs-border-radius-xxxl: 5rem;
	--bs-light-rgb: 249, 249, 249;
}

body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	font-size: 20px;
	line-height: 1.6;
}

a:hover {
	color: #B79C8A!important;
}

.flip-horizontal {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.no-underline {
	text-decoration: none!important;
}

.btn {
	--bs-btn-padding-x: 2.45rem;
	--bs-btn-padding-y: 0.9rem;
	--bs-btn-font-size: 20px;
	font-weight: bold;
}

.btn-info {
	--bs-btn-color: #fff;
	--bs-btn-bg: #B79C8A;
	--bs-btn-border-color: #B79C8A;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: transparent;
	--bs-btn-hover-border-color: #B79C8A;
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #3dd5f3;
	--bs-btn-active-border-color: #25cff2;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #B79C8A;
	--bs-btn-disabled-border-color: #B79C8A;
}

.btn-white {
	border-color:#fff;
	background-color:#fff;
	color: #B79C8A;
}

.btn-white:hover {
	border-color:#fff;
	background-color:transparent;
}

.fs-80 {
	font-size: 80px;
}

.fs-75 {
	font-size: 75px;
}

.fs-50 {
	font-size: 50px;
}

.fs-45 {
	font-size: 45px;
}

.fs-40 {
	font-size: 40px;
}

.fs-35 {
	font-size: 35px;
}

.fs-30 {
	font-size: 30px;
}

.form-floating>.form-control-plaintext~label, 
.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
	transform: scale(.85) translateY(-1rem) translateX(.15rem);
}

.form-floating>.form-control:focus {
	box-shadow: none;
}

.h-0 {
	height: 0px;
}

.rounded-10 {
	border-radius: var(--bs-border-radius-xxxl) !important;
}

.rounded-start-10 {
	border-bottom-left-radius: var(--bs-border-radius-xxxl) !important;
	border-top-left-radius: var(--bs-border-radius-xxxl) !important;
}

.rounded-end-10 {
	border-bottom-right-radius: var(--bs-border-radius-xxxl) !important;
	border-top-right-radius: var(--bs-border-radius-xxxl) !important;
}

.rounded-bottom-right-10 {
	border-bottom-right-radius: var(--bs-border-radius-xxxl) !important;
}

.rounded-style {
	border-top-right-radius: var(--bs-border-radius-xxxl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xxxl) !important;
	border-top-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.card.rounded-style .card-header {
	border-top-right-radius: var(--bs-border-radius-xxxl) !important;
	border-top-left-radius: 0px !important;
}

.card.rounded-style .card-body {
	border-bottom-left-radius: var(--bs-border-radius-xxxl) !important;
}

.z-1 {
	z-index:1;
}

.rotate-neg-90 {
	position: relative;
}

.rotate-neg-90 > div {
	position: absolute;
	left: 70%;
	bottom: 20%;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	white-space: nowrap;
}

.border-15 {
	border-width: 15px !important;
}

h1 {
	font-size: 45px;
}

h1 small {
	display: block;
	font-size: 25px;
	font-weight: 500;
}


/*******************************************************/

.lines {
	position:relative;
}

.lines::after,
.lines::before {
	display: block;
	position: absolute;
	width: 106px;
	height: 106px;
	content: "";
	background: url("../images/lines.svg");
	background-size: cover;
	z-index: 1;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lines::before {
	top:50%;
	left:0%;
}

.lines::after {
	top:50%;
	right:-106px;
}


.black-lines {
	position:relative;
	z-index:1;
}

.black-lines::after,
.black-lines::before {
	display: block;
	position: absolute;
	width: 100px;
	height: 274px;
	content: "";
	background: url("../images/black-lines.svg");
	background-size: cover;
	z-index: 1;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.black-lines::before {
	top:37%;
	left:0%;
}

.black-lines::after {
	top:37%;
	right:-106px;
}

.right-line {
	position: relative;
	padding-right: 230px;
	line-height: 1.7;
}

.right-line::before {
	position: absolute;
	content: "";
	width: 210px;
	height: 4px;
	background: #B79C8A;
	right: 0px;
	top: 16px;
}

.right-line.black::before {
	background: #1A1A1A;
}


.bg-black {
	background-color: #1A1A1A!important;
}

.bg-pattern {
	background-image: url(../images/pattern.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.bg-icon {
	background-image: url(../images/bg-icon.svg);
	background-position: center 50px;
	background-repeat: no-repeat;
	background-size: 50%;
}

.bg-info-light {
	background-color: #FFF5EE;
}

.bg-info-gradient {
	background: #FFFFFF;
	background: url(../images/bg-icon.svg), linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 245, 238, 1) 100%);
	background-position: center 50px, 0px 0px;
	background-repeat: no-repeat;
	background-size: 50%, 100%;
}

ul.bullets li:before {
	content: "\2022";
	display: inline;
	padding-right: 7px;
}

/***************************************************/

.navbar-brand .position-absolute{
	left: -95%;
	top: -54%;
}

.navbar-nav .nav-item {

}

.navbar-nav .nav-item .nav-link {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	line-height:1;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
	color: #B79C8A;
}

.navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0px;
}

footer .social-icons a:hover .bg {	
	fill: #B79C8A;
}

footer .social-icons a:hover .icon {	
	fill: #fff;
}

/* CSS for tick icons using Font Awesome */
.bullets li {
	position: relative;
	padding-left: 28px;
	list-style: none;
	line-height: 1.5;
}

.bullets li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c" !important;
	font-weight: 900;
	color: #b79c8a;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
}

/* For better alignment on mobile */
@media (max-width: 768px) {
	.bullets li {
		padding-left: 25px;
		font-size: 14px;
	}

	.bullets li:before {
		top: 1px;
		font-size: 12px;
	}
}

/* Hover effect (optional) */
.bullets li:hover:before {
	transform: scale(1.1);
	transition: transform 0.2s ease;
}

/***************************************************/
.packages .card-body .bg-light,
.packages .card-body .bg-info {
	padding: 10px 20px;
	min-height: 98px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.combo-packages .card-body .bg-light,
.combo-packages .card-body .bg-info {
	padding: 15px 20px;
	min-height: 200px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.hover-text {
	transition: opacity 0.4s ease;
}

.hover-text:hover {
	opacity: 0.4;
}

.parallax-section {
	background-image: url('../images/pattern.svg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

/* Overlap effect */
.parallax-section .container {
	position: relative;
	z-index: 2;
}

.parallax-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}

.pill {
	background: #f8f9fa;
	padding: 8px 16px;
	border-radius: 50px;
	font-size: 0.9rem;
	white-space: nowrap;
	border: 1px solid #e5e5e5;
	transition: all 0.3s ease;
}

.pill:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

.navbar{
	box-shadow: var(--bs-box-shadow) !important;
	max-height: 95px;
}
.navbar-brand img + img {
	position: absolute;
	top: 30%;
}
/***************************************************/


@media(min-width: 1600px) and (max-width: 1700.98px) {
	.combo-packages .card-body .bg-light, 
	.combo-packages .card-body .bg-info {
		min-height: 250px;
	}
}

@media(min-width: 1600px) {
	.container {
		max-width: 1550px;
	}

	.navbar-nav .nav-item + .nav-item {
		border-left: 1px solid #000;
	}

	.mbn-236 {
		margin-bottom: -236px;
	}

	.home-bottom-icon,
	.about-bottom-icon {
		margin-top: -15%;
	}
}

@media(min-width: 1200px) and (max-width: 1599.98px) {
	.fs-80 {
		font-size: 65px;
	}

	.fs-75 {
		font-size: 60px;
	}

	.navbar-nav .nav-item + .nav-item {
		border-left: 1px solid #000;
	}

	.mbn-236 {
		margin-bottom: -178px;		
	}

	.design-logo {
		zoom: 0.75;
	}

	.design-logo .container{
		max-width: 1512px;
	}

	.about-bottom-icon {
		width: 240px;
	}

	footer a {
		font-size: 18px;
	}

	.card-header .fs-40 {
		font-size: 28px;
	}

	.card-header.fs-35 {
		font-size: 30px;
	}

	.packages .card-body .bg-light,
	.packages .card-body .bg-info {
		min-height: 124px;
	}

	.combo-packages .card-body .bg-light,
	.combo-packages .card-body .bg-info {
		min-height: 320px;
	}
}

@media(max-width: 1199.98px) {
	.btn {
		--bs-btn-padding-x: 1.5rem;
		--bs-btn-padding-y: 0.8rem;
		font-size: 18px;
	}

	.fs-80 {
		font-size: 60px;
	}

	.fs-75 {
		font-size: 50px;
	}

	.navbar-nav .nav-item .nav-link {
		padding: 15px 10px;
		line-height:1;
	}

	.mbn-236 {
		margin-bottom: -148px;
	}

	.design-logo {
		zoom: 0.625;
	}

	.design-logo .container{
		max-width: 1512px;
	}

	#Design .card-body {
		font-size: 19px;
	}

	.lines::after,
	.lines::before {
		width: 80px;
		height: 80px;
	}

	.lines::after {
		right: -80px;
	}

	.card-header .fs-40 {
		font-size: 32px;
	}

	.card-header.fs-35 {
		font-size: 27px;
	}

	.packages .card-body .bg-light,
	.packages .card-body .bg-info {
		min-height: 116px;
		font-size: 18px;
	}

	.combo-packages .card-body .bg-light,
	.combo-packages .card-body .bg-info {
		min-height: 320px;
		font-size: 18px;
		word-break: break-word;
	}

	.right-line {
		padding-right: 170px;
	}

	.right-line::before {
		width: 150px;
	}
	.navbar{
		max-height: inherit;
	}
}


@media(max-width: 991.98px) {
	.navbar{
		max-height: inherit;
	}
	.design-logo {
		zoom: 0.465;
	}

	.design-logo .container{
		max-width: 1512px;
	}

	.fs-80 {
		font-size: 42px;
	}

	.fs-75 {
		font-size: 37px;
	}

	#Design .text-lg-start .card {
		border-radius: var(--bs-border-radius-xxl) var(--bs-border-radius-xxl) 0 0!important;
		margin-bottom: 30px;
	}

	#Design .text-lg-start .btn {
		border-radius: var(--bs-border-radius-xl) var(--bs-border-radius-xl) 0 0!important;
	}

	#Design .text-lg-end .card {
		margin-top: 30px;
		border-radius: 0 0 var(--bs-border-radius-xxl) var(--bs-border-radius-xxl)!important;
	}

	#Design .text-lg-end .btn {
		border-radius: 0 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl)!important;
	}

	#Design .card-body {
		font-size: 19px;
	}

	#WhatWe .text-lg-start .card {
		border-radius: var(--bs-border-radius-xxxl) var(--bs-border-radius-xxxl) 0 0!important;
		margin-bottom: 30px;
	}

	#WhatWe .text-lg-end .card {
		margin-top: 30px;
		border-radius: 0 0 var(--bs-border-radius-xxxl) var(--bs-border-radius-xxxl)!important;
		position:relative;
		z-index: 1;
	}

	#WhatWe .card-body {
		font-size: 19px;
	}

	.lines::before,
	.lines::after {
		width: 106px;
		height: 106px;
		-moz-transform: rotate(90deg) translate(-50%, -50%);		
		-webkit-transform: rotate(90deg) translate(-50%, -50%);		
		-ms-transform: rotate(90deg) translate(-50%, -50%);		
		transform: rotate(90deg) translate(-50%, -50%);		
	}

	.lines::before {
		top: -10px;
		left: unset;
		right: 50%;
	}

	.lines::after {
		top: 104%;
		left: unset;
		right: 50%;
	}

	.black-lines::before,
	.black-lines::after {
		-moz-transform: rotate(90deg) translate(-50%, -50%);		
		-webkit-transform: rotate(90deg) translate(-50%, -50%);		
		-ms-transform: rotate(90deg) translate(-50%, -50%);		
		transform: rotate(90deg) translate(-50%, -50%);
	}

	.black-lines::before {
		top: -90px;
		left: unset;
		right: 62%;
		z-index: 0;
	}

	.black-lines::after {
		top: 90%;
		left: unset;
		right: 62%;
		z-index: 0;
	}

	.card-header .fs-40 {
		font-size: 28px;
	}

	.card-header.fs-35 {
		font-size: 18px;
	}

	.packages .card-body .bg-light,
	.packages .card-body .bg-info {
		min-height: 160px;
		font-size: 17px;
	}

	.combo-packages .card-body .bg-light, 
	.combo-packages .card-body .bg-info {
		min-height: 410px;
		font-size: 17px;
	}
	.parallax-section {
		background-image: none;
	}
}

@media(max-width: 767.98px) {
	.navbar{
		max-height: inherit;
	}
	.container {
		padding-right: calc(var(--bs-gutter-x));
		padding-left: calc(var(--bs-gutter-x));
	}

	.navbar-brand img {
		max-width: 95px;
	}

	.navbar-brand img + img {
		max-width: 110px;
		position: absolute;
		top: 28%;
	}
	button.navbar-toggler {
		margin-top: 0px !important;
		margin-bottom: 6px !important;
	}
	.navbar-toggler:focus {
		box-shadow: none !important;
	}

	/* 	#menu-main-menu.navbar-nav{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 15px 0px !important;
} */
	#menu-main-menu.navbar-nav .nav-item .nav-link {
		padding: 10px
	}
	/* 	#menu-main-menu.navbar-nav .nav-item + .nav-item {
	border-left: 1px solid rgb(0, 0, 0);
} */

	.design-logo {
		zoom: 0.345;
	}

	.fs-80 {
		font-size: 30px;
	}

	.fs-75 {
		font-size: 25px;
	}

	footer a {
		font-size: 17px;
	}

	.copyright {
		font-size: 15px;
	}

	.combo-packages .card-body .bg-light,
	.combo-packages .card-body .bg-info,
	.packages .card-body .bg-light,
	.packages .card-body .bg-info {
		min-height: unset;
	}
	.mob-op{
		opacity: 0.4;
	}
	.black-lines::before {
		top: -90px;
		left: unset;
		right: 74%;
		z-index: 0;
	}
	.black-lines::after {
		top: 90%;
		left: unset;
		right: 74%;
		z-index: 0;
	}
	.parallax-section::before {
		background: #fff;
	}


	#WhatWe .card {
		transition: all 0.25s ease;
		box-shadow: 0 12px 18px -8px rgba(0, 0, 0, 0.35), 0 4px 6px -2px rgba(0, 0, 0, 0.25) !important;
		border-bottom: 2px solid rgba(13, 202, 240, 0.3);
		border-right: 1px solid rgba(255, 255, 255, 0.08);
	}

	/* Active/interaction state for realistic 3D press */
	#WhatWe .card:active {
		transform: translateY(-3px);
		box-shadow: 0 18px 24px -10px rgba(0, 0, 0, 0.45), 0 6px 8px -3px rgba(0, 0, 0, 0.3) !important;
	}

	/* Left card - extra shadow on right side for depth */
	#WhatWe .col-lg-4:first-child .card {
		box-shadow: 8px 12px 18px -8px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.25) !important;
	}

	/* Right card - extra shadow on left side for depth */
	#WhatWe .col-lg-4:last-child .card {
		box-shadow: -8px 12px 18px -8px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.25) !important;
	}

	/* Center card - balanced 3D shadow */
	#WhatWe .col-lg-4:nth-child(2) .card {
		box-shadow: 0 16px 22px -10px rgba(0, 0, 0, 0.45), 0 4px 6px -2px rgba(0, 0, 0, 0.3) !important;
	}
	.border-15 {
		border-width: 0 !important;
	}
	.line-wrapper {
		width: 100%;
		padding: 20px;
	}

	.line {
		position: relative;
		height: 15px;
		background-color: #000;
		border-radius: 999px;
		width: 90%;
	}

	.line::after {
		content: "";
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translate(100%, -50%);
		width: 15px;
		height: 15px;
		background-color: #b79c8a;
		border-radius: 50%;
	}
	.navbar-brand.start-0 {
		left: -1px !important;
	}


}
/* Desktop view - visible on md and up */
.desktop-view {
	display: none;
}

/* Mobile view - hidden on desktop */
.mobile-view {
	display: block;
}

/* Tablet and Desktop styles */
@media (min-width: 768px) {
	.desktop-view {
		display: flex;
	}

	.mobile-view {
		display: none;
	}
}
/* .fs-35 {
font-size: 1.5rem;
} */
/* Responsive adjustments */
@media (max-width: 768px) {
	.fs-35 {
		font-size: 1.2rem;
	}
}

/* @media(max-width: 574.98px) {
.navbar-brand img {
max-width: 70px !important;
}

.navbar-brand img + img {
max-width: 90px !important;
position: absolute;
top: 28%;
}

} */
@media(max-width: 499.98px) {
	.bg-info-gradient {
		background-size: 80%, 100%;
	}

	.navbar-brand img {
		max-width: 90px;
	}

	.navbar-brand img + img {
		max-width: 100px;
	}
	button.navbar-toggler {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.design-logo {
		zoom: 0.25;
	}

	.right-line {
		padding-right: 100px;
	}

	.right-line::before {
		width: 80px;
	}

}

