@import 'variables.css';
@import 'swiper-bundle.min.css';

@import url('https://fonts.googleapis.com/css2?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(--primary);
    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.01em;
    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: underline; 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; }

.btn { padding: 12px 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); 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; }
.btn.white-btn { background-color: var(--primary-color); color: var(--black-color); border-color: var(--primary-color); }
.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(--primary-color); color: var(--black-color); border: 1px solid var(--primary-color); 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(--black-color); border: 1px solid var(--primary-color); display: inline-flex; }
.btn-secondary:hover { background-color: var(--primary-color); color: var(--white); border: 1px solid var(--primary-color); }
.whiteborder.btn-secondary:hover { border-color: var(--background-color);}
.section-padding,
.section { padding-top: clamp(80px, 6.5vw, 120px); padding-bottom: clamp(80px, 6.5vw, 120px); }
.bg-white.section { padding: 0; margin-top: clamp(80px, 6.5vw, 120px); margin-bottom: clamp(80px, 6.5vw, 120px); }

.btn.line-btn img { width: 33px; }

.btn img { height: 20px; width: 20px; object-fit: contain; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
@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; }
}

p:not(:last-child) { margin-bottom: 15px; }
ul ,ol { list-style-position: outside; margin-top: 15px; margin-bottom: 15px; margin-left: 20px; }


header.header  { max-width: 1400px; 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: 10px; padding: 5px; position: absolute; right: 0; top: 0; z-index: 101; }
.menu-icon .menu-box span {width: 100%; height: 3px; margin-bottom: 6px; background: var(--black-color); 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 20px; display: block; color: var(--black-color); font-weight: 500; font-size: 18px; text-align: left; text-decoration: none; position: relative; text-decoration: none; }
.enumenu_ul.desk ul>li>a:after {
    content: ' ';
    position: absolute;
    bottom: 10px;
    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 { font-weight: 700; 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; }

}
/* ================================================================= 
							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(--background-color); 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: 400; padding: 15px; margin: 0; }
    .enumenu_ul ul li:last-child { border: none; }
    /* Menu */
    /* Header */
    .header-right { padding-right: 50px;}
    .menu-icon .menu-box { top: 20px; }
    /* Header */
    #page { position: relative; overflow: hidden;}
}
@media(max-width: 767px){
    .menu-icon .menu-box { top: 13px; }
    .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: var(--white); }
.stickHeader .header { transform: translateY(-120%); }
.stickHeader.HeaderDown .header { transform: translateY(0); }

.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; }


.card-wrap { box-shadow: 0 0 15px rgba(0,0,0,15%); }
.card-wrap:hover { transform: scale(1.05); }

.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: -100px 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; }
}

.card-link:hover,
.service-card:hover,
.card-wrap:hover  { transform: scale(1.05) !important; }
.team-card:hover { transform: scale(1.1) !important; }
.team-wrapper { margin-left: -10px; margin-right: -10px; }
.team-wrapper .team-card:first-child {
    width: 100%;
    box-shadow: none;
    background: none;
    transform: scale(1) !important;
}
.team-wrapper .team-card:first-child:before {
    content: '';
    width: calc(20% - 20px);
    margin: 0 auto;
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 0.75rem;
    margin: 0 auto;
    z-index: -1;
}

@media (max-width: 1280px){
    .team-wrapper .team-card:first-child:before {
        width: calc(25% - 20px);
    }
}
@media (max-width: 1024px){
    .team-wrapper .team-card:first-child:before {
        width: calc(33.33% - 20px);
    }
}
@media (max-width: 767px){
    .team-wrapper .team-card:first-child:before {
        width: calc(50% - 20px);
    }
}
@media (max-width: 575px){
    .team-wrapper .team-card:first-child:before {
        width: 100%;
    }
}

/* Contact form */
input,
textarea,
select { background-color: var(--background-color); font-weight: 600; border: 1px solid #C6C6C6; font-size: 18px; color: var(--black-color); border-radius: 5px; padding: 16px 20px; width: 100%; margin: 20px 0 5px; font-family: var(--primary); text-align: left; }
textarea { height: 124px; }

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 */

@media (max-width: 767px){
    .hero-banner__content { min-height: inherit; }
    .hero-banner__content .pb-6.text-center.mx-auto  { padding-top: 100px; padding-bottom: 60px; }
}
@media (max-width: 640px){
    .card-link { width: calc(50% - 10px); }
}

.center-buttons { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 10; width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
.center-buttons div { width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative; }
.center-buttons div:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border-top: 3px solid var(--black-color);
    border-right: 3px solid var(--black-color);
    transform: translate(-60%, -50%) rotate(45deg);
}
.prev-btn { left: -50px; transform: scaleX(-1); }
.next-btn { right: -50px; }

@media(max-width: 1280px) {
    .section-padding.client-section { padding-left: 20px; padding-right: 20px; }

    .center-buttons div { height: 40px; width: 40px; }
    .center-buttons div:after {
        width: 18px;
        height: 18px;
    }
    .prev-btn { left: -40px; }
.next-btn { right: -40px; }
}