:root {
	--global-palette1: #c52128;
    --global-palette4: #75675b;
    --global-palette9: #ffffff;
}
.landing-container{
	max-width: 1600px;
	margin: 0 auto;
}

@media(max-width: 1440px){
	.landing-container{
		padding-inline: 15px;
	}
}

/* Header */
header{
	position: sticky;
	top: 0;
	z-index: 9;
}

.landing-header-inner {
   background: #beb1a8;
   padding-block: 15px;
}
.landing-header-inner .landing-container{
	display: flex;
   justify-content: space-between;
   align-items: center;
   @media (max-width:768px) {
		justify-content: center;
	}
}

.landing-header .cta-wrapper{
	display: flex;
	gap: 30px;
	@media (max-width: 768px) {
        position: fixed;
        bottom: 0;
        background-color: #00b8da;
        width: 100%;
        left: 0;
        gap: 0;
    }
}

.landing-header .cta-wrapper .btn-primary {
   font-weight: 500;
   background: var(--global-palette1);
   text-transform: uppercase;
   fill: white;
   color: white;
   border-style: solid;
   border-width: 2px;
   border-color: var(--global-palette1);
   border-radius: 3px;
   padding: 15px 25px;
   font-size: 20px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 10px;
   text-decoration: none;
	transition: all 0.5s ease-in-out;
	
   @media (max-width:768px) {
		width: 50%;
		justify-content: center;
		font-size: 14px;
		&:first-child{
			border-right: 2px solid white;
		}
	}

   i {
      font-size: 22px;
   }
}
.landing-header .cta-wrapper .btn-primary:hover {
   background-color: #fff;
	color: var(--global-palette1);
}


.page-template-landing-page .wpb_raw_html {
	margin-bottom: 0 !important;
}

.hero-section {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(https://www.premierofficesolutions.com.au/wp-content/uploads/2026/01/Commercial-fitout-services-creating-modern-collaborative-workspace-with-ergonomic-furniture-and-natural-lighting-scaled-1-1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding-block: 100px;
}

.hero-section .content-col h1.vc_custom_heading {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600 !important;
}
.hero-section .content-col .wpb_text_column {
	margin-bottom: 0;
}
.hero-section .content-col .wpb_text_column p{
	color: #fff;
    font-size: 20px;
}
.hero-section .review_content p {
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 600;
    color: #fff !important;
}
.hero-section .review_content p i {
    color: #f5b031;
}
.hero-section .hero_section_call .call-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 50px !important;
    line-height: 40px !important;
    color: white;
    font-weight: 800 !important;
	@media (max-width: 820px) {
        font-size: 35px !important;
    }
}
.hero-section .hero_section_call .call-wrapper .svg-wrapper i {
    border-radius: 50%;
    height: 70px !important;
    width: 70px !important;
    font-size: 42px !important;
    display: flex;
    transition: all 0.3s ease-in-out;
    animation: ring 5s ease-in-out infinite;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: var(--global-palette1);

	@media (max-width: 820px) {
        height: 50px !important;
        width: 50px !important;
        font-size: 24px !important;
    }
}

.form-col .vc_column-inner>.wpb_wrapper {
    background: var(--global-palette9);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    backdrop-filter: blur(11px);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
	max-width: 500px;
    margin: 0 auto;
}
.form-col h2.vc_custom_heading  {
    color: #000;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 30px;
	border-bottom: 2px solid var(--global-palette1);
}



/* About us section */
/* .about-us-section{
	padding-block: 100px;
}

.about-us-section .about-content h2.vc_custom_heading {
	color: #000;
}
.about-content .wpb_text_column p {
    font-size: 24px;
} */
.about-content .about_us_inner_cta-wrapper{
	justify-content: flex-start;
}

/* about us buttons */
.about_us_inner_cta-wrapper {
    display: flex;
	justify-content: center;
    gap: 30px;
	@media (max-width: 480px) {
        gap: 15px;
        flex-wrap: wrap;
    }
}
.about_us_inner_cta-wrapper .btn-primary{
	font-weight: 500;
   background: var(--global-palette1);
   text-transform: uppercase;
   fill: white;
   color: white;
   border-style: solid;
   border-width: 2px;
   border-color: var(--global-palette1);
   border-radius: 3px;
   padding: 10px 15px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 10px;
   text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.about_us_inner_cta-wrapper .btn-primary:hover {
   background-color: #fff;
	color: var(--global-palette1);
}


/* CTA Section */
.cta-section{
	background-color: #beb1a8;
	padding-block: 30px;
}
.cta-section h2.vc_custom_heading {
    color: #fff;
    font-weight: 600 !important;
	font-size: 36px;
}



/* Our project  */
.recent-project-section {
	display: block !important;
	margin-block: 50px 30px;
}

.recent-project-section .container {
	max-width: 100% !important;
}


.recent-project-section .project-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
	margin-top: 40px;
}


.recent-project-section .project-list .col-3 {
	flex: 0 0 calc(25% - 15px);
	background: #e4dfdb;
	padding: 15px;
	text-align: center;
	transition: all 0.3s ease;
}

.recent-project-section .project-list .col-3:hover {
	transform: translateY(-6px);
}

.recent-project-section .project-list .project-image {
	height: 288px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.recent-project-section .project-list .project-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recent-project-section .project-list .project-title {
	margin-top: 14px;
	/* font-family: "Neutra-text-bold", Arial, sans-serif; */
}

.recent-project-section .project-list p {
	font-size: 16px;
	color: #444;
	line-height: 1.5;
	text-align: center !important;
}


.recent-project-section .view-all-btn {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 26px;
}

/* Download broucher */
/* .download_catalogue .vc_column_container>.vc_column-inner{
	padding-top: 0;
}
.page-template-landing-page .text-image-section {
    background-color: #E7E3DF;
	padding-block: 30px;
}
.page-template-landing-page .text-image-section .section-title{
	text-align: center;
	margin-bottom: 10px;
}
.page-template-landing-page .text-image-section .button-container{
	text-align: center;
} */

/* Testimonial section */
.testimonial_section{
	padding-block: 100px;
}

/* FAQ With Form */
.faq_with_form{
	padding-block: 100px;
}


/* Footer */
.landing-footer{
	background: var(--global-palette4);
	@media (max-width:768px) {
		margin-bottom: 45px;
	}
}
.landing-footer .landing-footer-container{
	max-width: 1530px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	@media (max-width:1024px) {
		max-width: 100%;
	}
}

.landing-footer .landing-footer-top {
    display: flex;
    justify-content: space-between;
    padding-block: 30px;
    gap: 80px !important;
	@media (max-width:1024px) {
		flex-wrap: wrap;
	}
	@media (max-width:680px) {
		flex-direction: column;
	}
}

.landing-footer .landing-footer-top  .footer-locations{
    display: flex;
    flex-direction:row !important;
    gap: 25px;
	flex-wrap: wrap;
	@media (max-width:680px) {
		display: block;
	}
}

.landing-footer .footer-contact{
    display:flex;
    gap:20px;
	margin: 0;
		li{
			display: flex !important;
			align-items: center !important;
			justify-content: center !important;
			font-size: 16px !important;
			background: var(--global-palette1) !important;
			padding: 10px;
			border-radius: 10px;
			a{
				color: white;
				text-decoration: none;
				font-weight: 500;
    			font-size: 18px;
			}
		}
	i{
	  color: white !important;
	  margin-right: 10px !important;
	  font-size: 18px !important;
	}
}
.landing-footer .footer-group {
	width: max-content;
}

.landing-footer .footer-title {
  color: white;
  font-weight: 700;
  margin-bottom: 15px !important;
  font-size: 22px;
}

.landing-footer .footer-locations {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.landing-footer .footer-location {
  margin-bottom: 0;
}

.landing-footer .footer-loc-title {
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  background: var(--global-palette1) !important;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}

.landing-footer .footer-loc-title + span{
	display: block;
	margin-left: 10px;
}

.landing-footer .footer-location i {
  margin-right: 5px;
  color: #fff;
}
.landing-footer .footer-location i{
	&::before{
		font-family: 'FontAwesome';
	}
}
.landing-footer .footer-copyright{
	padding: 15px;
	text-align: center;
}

.landing-footer .footer-copyright p{
	margin: 0;
	color: white;
	font-size: 18px;
	font-weight: 400;
}

/* Responsive */
@media (max-width: 1024px) {
	.recent-project-section .project-list .col-3 {
		flex: 0 0 calc(50% - 15px);
	}
}
@media (max-width:820px) {
	.hero-section, .about-us-section, .testimonial_section, .faq_with_form{
		padding-block: 30px;
	}
}
@media (max-width: 576px) {
	.recent-project-section .project-list {
		gap: 15px;
	}

	.recent-project-section .project-list .col-3 {
		flex: 0 0 100%;
		padding: 25px 20px;
	}

	.recent-project-section .project-list h5 {
		font-size: 18px;
	}

	.recent-project-section .project-list p {
		font-size: 15px;
	}
	.recent-project-section .view-all-btn {
		justify-content: center;
	}
	.faq_with_form .cfm-section-title{
		font-size: 24px;
	}
	.cta-section h2.vc_custom_heading{
		font-size: 24px;
	}
}

/* Animation */
@keyframes ring{
	0% {
    transform: rotate(0);
}
1% {
    transform: rotate(30deg);
}
3% {
    transform: rotate(-28deg);
}
5% {
    transform: rotate(34deg);
}
7% {
    transform: rotate(-32deg);
}
9% {
    transform: rotate(30deg);
}
11% {
    transform: rotate(-28deg);
}
13% {
    transform: rotate(26deg);
}
15% {
    transform: rotate(-24deg);
}
17% {
    transform: rotate(22deg);
}
19% {
    transform: rotate(-20deg);
}
21% {
    transform: rotate(18deg);
}
23% {
    transform: rotate(-16deg);
}
25% {
    transform: rotate(14deg);
}
27% {
    transform: rotate(-12deg);
}
29% {
    transform: rotate(10deg);
}
31% {
    transform: rotate(-8deg);
}
33% {
    transform: rotate(6deg);
}
35% {
    transform: rotate(-4deg);
}
37% {
    transform: rotate(2deg);
}
39%, 100% {
    transform: rotate(0);
}
}