/**
 * Theme Name:     GeneratePress Child
 * Author:         Tom Usborne
 * Template:       generatepress
 * Text Domain:	   generatepress-child
 * Description:    GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
 */
/* Start Font family */
@import url('https://fonts.googleapis.com/css2?family=Antic&family=Julius+Sans+One&display=swap');

@font-face {
    font-family: 'Alta';
    src: url('assets/fonts/Alta_regular.eot');
    src: url('assets/fonts/Alta_regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Alta_regular.woff2') format('woff2'),
        url('assets/fonts/Alta_regular.woff') format('woff'),
        url('assets/fonts/Alta_regular.ttf') format('truetype'),
        url('assets/fonts/Alta_regular.svg#Alta_regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* End Font family */

/* Start Default CSS */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none !important;
}

/* Style placeholder text */
::placeholder {
  color: #FFF8F3; 
  opacity: 1;
}

/* Safari, Chrome, Edge */
input::placeholder,
textarea::placeholder {
  color: #FFF8F3;
}

/* Firefox */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #FFF8F3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #FFF8F3;
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #FFF8F3;
}

body p:empty {
    display: none;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.text-light-white {
    color: #FFF8F399;
}

.border-light-white {
    border-color: #FFF8F399;
}

.text-light-white svg rect {
    fill: #FFF8F399;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center !important;
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

body p {
    font-family: Antic;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 100px;
    width: 100%;
}

.container.grid-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.separate-containers .site-main {
    margin: 0;
}

ul li {
    list-style: none;
}

.section-gapping {
    padding: 200px 0;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

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

.text-white {
    color: #fff;
}

.heading {
    font-size: 74px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Alta';
    color: #FFF8F3F2;
}

.heading-sub {
    font-size: 24px;
    font-family: 'Antic';
    font-weight: 400;
    line-height: 100%;
    color: #FFF8F3CC;
}

.bg-overlay:after,
.site-footer:after,
.bg-image:after {
    content: "";
	background: linear-gradient(306.87deg, rgba(0, 0, 0, 0.6) 2.47%, rgba(0, 0, 0, 0.15) 150.16%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.page-id-9 .gallary-two-section .bg-overlay::after{
	background: rgba(0, 0, 0, 0.1);
}

body {
    padding-top: 176px;
}
.has-html .fancybox__content{
	padding: 0;
}
.has-html .fancybox__caption{
	text-transform: uppercase;
}
/* End Default CSS */

/* Start Header Footer */
header .main-navigation .main-nav ul li a {
    font-family: 'Alta';
    font-size: clamp(16px, 1.25vw + 8px, 28px);
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 100%;
    position: relative;
    padding: 5px 0;
}

header .main-navigation .main-nav ul li.menu-item-has-children .dropdown-menu-toggle {
    position: absolute;
    right: 0;
}

header .main-navigation .main-nav ul li.menu-item-has-children .dropdown-menu-toggle svg {
    top: 0;
}

header .main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 30px;
}

header .main-navigation .main-nav ul li a:hover,
header .main-navigation .main-nav ul li.current-menu-item a,
header .main-navigation .main-nav ul li a:focus {
    color: #000 !important;
}

header .main-navigation .main-nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    background-color: #000;
    height: 1px;
    width: 0;
    transition: all 0.2s linear;
}

header .main-navigation .main-nav > ul > li {
    margin-left: 1.5vw;
    padding-left: 0;
}

header .main-navigation .main-nav > ul > li:hover a,
header .main-navigation .main-nav > ul > li:focus a,
header .main-navigation .main-nav > ul > li:visited a{
    color: #222 !important;
}

header .main-navigation .main-nav ul > li > a:hover:after,
header .main-navigation .main-nav ul > li[class*="current-menu-"] > a:after {
    width: 100%;
    left: 0;
    right: auto;
}

header .main-navigation ul > li > ul {
    background-color: #FFF8F3;
    width: 375px;
    padding: 80px 20px 30px;
    box-shadow: none;
}

header .main-navigation ul > li > ul > li + li {
    margin-top: 12px;
}

header .main-navigation ul > li > ul > li {
    padding: 0;
}

.main-navigation .main-nav ul li.menu-item-has-children>a .dropdown-menu-toggle {
    padding-right: 0;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    background-color: #FFF8F3;
    transition: all 0.2s linear;
}

.site-header.header-up {
    transform: translateY(-200px);
}

body.admin-bar .site-header {
    top: 32px;
}

.site-header.header-fixed {
    box-shadow: 0 0 10px #c1c1c1c1;
}

.nav-float-right #site-navigation {
    background-color: transparent;
}

.header-fixed .inside-header.grid-container {
    padding: 20px 100px;
}


.inside-header.grid-container {
    max-width: 1800px;
    padding: 50px 100px;
    transition: all 0.2s linear;
}

header .primary-menu,
header .sf-menu,
header .menu-item,
.custom-link a svg {
    vertical-align: middle;
    padding-left: 10px;
}

.main-navigation .main-nav .menu-item.custom-link a {
    padding-right: 0;
    padding-bottom: 2px;
    padding-top: 0;
}

.site-footer,
.site-footer .widget_nav_menu a,
.footer-bar .wp-block-list a {
    color:#fff;
    text-decoration: none;
}
.site-footer .menu{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.footer-bar .wp-block-list {
	display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.footer-bar .wp-block-list li{
	margin-bottom: 0;
}
.site-footer {
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    z-index: 1;
}
.footer-heading {
    font-family: "Julius Sans One", sans-serif;
    line-height: 1;
    margin-bottom: 90px;
}
.footer-widgets-container {
    padding: 266px 100px 40px 100px;
    max-width: 1800px;
}
.footer-subheading {
    font-family: 'Antic';
    font-weight: 400;
    line-height: 1.4;
    max-width: 740px;
    color: #FFF8F3CC !important;
}
.site-footer .footer-widgets-container .inner-padding {
    padding-left: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 58px;
    margin-bottom: 75px;
}
.form-row .form-col {
    width: calc(50% - 29px);
}
.form-submit {
    margin-top: 150px;
}
footer.site-info .inside-site-info .footer-bar .wp-block-list li a,
.site-info .inside-site-info .copyright-bar,
.menu-footer-menu-container .menu li a{
    font-family: 'Antic';
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 248, 243, 0.6);
	line-height: 1em;
}
.footer-address {
    font-family: 'Antic';
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 248, 243, 0.6);
    line-height: 1.5;
    text-align: right;
    max-width: 380px;
    margin-left: auto;
}
.footer-map-wrapper iframe {
    height: 865px;
    padding-bottom: 45px;
}
footer.site-info {
    border-top: 1px solid;
}
footer.site-info .inside-site-info{
    max-width: 1800px;
	padding: 40px 100px;
}
.btn-link br {
    display: none;
}
.wpcf7-form {
    padding-top: 70px;
}
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
    font-size: 24px;
    line-height: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #FFF8F3;
    padding: 0 0 14px !important;
    color: #FFF8F3;
    margin-bottom: 0 !important;
	font-family: 'Antic';
}
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form textarea:focus{
	background: transparent;
	padding:0;
    margin-bottom: 0 !important;
}
.wpcf7-form textarea {
    resize: none;
    height: 109px;
}
.site-footer  .is-layout-flex {
    gap: 215px;
    justify-content: space-between;
}
.site-footer .is-layout-flex .wp-block-column:first-child {
    width: 60%;
    flex-grow: unset;
    flex-basis: 60% !important;
}
.site-footer .is-layout-flex .wp-block-column:last-child {
    flex-basis: 40% !important;
}
footer.site-info .footer-bar{
	position: fixed;
    bottom: 10px;
    right: 20px;
}
.footer-bar .wp-block-list li img{
	width: 37px !important;
}
/* End Header Footer */

/* Start Home Page */
.banner-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.counter-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.counter-card {
    width: calc(33.33% - 20px);
}

.count-heading {
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 1;
}
.count-heading:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    height: 1px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.count-number {
    font-size: 96px;
    font-family: 'Alta';
    color: #000000;
    line-height: 1;
    margin-top: 20px;
}

.bg-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-title-wrap {
    max-width: 800px;
    width: 100%;
}

.site-main>section {
    margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.our-producte-section {
    background-color: #FFF8F3;
}

.section-title-wrap .section-title {
    width: 100%;
}

.about-section .section-title-wrap .section-title {
 color: #FFF8F3CC;
}

.form-submit .btn-link {
    background-color: transparent;
}

.section-title {
    display: table;
    font-family: 'Alta';
    font-size: 64px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #FFF8F3CC;
    padding-bottom: 10px;
    margin: 0 auto 50px;
    max-width: 800px;
    width: 100%;
}

.project-content-wrapper .project-title {
    border: none;
}

.border-center:after {
    content: "";
    background-color: #000;
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 0;
    right: 0;
    height: 1px;
    margin: 0 auto;
}

.slide-logo {
    overflow: hidden;
}

.product-partner-icons .owl-stage {
    display: flex;
    align-items: center;
}

.product-partner-icons {
    padding-top: 40px;
}

.slider-item img {
    margin: 0 auto;
    padding: 0 40px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.2s linear;
    height: 102px;
    width: auto !important;
    object-fit: contain;
}


.slider-item:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    transition: all 0.5s linear;
}

.about-content {
    min-height: 450px;
}

.about-details {
    display: flex;
    flex-wrap: wrap;
    max-width: 1160px;
    margin-left: auto;
    color: #FFF8F3CC;
    margin-bottom: 50px;
}

.about-details p {
    width: 50%;
    padding: 10px 20px;
	color: inherit;
}

.btn-wrap {
    justify-content: right;
    display: flex;
    position: relative;
    z-index: 1;
}

.hero-btn{
	display: flex;
    justify-content: center;
    margin-top: 30px;
}

.btn-link {
    font-family: 'Julius Sans One';
    color: #FFF8F3;
    border: 1px solid #FFF8F3CC;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 24px 20px;
    max-width: 428px;
    width: 100%;
    font-size: 36px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    background-color: transparent;
    position: relative;
}

body .btn-black:focus {
    color: #000;
}

.btn-link:hover {
    background-color: transparent;
}

.btn-link svg {
    transition: all 0.2s linear;
}

.btn-link:hover, 
.btn-link:focus {
    color: #FFF8F3;
}

.btn-black:hover {
    color: #000;
}

.btn-link:hover svg {
    transform: rotate(45deg);
}

.our-precence-icons img {
    width: 10%;
}

.our-precence-heading {
    text-align: center;
}

.heading-wrap {
    text-align: center;
    padding-bottom: 60px;
}

.border-light-white::after {
    background-color: #FFF8F399;
}

.heading-wrap p {
    max-width: 1210px;
    margin: auto;
}

.featured-wrap {
    min-height: 100vh;
    color: #fff;
}

.featured-heading {
    text-align: left;
}

.featured-heading p {
    font-size: 36px;
    font-family: 'Julius Sans One';
}

.feature-item {
    padding: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featured-heading .section-title {
    margin: 0 0 15px;
}

.project-slider-wrapper:nth-child(2n) .feature-item .featured-heading {
    text-align: right;
}

.project-slider-wrapper:nth-child(2n) .project-overlay p {
    text-align: right;
}

.project-slider-wrapper:nth-child(2n) .featured-heading .section-title {
    margin-left: auto;
    text-align: right;
}

.btn-black {
    color: #000;
    border-color: #000;
}

.btn-black svg rect {
    fill: #000;
}

.more-project {
    margin-top: 80px;
}

.btn-wraping a {
    padding-right: 22px;
    color: #000000cc;
    border: 1px solid #000000cc;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 18px 25px;
    width: 25%;
    font-size: 23px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.btn-wraping {
    justify-content: right;
    display: flex;
    margin: 50px 100px;
}

.bg-image {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 0;
    transition: none;
}

.bg-image.active {
    z-index: 1;
}

.interior-picture img {
    width: 100%;
    height: 100%;
}

.interior-service {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.interior-main-wrap {
    min-height: 800px;
}

.interior-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.interior-content {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    pointer-events: none;
    max-width: 460px;
}

.interior-content.visible {
    position: relative;
    visibility: visible;
    pointer-events: auto;
    margin-left: auto;
}

.interior-wrap,
.interior-info {
    width: 50%;
}

.interior-info p {
    text-align: right;
}

.interior-list li {
    font-size: 36px;
    font-family: 'Julius Sans One';
    padding-bottom: 40px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.37);
    letter-spacing: -1.9px;
    transition: all 0.2s linear;
}

.interior-list li.active,
.interior-list li:hover {
    color: #fff;
    cursor: pointer;
}

.interior-info p {
    color: #FFF8F3CC;
}

.our-process-card {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-color: #FFF8F3;
    position: relative;
    z-index: 1;
}

.our-process-heading {
    font-size: 64px;
    font-family: 'Alta';
    font-weight: 400;
    color: #000000;
    margin: 0;
    position: relative;
}

.our-process-heading:after {
    content: "";
    position: absolute;
    background-color: #000;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.our-process-step {
    justify-items: right;
}

.our-process-box {
  counter-reset: process; /* Start counter */
}
.our-process-card {
  counter-increment: process; /* Increment for each card */
}
.our-process-heading::before {
    content: "0." counter(process);
    width: 88px;
    display: inline-block;
    vertical-align: top;
}

.step-content {
    display: flex;
    align-items: center;
    gap: 45px;
    max-width: 1025px;
    width: 100%;
}

.step-image img {
    display: block;
    border-radius: 0;
    width: 100%;
}

.step-title {
    font-family: 'Julius Sans One';
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1.9px;
    margin-bottom: 10px;
    color: #000000;
}

.step-description {
    color: #000;
}

.step-image {
    width: 45%;
}

.step-text {
    width: 55%;
    max-width: 430px;
}

.project-overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(306.87deg, rgba(0, 0, 0, 0.6) 2.47%, rgba(0, 0, 0, 0.15) 150.16%);

}
.project-overlay .featured-wrap {
    padding-top: 100px;
    min-height: unset;
}

.project-slider {
    height: 100dvh;
}
.project-slider img {
    height: 100dvh;
    object-fit: cover;
}

.project-slider-wrapper {
    position: relative;
	margin-bottom: 10px;
	display: block;
}

.project-slider-wrapper:last-child {
    margin-bottom: 0;
}

/* End Home page */

/* Start About us page */
.inner-heading {
    max-width: 1110px;
    margin: 0 auto;
}

.inner-heading .section-title {
    margin-bottom: 40px;
	border: none;
	color: #FFF8F3F2;
}

.inner-heading p {
    margin-top: 40px;
	color: #FFF8F3F2;
   /* color: #FFF8F399; */
}

.border-left:after {
    content: "";
    background-color: #000;
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 0;
    right: 0;
    height: 1px;
}

.inner-heading .section-title:after {
	background-color: #FFF8F3F2;
}

.founder-section {
    overflow: hidden;
}

.foundation-author {
    margin-top: 40px;
    text-align: right;
}

.our-history-content {
    max-width: 970px;
    margin-left: auto;
    text-align: right;
}

.our-history-content p {
    text-align: justify;
}

.view-gallery {
    margin-top: 80px;
}

.btn-center {
    justify-content: center;
}
.site-footer a:hover,
.menu-footer-menu-container .menu li.current-menu-item a {
    color: #fff !important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: #222222 !important;
}

.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-out;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* End About us page */

/* Start Service page */

.full-screen {
    min-height: 883px;
}

.gallary-two-section {
    align-items: flex-end;
    display: flex;
    padding-bottom: 85px;
    padding-top: 85px;
    margin-bottom: 200px !important;
}

.btn-left {
    justify-content: flex-start;
}

.term-item {
    font-size: 36px;
    color: #0000005E;
    font-family: 'Julius Sans One';
    text-transform: uppercase;
    padding: 0 5px;
    text-decoration: none;
    line-height: 1.2;
    border-bottom: 1px solid transparent;
}

.term-item.active,
.term-item:hover {
    border-bottom: 1px solid #000;
}

.term-item.active,
.text-black {
    color: #000;
}
 
.no-projects-message {
    text-align: center;
    padding-bottom: 200px;
}

.related-projects .no-projects-message {
    text-align: left;
    padding-bottom: 100px;
}

.featured-heading a {
    text-decoration: none;
    color: white;
}  
 
.justify-center {
    justify-content: center;
}

.justify-left {
    justify-content: left;
}

.service-section .design-info p {
    color: #FFF8F399;
    text-align: justify;
}

.site-header .btn-link:hover {
    color: #000;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner-video:after {
    z-index: 0;
}
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* End Service page */

/* Start Single Project */
.project-gallery-wrapper .half-width {
    width: calc(50% - 5px);
    position: relative;
}

.project-content-wrapper .section-title:after {
    display: none;
}

.project-gallery-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.project-gallery-wrapper  a {
    display: block;
    position: relative;
    padding-top: 100%;
}

.project-gallery-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.related-projects-carousel .owl-item .project-slide {
    opacity: 0.5;
    position: relative;
}

.related-projects-carousel .owl-item.center .project-slide {
    opacity: 1;
}

.project-title-overlay {
    position: absolute;
    bottom: 0;
    right: 40px;
    opacity: 0;
    transition: all 0.2s linear;
}

.project-title-overlay h3 {
    font-family: Alta;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
}

.center .project-title-overlay {
    opacity: 1;
    bottom: 30px;
}

.related-projects-carousel {
    padding-bottom: 80px;
}
/* End Single Project */

/* Start 404 Page*/
.error-section .heading {
    font-size: 150px;
    letter-spacing: -20px;
    padding-right: 30px;
}
.error-section {
    padding-top: 100px;
}
.error-section .heading svg {
    width: 70px;
    height: 110px;
    position: relative;
    left: 18px;
    top: 15px;
}
.error-section .heading svg rect {
    fill: transparent;
}
.error-content .section-title {
    max-width: 100%;
    margin-bottom: 0;
}
.error-section .more-project {
    margin-top: 40px;
}
/* End 404 Page*/

/* Start Single Project*/
.single-project .inside-article {
    padding: 0;
}
.project-content p + p {
    margin-top: 70px;
}
.related-projects-title {
    font-size: 36px;
    font-family: 'Julius Sans One';
}
.related-projects-header {
    margin-bottom: 80px;
}
.term-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.pagination-wrap {
    padding: 50px 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pagination-wrap a.prev, .pagination-wrap a.next {
    font-size: 0;
    position: relative;
}

.pagination-wrap .page-numbers {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    border: 1px solid #7a7876;
    color: #7a7876;
    font-size: 30px;
    font-family: 'Alta';
    cursor: pointer;
}

.pagination-wrap .page-numbers:hover,
.pagination-wrap .page-numbers.current {
    border-color: #000;
    color: #000;
}

.pagination-wrap a.prev:before,
.pagination-wrap a.next:before {
    content: "";
    position: absolute;
    left: 24px;
    border: 1.5px solid #7a7876;
    height: 20px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: none;
    border-right: none;
    transition: all 0.2s linear;
}

.pagination-wrap a.next:before {
    transform: translateY(-50%) rotate(-45deg) scaleX(-1);
    left: auto;
    right: 24px;
}

.pagination-wrap a.prev:hover:before, 
.pagination-wrap a.next:hover:before {
    border-color: #000;
}

.pagination-wrap .page-numbers.dots {
    line-height: 1.35;
}
/* End Single Project*/


.masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}
.masonry-grid {
	margin-left: -10px;
}
/* ---- .grid-item ---- */

.masonry-grid-sizer,
.masonry-grid-item {
  margin-left: 10px;
  margin-bottom: 10px;
  width: calc(33.333% - 10px);
}

.masonry-grid-item {
  float: left;
}

.masonry-grid-item img {
  display: block;
  max-width: 100%;
}
.project-navigation {
    display: flex;
    justify-content: space-between !important;
	flex-wrap: wrap;
    gap: 10px;
}
.project-navigation > a {
    width: calc(50% - 5px);
}
/* Start Responsive Design */

/* Start video page */
.video-section-masonry .masonry-caption {
  position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
	padding: 10px 20px;
	/* border-radius: 5px; */
	width: 100%;
}
.video-section-masonry {
    padding-top: 0;
}
.video-section-masonry .masonry-grid-item,
.video-section-masonry .masonry-grid-sizer{
	width: calc(49% - 10px);
}
.page-template-template-all-videos-php .fancybox__content,
.page-template-template-all-videos-php .fancybox__content video,
.tax-video-categorie .fancybox__content,
.tax-video-categorie .fancybox__content video{
	height: 100% !important;
}
/* End video page */
@media (min-width: 768px) {

    .grid-box {
        display: flex;
        flex-wrap: wrap;
    }

    .grid-layout-item {
        width: calc(50% - 50px);
        margin: 0 25px;
    }

    .grid-layout-2 {
        margin-left: -25px;
        margin-right: -25px;
    }

    .service-main .bg-image {
        width: 65%;
        left: auto;
        right: 0;
    }

    .service-main .design-info {
        width: 65%;
        max-width: 900px;
        margin-left: auto;
    }

    .service-main .design-wrap {
        width: 35%;
    }

    .service-main .interior-content {
        max-width: 100%;
        min-height: inherit;
        padding-left: 30px;
        padding-right: 30px;
    }

    .service-main .interior-main {
        align-items: center;
        min-height: inherit;
        align-content: center;
    }

    .service-main .interior-list li {
        color: #0000005E;
    }

    .service-main .interior-list li.active {
        color: #000000;
    }
	
	header .main-navigation ul > li > ul {
		margin-left: -20px;
	}
}

@media (min-width: 1920px) {

    .service-main .bg-image {
        width: 60%;
    }

}

@media (min-width: 1199px) {
    .grid-layout-item {
        width: calc(50% - 126px);
        margin: 0 63px;
    }

    .grid-layout-2 {
        margin-left: -63px;
        margin-right: -63px;
    }
    .filter-icon,
    .btn-close {
        display: none;
    }
}

@media (max-width: 1600px) {

    header .main-navigation .main-nav ul li a {
        padding-left: 0;
        padding-right: 0;
    }
    body {
        padding-top: 116px;
    }
    .inside-header.grid-container {
        padding: 30px;
    }
	
	.custom-link svg {
		width: 30px;
		height: 30px;
	}
	.menu-item-has-children .dropdown-menu-toggle .gp-icon svg {
		top: 5px;
	}
    .count-heading {
        font-size: 28px;
    }
    .count-number {
        font-size: 70px;
    }
    .section-title,
    .our-process-heading {
        font-size: 50px;
    }
    .btn-link {
        max-width: 380px;
        padding: 20px;
    }
    .interior-list li,
    .step-title {
        font-size: 30px;
    }
    .footer-map-wrapper iframe {
        height: 700px;
    }
	.header-fixed .inside-header.grid-container {
		padding: 20px 50px;
	}
	.container {
		padding: 0 50px;
	}

}

@media (max-width: 1200px) {
	
	body {
		padding-top: 100px;
	}
    .inside-header.grid-container,
    .container,
    .footer-widgets-container,
    footer.site-info .inside-site-info {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-fixed .inside-header.grid-container {
        padding: 20px 30px;
    }
	
	.main-navigation .main-nav .menu-item.custom-link a svg {
		padding-left: 0;
		width: 20px;
		height: 20px;
	}

	header .main-navigation .main-nav > ul > li.custom-link {
		margin-left: 0;
	}

    body p {
        font-size: 20px;
    }

    .section-gapping {
        padding: 100px 0;
    }

    .no-projects-message {
        padding-bottom: 100px;
    }
    
    footer.site-info .inside-site-info .footer-bar .wp-block-list li a, 
    .site-info .inside-site-info .copyright-bar {
        font-size: 20px;
    }

    .full-screen {
        min-height: 600px;
    }
    .project-slider,
    .project-slider img  {
        height: 600px;
    }
    .about-details {
        max-width: 800px;
    }

    .heading {
        font-size: 45px;
    }

    .heading-sub {
        font-size: 18px;
    }

    .count-heading {
        font-size: 17px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
	
	.our-process-heading::before {
		width: 70px;
	}

    .count-number {
        font-size: 56px;
        margin-top: 15px;
    }

    .interior-list li {
        padding-bottom: 20px;
        font-size: 20px;
    }

    .section-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .btn-link {
        font-size: 22px;
        max-width: 220px;
        padding: 8px 10px;
    }

    .btn-link svg {
        width: 20px;
    }

    .about-details p {
        padding: 15px;
        font-size: 20px;
    }

    .featured-heading p {
        font-size: 24px;
    }

    .featured-wrap,
    .interior-main-wrap {
        min-height: 500px;
    }

    .featured-heading .section-title {
        max-width: 450px;
    }

    .more-project {
        margin-top: 40px;
    }

    .interior-content.visible {
        transform: none;
    }

    .heading-wrap {
        padding-bottom: 45px;
    }

    .step-content {
        max-width: 750px;
    }

    .our-process-heading {
        font-size: 50px;
    }

    .step-title {
        font-size: 30px;
    }

    .inner-heading {
        max-width: 800px;
    }

    .inner-heading .section-title {
        margin-bottom: 20px;
        max-width: 280px;
    }

    .inner-heading p {
        margin-top: 20px;
    }
	
    .menu-item:not(.custom-link) > svg {
		height: 32px;
		top: 5px;
		left: 3px;
		width: 18px;
		position: relative;
	}
	
	header .main-navigation ul > li > ul {
		padding: 60px 20px 30px;
	}
	
	.main-navigation .main-nav .menu-item.custom-link a {
		padding-bottom: 0;
		font-size: 0;
		text-align: left;
	}

    .site-header .header-image {
        width: 150px;
    }

    .custom-link svg {
        width: 30px;
        height: 30px;
    }

	.footer-address{
		font-size:17px;
	}

    .footer-map-wrapper iframe {
        height: 500px;
        padding-bottom: 25px;
    }

    .site-footer  .is-layout-flex {
        gap: 100px;
    }

    .footer-heading {
        font-size: 26px !important;
        margin-bottom: 60px;
    }

    .footer-subheading {
        font-size: 20px !important;
    }

    .form-submit {
        margin-top: 60px;
    }
    .footer-widgets-container {
        padding: 100px 20px 40px 20px;
    }
    .wpcf7-form,
    .product-partner-icons {
        padding-top: 20px;
    }
    .service-section .design-info {
        max-width: 550px;
    }
    .gallary-two-section {
        padding-bottom: 85px !important;
        padding-top: 50px !important;
        margin-bottom: 100px !important;
    }
    .term-item {
        font-size: 24px;
        padding: 5px 10px;
    }
    /* Start Filter design */
    .project-filter-wrap {
        padding: 50px 30px;
        margin: 0;
    }
    
    .project-filter-wrap .filter-icon svg {
        width: 30px;
        height: 30px;
    }
    .filter-icon .btn-link:hover svg {
        transform: none;
    }
    .filter-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        height: 100%;
        background-color: #fff;
        width: 100%;
        transform: translateX(-100%);
        transition: all 0.2s linear;
    }
    
    .term-item {
        font-size: 22px;
    }

    .project-category-filters {
        padding-top: 100px;
    }
    
    .svg-separator {
        display: none;
    }

    .term-list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px;
    }
    
    .btn-close {
        position: absolute;
        top: 30px;
        right: 30px;
        height: 30px;
        width: 30px;
    }
    
    .btn-close svg {
        width: 30px;
        height: 30px;
    }
    
    .filter-open .filter-sidebar {
        transform: translateX(0);
    }
    
    .filter-sidebar .term-item {
        opacity: 0;
        transform: translateY(20px);
        padding: 0;
    }

    .filter-open .filter-sidebar .term-item {
        animation: fadeInUp 0.8s forwards;
    }
    
    .filter-open {
        overflow-y: hidden;
    }

    .project-overlay .featured-wrap {
        padding-top: 30px;
    }

    .related-projects-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .related-projects-header {
        margin-bottom: 30px;
    }

    .related-projects-carousel {
        padding-bottom: 40px;
    }

    .project-title-overlay h3 {
        font-size: 40px;
    }

    .project-title-overlay {
        right: 15px;
    }

    .center .project-title-overlay {
        bottom: 5px;
    }

}

@media (max-width: 782px) {
	.masonry-grid-sizer,
	.masonry-grid-item {
	  margin-left: 10px;
	  margin-bottom: 10px;
	  width: calc(50% - 10px);
	}
	.video-section-masonry .masonry-grid-item,
	.video-section-masonry .masonry-grid-sizer{
		width: 100%;
	}
     body {
        padding-top: 100px;
    }
	
	.main-navigation.mobile-menu-control-wrapper {
		display: block;
	}

    .site-footer .is-layout-flex .wp-block-column:first-child {
        width: 100%;
        flex-basis: 100% !important;
    }
	
	.main-navigation .menu.sf-menu li.menu-item-has-children .dropdown-menu-toggle {
		height: auto;
		line-height: 0;
		padding-left: 5px;
	}
	
	.main-navigation .main-nav ul li.menu-item-has-children>a svg {
		height: 30px;
		top: 0;
		width: auto;
	}
	
	.main-navigation .main-nav ul ul li {
		padding: 5px !important;
	}
	
	.main-navigation .main-nav ul ul {
		position: relative;
		padding: 15px;
		margin-top: 5px;
		margin-bottom: 20px;
	}

    /* Base state (hidden before menu open) */
    .menu.sf-menu li {
        opacity: 0;
        transform: translateY(20px);
    }

    /* When menu is open, apply animation */
    .main-navigation.toggled .menu.sf-menu li {
        animation: fadeInUp 0.5s forwards;
    }

    /* Add staggered delays to each li item */
    .main-navigation.toggled .menu.sf-menu li:nth-child(1) { animation-delay: 0.1s; }
    .main-navigation.toggled .menu.sf-menu li:nth-child(2) { animation-delay: 0.2s; }
    .main-navigation.toggled .menu.sf-menu li:nth-child(3) { animation-delay: 0.3s; }
    .main-navigation.toggled .menu.sf-menu li:nth-child(4) { animation-delay: 0.4s; }
    .main-navigation.toggled .menu.sf-menu li:nth-child(5) { animation-delay: 0.5s; }
    .main-navigation.toggled .menu.sf-menu li:nth-child(6) { animation-delay: 0.6s; }
	.main-navigation.toggled .menu.sf-menu li:nth-child(7) { animation-delay: 0.7s; }
	.main-navigation.toggled .menu.sf-menu li:nth-child(8) { animation-delay: 0.8s; }

    /* Animation keyframes */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    header .main-navigation .menu-toggle {
        background-color: #fff8f3;
        display: flex;
        align-items: center;
        padding: 0;
    }
    header nav#site-navigation {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: calc(100% - 80px);
        background-color: #faf3ee !important;
        margin: 0 !important;
        padding: 0;
        transition: all 0.2s linear;
        transform: translateX(-100%);
    }

    .main-navigation .gp-icon.icon-menu-bars svg {
        right: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        display: block !important;
    }

    /* Default: show first icon (hamburger), hide second (close) */
    .main-navigation .gp-icon.icon-menu-bars svg:first-child {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    .main-navigation .gp-icon.icon-menu-bars svg:last-child {
        opacity: 1;
        transform: scale(0.8);
        visibility: hidden;
        position: absolute;
    }

    /* When toggled: show close icon, hide hamburger */
    .mobile-menu-control-wrapper.toggled .gp-icon.icon-menu-bars svg:first-child {
        opacity: 0;
        transform: scale(0.8);
        visibility: hidden;
    }

    .mobile-menu-control-wrapper.toggled .gp-icon.icon-menu-bars svg:last-child {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    .main-navigation .icon-menu-bars {
        position: relative;
    }

    header nav#site-navigation .inside-navigation.grid-container {
        display: block;
        height: 100%;
        padding: 100px 30px 30px 30px;
    }

    header .main-navigation .menu-item.custom-link > a {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 15px;
    }

    header .site-logo {
        position: relative;
        z-index: 99999;
    }

    .main-navigation.toggled .main-nav>ul {
        padding-top: 10px !important;
        padding-left: 0;
    }

    .mobile-menu-open body:after {
        content: "";
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        height: 100vh;
        width: 100%;
        transition: all 0.2s linear;
    }

    header .main-navigation .menu-item.custom-link > a svg {
        height: 30px;
        width: 30px;
        padding-left: 0;
    }

    header .main-navigation .menu-item > svg {
        display: none;
    }

    header .main-navigation .main-nav ul li a {
        font-size: 28px;
        padding: 0 0 5px;
        display: table;
        width: auto;
    }

    .main-navigation.toggled .main-nav li.custom-link:before {
        content: "";
        position: absolute;
        top: -17px;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #ccc;
        height: 1px;
    }

    header .main-navigation .main-nav li {
        margin: 0 !important;
        padding: 10px 0 10px !important;
    }

    header nav#site-navigation.toggled {
        transform: translateX(0);
    }
    header .main-navigation .menu-toggle svg {
        width: 30px;
        height: 30px;
    }
    header .main-navigation .main-nav ul li a {
        color: #000 !important;
    }
    .btn-link {
        font-size: 20px;
        max-width: 250px;
        padding: 15px 15px;
    }
	header #menu-menu-1 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    header #menu-menu-1 li {
        padding-bottom: 10px;
    }
	
	header .main-navigation .main-nav > ul > li.custom-link a {
		padding-bottom: 10px !important;
	}
	
	.main-navigation.toggled .main-nav ul ul {
		padding: 10px;
	}
	.main-navigation.toggled .menu.sf-menu li.custom-videos {
		position: relative;
		top: -3px;
	}
	.main-navigation .menu.sf-menu li:nth-child(6) {
		padding-bottom: 15px !important;
	}
	
	.main-navigation.toggled .main-nav ul ul.toggled-on {
		padding: 10px 15px;
	}
	
	.main-navigation .main-nav ul ul.sub-menu {
		padding: 0;
	}
	
    body p {
        font-size: 18px;
    }

    .section-gapping {
        padding: 50px 0;
    }

    .project-category-filters {
        padding-top: 100px;
    }

    .full-screen {
        min-height: 500px;
    }

    .project-slider,
    .project-slider img {
        height: 500px;
    }

    .heading {
        font-size: 7.5vw;
    }

    .counter-grid {
        flex-direction: column;
        column-gap: 20px;
    }

    .about-content {
        min-height: auto;
    }

    .section-title-wrap .section-title {
        max-width: 250px;
        margin-left: 0;
    }

    .product-partner-icons {
        padding-top: 0;
    }

    .count-heading {
        font-size: 20px;
    }

    .count-number {
        font-size: 50px;
        margin: 0;
        line-height: 1.2;
    }

    .counter-card {
        width: 100%;
    }

    .btn-wrap a {
        font-size: 20px;
        padding: 15px 12px;
    }

    .more-project {
        margin-top: 20px;
    }

    .about-details p {
        width: 100%;
        padding: 0 0 15px;
        font-size: 18px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .slider-item img {
        padding: 0 20px;
        height: 70px;
    }

    .about-details {
        margin-bottom: 20px;
    }

    .interior-wrap,
    .interior-info {
        width: 100%;
    }

    .interior-info p {
        text-align: left;
        padding-top: 20px;
    }

    .btn-wrap {
        justify-content: flex-start;
    }

    .btn-link svg {
        width: 20px;
        height: 20px;
    }

    .interior-info p {
        text-align: left;
    }

    .feature-item {
        padding: 80px 0;
    }

    .featured-wrap,
    .interior-main-wrap {
        min-height: 400px;
    }

    .interior-list li {
        padding-bottom: 20px;
    }

    .interior-service {
        padding-bottom: 50px;
    }

    .heading-wrap {
        padding-bottom: 30px;
    }

    .step-content {
        max-width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .step-image,
    .step-text {
        max-width: 100%;
        width: 100%;
    }

    .step-title {
        font-size: 24px;
    }

    .our-process-heading {
        font-size: 24px;
    }
	
	.our-process-heading::before {
		width: 35px;
	}

    .our-process-card:not(:last-child) {
        margin-bottom: 30px;
    }

    .our-process-card {
        gap: 20px;
    }

    .foundation-author {
        margin-top: 20px;
    }

    .grid-layout-2 .grid-layout-item:not(:last-child) {
        margin-bottom: 40px;
    }

    footer.site-info .inside-site-info {
        padding: 20px 20px 30px;
    }

    .footer-heading {
        font-size: 5.5vw !important;
        margin-bottom: 20px;
    }
    .wpcf7-form input[type="email"], 
    .wpcf7-form input[type="text"], 
    .wpcf7-form textarea {
        font-size: 20px;
    }
    .footer-address {
        margin-left: 0;
        text-align: left;
    }
    .footer-map-wrapper iframe {
        width: 100%;
        height: 400px;
        padding-bottom: 20px;
    }
    .menu-footer-menu-container .menu li a {
        font-size: 18px;
    }
    .site-footer .menu {
        flex-direction: column;
        gap: 5px;
    }
    .btn-wrap.btn-center {
        justify-content: center;
    }
    .view-gallery {
        margin-top: 40px;
    }
    .footer-subheading {
        font-size: 18px !important;
    }
    .site-footer .is-layout-flex {
        gap: 0;
    }
    .site-footer .is-layout-flex .wp-block-column:first-child {
        width: 100%;
        flex-basis: 100% !important;
        padding-bottom: 50px;
    }
    .site-footer .is-layout-flex .wp-block-column:last-child {
        flex-basis: 100% !important;
    }
    .wpcf7-form textarea {
        height: 80px;
    }
    .form-submit {
        margin-top: 30px;
    }
    .form-row {
        gap: 30px;
        margin-bottom: 30px;
    }
    .form-row .form-col {
        width: calc(50% - 15px);
    }
    .footer-bar .wp-block-list {
/*         justify-content: center;
        column-gap: 10px;
        row-gap: 5px; */
		gap: 5px;
    }
	footer.site-info .footer-bar{
		bottom: 20px;
		right: 10px;
		margin-bottom: 0;
	}
    footer.site-info .inside-site-info .footer-bar .wp-block-list li a {
        font-size: 16px;
    }
    .site-info .inside-site-info .copyright-bar {
        font-size: 16px;
    }
    .service-main .interior-main-wrap {
        padding: 50px 0 30px;
    }
    .service-main .btn-black {
        border-color: #FFF8F3CC;
        color: #FFF8F3CC;
    }
    .service-main .btn-black svg rect {
        fill: #FFF8F3CC;
    }
    .service-main .btn-wrap {
        padding-bottom: 50px;
    }
    .gallary-two-section {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .no-projects-message,
    .related-projects .no-projects-message {
        padding-bottom: 50px;
    }
    .featured-heading .section-title {
        max-width: 250px;
    }
	.video-section-masonry .featured-heading .section-title{
		max-width: unset !important;
	}
    .error-section {
        padding-top: 0;
    }
    .error-section .justify-center {
        justify-content: center;
    }
    .project-title-overlay h3 {
        font-size: 30px;
    }
    .footer-address {
        font-size: 18px;
    }
    .pagination-wrap {
        padding: 30px 0 0;
        gap: 5px;
    }
    .pagination-wrap .page-numbers {
        width: 35px;
        height: 35px;
        line-height: 1.5;
        font-size: 22px;
    }
    .pagination-wrap a.prev:before, 
    .pagination-wrap a.next:before {
        left: 14px;
        height: 12px;
        width: 12px;
    }
    .pagination-wrap a.next:before {
        right: 14px;
        left: auto;
    }
    .contact-btn-section .btn-wrap {
        justify-content: center;
    }
    .footer-widgets-container {
        padding-top: 50px;
    }
	.review-section {
		margin-top: 70px;
	}
	.main-navigation .main-nav .menu-item.custom-link a {
		font-size: 28px;
	}
	.main-navigation .main-nav .menu-item.custom-link a svg {
		width: 30px;
		height: 30px;
	}
	.footer-bar .wp-block-list li img{
		width: 10vw !important;
	}
    
}
@media (max-width: 380px) { 
	.project-navigation > a {
		width: 100%;
	}
}