/*Basics*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin: 0;
    padding: 0;
}

html, html a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

html, body {
	min-height: 100%; 
}

body {
	font-size: 17px;
	color: #444;
	font-family: 'Oxygen', Helvetica, Arial, sans-serif;
	background: #fff; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0; 
}

h2 { font-size: 60px;}
h3 {
font-size: 60px;
color: black;
text-align: center;
}

h4 { font-size: 32px; margin-left: 20%;}
h5 { font-size: 21px;}
h6 { font-size: 18px;}

h3, h4 {
	position: relative;
	/*padding-bottom: 28px;*/
}

/*h3:after, h4:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 2px solid #b1a492;
}*/

p {
	line-height: 1.4;
	margin: 20px;
}

.subtitle, .category {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #777;
	text-align: center;
}

embed, object, header img {
	max-width: 100%;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0; 
}

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

a:hover {
	text-decoration: none; 
	color: #d57e4a;
}

::selection {
	background: #ffb200;
	color: #fff;
}

.clear {
	clear: both;
}
	
.wrapper {
	max-width: 1080px;
	margin: 0 auto;
	position: relative; 
}

input[type=text], input[type=email], input[type=tel], textarea {
	border: 2px solid #444 !important;
	background: #fff;
	font-size: 17px;
	color: #444;
	padding: 16px;
	/*border-radius: 999px;*/
	width: 100%;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.buttons {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

a.button-1, a.button-2, button {
	color: #fff;
	background: #ffb200;
	border: 2px solid #ffb200;
	border-radius: 999px;
	margin-top: -2px;
	margin-left: 10px;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
	display: inline-block;
	width: 280px;
	margin: 10px;
	text-align: center;
	padding: 18px 0;
}

a.button-1:hover {
	background: #d57e4a;
}

a.button-2 {
	border-color: #444;
	background: none;
	color: #444;
}

a.button-2:hover {
	background: #444;
	color: #fff;
}

@media only screen and (max-width: 640px) {
	a.button-1, a.button-2 {
		font-size: 16px;
		margin: 5px;
	}
}

/*Header*/

header#top {
	border-bottom: 1px solid #ffb200;
	background: #fff;
	height: 105px;
}

h1.logo a {
    display: flex;
    align-items: center;
	justify-content: center;
    float: left;
    color: #444;
    line-height: 80px;
    margin: 3px;
    width: 260px;
}

.hoover:hover {background-color: #444; transition: 0.5s;}

h1.logo a span {
	color: #b6afa9;
}

header#top nav {
	/*display: inline-block;*/
	float: right;
	width: auto;
	margin-top: 30px;
}

/*header#top nav ul li {
	display: block;
	float: left;
}*/

header#top nav ul li a {
	font-family: 'Eras', Helvetica, sans-serif;
	display: block;
	background: none;
	padding:  13px 15px;
	color: #444;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 900;
}

header#top nav ul li a:hover {
	/*color: #ffb200;*/
	transition: 0.1s;
}

header#top nav ul li a.nav-cta {
	color: #e59361;
	border: 2px solid #e59361;
	border-radius: 999px;
	margin-top: -2px;
	margin-left: 10px;
}

/*Banner*/

#banner {
	/*height: 92vh;
	max-width: 100%;
	background: #222 url(../images/header-image.jpg) no-repeat center;
	position: relative;
	padding: 1px 0 0 0;*/
	height: 92vh; /*width: 1905px;*/
	background-size: 100% 100%;
	box-shadow: 20px 20px 10px gray;
	animation: sara 50s linear infinite;	
}

@keyframes sara {
	0% {background-image: url(../images/20231006_215539.jpg);}
	15% {background-image: url(../images/20210206_195807.jpeg);}
	25% {background-image: url(../images/IMG-20230602-WA0031.jpg);}
	35% {background-image: url(../images/header-image.jpg);}
	50% {background-image: url(../images/livin.jpeg);}
	65% {background-image: url(../images/20210206_195.jpg);}
	75% {background-image: url(../images/header-image-c.jpg);}
	85% {background-image: url(../images/20210206.jpg);}
	100% {background-image: url(../images/header-image-d.jpg);}
}

#banner .wrapper {
	text-align: center;
	margin-top: 230px;
}

#banner h2 {
	margin: 20px auto 20px auto;
	padding: 0 5%;
	opacity: 0.9;
	color: #fff;
	font-size: 60px;
	text-align: center;
	font-weight: 700;
}

#banner .subtitle {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 0;
	color: #e0dad4;
}

#banner p {
	font-family: 'Droid Serif', Times, Georgia, serif;
	font-style: italic;
	width: 70%;
	margin: 0 auto;
	color: #e0dad4;
	margin-bottom: 40px;
}

#banner .button-2 {
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	#banner h2 {
		font-size: 48px;
		margin-top: 20px;
		padding: 0;
		width: 100%;
	}
	#banner .wrapper { 
		margin: 50px auto;
	}
	#banner p {
		width: 90%;
	}
	#banner {
		height: 300px;
        padding: 40px 0;
        max-width: 100%;
	}
}

/*Featured Articles Section Section*/

.featured-articles-section {
	text-align: center;
	padding: 100px 0;
	background: #fff;
}

.cards-container {
	/*margin: 60px auto;*/
}

.article-card {
	
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 10px;
	border-radius: 10px;
}

.about-card {
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px;
	height: 300px;
	border-radius: 10px;
}

.article-card.article-card-alt {
	background-color: #e6e4e1;
}

.article-card.article-card-alt h4 {
	color: white;
}

.article-card.article-card-alt h4:after {
	border-color: #3c3834;
	opacity: .6;
}

.article-card.article-card-alt .category, 
.article-card.article-card-alt p, 
.article-card.article-card-alt p a {
	color: white;
	text-shadow: 1px 1px #292335;
}

.article-card-content {
	width: 90%;
	margin: 22% auto;
}

.article-card .category {
	color: #e0dad4;
}

.article-card h4 {
	color: #fff;
	margin: 0;
}

.article-card p, .article-card p a {
	font-family: 'Droid Serif', Times, Georgia, serif;
	font-style: italic;
	font-size: 16px;
	color: white;
	text-shadow: 1px 1px #292335;
	width: 90%;
	margin: 25px auto 0 auto;
}

.article-card.card-large p {
	width: 60%;
}

.article-card h4:after {
	border-color: rgba(255, 255, 255, .6);
}

.article-card.card-large {
	width: 790px;
	height: 520px;
}

.article-card.card-medium {
	width: 520px;
	height: 420px;
}

.article-card.card-small {
	width: 250px;
	height: 250px;
}

.article-group {
	float: left;
}

.article-group .article-card {
	float: none;
}

@media only screen and (max-width: 1079px) {
	.cards-container {
		width: 800px;
	}
	.article-card.card-large {
		width: 510px;
	}
	.article-card.card-medium {
		width: 380px;
	}
	.article-card.card-large p {
		width: auto;
	}
}

@media only screen and (max-width: 799px) {
	.cards-container {
		width: 100%;
		padding: 7%;
	}
	.article-card.card-large, .article-card.card-medium {
		width: 95%;
		margin: 2.5% 2.5%;
	}
	.article-card.card-small {
		width: 45%;
		margin: 1.25% 2.5%;
	}
	h1, h2, h3, h4, h5, h6 {
    margin-left: 5%;
	}
}
	
@media only screen and (max-width: 480px) {
	.article-card.card-small {
		width: 95%;
		margin: 2.5% 2.5%;
	}
}

/*Full Width Section*/

.full-width-section {
	text-align: left;
	padding: 100px 0;
	background: #f3f3f3;
	max-height: 870px;
	background-repeat: no-repeat;
	background-position: center;
}

.full-width-section .subtitle {
	color: #b1a492;
	font-size: 18px;
	margin-bottom: 40px;
}

.full-width-section {
	padding: 240px 0;
}

.full-width-section h2 {
	margin-bottom: 40px;
}

.full-width-section p {
	font-family: 'Droid Serif', Times, Georgia, serif;
	font-style: italic;
	font-size: 18px;
	color: #777;
	margin-bottom: 50px;
}

.full-width-section .text.align-left {
	float: left;
	width: 60%;
	padding: 0 10% 0 40px;
}

.full-width-section .text.align-right{
	float: right;
	width: 60%;
	padding: 0 40px 0 10%;
}

.full-width-section .text.align-center {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.full-width-section .text.align-center p.subtitle {
	text-align: center;
}

.full-width-section ul.list-checkmarks {
	margin-top: 40px;
}

ul.list-checkmarks li {
	text-align: left;
	list-style-image: none;
	background: url(../images/checkmark.png) top left no-repeat;
	background-position: 0 2px;
	margin: 10px 0;
	padding: 0 10px 10px 40px;
}

@media only screen and (max-width: 1024px) {
	.full-width-section {
		padding: 120px 0;
	}
}

@media only screen and (max-width: 720px) {
	.full-width-section .text {
		float: none!important;
		text-align: center;
	}
	.full-width-section .text.align-right, 
	.full-width-section .text.align-left,
	.full-width-section .image.align-right,
	.full-width-section .image.align-left {
		width: 100%;
	}
	.full-width-section .image {
		float: none!important;
		width: 80%!important;
		padding: 0 20px;
		margin: 0 auto 60px auto;
	}
	.full-width-section .text p.subtitle {
		text-align: center;
	}
	.full-width-section h2 {
		font-size: 60px;
	}
}

/*Services Section*/

.services-section {
	text-align: center;
	padding: 100px 0;
	background: #e49f00;
}

.services-section .subtitle {
	color: #fff;
	color: rgba(255, 255, 255, .8);
	font-size: 12px;
}

.services-section p {
	color: #fff;
	color: rgba(255, 255, 255, .8);
	font-family: 'Droid Serif', Times, Georgia, serif;
	font-style: italic;
	font-size: 16px;
}

.services-section h4 {
	color: #fff;
}

.services-section h4:after {
	border-color: rgba(255, 255, 255, .8);
}

ul.services-list {
	width: 90%;
	margin: 100px auto 60px;
}

ul.services-list li {
	display: inline-block;
	float: left;
	width: 30.66%;
	background: #2b2828;
	padding: 90px 0;
	margin: 0 2%;
	border-radius: 10px;
}

ul.services-list li.emphasis {
	background: #2b2828;
}

ul.services-list li p {
	width: 80%;
	margin: 20px auto 40px auto;
}

ul.services-list li a {
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #e59361;
}

ul.services-list li a:hover {
	color: #d57e4a;
}

a.small-button {
	color: #fff!important;
	font-size: 12px;
	padding: 8px 40px;
	border: 2px solid #fff;
	border-radius: 999px;
}

a.small-button:hover {
	opacity: 0.8;
}

ul.services-list li:first-of-type {
	margin-left: 0;
}

ul.services-list li:last-of-type {
	margin-right: 0;
}

@media only screen and (max-width: 960px) {
	ul.services-list li {
		display: block;
		width: 100%;
		margin: 20px 0!important;
	}
}

/*Latest Articles / Masonry Section*/

.masonry-section {
	text-align: center;
	padding: 100px 0;
	background: #f2f2f2;
}

.masonry {
    margin: 60px auto;
    padding: 0;
    width: 95%;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    /*background: #fff;*/
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
}

.item .summary {
	padding: 10px 30px 30px 30px;
}

.item img {
	max-width: 100%;
}

.item h4 {
	font-family: 'Droid Serif', Times, Georgia, serif;
	font-size: 28px;
	margin: 12px 0;
	padding: 0;
}

.item .category {
	color: #867a6f;
	font-size: 12px;
}

.item h4:after {
	display: none;
}

.item img.article-image {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	width: 100%;
}

.advert-item {
	background: none;
}

.item img.advert {
	border-radius: 10px;
}

@media only screen and (min-width: 480px) {
    .masonry {
        -webkit-column-count: 1;
		-moz-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 720px) {
    .masonry {
        -webkit-column-count: 2;
		-moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1024px) {
    .masonry {
        -webkit-column-count: 3;
		-moz-column-count: 3;
        column-count: 3;
    }
}

/*Instagram Section*/

.instagram-section {
	padding: 100px 0;
	text-align: center;
	background: #fff;
}

.instagram-section p.subtitle {
	color: #e59361;
	font-size: 17px;
}

ul.instagram-list {
	width: 90%;
	display: flex;
	/*max-width: 1190px;*/
	align-items: center;
	margin: 80px auto 60px;
	background-color: cadetblue;
}

ul.instagram-list li {
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: #fff;*/
	float: left;
	/*width: 23%;*/
	width: 18%;
	padding: 0;
	margin: 1%;
}

ul.instagram-list li img {
	max-width: 100%;
}

ul.instagram-list li a:hover {
	opacity: .5;
}
@media only screen and (max-width: 960px) {
	ul.instagram-list li {
		display: block;
		margin: 1.5%;
		width: 47%;
	}
}

@media only screen and (max-width: 720px) {
	ul.instagram-list li {
		display: block;
		width: 100%;
		margin: 3% 0;
	}
}

/*Footer*/

footer {
	background: #222;
	text-align: center;
	margin-top: 0px;
	padding: 40px 0;
	color: #fff;
}

footer .footer-left {
	text-align: left;
	float: left;
}

footer .footer-right {
	text-align: right;
	float: right;
}

footer p {
	font-size: 16px;
	margin: 5px;
}

footer p.copyright {
	font-family: 'Oxygen', sans-serif;
	font-weight: 500;
	color: #ccc;
}

footer .footer-links {
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
}

footer .footer-links a {
	color: #777;
	margin: 0 20px;
}

footer .footer-links a:hover {
	color: #e59361;
}

footer .footer-links a:first-of-type {
	margin: 0 20px 0 0;
}

footer .footer-right a.social {
	background: no-repeat center;
	background-color: #363636;
	display: inline-block;
	text-indent: -4999px;
	border-radius: 999px;
	margin-left: 10px;
	overflow: hidden;
	text-align: left;
	height: 44px;
	width: 44px;
}

footer .footer-right a.social:hover {
	background-color: #e59361;
}

footer a.social.facebook {
	background-image: url(../images/social-facebook.png);
}
footer a.social.twitter {
	background-image: url(../images/social-twitter.png);
}
footer a.social.google {
	background-image: url(../images/social-google.png);
}

@media only screen and (max-width: 960px) {
	footer {
		padding: 30px 0;
	}
	footer .footer-left, footer .footer-right, footer a.logo {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	footer .footer-left {
		margin-bottom: 20px;
	}
	footer a.logo {
		 margin: 10px auto 40px auto;
	}
	footer .footer-links a {
		margin: 0 5px!important;
		font-size: 14px;
	}
}
#aboutbanner
{
background: url("../images/aboutbanner.jpg") no-repeat center 100%;
max-width: 100%;
height: 90vh;
background-position: top;
}

#contactbanner
{
background: url("../images/contact-banner.jpg") no-repeat center 100%;
max-width: 100%;
height: 90vh;
}

.dropdown-menu {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.menu {
  list-style-type: none;
  padding: 20px;
  margin: 0;
}

.menu li {
  display: inline;
  margin-right: 20px;
}

li a {
  text-decoration: none;
}

.dropdown-menu {
  z-index: 1;
  width: 200px; 
  position: absolute;
  list-style-type: none;
  background-color:white;
}

.dropdown-menu li {
  color: white;
  font-size: 16px;
  text-align: left;
}

.dropdown-menu li:hover {
  background-color:#444;
}

.dropdown-menu li:active {
  background-color:#777;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
 
.dropdown-menu li {
  margin: 0;
  width: 100%;
}

.dropdown-menu li a {
  color: white;
  text-decoration: none;
  display: block !important;
}


/******** contact ********/

.container {
	width: 950px;
	color: white;
	line-height: 1.5;
	margin: 80px auto;
}

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

.content {
	display: flex;
	margin-top: 40px;
}

.icon {
	vertical-align: top;
	height: auto;
	margin: 10px;
	width: 20px;
	}

.contact-info {
	padding: 4px 20px 0px 20px;
	display: inline-block;
}

.address-line {
	margin-top: 40px;
}

.col-1 {
	width: 530px;
}

.col-2 {
	background-color: white;
	flex: 1 1 auto;
}

.form-container {
	color: #000;
	padding: 30px;
}

.contact-info-title {
	color: white;
}

.form-row {
	padding-bottom: 30px;
}

.form-field {
	border-bottom: 1px solid #000;
	border: none;
	width: 100%;
}

.send-btn {
	background-color: #ffb200;
	padding: 12px 26px;
	color: white;
	border: 0px;
}

@media all and (max-width: 1024px) {
	.container {
		width: auto;
		padding: 30px;
	}
	 .col-1 {
		width: 360px;
	} 
}

@media all and (max-width: 700px) {
	.content {
		display: block;
	}
	.col-2 {
		margin-top: 40px;
	} 
	.col-1{
	width:100%;
	}
}

@media all and (max-width: 500px) {
	.container {
		padding: 10px;
	}
}

.address {color: #ffb200;}

.reception {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}
.address {color: #ffb200;}
.exectivecabin {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}
.Workstation {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}
.address {color: #ffb200;}
.Conferencehall {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}
.serviceimg, .servicep {
	padding: 15px;
	margin: auto;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.serviceimg img {width: 400px; height: 300px}

.clear {clear: both;}

.address {color: #ffb200;}

.dininghall {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}
.pantryroom {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}
.restaurant {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}
.canteen {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}
.address {color: #ffb200;}

.civilwork {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}
.floorplan {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}
.dplan {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffb2001f;
}


@media only screen and (max-width: 1024px) {
	header#top {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	header#top nav {
		float: none;
		width: 100%;
		color: white;
		text-align: center;
		margin: 60px auto 0 auto;
		background-color: #ffb200;
	}
	header#top nav ul li {
		float: none;
		font-size: 15px;
	}
	h1.logo a {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.dropdown-menu {
		width: 90%;
		background-color: #363636;
	}
	header#top nav ul li a {
		color: #fff;
		text-align: center;
	}
	.reception, .exectivecabin, .Workstation, .Conferencehall, .dininghall, .pantryroom, .restaurant, .canteen, .civilwork, .floorplan, .dplan {display: block;}
	.serviceimg, .servicep {
    max-width: 100%;
	display: block;
	width: 100%;
    }
	#contactbanner {height: 175px; background-size: cover;}
	.icon {display: none;}
}

/* Base navigation */
.topnav {
  position: relative;
  margin-top: 10px;
}

/* Hamburger icon */
.topnav .icon {
  display: none;
  color: #fff;
  font-size: 1.6em;
  padding: 1em;
  cursor: pointer;
}

.topnav .menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none; 
  position: relative;
  z-index: 999999999;
}

.topnav .menu li {
  position: relative;
}

.topnav .menu li a {
  display: block;
  padding: 0.9em 1.2em;
  color: darkgray;
  text-decoration: none;
}

.topnav .menu li a:hover {
  background: #ffb200;
}

/* Dropdown styles */
.topnav .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.topnav .dropdown:hover .dropdown-menu {
  display: block;
}

/* Responsive: small screens */
@media (max-width: 768px) {
  .topnav .icon {
    display: block;
	display: flex;
    align-items: flex-end;
    justify-content: center;
    float: right;
  }

  #banner {clear: both;}

  .topnav .menu {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .topnav .menu.active {
    display: flex;
  }

  .topnav .menu li {
    width: 100%;
  }

  .topnav .dropdown-menu {
    position: static;
  }
  header#top {border: 0;}
  .topnav .icon {
	padding: 10px 30px 10px 30px;
    background-color: #ffb200;
    border-radius: 7px;
	margin-top: -30px;
  }
}



body {
  font-family: Arial, Helvetica, sans-serif;
  
}
h1{
	color: white;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  display: inline-block;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-back h1 {margin-top: 30px;}

.phone a{
	background-color: #fff;
	font-weight: bolder;
	border-radius: 5px;
	position: absolute;
	padding: 11px;
	float: right;
    right: 13%;
    top: 33px;
}

.phone a:hover{
	background-color: #424242;
	color: white;
}

/* Gallery css**/

.gallery {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
}

.gallery h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
}

/* Hide radio buttons */
input[type="radio"] {
    display: none;
}

/* Filters */
.filters {
    text-align: center;
    margin-bottom: 30px;
}

.filters label {
    padding: 10px 22px;
    margin: 5px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}

#all:checked ~ .filters label[for="all"],
#interior:checked ~ .filters label[for="interior"],
#construction:checked ~ .filters label[for="construction"],
#furniture:checked ~ .filters label[for="furniture"] {
    background: #222;
    color: #fff;
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

/* Filter logic */
#interior:checked ~ .gallery-grid .item:not(.interior),
#construction:checked ~ .gallery-grid .item:not(.construction),
#furniture:checked ~ .gallery-grid .item:not(.furniture) {
    display: none;
}

/* Lightbox popup */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

/* Show popup */
.lightbox:target {
    display: flex;
}

/* Close button */
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    text-decoration: none;
}

/* Furnitures css**/

.Furnituresall {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
}

.Furnituresall h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
}

/* Furnitures Hide radio buttons */
input[type="radio"] {
    display: none;
}

/* Furnitures Filters */
.filters {
    text-align: center;
    margin-bottom: 30px;
}

.filters label {
    padding: 10px 22px;
    margin: 5px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}

#all:checked ~ .filters label[for="all"],
#sofasets:checked ~ .filters label[for="sofasets"],
#beds:checked ~ .filters label[for="beds"],
#dining:checked ~ .filters label[for="dining"],
#tvunits:checked ~ .filters label[for="tvunits"],
#bookshelves:checked ~ .filters label[for="bookshelves"],
#homedecor:checked ~ .filters label[for="homedecor"],
#lighting:checked ~ .filters label[for="lighting"] 
{
    background: #222;
    color: #fff;
}

/* Furnitures Grid */
.Furnituresall-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.Furnituresall-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

/* Furnitures Filter logic */
#sofasets:checked ~ .Furnituresall-grid .item:not(.sofasets),
#beds:checked ~ .Furnituresall-grid .item:not(.beds),
#dining:checked ~ .Furnituresall-grid .item:not(.dining),
#tvunits:checked ~ .Furnituresall-grid .item:not(.tvunits),
#bookshelves:checked ~ .Furnituresall-grid .item:not(.bookshelves),
#homedecor:checked ~ .Furnituresall-grid .item:not(.homedecor),
#lighting:checked ~ .Furnituresall-grid .item:not(.lighting) {
    display: none;
}

/* Furnitures Lightbox popup */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

/* Furnitures Show popup */
.lightbox:target {
    display: flex;
}

/* Furnitures Close button */
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    text-decoration: none;
}

.cards-container h4, .cards-container p, .cards-container span {
    background-color: #00000080;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    padding: 3px;
}
@media (max-width: 500px) {
.phone {
    position: relative;
    top: 113.5px;
    right: 50.5%;}
.phone a{
    background-color: #ffb200;
    font-family: monospace;
    padding: 11px;
	color: white;
	right: 15%;
	top: 30px;
}
.filters {
    display: flex;
    flex-direction: column;
}
#banner {
    height: 210px;
    padding: 40px 0;
    max-width: 100%;}
#aboutbanner{
    height: 210px;
    background-size: cover;
}
.serviceimg img {max-width: 100%; height: auto}
.dropdown .fa {margin-left: 10px}
.dropdown-menu {width: 100%}
}
@media (max-width: 400px) {
.phone {
    right: 45%;}
}
.phone a {right: 12%}
@media (min-width: 1200px) {
header#top nav ul li a:hover {
	color: #ffb200;
	transition: 0.1s;
}}

.servicespage p{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===============================
   PROFESSIONAL MEP PAGE DESIGN
=================================*/

.mep-section {
  padding: 80px 20px;
  background: #f9f9f9;
}

.mep-section .container {
  max-width: 1100px;
  margin: auto;
}

.mep-hero {
  text-align: center;
  margin-bottom: 60px;
}

.mep-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.mep-hero p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 800px;
  margin: auto;
  color: #555;
}

.mep-card {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.mep-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.mep-card h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ffb200;
}

.mep-card ul {
  padding-left: 20px;
}

.mep-card ul li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #444;
  list-style-type: disc;
}

/* Responsive */

@media (max-width: 768px) {
  .mep-hero h1 {
    font-size: 30px;
  }

  .mep-hero p {
    font-size: 16px;
  }

  .mep-card {
    padding: 25px;
  }
}