


/* -- CSS Reset -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -- End Reset -- */

/* CSS Variables for new sections */
:root {
	--navy: #080c18;
	--deep: #0d1120;
	--card: rgba(255,255,255,0.035);
	--border: rgba(212,167,74,0.22);
	--border-dim: rgba(255,255,255,0.07);
	--gold: #d4a74a;
	--gold-lt: #f0c96a;
	--gold-dk: #a07830;
	--cream: #f5f0e8;
	--white: #ffffff;
	--muted: #7a8499;
	--body-txt: #b0bac8;
	--section-bg: #0b0f1e;
	--alt-bg: #0e1222;
	--primary: #d4a74a;
}

/* -- General Styles -- */
h1, h2, h3, h4{
	font-family: 'Raleway', sans-serif;
}

h3, h4, h5{
	color: #202020;
}

h5, h6, p, form {
	font-family: 'Open Sans', sans-serif;
}

h2{
	font-size: 30px;
	color: #202020;
	font-weight: 700;
	line-height: 30px;
}

h3{
	font-size: 26px;
	color: #494949;
}

h4{
	font-size: 23px;
	font-weight: 700;
	line-height: 30px;
	padding: 8px 0;
}

h5{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	padding: 4px 0;
}

h6{
	font-size: 18px;
	line-height: 26px;
}

p{
	font-size: 15px;
	color: #202020;
	line-height: 26px;
}

.btn-primary, .services-list .list {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

 /* Link Style */
a:link {
    color: #fff;
    text-decoration: none;
}

/* -- Logo Holder Styles -- */
.logo-holder{
	background-color: #ccc;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo-holder h2{
	font-size: 26px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

.logo-holder h2 a{
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 2px #fff;
}

.logo-holder h2 span, .logo-holder h4 span{
	color: #000;
}

.logo-holder h4{
	color: #286090;
	float: right;
	font-weight: 300;
	line-height: 50px;
	padding: 0;
}


/* -- Header Section Styles -- */
header{
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.8)),
                url('../images/header-2.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    min-height: 740px;
}
/* -- Header Section Styles ClickThrough -- */
.click-through {
	min-height: 600px;
}


/* -- Hero Section -leadgen- Styles -- */
/* .hero{
	position:relative;
	right:0;
	left:0;
	top:30%;
	transform:translateY(-30%);
} */

.hero-text{
	margin-top: 120px;
}

.hero-text h1{
	font-size: 66px;
	font-weight: 700;
	color: #fff;
	line-height: 70px;
}

.hero-text h1 .big-title{
	font-size: 118px;
	color: #ffd800;
	font-weight: 900;
}

.hero-text h2{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
}

.hero-text h6{
	color: #fff;
	margin-top: 10px;
	letter-spacing: 0.6px;
}

/* -- Hero Section -clickthrough- Styles -- */
.click-through .hero{
	position:relative;
	right:0;
	left:0;
	top:40%;
	transform:translateY(-30%);
}

.click-through .hero-text{
	margin-top: 0;
	text-align: center;
}

.click-through .hero-text h1{
	font-size: 66px;
	font-weight: 300;
	color: #fff;
	line-height: 70px;
}

.click-through .hero-text h1 .big-title{
	font-size: 86px;
	color: #ffd800;
	font-weight: 900;
}

.click-through .hero-text h2{
	color: #fff;
	font-size: 66px;
	font-weight: 300;
	line-height: 60px;
}

.click-through .hero-text h6{
	color: #fff;
	margin-top: 10px;
	letter-spacing: 0.6px;
}

.click-through .btn-primary {
	font-size: 26px;
	padding: 14px 40px;
	border: none;
	color: #202020;
	margin-top: 20px;
	background-image: -webkit-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -moz-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -ms-linear-gradient(top, #ffc600, #F2B900);
 	background-image: -o-linear-gradient(top, #ffc600, #F2B900);
 	background-image: linear-gradient(to bottom, #ffc600, #F2B900);
}
.click-through .btn-primary:hover, .click-through .btn-primary:active{
	color: #202020;
	background-image: -webkit-linear-gradient(top, #fff, #c4c4c4);
  	background-image: -moz-linear-gradient(top, #fff, #c4c4c4);
  	background-image: -ms-linear-gradient(top, #fff, #c4c4c4);
 	background-image: -o-linear-gradient(top, #fff, #c4c4c4);
 	background-image: linear-gradient(to bottom, #fff, #c4c4c4);
}

/* -- Hero Section -clickthrough- Styles End-- */

.arrow {
	text-align: center;
	margin-top: 230px;
}

/* .hero-form{
	background-color: #ffd800;
	text-align: center;
	padding: 40px;
	border-radius: 6px;
	margin-top: 10px;
} */

.hero-form h2{
	font-size: 34px;
	font-weight: 800;
}

.hero-form h6{
	color: #202020;
	font-weight: 300;
}

.hero-form form{
	margin-top: 30px;
	font-weight: 300;
}

.hero-form .form-control{
	border: 1px solid #fff;
	border-radius: 0;
	color: #202020;
}

.hero-form form input:hover, .hero-form form input:focus{
	border: 1px solid #202020;
}
.form-control::-webkit-input-placeholder { 
	color: #333333; 
	opacity: 1; 
}
.form-control:-moz-placeholder { 
	color: #333333;
}
.form-control::-moz-placeholder {
	color: #333333;
}
.form-control:-ms-input-placeholder {
	color: #333333;
}

.btn-primary{
	font-size: 34px;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	background-image: -webkit-linear-gradient(top, #202020, #000);
  	background-image: -moz-linear-gradient(top, #202020, #000);
  	background-image: -ms-linear-gradient(top, #202020, #000);
 	background-image: -o-linear-gradient(top, #202020, #000);
 	background-image: linear-gradient(to bottom, #202020, #000);
}
.btn-primary:hover, .btn-primary:active{
	background-image: -webkit-linear-gradient(top, #000, #202020);
  	background-image: -moz-linear-gradient(top, #000, #202020);
  	background-image: -ms-linear-gradient(top, #000, #202020);
 	background-image: -o-linear-gradient(top, #000, #202020);
 	background-image: linear-gradient(to bottom, #000, #202020);
}

.hero-form > p{
	color: #202020;
	font-weight: 300;
	padding-top: 10px;
}

.form-message{
	color: white;
	display: none;
}
.form-msg{
	color: #202020;
}

.form-msg-error{
	color: red;
}

/* -- Clients Section Styles -- */

.clients{
	background-color: #202020;
	width: 100%;
	padding: 20px 0;
}

.clients h6{
	color: #fff;
	padding-top: 8px;
}

.clients-logos {
	float: right;
}

.clients img{
padding-top: 6px;
opacity: 0.8;
padding-bottom: 8px;
}

.clients img:hover{
	opacity: 1;
}

/* -- Features Styles -- */

.features{
	margin-top: 80px;
}

.features .container{
	background-image: url('../images/gesture-women.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 80px;
}

.features-title{
	margin-bottom: 60px;
}

.features h4{
	color: #202020;
}

.features-list {
	margin-top: 36px;
}

.features-list img{
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}


/* -- Contact Details Styles -- */

.contact{
	background-image: url(../images/pattern.png);
	background-attachment: fixed;
	padding: 80px 0;
	text-align: center;
}

.contact h2, .contact h3, .contact h4{
	color: #fff;
}

.contact h4{
	font-weight: 300;
}

.contact h2{
	font-size: 74px;
	padding: 10px 0;
	line-height: 60px;
}

.contact h3{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	line-height: 30px;
	padding-top: 10px;
}


/* -- Services Styles -- */

.services {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 90px;
}

.services-title {
	margin-bottom: 80px;
}

.services-title h2 {
	padding: 8px 0;
}

.services-list .list{
	background-color: #e8dbdb;
	padding: 70px 20px;
	margin-top: 30px;
}

.services-list .list:hover{
	background-color: #202020;
}
.services-list .list:hover h4, 
.services-list .list:hover p {
	color: #fff;
} 

.services-list .list img{
	margin-bottom: 8px;
	height: 100px;
}


/* -- Offer Styles -- */

.offer {
	text-align: center;
	margin-bottom: 100px;
}
.offer h2{
	font-size: 46px;
	line-height: 40px;
	padding: 8px 0;
}

.offer .btn-primary{
	font-size: 32px;
	font-weight: 800;
	border: none;
	color: #202020;
	line-height: 18px;
	padding-top: 30px;
	padding-bottom: 24px;
	margin-top: 20px;
	font-family: 'Raleway', sans-serif;
	background-image: -webkit-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -moz-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -ms-linear-gradient(top, #ffc600, #F2B900);
 	background-image: -o-linear-gradient(top, #ffc600, #F2B900);
 	background-image: linear-gradient(to bottom, #ffc600, #F2B900);
}
.offer .btn-primary:hover, .offer .btn-primary:active{
	color: #F2B900;
	background-image: -webkit-linear-gradient(top, #000, #202020);
  	background-image: -moz-linear-gradient(top, #000, #202020);
  	background-image: -ms-linear-gradient(top, #000, #202020);
 	background-image: -o-linear-gradient(top, #000, #202020);
 	background-image: linear-gradient(to bottom, #000, #202020);
}

.offer a span{
	font-size: 16px;
	font-weight: 300;
}


/* -- Reviews Styles -- */

.reviews {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 70px;
	/* background-color: #f0f0f0; */
}

.reviews-title {
	margin-bottom: 50px;
}

.reviews-title h2 {
	padding: 8px 0;
}

.reviews-list {
	margin-top: 40px;
}

.reviews-list-row{
	padding-bottom: 40px;
	border-bottom: 1px solid #c4c4c4;
}

.reviews-list p{
	margin-top: 10px;
	color: #494949;
}

.fa-star {
	color: #ffc600;
	font-size: 20px;
}


/* -- FAQ Styles -- */

.faq {
	margin-top: 80px;
	margin-bottom: 80px;
}

.faq-title {
	text-align: center;
	margin-bottom: 20px;
}
.faq-title h2 {
	padding: 8px 0;
}

.faq-list div h2{
	font-size: 70px;
	color: #f0f0f0;
	line-height: 56px;
	padding: 0;
}

.faq-list > div {
	margin-top: 60px;
}

.faq-list .col-md-6, .faq-list .col-lg-6, .faq-list .col-sm-6 {
	padding-left: 0px;
}

.faq-list .qa div{
	padding-left: 28px;
}

.faq-list .qa h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.faq-list .qa p {
	padding-top: 6px;
}


/* -- Footer Hero Styles -- */

.footer-hero {
	background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.6)),
                url('../images/footer-2.jpg') no-repeat center;
    background-size: cover;
    background-attachment: scroll;
    text-align: center;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 90px;
}

.footer-hero h2{
	font-size: 40px;
	line-height: 60px;
	color: #fff;
}

.footer-hero .btn-primary {
	font-size: 40px;
	font-weight: 900;
	border: none;
	color: #202020;
	line-height: 18px;
	padding-top: 34px;
	padding-bottom: 34px;
	margin-top: 36px;
	font-family: 'Raleway', sans-serif;
	background-image: -webkit-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -moz-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -ms-linear-gradient(top, #ffc600, #F2B900);
 	background-image: -o-linear-gradient(top, #ffc600, #F2B900);
 	background-image: linear-gradient(to bottom, #ffc600, #F2B900);
}
.footer-hero .btn-primary:hover, .footer-hero .btn-primary:active{
	color: #F2B900;
	background-image: -webkit-linear-gradient(top, #000, #202020);
  	background-image: -moz-linear-gradient(top, #000, #202020);
  	background-image: -ms-linear-gradient(top, #000, #202020);
 	background-image: -o-linear-gradient(top, #000, #202020);
 	background-image: linear-gradient(to bottom, #000, #202020);
}


/* -- Footer Styles -- */

.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer .fa-heart {
	color: #F2B900;
}

.social {
	float: right;
	line-height: 24px;
}

.social i{
	color: #202020;
	display: inline-block;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 16px;
}

.social i:hover {
	color: #F2B900;
}



/*------------------------------
--------Responsive Styles-------
------------------------------*/

@media only screen and (min-width: 992px) and (max-width:1200px) {
	.hero-text h1 {
		font-size: 54px;
	}
	.hero-text h1 .big-title {
		font-size: 95px;
	}
	.hero-text h2 {
		font-size: 34px;
	}
	.clients h6 {
		padding-top: 0;
	}
}

@media only screen and (max-width: 991px) {
	.logo-holder {
		text-align: center;
	}
	.logo-holder h4 {
		float: none;
		padding: 0;
	}
	header{
    	min-height: 1140px;
	}
	.hero {
		top: 0px;
		transform: translateY(0);
	}
	.arrow {
		display: none;
	}
	.hero-text {
		text-align: center;
		margin-top: 110px;
	}
	.hero-form {
		margin-top: 40px;
	}
	.features .container{
	background-image: none;
	}
	.clients {
		text-align: center;
	}
	.clients .img-responsive {
		display: inline-block;
	}
	.clients h6 {
		padding-bottom: 14px;
	}
	.footer-hero h2 {
		font-size: 36px;
		line-height: 40px;
		padding-bottom: 20px;
	}

}

@media only screen and (max-width: 767px) {
	.click-through .hero-text h1{
		font-size: 44px;
		line-height: 50px;
	}

	.click-through .hero-text h1 .big-title{
		font-size: 66px;
		font-weight: 900;
	}

	.click-through .hero-text h2{
		font-size: 44px;
		line-height: 40px;
	}
	.faq-list div h2 {
		text-align: center;
	}
	.footer {
		text-align: center;
	}
	.social {
		float: none;
	}
	.contact h2 {
		font-size: 54px;
		line-height: 40px;
	}
	.offer h2 {
		font-size: 42px;
	}
}

@media only screen and (max-width: 500px) {
	header{
    	min-height: 1100px;
	}
	.logo-holder h2 a {
		font-size: 22px;
	}
	.logo-holder h4 {
		font-size: 18px;
		line-height: 30px;
	}
	.hero-text h1{
		font-size: 46px;
	}
	.hero-text h1 .big-title {
		font-size: 88px;
		line-height: 36px;
	}
	.hero-text h2 {
		font-size: 23px;
	}
	.hero-text {
		margin-top: 80px;
	}

	.click-through .hero-text h1{
		font-size: 30px;
		line-height: 40px;
	}

	.click-through .hero-text h1 .big-title{
		font-size: 46px;
		font-weight: 900;
	}

	.click-through .hero-text h2{
		font-size: 30px;
		line-height: 30px;
	}
	.click-through .btn-primary {
		font-size: 20px;
		width: 100%;
		padding: 10px 10px;
	}

	.contact h2 {
		font-size: 42px;
		line-height: 30px;
	}
	.contact h3 {
		font-size: 20px;
	}
	.offer h2 {
		font-size: 38px;
	}

}

@media only screen and (max-width: 400px) {
	.logo-holder h4 {
	}
	.hero-text h1{
		font-size: 34px;
		line-height: 60px;
	}
	.hero-text h1 .big-title {
		font-size: 64px;
	}
	.hero-text h2 {
		font-size: 15px;
		line-height: 10px;
		padding: 0;
	}
	.hero-text {
		margin-top: 60px;
	}	
	.hero-text h6 {
		font-size: 15px;
		line-height: 20px;
	}
	.hero-form {
		padding: 30px 20px;
	}
	.btn-primary {
		font-size: 24px;
	}
	.contact h2{
		font-size: 30px;
	}
	.contact h3 {
		font-size: 18px;
		padding-top: 8px;
	}
	.footer-hero .btn-primary, .offer .btn-primary {
		font-size: 30px;
	}
	.offer h2 {
		font-size: 34px;
	}
}




.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:147px;
	right:34px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/* ══════════════════════════════
     BEYOND THE DESK SECTION
══════════════════════════════ */
.beyond-desk {
	padding: 80px 20px;
	background: linear-gradient(135deg, rgba(13, 17, 32, 0.9) 0%, rgba(8, 12, 24, 0.95) 100%);
	border-top: 1px solid rgba(212, 167, 74, 0.2);
}

.beyond-desk .container {
	max-width: 1200px;
	margin: 0 auto;
}

.beyond-desk-header {
	text-align: center;
	margin-bottom: 60px;
}

.beyond-desk-header .subtitle {
	color: var(--gold);
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.beyond-desk-header h2 {
	font-size: 48px;
	font-weight: 700;
	color: var(--white) !important;
	margin-bottom: 32px;
	line-height: 1.2;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 32px;
	margin-bottom: 80px;
}

.feature-item {
	background-color: var(--card);
	padding: 32px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	border: 1px solid var(--border);
	transition: all 0.3s ease;
}

.feature-item:hover {
	box-shadow: 0 8px 24px rgba(212, 167, 74, 0.15);
	border-color: rgba(212, 167, 74, 0.4);
	transform: translateY(-4px);
}

.feature-item-icon {
	color: var(--gold);
	margin-bottom: 16px;
	display: inline-block;
}

.feature-item-icon svg {
	width: 32px;
	height: 32px;
	stroke-width: 2;
}

.feature-item h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--white) !important;
	margin-bottom: 12px;
}

.feature-item p {
	color: var(--body-txt) !important;
	font-size: 15px;
	line-height: 1.6;
}

.desk-stats-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
	margin-top: 80px;
	padding: 60px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 8px;
}

.desk-stats {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.stat-item h3 {
	font-size: 56px;
	font-weight: 700;
	color: var(--gold);
	margin-bottom: 8px;
}

.stat-item p {
	font-size: 18px;
	color: var(--body-txt);
}

.desk-difference {
	background-color: rgba(212, 167, 74, 0.08);
	padding: 48px;
	border-radius: 8px;
	border: 1px solid rgba(212, 167, 74, 0.2);
}

.desk-difference h3 {
	font-size: 32px;
	font-weight: 700;
	color: var(--white) !important;
	margin-bottom: 24px;
}

.desk-difference h4 {
	font-size: 24px;
	font-weight: 600;
	color: var(--gold) !important;
	margin-bottom: 16px;
}

.desk-difference p {
	color: var(--body-txt) !important;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 32px;
}

.desk-difference strong {
	color: var(--gold);
}

.desk-difference a {
	display: inline-flex;
	align-items: center;
	color: var(--gold);
	font-weight: 700;
	text-decoration: none;
	transition: color 0.3s ease;
}

.desk-difference a:hover {
	color: var(--gold-lt);
}

.desk-difference a span {
	margin-left: 8px;
}

/* Responsive */
@media (max-width: 768px) {
	.beyond-desk {
		padding: 60px 20px;
	}
	
	.beyond-desk-header h2 {
		font-size: 32px;
	}
	
	.features-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 24px;
	}
	
	.desk-stats-section {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 40px;
	}
	
	.desk-difference {
		padding: 32px;
	}
	
	.desk-difference h3 {
		font-size: 24px;
	}
	
	.stat-item h3 {
		font-size: 42px;
	}
}

@media (max-width: 480px) {
	.beyond-desk-header h2 {
		font-size: 24px;
	}
	
	.features-grid {
		grid-template-columns: 1fr;
	}
	
	.feature-item {
		padding: 24px;
	}
	
	.desk-stats-section {
		padding: 24px;
	}
}

/* ══════════════════════════════════════════
     OUR WORKSPACES SECTION
══════════════════════════════════════════ */
.workspaces {
	padding: 80px 20px;
	background: linear-gradient(135deg, rgba(8, 12, 24, 0.95) 0%, rgba(13, 17, 32, 0.9) 100%);
	border-bottom: 1px solid rgba(212, 167, 74, 0.2);
}

.workspaces .container {
	max-width: 1200px;
	margin: 0 auto;
}

.workspaces-header {
	text-align: center;
	margin-bottom: 60px;
}

.workspaces-header .section-label {
	color: var(--gold);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 16px;
	display: inline-block;
}

.workspaces-header h2 {
	font-size: 48px;
	font-weight: 700;
	color: var(--white) !important;
	margin-bottom: 32px;
	line-height: 1.2;
}

.carousel-container {
	position: relative;
	max-width: 900px;
	margin: 0 auto 80px;
}

.carousel-wrapper {
	position: relative;
	background-color: var(--card);
	border: 1px solid var(--border);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(212, 167, 74, 0.1);
}

.carousel-slide {
	display: none;
	grid-template-columns: 1fr 1fr;
	animation: slideIn 0.5s ease-in-out;
}

.carousel-slide.active {
	display: grid;
}

@keyframes slideIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.slide-image {
	position: relative;
	height: 320px;
	overflow: hidden;
}

.slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.carousel-slide.active .slide-image img {
	transform: scale(1);
}

.slide-content {
	padding: 48px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.slide-content h3 {
	font-size: 32px;
	font-weight: 700;
	color: var(--white) !important;
	margin-bottom: 16px;
}

.slide-info {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	font-size: 14px;
	color: var(--body-txt);
}

.info-icon {
	font-size: 18px;
}

.slide-content > p {
	color: var(--body-txt) !important;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 24px;
}

.price-section {
	margin-bottom: 32px;
}

.price-label {
	color: var(--muted);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}

.price {
	font-size: 32px;
	font-weight: 700;
	color: var(--gold);
	margin: 0;
}

.learn-more-btn {
	width: 100%;
	padding: 16px;
	background-color: var(--gold);
	color: #000;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.learn-more-btn:hover {
	background-color: var(--gold-lt);
	transform: translateY(-2px);
}

.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background-color: var(--gold);
	border: none;
	border-radius: 50%;
	color: #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 10;
}

.carousel-prev {
	left: -80px;
}

.carousel-next {
	right: -80px;
}

.carousel-nav:hover {
	background-color: var(--gold-lt);
	transform: translateY(-50%) scale(1.1);
}

.carousel-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 32px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(212, 167, 74, 0.3);
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot:hover {
	background-color: rgba(212, 167, 74, 0.6);
}

.dot.active {
	width: 32px;
	background-color: var(--gold);
	border-radius: 6px;
}

.slide-counter {
	text-align: center;
	margin-top: 16px;
	color: var(--body-txt);
	font-size: 14px;
	display: none;
}

.all-workspaces {
	margin-top: 80px;
}

.all-workspaces h3 {
	font-size: 28px;
	font-weight: 700;
	color: var(--white) !important;
	text-align: center;
	margin-bottom: 48px;
}

.workspaces-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}

.workspace-card {
	padding: 24px;
	border: 2px solid var(--border);
	border-radius: 8px;
	background-color: var(--card);
	cursor: pointer;
	transition: all 0.3s ease;
}

.workspace-card:hover {
	border-color: var(--gold);
	background-color: rgba(212, 167, 74, 0.05);
}

.workspace-card.active {
	border-color: var(--gold);
	background-color: rgba(212, 167, 74, 0.1);
}

.workspace-card h4 {
	font-size: 18px;
	font-weight: 700;
	color: var(--white) !important;
	margin-bottom: 8px;
}

.workspace-card p {
	font-size: 13px;
	color: var(--body-txt) !important;
	margin-bottom: 12px;
	line-height: 1.5;
}

.workspace-price {
	color: var(--gold);
	font-weight: 700;
	font-size: 14px;
	display: block;
}

/* Responsive */
@media (max-width: 768px) {
	.workspaces {
		padding: 60px 20px;
	}
	
	.workspaces-header h2 {
		font-size: 32px;
	}
	
	.carousel-slide {
		grid-template-columns: 1fr !important;
	}
	
	.slide-image {
		height: 240px;
	}
	
	.slide-content {
		padding: 32px;
	}
	
	.carousel-prev {
		left: 16px;
		transform: translateY(-50%);
	}
	
	.carousel-next {
		right: 16px;
		transform: translateY(-50%);
	}
	
	.carousel-nav:hover {
		transform: translateY(-50%) scale(1.05);
	}
	
	.slide-counter {
		display: block;
	}
	
	.workspaces-grid {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 16px;
	}
}

@media (max-width: 480px) {
	.workspaces-header h2 {
		font-size: 24px;
	}
	
	.carousel-slide {
		grid-template-columns: 1fr;
	}
	
	.slide-image {
		height: 200px;
	}
	
	.slide-content {
		padding: 20px;
	}
	
	.slide-content h3 {
		font-size: 24px;
	}
	
	.price {
		font-size: 24px;
	}
	
	.workspaces-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	
	.carousel-prev,
	.carousel-next {
		width: 40px;
		height: 40px;
	}
}