/*!
Theme Name: SWPS
Theme URI: http://underscores.me/
Author: StarlitDevs
Author URI: https://starlitdevs.com/
Description: This is a custom theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: swps
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

StarlitDevs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


:root{
    --color-white: #fff;
	--color-gray: rgba(255, 255, 255, .4);
	--color-gray-2: rgba(255, 255, 255, .6);
    --color-black: #000;
    --color-text: #010509;
    --color-red: #f26767;
    --color-yellow: #ffc617;
    --color-orange: #fbad40;
    --color-deep-blue: #252431;
	--color-new-gradient: linear-gradient(145deg, #E8432D 0%, #F5A623 100%);
    --color-gradient: linear-gradient(145deg,rgba(242, 103, 103, 1) 10%, rgba(255, 198, 23, 1) 100%);
    --color-gradient-2: linear-gradient(180deg,rgba(242, 103, 103, 1) 10%, rgba(255, 198, 23, 1) 100%);
    --section-bg: #f3f3f3;
	--primary-font: 'Inter';
	--secondary-font: '946 Latin Wide 3';
}
html {
	margin-top: 0 !important;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	font-family: var(--primary-font);
	line-height: 1.5;
	font-size: 16px;
	color: var(--color-text);
}
img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
p{
  margin-bottom: 0;
}
textarea, input, select{
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #ddd;
  outline: none;
  padding-inline: 10px;
  background-color: transparent;
}
.input select {
	appearance: none;
}
textarea{
  height: 130px;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
  font-weight: 600;
  line-height: 1.1;
}
h1{
  font-size: 56px;
}
h2, .h2{
  font-size: 42px;
  text-transform: capitalize;
}
h3{
  font-size: 26px;
}
h4{
  font-size: 20px;
}
.bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pt-100{
  padding-top: 100px;
}
.py-100{
  padding-block: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.gray-bg{
  background-color: var(--section-bg);
}
.white-box{
  background-color: var(--color-white);
  color: var(--color-text);
  transition: all .3s ease !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.white-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--color-gradient);
  z-index: -1;
  opacity: 0;
  transition: all .3s ease;
}
.white-box:hover{
  color: var(--color-white);
  box-shadow: 0 14px 40px rgba(0,0,0,0.13);
	transform: scale(1.02);
}
.white-box:hover::before{
	opacity: 1;
}
.white-box:hover .service-icon {
	background: rgba(255,255,255,0.18);
  box-shadow: 0 0 0 1.5px rgba(255,255,255,0.5);	
}

.btn {
  background: var(--color-gradient);
  border: none;
  padding-inline: 30px;
  padding-block: 15px;
  border-radius: 50px;
  line-height: 1;
  color: var(--color-white) !important;
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}
.btn::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-red);
  transition: all .3s ease;
  z-index: -1;
}
.btn:hover::before{
  width: 100%;
}
input.btn{
	background-size: 200% 100%;
    background-position: left center;
    transition: background-position 0.5s ease, transform 0.3s ease, box-shadow 0.3s ease;
	height: auto;
}
input.btn:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(242, 103, 103, 0.45);
  }
input.btn:active {
    transform: translateY(1px);
    box-shadow: 0 4px 12px rgba(242, 103, 103, 0.3);
  }
.container{
	max-width: 1264px;
	margin-inline: auto;
	padding-inline: 20px;
}
.banner-container{
	max-width: 1470px;
	padding-inline: 20px;
	margin-inline: auto;
}
.super-title{
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}


/* REVEAL */
.reveal {
    opacity: 1;
    transform: none;
    transition:
        opacity 0.65s ease,
        transform 0.65s ease,
		background-color 0.4s ease,
		color .4s ease;
}
.reveal.pre-reveal {
    opacity: 0;
    transform: translateY(18px);
}
.reveal.pre-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.rd1 {
    transition-delay: 0.1s;
}
.rd2 {
    transition-delay: 0.2s;
}
.rd3 {
    transition-delay: 0.3s;
}
.rd4 {
    transition-delay: 0.4s;
}





/* Header Styles */

/* mmenu */
.mm-page {
	min-height: unset;
}
.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}

.site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--color-white);
}
body.admin-bar .site-header {
	padding-top: 32px;
}
.site-header.sticky-active {
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.header-wrapper {
  padding-block: 15px;
}

.header-content{
  gap: 30px;
}
.header-nav {
  list-style: none;
  display: flex;
  gap: 16px;
  padding: 0;
  margin-bottom: 0;
}
.header-nav li a {
  color: var(--color-black);
  text-decoration: none;
  padding-inline: 5px;
  font-weight: 500;
  transition: all .2s ease;
	font-size: 15px;
}
.header-nav li a:hover{
  color: var(--color-red);
}
.header-logo {
  max-width: 280px;
  width: 100%;
}
.header-btn .btn, .footer-cta .btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header-btn a svg, .footer-cta a svg {
  width: 16px;
  height: 16px;
}
.menu-icon{
  display: none;
}

.header-nav .sub-menu {
	list-style: none;
	padding-left: 0;
	width: 190px;
	position: absolute;
	top: 100%;
	left: -6px;
	background-color: var(--color-white);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	opacity: 0;
	pointer-events: none;
	transition: all .4s ease;
}
.header-nav li {
  position: relative;
}
.header-nav .current_page_item a {
	color: var(--color-red);
}
.header-nav li:hover>.sub-menu{
	opacity: 1;
	pointer-events: auto;
}

/* Banner styles */

.banner {
	padding-top: 20px;
}
.banner-box {
  padding: 50px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.banner-form {
  max-width: 450px;
  background-color: var(--color-white);
  padding: 30px;
  border-radius: 20px;
}
.banner-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient( to right, #000 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0.4) 75%, #000 100% );
}
.banner-box::after {
  content: '';
  position: absolute;
  right: 0;
  top: -15%;
  background-image: url('https://onevox.studio/swps/wp-content/uploads/2026/03/Vector-Smart-Object1-copy-01.svg');
  width: 50%;
  height: 140%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content {
  position: relative;
  z-index: 1;
}
.banner-content-text {
  color: var(--color-white);
  flex: 1;
}
.star-image-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  align-items: center;
}
.star-image {
  max-width: 130px;
}
.banner-content-text h2 {
	font-size: 50px;
	margin-top: 5px;
}
.banner-content-text h2 strong {
	font-weight: 600;
	background: var(--color-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
.banner-form h3 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
	font-size: 26px;
}
.banner-form form label {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: capitalize;
	font-size: 13px;
}
.input {
  margin-bottom: 12px;
}
.submit-btn span {
  display: none;
}
.submit-btn .btn {
  border-radius: 12px;
  font-weight: 700;
  text-transform: capitalize;
}


.home-banner-btn .white-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: navajowhite;
  color: var(--color-black);
  background-color: var(--color-white);
  padding: 8px;
  line-height: 1;
  border-radius: 30px;
  width: 100%;
  justify-content: space-between;
  padding-left: 26px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  max-width: 370px;
  display: none;
}
.white-btn{
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all .4s ease;
}
.white-btn::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: var(--color-red);
	transition: all .4s ease;
	z-index: -1;
}
.white-btn:hover::before{
	width: 100%;
}
.white-btn:hover{
  color: var(--color-white);
}
.white-btn:hover .btn-arrow{
	background-color: var(--color-white) !important;
	color: var(--color-black);
}
.home-banner-btn .white-btn .btn-arrow {
  width: 32px;
  height: 32px;
  background-color: var(--color-red);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all .4s ease;
}
.home-banner-btn .white-btn .btn-arrow svg {
  width: 18px;
  height: 18px;
  transform: rotate(-35deg);
}
.banner-logos {
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 15px;
  gap: 15px;
  max-width: max-content;
}
.banner-logo-item {
  max-width: 100px;
}
.banner-logo-item:nth-child(2) {
	max-width: 85px;
}
.home-banner-btn {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-top: 15px;
}
.footer-logo-area .home-banner-btn {
	margin-top: 40px;
}


/* About us */

.about-text-content h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.about-text-content h2 strong {
  font-weight: 600;
  color: var(--color-red);
}
.about-text-content h2 {
  font-size: 42px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.about-text-content p {
  margin-bottom: 40px;
}
.about-text-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-text-content ul li {
  position: relative;
}
.about-text-content ul li::before {
  content: '';
  position: absolute;
  left: -28px;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('https://onevox.studio/swps/wp-content/uploads/2026/03/check.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.about-us-btn {
  text-align: center;
  margin-top: -23px;
}
.about-us-btn .btn {
	width: 50%;
	font-weight: 700;
}
.about-us-image {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1;
}
.about-us-image img {
	height: 100%;
	transition: transform .6s ease;
}
.about-us-image:hover img {
  transform: scale(1.1);
}
.about-us-image-content {
	padding-left: 60px;
}


/* services */

.service-boxes .row{
  --bs-gutter-y: 1.5rem;
}
.service-boxes{
  margin-top: 60px;
}
.services-wrapper {
  border-radius: 20px;
  padding: 60px;
}
.services-title {
  text-align: center;
}
.services-title h2 {
  margin-bottom: 20px;
}
.services-title ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  row-gap: 20px;
  padding-left: 0;
}
.services-title ul li {
  position: relative;
  padding-left: 26px;
}
.services-title ul li::before {
  content: '';
  position: absolute;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('https://onevox.studio/swps/wp-content/uploads/2026/03/check.svg');
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}
.service-item-box {
  text-align: center;
  padding-block: 34px;
  padding-inline: 28px;
  border-radius: 20px;
  height: 100%;
}
.service-icon {
  width: 50px;
  height: 50px;
  background: var(--color-gradient);
  border-radius: 50%;
  margin-inline: auto;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-icon img {
  max-width: 30px;
  height: 30px;
}
.service-item-box h4 {
  margin-bottom: 16px;
}
.service-item-box p {
  line-height: 1.3;
}


/* services areas */
.service-areas-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}
.service-areas-link {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.service-areas-bottom-text {
	max-width: 630px;
	text-align: center;
	margin-inline: auto;
	margin-top: 50px;
}




/* footer styles */

footer {
  background-color: var(--color-deep-blue);
  color: var(--color-white);
  padding-top: 60px;
}
.footer-logo {
  max-width: 350px;
  margin-bottom: 20px;
}
.footer-column.left {
  display: flex;
  gap: 30px;
  width: 55%;
  justify-content: space-between;
}
.footer-menu .header-nav {
  flex-direction: column;
  gap: 10px;
}
.footer-menu .header-nav li a {
  color: var(--color-white);
  font-weight: 400;
}
.footer-column.right {
  text-align: end;
}
.footer-cta-text {
  margin-top: 24px;
}
.footer-cta-text p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}
.footer-menu {
  display: flex;
  gap: 60px;
}
.blog-menu .footer-nav-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-menu .footer-nav-1 li a {
  color: var(--color-white);
  text-decoration: navajowhite;
  font-size: 15px;
  padding-inline: 5px;
  font-weight: 400;
}
.footer-menu li a:hover {
	color: var(--color-red);
	transition: all .3s ease;
}
.footer-copywrite {
  font-size: 14px;
  padding-block: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.2);
  margin-top: 60px;
}
.footer-copywrite a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.2);
}
.footer-logo-area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.social-media {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.social-media-link-item {
  text-decoration: none;
  color: var(--color-white);
  display: block;
  transition: color .3s ease;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}
.social-media-link-item svg {
  width: 18px !important;
  height: 18px !important;
}
.social-media-link-item:hover {
  color: var(--color-red);
}

/* new css */

.gray-bg-2{
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border-radius: 5px;
}
.ec-number {
  margin-top: 20px;
  padding: 5px 12px;
  max-width: max-content;
  color: var(--color-gray-2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
a.site-name {
  color: var(--color-orange);
  opacity: 0.7;
}

.policy-link a{
	transition: .3s;
}
.policy-link a:hover {
	color: var(--color-white);
}
.footer-menu {
  display: block;
}
.menu-item-heading {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  color: var(--color-gray);
}
.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-menu ul li a {
  font-size: 15px;
  padding-inline: 0;
  text-decoration: navajowhite;
  color: var(--color-white);
  color: var(--color-gray-2) !important;
  transition: .3s;
}
.footer-menu ul li a:hover {
	color: var(--color-orange) !important;
}
.footer-menu ul li{
	position: relative;
	padding-left: 15px;
}
.footer-menu ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 53%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--color-gray);
	transition: .3s;
}

.footer-cta a:not(.social-media a) {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-email {
  color: var(--color-white);
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  line-height: 1;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer-email::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--color-gradient);
	z-index: -1;
	transition: .4s;
}
.footer-email:hover::before{
	width: 100%;
}
.footer-email svg {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-bottom: -2px;
  transition: .4s;
}
.footer-email:hover svg{
	color: var(--color-white);
}
.footer-description {
	color: var(--color-gray);
}
.terms-top .super-title {
	margin-bottom: 30px;
	letter-spacing: 2.4px;
}

/* our process */

.process-title {
  max-width: 920px;
  margin-bottom: 60px;
  margin-inline: auto;
  text-align: center;
}
body.home .process-title{
  text-align: start;
  margin-right: auto;
  margin-left: 0;
}
.process-title h2 {
  margin-bottom: 20px;
}
.process-content .row, .projects-content .row{
  --bs-gutter-y: 1.5rem
}
.process-image {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.process-step {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 500;
}
.process-step.btn {
	padding-block: 10px;
	padding-inline: 20px;
	font-size: 15px;
}
.process-image img {
  height: 100%;
	transition: transform .6s ease;
	transform: scale(1.02);
}
.process-item-box:hover .process-image img {
  transform: scale(1.1);
}
.process-item-box h4 {
  margin-bottom: 12px;
}

/* Achievement */

.impact-wrapper {
  background: var(--color-gradient);
  padding-inline: 75px;
  padding-block: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.achievement-item {
  text-align: center;
  color: var(--color-white);
  font-size: 18px;
}
.achievement-number {
  font-family: var(--secondary-font);
  font-size: 78px;
  line-height: 1;
}
.achievement-label{
	font-size: 20px;
}

/* our projects */
.projects-title {
  max-width: 865px;
  margin-bottom: 60px;
}
.projects-title h2 {
  margin-bottom: 20px;
}
.project-item-box {
  background: var(--section-bg);
  padding: 30px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .4s ease;
}
.project-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
  max-height: 385px;
}
.project-image img {
	aspect-ratio: 4 / 2.7;
}
.project-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 50px;
  height: 50px;
  background-color: var(--color-red);
  border-radius: 50%;
  place-items: center;
  color: var(--color-black);
}
.project-link svg {
  width: 20px;
  height: 20px;
  transform: rotate(-35deg);
}
.project-item-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--color-gradient);
  transition: all .4s ease;
  z-index: -1;
  opacity: 0;
}
.project-item-box:hover::before{
  opacity: 1;
}
.project-item-box:hover{
  color: var(--color-white);
}
.project-item-box h4 {
  margin-bottom: 20px;
}

/* testimonial */

.testimonial-title {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 60px;
}
.testimonial-title h2 {
  margin-bottom: 20px;
}
.testimonial-item-box {
  padding: 20px;
  padding-top: 34px;
  background-color: var(--section-bg);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .4s ease;
}
.clients-comment p {
	font-size: 15px;
}
.name-and-position {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 210px;
}
.clients-image {
  max-width: 48px;
  width: 100%;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.clients-image img {
  height: 100%;
}
.client-name {
  font-size: 16px;
  font-weight: 600;
}
.client-position {
  font-size: 13px;
  line-height: 1.2;
}
.star-rating img {
  max-width: 100px;
}
.clients-comment {
  margin-bottom: 40px;
  margin-top: 20px;
}
.google-text {
  font-weight: 600;
}
.google-logo img {
	max-width: 65px;
}
.clients-logo {
	max-width: 95px;
}
.testimonial-item-box .clients-logo img {
	height: 24px;
	object-fit: contain;
}


/* new style */
.testimonial-item-box {
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 30px;
}
.author-info {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.testimonial-item-box:hover {
	border: 1px solid var(--color-orange);
	box-shadow: 0 4px 12px rgba(251, 173, 64, 0.25);
}

/* why choose us */
.why-choose-btn {
	text-align: center;
	margin-top: -25px;
}
.why-choose-btn .btn {
	max-width: 370px;
	width: 100%;
	font-weight: 700;
}

/* video carousel */

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  flex-shrink: 0;
  max-width: 280px;
}
.video-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 9 / 16;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  pointer-events: none;
  transition: 0.3s;
  width: 40px;
}
.video-track-wrapper {
  width: 100%;
}
.video-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: videoScroll 45s linear infinite;
}

.video-track-wrapper:hover .video-track {
  animation-play-state: paused;
}

@keyframes videoScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* FAQs */

.faqs-title {
  text-align: center;
  max-width: 840px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.faqs-title h2 {
  margin-bottom: 20px;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-accordion-item {
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
}
.faq-accordion-header {
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  padding-block: 22px;
  padding-inline: 40px;
  line-height: 1.3;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.faq-accordion-header::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	background: var(--color-gradient);
	transition: height .3s ease;
}
.faq-accordion-item:not(.active) .faq-accordion-header:hover{
	color: var(--color-white);
}
.faq-accordion-item:not(.active) .faq-accordion-header:hover::before{
	height: 100%;
}
.accordion-collapse-content {
  display: none;
  padding-inline: 40px;
  padding-bottom: 12px;
}
.accordion-collapse-content {
  line-height: 1.5;
}
.accordion-collapse-content p:not(:last-child) {
  margin-bottom: 20px;
}
.accordion-collapse-content strong {
	font-weight: 600;
}


/* contact */

body.page-id-435 #contact {
	padding-top: 100px;
}
.contact-title {
  max-width: 880px;
  margin-bottom: 60px;
}
.contact-title h2 {
  margin-bottom: 20px;
}
.contact-title h2 strong {
  font-weight: 600;
  color: var(--color-orange);
}
.contact-form {
  padding: 36px;
  border: 1px solid #ddd;
  border-radius: 25px;
}
.contact-form h3 {
	margin-bottom: 30px;
}
.contact-form .input {
  margin-bottom: 16px;
}
.contact-form input, .contact-form select {
  height: 48px;
}
.contact-form label {
	margin-bottom: 5px;
	font-size: 13px;
}
.contact-right-content {
  padding-left: 30px;
}
.google-map iframe {
  width: 100%;
  min-height: 548px;
  border-radius: 24px;
}
.google-map {
  margin-bottom: 20px;
}
.phone-and-email {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px;
  background-color: var(--section-bg);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: width .5s ease;
}
.contact-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--color-gradient);
  transition: width .5s ease;
  z-index: -1;
}
.contact-info:hover .contact-info-label, .contact-info:hover .contact-info-label a {
  color: var(--color-white);
}
.contact-info:hover::before {
  width: 100%;
}
.contact-info-icon {
  background-color: var(--color-white);
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all .3s ease;
}
.contact-info:hover .contact-info-icon{
	background-color: transparent;
	color: var(--color-white);
	border-color: var(--color-white);
}
.contact-info-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: color .3s ease;
}
.contact-info-label span {
  line-height: 1;
  font-weight: 700;
}
.contact-info-label a {
  line-height: 1;
  text-decoration: navajowhite;
  color: var(--color-text);
  transition: color .3s ease;
  word-break: break-word;
}

.map-link {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--color-red);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.map-link svg {
  width: 30px;
  height: 30px;
  color: var(--color-black);
  transform: rotate(-35deg);
}

/* cta */
.cta-inner {
  background: var(--color-gradient);
  border-radius: 30px;
  padding: 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cta-inner::before {
  content: '';
  position: absolute;
  right: 0;
  top: 40%;
  background-image: url('https://onevox.studio/swps/wp-content/uploads/2026/03/Vector-Smart-Object-copy-01-1.svg');
  height: 129%;
  width: 30%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: -1;
}
.cta-inner h2 {
  font-family: var(--secondary-font);
  line-height: 1;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 40px;
}
.cta-btn {
  padding-top: 40px;
}
.cta-btn a{
  font-size: 15px;
  letter-spacing: -0.3px;
  display: flex;
  justify-content: center;
  max-width: 255px;
}
.btn-black {
  background-color: var(--color-black);
  color: var(--color-white);
  text-decoration: navajowhite;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 45px;
  border-radius: 30px;
  font-weight: 500;
  transition: all .3s ease;
}
.btn-black:hover {
  background-color: var(--color-orange);
}

/* Logo carousel */
.logo-carousel-heading {
	margin-bottom: 60px;
}
.logo-carousel-heading h2 {
  font-size: 24px;
  background: var(--color-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.logo-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 150px;
}
.logo-carousel {
    overflow: hidden;
}
.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 40s linear infinite;
}
.marquee-track:hover {
    animation-play-state: paused;
}
.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}
.logo-item img {
    height: 50px;
    width: auto;
    object-fit: contain;
    transition: filter 0.3s ease;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* service category */

.service-category-item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.service-category-title {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  color: var(--color-white);
}
.service-category-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--color-black);
  opacity: 0.4;
  z-index: 1
}
.service-category-item img {
  height: 100%;
  transition: all .7s ease;
}
.service-category-item:hover img{
	transform: scale(1.08);
}


/* page banner */
.page-banner-bg {
  padding-block: 210px;
  position: relative;
}
.page-banner-content{
  text-align: center;
  color: var(--color-white);
  position: relative;
  z-index: 1;
}
.page-banner-title {
  margin-top: 15px;
  margin-bottom: 50px;
  max-width: 900px;
  margin-inline: auto;
}
.page-banner-title h2 {
  margin-bottom: 20px;
}
.page-banner-title h2 strong{
  color: var(--color-red);
  font-weight: 600;
}
.page-banner-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient( to right, #000 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 65%, #000 100% );
}
.page-banner-bg::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-image: url('https://onevox.studio/swps/wp-content/uploads/2026/03/vector-copy-01-cropped.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

/* Page About us */
.about-us-title {
  max-width: 1000px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 60px;
}
.about-us-content h2 {
  margin-top: 20px;
  margin-bottom: 32px;
}
.about-us-content h2 strong{
  color: var(--color-red);
  font-weight: 600;
}
p:not(:last-child) {
  margin-bottom: 20px;
}
.about-us-img img {
  height: 100%;
  aspect-ratio: 4 / 2.7;
  transition: transform .6s ease;
}
.about-us-img {
  border-radius: 20px;
  overflow: hidden;
}
.about-us-img:hover img{
  transform: scale(1.1);
}
.page-about-us-btn {
  margin-top:   40px;
  text-align: center;
}
.page-about-us-btn .btn {
  max-width: 300px;
  width: 100%;
}

/* projects repeater */

.projects-row:not(:last-child) {
  margin-bottom: 70px;
}
.project-media img {
  max-height: 500px;
  aspect-ratio: 4 / 3;
  transition: transform .6s ease;
}
.project-media:hover img {
  transform: scale(1.07);
}
.project-media {
  border-radius: 24px;
  margin-bottom: 30px;
  overflow: hidden;
}
.porjects-text-content {
  padding-inline: 50px;
}
.projects-category {
  text-transform: uppercase;
  font-weight: 600;
}
.phojects-heading {
  margin-bottom: 20px;
  margin-top: 14px;
}
.projects-content {
  margin-bottom: 22px;
}
.projects-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.projects-details ul li {
  font-weight: 600;
}
.projects-details ul li:not(:last-child) {
  margin-bottom: 3px;
}


/* air conditioning page */
.page-id-477 .about-us-image {
	aspect-ratio: 4 / 3;
}
.page-id-477 .home-about-us{
  padding-top: 0;
}
.page-id-477 .about-text-content p:last-child {
	margin-bottom: 0;
}

/* ac installation */
.ac-install-heading {
  margin-top: 20px;
}
.ac-install-repeater {
  margin-top: 60px;
}
.ac-install-repeater .row {
  --bs-gutter-x: 2.5rem;
}
.ac-install-content-box {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 28px;
	justify-content: space-between;
}
.ac-install-content-top {
  flex: 1;
}
.ac-install-img {
  aspect-ratio: 4 / 2.7;
  border-radius: 20px;
  overflow: hidden;
}
.ac-install-img img {
  height: 100%;
  transition: transform .6s ease;
}
.ac-install-img:hover img {
  transform: scale(1.07);
}
.short-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('https://onevox.studio/swps/wp-content/uploads/2026/03/check.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.short-title {
  padding-left: 25px;
  font-weight: 500;
}
.ac-install-content {
  padding-left: 25px;
}

/* sizing guide */
.sizing-heading {
	max-width: 800px;
	margin-inline: auto;
	margin-bottom: 40px;
}
.sizing-guide .row{
  --bs-gutter-x: 3.5rem
}

/* blog-page */

.blog-content-item:not(:last-child) {
  margin-bottom: 40px;
}
.blog-content-item:hover .blog-featured-img img {
  transform: scale(1.07);
}
.blog-content-item .row {
  --bs-gutter-x: 3.7rem;
}
.blog-featured-img {
  border-radius: 20px;
  overflow: hidden;
}
.blog-featured-img img {
  aspect-ratio: 4 / 3.4;
  height: 100%;
  transition: transform .6s ease;
}
.post-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.post-title a {
  text-decoration: none;
  color: var(--color-black);
}
.view-more-btn {
  margin-top: 26px;
  max-width: 260px;
}
.view-more-btn .btn {
  width: 100%;
}

/* post page */
.post-inner {
	min-height: 350px;
	border-radius: 22px;
	position: relative;
  overflow: hidden;
}
.post-inner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient( to right, #000 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 65%, #000 100% );
}

.post-heading-group {
  padding-top: 50px;
  padding-bottom: 40px;
}
.post-content {
  padding-bottom: 60px;
}
.post-content a {
  text-decoration: none !important;
}
.post-content ul li:not(:last-child) {
  margin-bottom: 8px !important;
}
.post-content h2, .post-content h3, .post-content h4 {
  margin-bottom: 18px;
}
.post-title-box {
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
}
.post-title-box h1 {
  max-width: 800px;
}
.post-meta {
  display: flex;
  flex-direction: column;
  align-items: end;
  max-width: 300px;
  width: 100%;
}
.post-content h2:not(:first-child) {
	margin-top: 40px;
}
.content-404 {
  text-align: center;
}
.content-404 .btn {
  margin-top: 12px;
}
.post-inner::after {
	content: '';
	position: absolute;
	bottom: -106px;
	right: -136px;
	background-image: url('https://onevox.studio/swps/wp-content/uploads/2026/03/vector-copy-01-cropped.svg');
	width: 37%;
	height: 100%;
	background-repeat: no-repeat;
}


/* defaul page */
.entry-content :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 20px;
}
.entry-content :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
  margin-top: 20px;
}
.entry-content .wp-block-group {
  margin-bottom: 50px;
}
.wp-block-separator {
	margin-block: 10px;
}



/* Responsive Styles */

@media (max-width: 1399px){
  .header-logo {
	max-width: 246px;
  }
  .about-text-content h2 br {
    display: none;
  }
}
@media (max-width: 1199px){

  h3 {
    font-size: 26px;
  }


  /* m-menu */
	.menu-close-btn {
		position: absolute;
		top: 14px;
		right: 10px;
		z-index: 9;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.menu-close-btn i:hover{
		color: var(--primary-color);
	}
	.mm-navbar__title span::before {
		content: "Back to ";
	}
	.mm-navbar__title span{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		color: var(--secondery-color) !important;
	}
	.mm-panel ul li a {
		font-size: 16px;
		color: var(--color-black) !important;
		text-transform: uppercase;
		font-weight: 400;
	}
  .mm-panel ul li a:hover{
    color: var(--color-red) !important;
  }
	.mm-navbar .btn {
		color: var(--secondery-color) !important;
		font-weight: bold;
	}
	.mm-navbar .btn:hover {
		color: var(--primary-color) !important;
	}
	.mm-navbars--bottom {
		border-top: none;
	}
	.mm-menu {
		z-index: 100;
		display: block;
	}
	.mm-wrapper__blocker.mm-blocker.mm-slideout{
		z-index: 99;
	}
	.mm-panels {
		background: var(--white-color);
	}
	.menu--just-title a {
		border-top: 0 solid #EAEAEA;
		padding-top: 0 !important;
	}
	.mm-navbar__title {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	.mm-listitem__text {
		font-size: 15px;
	}
	.mm-menu {
		--mm-size: 100%;
		--mm-color-background: var(--color-white);
	}
  body.admin-bar .mm-menu {
    top: 32px;
  }
	.menu-close-btn {
		position: absolute;
		right: 20px;
		z-index: 9;
		font-size: 18px !important;
		color: var(--color-black) !important;
		top: 15px;
	}
	.menu-close-btn {
		font-size: 16px;
	}
	.mm-navbar__title span {
		display: none;
	}
	.mm-panel--opened .mm-navbar__title span {
		display: block;
		font-size: 0;
	}
	#menu .mm-navbar .mm-navbar__title span {
		display: none;
	}
	.mm-navbar .btn {
		color: var(--white-color) !important;
	}
	.mm-panel .mega-menu {
		position: relative !important;
	}
	.mm-panels .sub-menu li a {
		padding: 15px 20px !important;
	}
	.menu-trigger{
		display: block;
	}
	.menu-trigger a {
		flex-direction: column;
		row-gap: 6px;
		position: relative;
		z-index: 999;
		cursor: pointer;
		background-color: var(--white-color);
		border-radius: 100px;
		height: 35px;
		width:35px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.menu-trigger span {
		display: block;
		height: 3px;
		width: 26px;
		background-color: #14152C;
		border-radius: 100px;
	}
	.main-menu {
		display: none;
	}
	.mm-panel ul li.menu-btn a{
		color: var(--white-color) !important;
	}
	.menu-btn {
		margin: 20px;
		text-align: center;
	}
	.mm-panel ul li.menu-btn a:hover{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a:hover{
		background-color: var(--secondery-color) !important;
	}
	.menu-btn::after{
		display: none;
	}
	.h-btn {
		gap: 0;
	}
	/* menu-end */

  .header-menu{
    display: none;
  }
  .header-btn {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .about-us-image-content {
    padding-left: 0;
    padding-top: 60px;
  }
  .banner-content-text {
    padding-top: 60px;
  }
  .banner-content-text h2{
    font-size: 48px;
  }
  .banner-form {
    max-width: 400px;
  }
  .footer-content{
    flex-direction: column;
  }
  .footer-column.left{
    width: 100%;
  }
  .footer-column.right{
    margin-top: 60px;
  }

  /* about us */
  .about-text-content h2 {
    font-size: 32px;
  }

  /* services */

  .services-title h2 {
    margin-bottom: 20px;
  }
  .service-boxes .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
  .service-areas-row {
	grid-template-columns: repeat(4, 1fr);
  }

  /* achievement */
  .impact-wrapper {
    padding: 40px;
  }
	.achievement-number {
	  font-size: 70px;
	}
	.achievement-label {
	  font-size: 20px;
	}

  /* video */
  .video-card {
    max-width: 200px;
  }

  /* contact */
  .contact-right-content {
    padding-left: 0;
    padding-top: 60px;
  }
  .google-map iframe {
    min-height: auto;
  }

  /* cta */
  .cta-inner {
    padding: 44px;
  }
  .cta-inner h2 {
    font-size: 40px;
  }

  /* page-banner */
  .page-banner-bg {
    padding-block: 130px;
  }
  
}
@media (max-width: 991px){
  h2 {
    font-size: 38px;
  }
  h4 {
    font-size: 22px;
  }
  .header-logo {
    max-width: 240px;
  }
  .header-btn {
    gap: 20px;
  }
  .py-100{
    padding-block: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100{
    padding-bottom: 80px;
  }
  .banner-content-text h2 {
    font-size: 56px;
    margin-top: 20px;
  }
  .banner-content {
    flex-direction: column;
  }
  .banner-form {
    max-width: 100%;
  }
  .banner-content-text {
    width: 100%;
  }
  .banner-content .home-banner-btn {
    margin-top: 30px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  /* services */

  .services-wrapper {
    padding: 40px;
  }
  .service-item-box{
    padding: 26px;
  }
  .service-areas-row {
	grid-template-columns: repeat(3, 1fr);
  }

  /* achievement */
  .impact-wrapper {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
  }
	.achievement-number {
	  font-size: 55px;
	}
	.achievement-label {
	  font-size: 18px;
	}

  /* our projects */
  .project-item-box {
    padding: 26px;
  }

  /* video carousel */
  .video-card {
    max-width: 210px;
  }

  /* faqs */
  .faqs-content{
    padding-inline: 0;
  }
  .faq-accordion-header {
    padding-inline: 30px;
	font-size: 20px;
  }
  .accordion-collapse-content {
	padding-inline: 30px;
  }

  /* contact */
  body.page-id-435 #contact {
    padding-top: 80px;
  }
  .contact-title {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .contact-content {
    padding-inline: 0;
  }

  /* cta */
  .cta-inner {
    padding: 40px;
  }
  .cta-inner h2 {
    font-size: 32px;
  }
	
/* footer */
	.footer-right-content {
		margin-top: 45px;
	}
}
@media (max-width: 782px){
  body.admin-bar .site-header {
    padding-top: 46px;
  }
  body.admin-bar .mm-menu {
    top: 46px;
  }
}
@media (max-width: 767px){
  .about-text-content h2 {
    font-size: 28px;
  }
  .super-title{
    font-size: 16px;
  }
  h2, .h2{
    font-size: 30px;
  }
  h3{
    font-size: 26px;
  }
  h4{
    font-size: 22px;
  }
  .container {
    padding-inline: 20px;
  }
  .py-100{
    padding-block: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100{
    padding-bottom: 60px;
  }
	.header-btn-text{
		display: none;
	}
  .header-btn .btn {
	border-radius: 50%;
	width: 46px;
	height: 46px;
	padding: 0;
	display: grid;
	place-items: center;
  }
  .menu-icon svg {
    width: 26px;
    height: 26px;
  }
  .header-btn {
    gap: 8px;
  }

  .banner-box {
    padding: 34px;
  }
  .banner-form {
    padding: 30px;
  }
  .banner-content-text {
    padding-top: 40px;
  }
  .banner-content-text h2 {
    font-size: 35px;
    margin-top: 15px;
  }
  .banner-content-text h2 br {
    display: none;
  }
  .banner-form form label {
    font-size: 16px;
  }
	.banner-logo-item {
		flex: 1;
	}
	.logo-item{
		padding-inline: 30px;
	}
	.star-image {
		max-width: 100px;
	}
  .about-text-content p {
    margin-bottom: 30px;
  }

  .logo-carousel-heading {
	margin-bottom: 40px;
  }
  .footer-column.left {
    flex-direction: column;
  }
  .footer-menu li a {
    font-size: 16px !important;
  }
  .footer-menu ul li {
    line-height: 1.1;
  }
  .footer-column.right {
    padding-top: 30px;
  }
  .footer-cta-text p br {
    display: none;
  }
  .footer-copywrite {
    margin-top: 60px;
    flex-direction: column;
    gap: 12px;
  }
  .footer-column.right {
    margin-top: 10px;
    text-align: start;
  }
	.social-media {
	justify-content: start;
}
	.footer-right-content-block:not(:last-child) {
		margin-bottom: 20px;
	}

  /* about us */
  .about-us-image-content {
    padding-top: 40px;
  }

  /* services */

  .services-wrapper {
    padding: 26px;
    padding-bottom: 50px;
  }
  .services-title {
    margin-bottom: 40px;
  }
	
/* service areas */
	.service-area-box h4 {
	  font-size: 16px;
	  margin-bottom: 10px;
	}
	.service-area-box p {
		font-size: 14px;
	}
	.service-area-box {
	  padding: 20px 10px;
	}
	.service-areas-row {
		grid-template-columns: repeat(2, 1fr);
	  }
	.service-area-box .service-icon {
	  width: 40px;
	  height: 40px;
	  margin-bottom: 24px;
	}
	.service-area-box .service-icon img {
	  max-width: 22px;
	  height: 22px;
	}

  /* process */
  .process-title, 
  .projects-title, 
  .faqs-title {
    margin-bottom: 40px;
  }
	
	.why-choose-btn .btn {
		width: auto;
	}

  /* achievement */
  .impact-wrapper {
	  grid-template-columns: repeat(1, 1fr);
  }
  .achievement-number {
	font-size: 50px;
 }

  /* testimonials */
  .testimonial-title {
    margin-bottom: 40px;
  }

  /* video carousel */
  .video-track {
    gap: 20px;
  }
  .video-card {
    max-width: 180px;
  }

  /* faqs */
  .faq-accordion-header {
	font-size: 15px;
	padding-inline: 24px;
	padding-block: 15px;
}
  .accordion-collapse-content {
    font-size: 16px;
	padding-inline: 24px;
	padding-block: 10px;
  }

  /* contact */
  .contact-form{
    padding: 30px;
  }
  body.page-id-435 #contact {
    padding-top: 60px;
  }

  /* cta */
  
  .cta-inner {
    padding: 40px;
  }
  .cta-inner h2 {
    font-size: 28px;
    line-height: 1.1;
    text-align: center
  }
  .cta-inner h2 br {
    display: none;
  }
  .cta-btn a{
		margin-inline: auto;
	}
  .cta-inner::before{
    width: 70%;
    height: 154%;
  }
  .btn-black{
    font-size: 16px;
  }

  /* page banner */
  .page-banner-bg{
    padding-block: 100px;
  }
  .page-banner-title{
    margin-bottom: 60px;
  }
  .page-banner-title h2 br {
    display: none;
  }

  /* page about us */
  .about-us-content h2 {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .about-us-content h2 br {
	display: none;
}
  .about-us-title {
    margin-bottom: 40px;
  }

  /* projects page */
  .projects-row:not(:last-child) {
    margin-bottom: 60px;
  }
  .porjects-text-content {
    padding-inline: 20px;
  }

  /* ac installation */
  .ac-install-repeater {
    margin-top: 40px;
  }

  /* sizing guide */
  .sizing-content {
    text-align: center;
  }

  /* blog page */
  .blog-content-text {
    padding-top: 24px;
  }

  /* post page */
  .post-title-box {
    flex-direction: column;
    align-items: start;
  }
  .post-meta {
    align-items: start;
  }
}
@media (max-width: 600px){
  .site-header.sticky-active{
    top: 0;
    transition: all .3s ease;
  }
  body.admin-bar .site-header.sticky-active {
    padding-top: 0;
  }
  body.admin-bar .mm-menu {
    top: 0;
  }
}