@import 'variables.css';

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    padding: 0;
    margin: 0;
    font-family: var(--secondary);
    box-sizing: border-box; 
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
    background-color: var(--background-color);
    font-weight: 400;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img { max-width: 100%; height: auto; }

a { text-decoration: none; color: currentColor; transition: all 0.3s ease-in-out; }
a:hover { text-decoration: none; }

.btn img { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.container { max-width: 1370px; margin: 0 auto; padding: 0 20px; }
.small-container { max-width: 1210px; }

.section-pad { padding-left: 1rem; padding-right: 1rem; }
@media(min-width: 768px){
    .section-pad { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media(min-width: 1025px){
    .section-pad { padding-left: 2.6rem; padding-right: 2.6rem; }
}
@media(min-width: 1300px){
    .section-pad { padding-left: 5rem; padding-right: 5rem; }
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong { color: var(--gold); font-weight: 700; }

.btn { padding: 16px 35px; border-radius: 0; min-height: 56px; font-size: 14px; font-weight: 600; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease; cursor: pointer; border: 1px solid var(--gold); background-color: var(--gold); color: var(--text-black); text-decoration: none; line-height: 1.2; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-align: center; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; letter-spacing: 0.7px; }
.btn svg { position: relative; left: 0; transition: all 0.3s ease-in-out; } 
.btn:hover svg { left: 5px; } 
.btn:hover { background-color: var(--background-color); border-color: var(--background-color); } 
.btn.white-btn { background-color: var(--gold); color: var(--black-color); border-color: var(--gold); }
.btn.white-btn:hover { background-color: var(--black-color); color: var(--background-color); border-color: var(--black-color); }
.btn:hover img { filter: invert(1); }
.btn.whiteborder-btn { background-color: transparent; color: var(--white); border: 1px solid var(--white); min-width: 261px; }
.btn.whiteborder-btn:hover { background: var(--white); color: var(--primary-light); border: 1px solid var(--white); }
.btn.btn-primary { background-color: var(--gold); color: var(--black-color); border: 1px solid var(--gold); min-width: 261px; display: inline-flex; text-align: center; align-items: center; justify-content: center; gap: 10px; }
.btn.btn-primary:hover { background-color: var(--black-color); color: var(--white); border: 1px solid var(--black); }
.btn-secondary { background-color: transparent; color: var(--background-color); border: 1px solid rgba(255, 255, 255, 0.3); display: inline-flex; }
.btn-secondary:hover { background-color: var(--gold); color: var(--text-black); border: 1px solid var(--gold); }


@media(max-width: 1200px) {
    .btn.btn-primary,
    .btn.whiteborder-btn,
    .btn { min-width: 200px; }
    .btn { font-size: 16px; padding: 10px 20px; }
    .btn img,
    .btn img.block { margin: 0; }
}

@media(max-width: 1200px) {
    .btn.btn-primary,
    .btn.whiteborder-btn,
    .btn { min-width: 180px; }
    .btn { font-size: 14px; padding: 12px 20px; min-height: inherit; }
}

p:not(:last-child) { margin-bottom: 15px; }
ul ,ol { list-style-position: outside; margin-top: 15px; margin-bottom: 15px; margin-left: 20px; }


header.header  { margin: 0 auto; }
/* =============================
        Menu CSS
============================= */
.menu-icon {display: none; cursor: pointer; color: var(--black-color); text-transform: uppercase; text-align: center; font-weight: bold; line-height: 33px; font-size: 22px; padding: 10px 0; }
.menu-icon .menu-box {width: 42px; height: 38px; margin-right: 0; padding: 5px; position: absolute; right: 2.4rem; top: 0; z-index: 101; }
.menu-icon .menu-box span {width: 100%; height: 3px; margin-bottom: 6px; background: var(--gold); display: block; border-radius: 0; transition: all 0.5s; -webkit-transition: all 0.5s; }
.menu-icon.active span:nth-child(1) {transform: rotate(45deg) translateY(7px) translateX(6px); -webkit-transform: rotate(45deg) translateY(7px) translateX(6px); }
.menu-icon.active span:nth-child(2) {opacity: 0; }
.menu-icon.active span:nth-child(3) {transform: rotate(-45deg) translateY(-7px) translateX(6px); -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px); }
.enumenu_ul .caret {color: var(--black-color); margin-left: 7px; }
.enumenu_ul {padding: 0px; list-style: none; }
.enumenu_ul > li {float: left; vertical-align: top; padding-bottom: 23px; position: relative }
.enumenu_ul > li:hover > a, .enumenu_ul > li.active > a {background: #e6b705 none repeat scroll 0 0; }
.enumenu_ul > li ul {display: none }
.enumenu_ul ul li {margin: 0; list-style: none; position: relative; display: inline-block; vertical-align: top; padding-bottom: 0; }
/*Sub menu styles*/
.menu.submenu-ul-level1 li a {background: rgba(31, 26, 107, 0.8); color: var(--black-color); padding-left: 90px; }

.enumenu_ul ul li a { padding: 10px 0; margin: 0 10px; display: block; color: rgba(255, 255, 255, 0.8); font-weight: 500; font-size: 14px; text-align: left; text-decoration: none; position: relative; text-decoration: none; }
.enumenu_ul.desk ul>li>a:after { content: ' '; position: absolute; bottom: 4px; left: 0; right: 0; margin: 0 auto; width: 0; height: 2px; background-color: var(--primary-color); transition: all 0.3s ease-in-out;
}
.enumenu_ul.desk ul>li>a:hover:after {
    width: 100%;
}
.enumenu_ul .current-menu-item>a { color: var(--primary-color); }
.enumenu_ul.desk ul>li>a:hover { color: var(--primary-color); }
.enumenu_ul .arrow {position: absolute; right: 10px; top: 12px; width: 30px; height: 30px; background: url(../images/menu-arrow.svg) center center no-repeat; background-size: 14px; cursor: pointer; z-index: 999; }
.enumenu_ul .arrow.up {-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.enumenu_ul .arrow, .enumenu_ul .arrow.up {-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.enumenu_ul .sb-menu {position: absolute; left: 0; top: 100%; z-index: 50; width: 204px; background: var(--primary-color); }
.header-sticky .enumenu_ul .sb-menu { background: rgba(25,50,47,0.96); }
.enumenu_ul .sb-menu li {display: block; width: 100%; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.5); }
.enumenu_ul .sb-menu li:last-child { border: none; } 
.enumenu_ul .sb-menu li a { padding: 10px; }
.enumenu_ul ul { margin: 0; padding: 0; list-style: none; }


/* @media (max-width: 1200px) and (min-width: 991px){
    .enumenu_ul ul li a { padding: 24px 7px; } 
} */
@media(min-width: 1201px){
    .enumenu_ul ul li ul li a { padding: 10px 15px; }
	.enumenu_ul ul > li ul { display: block; overflow: hidden; transform: scaleY(0); transform-origin: top; transition: all 0.3s ease-in-out; top: 100%; z-index: 999; list-style: none; left: 0px; position: absolute; min-width: 180px; background: var(--background-color); text-align: left; margin-left: 0; padding-bottom: 10px;visibility: hidden; overflow: hidden; box-shadow: 0 0 10px #0000003b; border-radius: 8px; }
	.enumenu_ul ul > li.hover ul { transform: scaleY(1); transform-origin: top; transition: all 0.3s ease-in-out; visibility: visible; }
	.enumenu_ul ul > li ul,
	.enumenu_ul ul > li.hover ul { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
    .enumenu_ul ul > li ul li a { margin: 0 10px; width: 100%; }
    .enumenu_ul ul > li ul.sub-menu li { width: 100%; }
    .enumenu_ul ul > li ul li a:after { display: none; }
    .enumenu_ul li:hover > ul {display: block; opacity: 1; }
    .enumenu_ul .sb-menu .sb-menu {left: 100%; top: 0; }
    .enumenu_ul ul li:last-child > a {padding-right: 0; }
    .enumenu_ul ul li > a{
        -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;  -ms-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out; }
    .enumenu_ul ul li.has-children > a { padding-right: 20px; }
 
    .enumenu_ul li.has-children>a:after { content: " "; background-image: url(../images/menu-down-arrow.svg); display: block; position: absolute; right: 0; top: 2px; bottom: 0; margin: auto; background-position: center; background-repeat: no-repeat; height: 15px; width: 15px; z-index: 1; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

}

@media(max-width: 1300px){
    .enumenu_ul ul li > a { margin: 0 8px; } 
}
/* ================================================================= 
							991px Size
   ================================================================= */
@media(max-width: 1200px){ 
    .enumenu_ul {display: none }
    .menu-block {height: auto; }
    .menu-icon {display: block }
    .enumenu_ul li a {font-size: 14px; color: #fff; padding: 15px; display: block; letter-spacing: 1px; }
    .services-detail a.pba-detail {border-bottom: 2px solid #d3d9da; }
    .enumenu_ul > li {width: 100%; margin: 0px; padding: 0px; }
    .enumenu_ul > li > a {display: block; text-align: center; padding: 8px }
    .menu-open { overflow: hidden; }
    .enumenu_ul > li ul {background: #D1D1D1; }
    .enumenu_ul > li ul a {text-align: center; display: block; text-align: center; color: #000; padding: 5px 0; }
    /* Push Menu */
    body.menuslide_push {position: relative; }
    body.menuslide_push.slidemenuLeft {left: 0; transition: left 0.5s; -webkit-transition: left 0.5s; -moz-transition: left 0.5s; -ms-transition: left 0.5s; -o-transition: left 0.5s; }
    body.menuslide_push.slidemenuRight {right: 0; transition: right 0.5s; -webkit-transition: right 0.5s; -moz-transition: right 0.5s; -ms-transition: right 0.5s; -o-transition: right 0.5s; }
    body.slidemenuRight .enumenu_ul {right: -300px; }
    body.slidemenuRight.menu-open .enumenu_ul {right: 0; }
    body.slidemenuLeft .enumenu_ul {left: -300px; }
    body.slidemenuLeft.menu-open .enumenu_ul {left: 0; }
    body.menuslide_push.slidemenuLeft.menu-open {left: 300px }
    body.menuslide_push.slidemenuRight.menu-open {right: 300px }
    body.menuslide_push .enumenu_ul,body.menuOverlap .enumenu_ul {background: #000000 none repeat scroll 0 0; display: block; height: 100%; max-height: 100%; width: 100%; overflow: auto; position: fixed; transition: all 0.5s ease 0.3s; max-width: 300px; top: 0;   }
    .enumenu_ul .sb-menu { position: relative; width: 100%; }
    .enumenu_ul ul li { display: block; border-bottom: 1px solid #8e8e8e57; overflow: hidden; }
    .enumenu_ul .sb-menu li { border: none; padding-left: 30px; }
    .enumenu_ul { display: block !important; position: fixed; top: 0; right: 0; width: 300px; height: 100dvh !important; background: var(--text-black); z-index: 100; transform: translateX(100%); transition: transform 0.3s ease-in-out; padding-top: 60px !important; padding-bottom: 50px; overflow-y: auto; border-left: 1px solid #8e8e8e57; }
    .enumenu_ul li a { text-decoration: none; }
    .menu-open .enumenu_ul { transform: translateX(0); }
    .enumenu_ul ul li a { font-size: 16px; font-weight: 600; padding: 15px; margin: 0; }
    .enumenu_ul ul li:last-child { border: none; }
    /* Menu */
    /* Header */
    .header-right { padding-right: 60px;}
    .menu-icon .menu-box { top: 25px; }
    /* Header */
    .mobile-show-btn { padding: 15px; }
    .mobile-show-btn a { width: 100%; text-align: center; }
    #page { position: relative; overflow: hidden;}
    header .header-btn { font-size: 14px; padding: 10px 15px; min-width: inherit; min-height: inherit; }
    header.header { padding: 0; }
}
@media(max-width: 1024px){
    .menu-icon .menu-box { right: 1.5rem; } 
}
@media(max-width: 991px){
    header .header-btn { font-size: 12px; }
}
@media(max-width: 767px){
    header .header-btn { font-size: 16px; }
    .menu-icon .menu-box { right: 1rem; }
    .menu-icon .menu-box { top: 24px; }
    .menu-icon .menu-box { width: 38px; }
    .header .btn.white-btn { width: calc(100% - 40px); margin: 20px auto 0; margin-left: 20px; justify-content: center; }
}

/* ===================================
                End Menu
    =================================== */

/* =============================
   Header – Seven Living
============================= */
.header { transition: all 0.3s ease-in-out; background-color: transparent; padding-top: 10px; padding-bottom: 10px;     transition-timing-function: cubic-bezier(.4, 0, .2, 1); }
.stickHeader .header { background-color: #1f1f1f; padding-top: 0; padding-bottom: 0; }
/* .stickHeader .header { transform: translateY(-120%); }
.stickHeader.HeaderDown .header { transform: translateY(0); } */
.header-btn { padding: 13px 25px; min-height: inherit; }

.bgimage { background-position: center; background-repeat: no-repeat; background-size: cover; }
.t-center { background-position: top center; }
.t-right { background-position: top right; }
.b-center { background-position: bottom center; }
.hero-banner__media.bgimage { background-position: bottom center; }


.site-footer { position: relative; overflow: hidden; }
.footer-logo-text { font-size: 16.3vw; line-height: 0.75; z-index: 1; }
.copyright-wrapper p { margin: 0; }

.copyright-wrapper a { text-decoration: none; }
.copyright-wrapper a:hover { text-decoration: underline; }
.copyright-wrapper a,
.copyright-wrapper strong { color: var(--primary-color); font-weight: 600; }
.copyright-wrapper p { font-weight: 600; }
.info-strip { margin: -80px auto 0; }
.info-strip .count-card:last-child { border: none; }
.section.client-section { margin-bottom: 0; padding-bottom: clamp(60px, 6vw, 80px); }
p.mb-0 { margin-bottom: 0; }
@media(max-width: 1200px) {
    .hidebr br { display: none; }
}

@media(max-width: 1024px){
    .info-strip { margin: 40px auto 0; }
}

/* Contact form */
input,
textarea,
select { background-color: transparent; font-weight: 500; border: 1px solid #ffffff26; font-size: 16px; color: var(--white); border-radius: 0; padding: 10px 20px; width: 100%; margin: 5px 0 5px; font-family: var(--primary); text-align: left; font-family: var(--primary); }
textarea { height: 124px; }
label { color: #ffffff80; text-transform: uppercase; font-size: 12px; letter-spacing: 0.6px; }

select { background-image: url(../images/dropdown-arrow.svg); background-position: center right 14px; padding-right: 30px; background-size: 16px; background-repeat: no-repeat; appearance: none; }

input.wpcf7-form-control.wpcf7-submit { font-size: 14px; background-color: var(--primary-color); background-image: url(../images/send-icon.svg); background-position: center right 26px; padding: 16.5px 35px 16.5px 30px; background-repeat: no-repeat; background-size: 16px; text-transform: uppercase; color: #1f1f1f; letter-spacing: 1px; margin: 0; cursor: pointer; transition: all 0.3s ease-in-out; }
input.wpcf7-form-control.wpcf7-submit:hover { background-color: var(--white); }
textarea::placeholder  { color: #747474; opacity: 1; }
input::placeholder { color: #747474; opacity: 1; }

input,
textarea { appearance: none; }
.submit-btn { text-align: center; margin-top: 20px; }
.submit-btn input { padding: 15px 24px; border-radius: 6px; min-height: 44px; font-size: 18px; font-weight: 600; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease; cursor: pointer; border: 1px solid var(--primary-color); color: var(--black-color); background-color: var(--primary-color); text-decoration: none; line-height: 1.2; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-align: center;  max-width: 260px; margin: 0 auto; background-image: url(../images/button-up-icon.svg); background-position: 40px 50%; background-repeat: no-repeat; box-shadow: 0 6px 8px rgba(0,0,0,10%); text-indent: 34px; }
.submit-btn input:hover { background-color: transparent; border-color: var(--black-color); }
.wpcf7-form.invalid .wpcf7-response-output { display: none; }
.wpcf7-form.sent .wpcf7-response-output { background-color: green; color: var(--white); border-color: green !important; padding: 8px 20px; display: table; margin: 30px auto !important; text-align: center; border-radius: 10px; }
span.wpcf7-spinner { margin: 0 -30px 0 10px; }
@media(max-width: 767px) {
    input,
    textarea,
    select { font-size: 16px; padding: 12px 20px; }
    .submit-btn input { font-size: 16px; background-size: 18px; max-width: 220px; }
}
/* Contact form */


/* 404 page */
.title-404 { font-size: clamp(80px, 6vw, 150px); font-weight: 700; color: var(--black-color); }
.page-title { padding-bottom: 20px; }
.error-404 .page-header { padding-top: 80px; }
.error404 .site-main { text-align: center; padding-top: clamp(80px, 6.5vw, 120px); padding-bottom: clamp(40px, 3.2vw, 60px); }

@media(max-width: 767px){
    .error-404 .page-header { padding-top: 40px; }
}
/* 404 page */



.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3em;
    --tw-text-opacity: 1;
    color: var(--gold);
}
.hero-banner h1 { margin: 0; }


@keyframes bounce {
    0%,to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

.animate-bounce {
    animation: bounce 1s infinite
}
.scroll-text { font-size: 10px; }

.blueprint-grid {
    background-image: linear-gradient(rgba(200, 169, 106, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(200, 169, 106, .06) 1px, transparent 1px);
    background-size: 48px 48px;
}


@keyframes marquee {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

.animate-marquee {
    animation: marquee 20s linear infinite
}

@media(max-width: 767px){
    .animate-marquee {
        animation: marquee 4s linear infinite
    }
}

.project-card {
    transition: all 0.4s ease-in-out;
    opacity: 1;
    transform: scale(1);
  }
  
  .project-card.hide-card {
    opacity: 0;
    transform: scale(0.85);
    pointer-events: none;
    position: absolute;
  }
  
  .project-card.show-card {
    opacity: 1;
    transform: scale(1);
  }

.filter-btn { background-color: transparent; border: 1px solid #ffffff26; cursor: pointer; transition: all 0.3s ease-in-out; }
.filter-btn:hover { border-color: var(--gold); color: var(--gold); }
.filter-btn.border-gold { background-color: var(--gold); color: #1f1f1f; border: 1px solid var(--gold); }

.counter { line-height: 1; display: block; }
svg.fill-gold path { fill: var(--gold); } 
.testimonial-card:hover { border-color: #c8a96a66; }
.blog-card-overlay { background: linear-gradient(
    to top,
    rgba(31, 31, 31, 0.8) 0%,
    rgba(31, 31, 31, 0) 100%
);}
.f-menu ul { display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; margin: 0; }
.f-menu ul a { font-size: 14px; opacity: 0.5; }
.f-menu ul a:hover { opacity: 0.9; }

.blog-card:nth-child(2) { transition-delay: 0.2s; }
.blog-card:nth-child(3) { transition-delay: 0.3s; }
.blog-card:nth-child(4) { transition-delay: 0.4s; }
.blog-card:nth-child(5) { transition-delay: 0.5s; }
.blog-card:nth-child(6) { transition-delay: 0.6s; }

.copy-right-links ul a { font-size: 12px; text-transform: uppercase; opacity: 0.5; letter-spacing: 1px; }
.copy-right-links ul a:hover { color: var(--gold); opacity: 1; }
.copy-right-links ul { display: flex; flex-wrap: wrap; row-gap: 15px; column-gap: 15px; list-style: none; padding: 0; margin: 0; }

.mailchip-form input { margin: 0; font-size: 14px; }
.mailchip-form input.wpcf7-submit { width: 48px; height: 44px; padding: 0; min-width: 48px; background-image: none; text-align: center; font-weight: bold; }
.link-wrap a:hover { color: var(--gold); }

.social-box a { border-color: rgba(255, 255, 255, 0.15); }

.contactform span.wpcf7-spinner { margin: 0 0 -25px 0; background-color: var(--gold); }
.contactform span.wpcf7-spinner:before { background-color: var(--black); }
.wpcf7-not-valid-tip { font-size: 14px; }
.mailchip-form input { border: none; outline: none; }
.mailchip-form .flex.border { position: relative; overflow: hidden; }
.mailchip-form input { min-height: 44px; border: 1px solid rgba(255, 255, 255, 0.15); border-right: none; }
@media(max-width: 1200px){
    input.wpcf7-form-control.wpcf7-submit {
        font-size: 14px;
        padding: 12px 30px 12px 20px;
    }
}