/*
Theme Name: Views
Theme URI: https://thinkeq.co.uk
Author: ThinkEQ
Author URI: https://thinkeq.co.uk
Description: Views Wordpress Theme
Version: 1.0
Text Domain: views
*/
#html { margin-top: 0 !important; }
#html #wpadminbar { top: auto; width: auto; min-width: auto; bottom: 0; }
#html #wp-admin-bar-top-secondary, #html #wpadminbar .menupop, #wp-admin-bar-customize, #wp-admin-bar-updates, #wp-admin-bar-comments { display: none; }
@media (max-width:1199.98px) {
 #html #wpadminbar { display: none !important; }
 }
:root { --views-white: #fff; --views-grey: #FAFAFA; --views-black: #000; --views-green: #0C381F; --views-surface-green: #E6EADC; --views-dark-green: #0A2514; --views-light-green: #B1D38F; --views-light-blue: #BAC3D0; --views-font-primary-400:"NeueMontrealRegular", sans-serif; --views-font-primary-500:"NeueMontrealMedium", sans-serif; --views-font-primary-700:"NeueMontrealBold", sans-serif; --views-custom-ease: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); --views-shadow: 0 0 16px rgba(0, 0, 0, 0.16); --views-section-padding-desktop: 112px; --views-section-padding-tablet: 80px; --views-section-padding-mobile: 64px; }
@font-face { font-family: 'NeueMontrealBold'; src: url('assets/fonts/NeueMontrealBold.eot'); src: url('assets/fonts/NeueMontrealBold.eot') format('embedded-opentype'), url('assets/fonts/NeueMontrealBold.woff2') format('woff2'), url('assets/fonts/NeueMontrealBold.woff') format('woff'), url('assets/fonts/NeueMontrealBold.ttf') format('truetype'), url('assets/fonts/NeueMontrealBold.svg#NeueMontrealBold') format('svg'); }
@font-face { font-family: 'NeueMontrealMedium'; src: url('assets/fonts/NeueMontrealMedium.eot'); src: url('assets/fonts/NeueMontrealMedium.eot') format('embedded-opentype'), url('assets/fonts/NeueMontrealMedium.woff2') format('woff2'), url('assets/fonts/NeueMontrealMedium.woff') format('woff'), url('assets/fonts/NeueMontrealMedium.ttf') format('truetype'), url('assets/fonts/NeueMontrealMedium.svg#NeueMontrealMedium') format('svg'); }
@font-face { font-family: 'NeueMontrealRegular'; src: url('assets/fonts/NeueMontrealRegular.eot'); src: url('assets/fonts/NeueMontrealRegular.eot') format('embedded-opentype'), url('assets/fonts/NeueMontrealRegular.woff2') format('woff2'), url('assets/fonts/NeueMontrealRegular.woff') format('woff'), url('assets/fonts/NeueMontrealRegular.ttf') format('truetype'), url('assets/fonts/NeueMontrealRegular.svg#NeueMontrealRegular') format('svg'); }
/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset, address, blockquote { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }
/* =================reset css ends here================= */
/* =================core css starts here================= */
body { font-family: var(--views-font-primary-400); font-size: 16px; font-weight: normal; line-height: 1.5; color: var(--views-black); background: var(--views-grey); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body.header-black, body.page-template-default { padding-top: 70px; }
.container { width: calc(94% - 16px); max-width: 1616px; }
#main { border-radius: 32px 32px 0 0; overflow-x: clip; width: 100%; flex-grow: 1; position: relative; background: var(--views-grey); z-index: 9; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color: var(--views-black); text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; font-family: var(--views-font-primary-700); font-weight: normal; line-height: 1.4; color: inherit; margin-bottom: 24px; }
h1 { font-size: 56px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 32px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }
p { margin: 0px; padding: 0px; margin-bottom: 24px; }
strong, b { font-family: var(--views-font-primary-700); }
p:last-child { margin-bottom: 0; }
.btn { min-width: 100px; padding: 12px 24px; font-size: 16px; font-family: var(--views-font-primary-400); font-weight: normal; line-height: 1.5; text-align: center; border: 1px solid currentColor; border-radius: 50rem; box-shadow: none; transition: var(--views-custom-ease); }
.btn-icon { width: 18px; margin-left: 8px; flex-shrink: 0; position: relative; transition: var(--views-custom-ease); display: flex; align-items: center; justify-content: center; }
.btn-icon svg { color: currentColor; }
.btn-green, .btn-green:focus { color: var(--views-white); background-color: var(--views-green); border-color: var(--views-green); }
.btn-green:hover, .btn-green:active { color: var(--views-green); background-color: transparent; border-color: var(--views-green); }
.btn-green2, .btn-green2:focus { color: var(--views-white); background-color: var(--views-green); border-color: var(--views-green); }
.btn-green2:hover, .btn-green2:active { color: var(--views-green); background-color: var(--views-light-green); border-color: var(--views-light-green); }
.btn-green-outline, .btn-green-outline:focus { color: var(--views-green); background-color: transparent; border-color: var(--views-green); }
.btn-green-outline:hover, .btn-green-outline:active { color: var(--views-white); background-color: var(--views-green); border-color: var(--views-green); }
.btn-green-outline2, .btn-green-outline2:focus { color: var(--views-green); background-color: transparent; border-color: var(--views-green); }
.btn-green-outline2:hover, .btn-green-outline2:active { color: var(--views-green); background-color: var(--views-light-green); border-color: var(--views-light-green); }
.btn-green-light, .btn-green-light:focus { color: var(--views-green); background-color: var(--views-light-green); border-color: var(--views-light-green); }
.btn-green-light:hover, .btn-green-light:active { color: var(--views-light-green); background-color: transparent; border-color: var(--views-light-green); }
.btn-green-light-outline, .btn-green-light-outline:focus { color: var(--views-light-green); background-color: transparent; border-color: var(--views-light-green); }
.btn-green-light-outline:hover, .btn-green-light-outline:active { color: var(--views-green); background-color: var(--views-light-green); border-color: var(--views-light-green); }
.btn-grey-outline, .btn-grey-outline:focus { color: var(--views-grey); background-color: transparent; border-color: var(--views-grey); }
.btn-grey-outline:hover, .btn-grey-outline:active { color: var(--views-black); background-color: var(--views-grey); border-color: var(--views-grey); }
.btn-black-outline, .btn-black-outline:focus { color: var(--views-black); background-color: transparent; border-color: var(--views-black); }
.btn-black-outline:hover, .btn-black-outline:active { color: var(--views-white); background-color: var(--views-black); border-color: var(--views-black); }
.btn-white, .btn-white:focus { color: var(--views-green); background-color: var(--views-white); border-color: var(--views-white); }
.btn-white:hover, .btn-white:active { color: var(--views-white); background-color: transparent; border-color: var(--views-white); }
.btn-white-outline, .btn-white-outline:focus { color: var(--views-white); background-color: transparent; border-color: var(--views-white); }
.btn-white-outline:hover, .btn-white-outline:active { color: var(--views-green); background-color: var(--views-white); border-color: var(--views-white); }
.btn.btn-block { min-width: 100%; }
.btn.btn-sm { padding: 8px 20px; }
.bg-white { background-color: var(--views-white) !important; color: var(--views-black) !important; }
.bg-black { background-color: var(--views-black) !important; color: var(--views-white) !important; }
.bg-green { background-color: var(--views-green) !important; color: var(--views-white) !important; }
.bg-blue { background-color: var(--views-blue) !important; color: var(--views-white) !important; }
.bg-grey { background-color: var(--views-grey) !important; color: var(--views-black) !important; }
.ff-primary-400 { font-family: var(--views-font-primary-400); font-weight: normal; }
.ff-primary-500 { font-family: var(--views-font-primary-500); font-weight: normal; }
.ff-primary-700 { font-family: var(--views-font-primary-700); font-weight: normal; }
.add-index { position: relative; z-index: 9; }
/* =================core css ends here================= */
/* ================= ContactForm7 Start ================= */
/* Form css start  */
.form-group { position: relative; }
.form-group + .form-group { margin-top: 24px; }
.form-label { font-size: 16px; font-weight: 400; line-height: 1.5; margin-bottom: 8px; }
.form-control { height: 48px; padding: 10px 12px; font-size: 16px; line-height: 1.2; color: var(--views-black); background: var(--views-grey); border: 1px solid #AAAAAA; border-radius: 10px; }
.form-control::placeholder { opacity: 0.6; }
.form-control:focus { box-shadow: none; color: var(--views-black); border-color: #AAAAAA; background: transparent; }
.form-select { width: 100%; height: 48px; padding: 10px 12px; padding-right: 40px; font-size: 16px; line-height: 1.2; color: var(--views-black); background-color: var(--views-grey); border: 1px solid #AAAAAA; border-radius: 10px; background-position: right 16px center; background-size: 15px 15px; }
.form-select:focus { box-shadow: none; border-color: #AAAAAA; color: var(--views-black); }
textarea.form-control { height: 180px; resize: none; padding: 14px 12px; }
/* .form-control.datepicker { background: #fff url(assets/images/calendar-icon-black.svg) no-repeat center right/17px; background-position-x:calc(100% - 14px) ; }
*/
.form-btn-wrap { position: relative; margin-top: 40px; }
.form-check-group { margin-top: 24px; font-size: 14px; }
.form-check-label { color: var(--white); padding-left: 54px !important; }
.form-check-input { display: none; }
.form-check-label::before { position: absolute; content: ''; top: 0; left: 0; width: 20px; height: 20px; background: var(--views-white); }
.form-check-label::after { content: ''; position: absolute; top: 8px; left: 7px; width: 10px; height: 6px; border-bottom: 1px solid #214670; border-left: 1px solid #214670; transform: rotate(-45deg) scale(0); transition: all 0.3s; }
.form-check-group .form-check-input:checked ~ .form-check-label::after { transform: rotate(-45deg) scale(1); }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none }
input[type=number] { -moz-appearance: textfield }
.form-check { display: inline-block; vertical-align: top; width: 18px; height: 18px; color: var(--views-black); padding: 0; background-color: transparent; border-radius: 50% !important; margin-bottom: 0; min-height: auto; border: 1px solid var(--views-black); margin-top: 1px; margin-right: 5px; }
.form-check-input:focus { box-shadow: none; border-color: var(--views-black); }
.form-check-input:checked { background-color: var(--views-green); border-color: var(--views-green); }
.form-check input { display: none }
.form-check input + .wpcf7-list-item-label:before { content: ''; display: block; width: 20px; height: 20px; background: var(--views-white); border: solid 1px var(--views-white); position: absolute; left: 0; top: 4px; border-radius: 0; }
.form-check input + .wpcf7-list-item-label:after { content: ''; display: inline-block; width: 12px; height: 6px; position: absolute; left: 4px; top: 10px; -webkit-transition: all .12s ease-in; transition: all .12s ease-in; border: solid 3px var(--views-blue); border-top: 0; border-right: 0; transform: rotate(-45deg); visibility: hidden; opacity: 0; }
.form-check input:checked + .wpcf7-list-item-label:after { visibility: visible; opacity: 1; }
.form-check label { padding-left: 30px; position: relative; display: inline-block; vertical-align: top; text-align: left; font-size: 18px; font-weight: 400; line-height: 1.35; letter-spacing: -0.025em; margin: 0; cursor: pointer }
.form-check label a { color: inherit; text-decoration: underline; display: inline; }
.form-check label a:hover { text-decoration: none }
.form-group label a { text-decoration: underline; }
.form-group label a:hover { text-decoration: none; }
.wpcf7-list-item { margin: 0 }
.wpcf7-list-item > label { display: inline-block; font-size: 14px; }
.wpcf7 .wpcf7-submit:disabled { background: 0 0 !important; border-color: inherit !important }
.form-text { color: #fff }
.wpcf7 .wpcf7-submit.btn-default:disabled, .wpcf7 .wpcf7-submit.btn-white-maroon:disabled, .wpcf7 .wpcf7-submit.btn-primary-white:disabled { border: solid 2px #999 !important; background: #999 !important; color: #fff !important }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { border-color: #f00; position: relative; }
div.wpcf7 form.wpcf7-form span.ajax-loader { width: 24px; height: 24px; background-size: 20px; position: absolute; right: 0; margin: 0 15px; top: 50%; margin-top: -12px; z-index: 9; opacity: 1; }
span.wpcf7-not-valid-tip { top: 0; right: 0; padding: 0; bottom: auto; color: #fff; font-weight: 600; font-size: 14px; line-height: 1.3; letter-spacing: 0; position: absolute; top: 100%; margin-top: -11px; padding: 0; border-radius: 4px; background: #f00; padding: 0 5px; }
.wpcf7-form-control-wrap { position: static; width: 100%; }
.form-control.wpcf7-not-valid, .form-select.wpcf7-not-valid { border-color: #f00; }
div.wpcf7-response-output { margin: 30px 0 0 0 !important; background: transparent; border-width: 0px !important; border-radius: 10px; color: #fff !important; font-size: 18px !important; line-height: 22px; padding: 10px 15px !important; border-style: solid !important; border-color: #fff !important; font-weight: 700; text-align: center; }
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output { border-color: transparent !important; background: var(--views-green); color: var(--views-white) !important; }
.wpcf7 form.invalid .wpcf7-response-output { background: #f00; }
span.wpcf7-spinner { position: absolute; top: 8px; right: 8px; margin: 0; }
div.wpcf7 .wpcf7-submit:disabled { cursor: not-allowed; background: #999 !important; border-color: #999 !important; color: #666 !important; opacity: 0.7; }
.form-btn { position: relative; }
form br { display: none; }
/*.cf7-custom-success { background: rgba(0,0,0,0.6); padding: 15px; margin-top: 20px; color: var(--views-white); font-weight: 700; }
.cf7-custom-success p:not(:last-child) { margin-bottom: 12px; }
*/
/* Form css end  */
/* ================= ContactForm7 End ================= */
/* ============================== Header Start ====================================== */
body.open-menu { overflow: hidden; }
#header { color: var(--views-grey); background: transparent; position: fixed; left: 0; top: 0; right: 0; padding: 0; z-index: 9999; transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
.fixed #header { background: var(--views-white); box-shadow: var(--views-shadow) !important; }
.navbar { padding: 0; width: 100%; height: 72px; transition: .2s all ease-in; }
.navbar-brand { width: 100px; padding: 0; margin: 0; position: relative; z-index: 999; margin-right: 25px; }
.navbar-expand-xl .navbar-nav > .nav-item { margin: 0 16px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 72px; padding: 0; text-transform: capitalize; color: var(--views-black); position: relative; }
.navbar-expand-xl .navbar-nav li:focus > .nav-link, .navbar-expand-xl .navbar-nav li:hover > .nav-link { color: var(--views-black) !important; }
.navbar-expand-xl .navbar-nav li.active > .nav-link { color: var(--views-black) !important; font-family: var(--views-font-primary-700); }
.navbar-expand-xl .navbar-nav .dropdown > .nav-link.active, .navbar-expand-xl .navbar-nav .dropdown > .nav-link.show { font-family: var(--views-font-primary-700); }
.fixed .navbar-expand-xl .navbar-nav .nav-link { color: var(--views-black); }
.dropdown-toggle::after { display: none; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: none; }
.nav-inside { width: 100%; padding: 0; }
.nav-inside-content { padding: 30px 0; }
.header-link { display: flex; align-items: center; }
.header-call { font-size: 16px; line-height: 1.5; display: flex; align-items: center; gap: 12px; color: var(--views-black); transition: var(--views-custom-ease); }
.header-call:hover { text-decoration: underline; }
.call-icon { width: 24px; height: 24px; }
.header-link + .header-link { margin-left: 26px; }
.navbar-expand-xl .navbar-nav .dropdown > .nav-link { position: relative; padding-right: 28px; }
.navbar-expand-xl .navbar-nav .dropdown > .nav-link::after { content: ""; display: inline-block; border: 0; position: absolute; top: 50%; margin-left: 10px; margin-top: 2px; /* right: 4px; */ width: 13px; height: 8px; background: url(assets/images/dropdown-icon.svg) no-repeat center/contain; transform: translateY(-50%); transform-origin: center center; transition: var(--views-custom-ease); }
.navbar-expand-xl .navbar-nav .dropdown > .nav-link.show::after { transform: translateY(-50%) rotate(180deg); }
.navbar-expand-xl .navbar-nav .nav-link { position: relative; }
.navbar-expand-xl .navbar-nav .nav-link::before { content: ""; position: absolute; left: 0; bottom: 25px; z-index: -1; width: 100%; height: 8px; background: #D0E4BE; transform: scaleX(0); transform-origin: right center; transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1); pointer-events: none; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link::before, .navbar-expand-xl .navbar-nav .nav-item.active > .nav-link::before, .navbar-expand-xl .navbar-nav .nav-item > .nav-link.show::before { transform: scaleX(1); transform-origin: left center; }
.header-white:not(.fixed, .open-menu) .header-call { color: var(--views-white); }
.header-white:not(.fixed, .open-menu) .navbar-brand { filter: brightness(0) invert(1); }
@media only screen and (min-width:1200px) {
 .navbar-expand-xl .navbar-nav > .nav-item:first-child { margin-left: 8px; }
.navbar-expand-xl .navbar-nav > .nav-item:last-child { margin-right: 0; }
.navbar-expand-xl .navbar-nav .dropdown-menu { min-width: 270px; padding: 24px; display: none; flex-direction: column; gap: 16px; position: absolute; top: 100%; left: -8px; margin-top: -5px; color: var(--views-black); border: 1px solid var(--views-light-blue); border-radius: 12px; box-shadow: none; transition: var(--views-custom-ease); }
.navbar-expand-xl .navbar-nav .dropdown-menu.show { display: flex; }
.navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item { color: var(--views-black); padding: 4px 0; font-size: 16px; line-height: 1.5; white-space: normal; width: 100%; display: flex; align-items: center; transition: var(--views-custom-ease); }
.navbar-expand-xl .navbar-nav .dropdown-menu li:hover > .dropdown-item, .navbar-expand-xl .navbar-nav .dropdown-menu li:focus > .dropdown-item { color: var(--views-green); background: transparent; font-family: var(--views-font-primary-700); }
.navbar-expand-xl .navbar-nav .dropdown-menu li.active > .dropdown-item { font-family: var(--views-font-primary-700); color: var(--views-green); }
.header-white:not(.fixed) .navbar-expand-xl .navbar-nav .nav-link { color: var(--views-white); }
.header-white:not(.fixed) .navbar-expand-xl .navbar-nav li:focus > .nav-link, .header-white:not(.fixed) .navbar-expand-xl .navbar-nav li:hover > .nav-link, .header-white:not(.fixed) .navbar-expand-xl .navbar-nav li.active > .nav-link { color: var(--views-white) !important; }
.header-white:not(.fixed) .navbar-expand-xl .navbar-nav .dropdown > .nav-link::after { filter: brightness(0) invert(1); }
.header-white:not(.fixed) #header .btn-green, .header-white:not(.fixed) #header .btn-green:focus { color: var(--views-green); background-color: var(--views-white); border-color: var(--views-white); }
.header-white:not(.fixed) #header .btn-green:hover, .header-white:not(.fixed) #header .btn-green:active { color: var(--views-white); background-color: transparent; border-color: var(--views-white); }
.header-white:not(.fixed) .navbar-expand-xl .navbar-nav .nav-link::before { background: #011308; }
 }
/* ============================== Header End ====================================== */
/* ============================== Global Css Start ================================= */
body.single-post .no-modules-added { display: none; }
.content-container { padding: var(--views-section-padding-desktop) 0; }
.heading { margin-bottom: 65px; font-size: 18px; }
.heading h2 { font-size: 56px; line-height: 1.5; margin-bottom: 0; }
.heading h2.medium { font-size: 24px; line-height: 1.4; }
.heading h2.small { font-size: 18px; line-height: 1.5; }
.heading-icon { display: inline-block; width: 66px; height: 33px; margin: 0 auto 7px; background: url("assets/images/heading-curve.svg") no-repeat center; background-size: contain; }
/* ---- */
.separator-wrapper { gap: 16px; width: 100%; max-width: 888px; margin: 0 auto; opacity: 0.15; }
.separator-icon svg { width: 24px; height: 24px; display: block; }
.separator-line { width: 100%; height: 1px; }
.separator-icon svg path { stroke: #0C381F }
.separator-line-left { background: linear-gradient(90deg, rgba(226, 231, 215, 0), #0C381F); }
.separator-line-right { background: linear-gradient(90deg, #0C381F, rgba(226, 231, 215, 0)); }
/* ---- */
.full-height .swiper-slide { height: auto !important; }
.custom-pagination { gap: 8px; }
.custom-pagination .swiper-pagination-bullet { width: 8px; height: 8px; border-radius: 50%; background: var(--views-light-green); opacity: 0.2; margin: 0 !important; cursor: pointer; transition: all 0.3s ease; }
.custom-pagination .swiper-pagination-bullet-active { background: var(--views-light-green); opacity: 1; }
.swiper-button { width: 48px; height: 48px; border-radius: 50rem; background: var(--views-green); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; }
.swiper-button img { width: 50%; object-fit: contain; transition: filter 0.3s ease, opacity 0.3s ease; }
.swiper-button:hover { background: var(--views-green); }
.swiper-button:hover img { filter: brightness(0) invert(1); }
.swiper-btn-prev img { transform: rotate(180deg); }
.swiper-button.swiper-button-disabled img { opacity: 0.35; }
.swiper-button-lock { display: none !important; }
/* ============================== Global Css End ====================================== */
/* ========================== SCROLL INDICATOR CSS START ============================== */
.scroll-indicator { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 2px; height: 50px; background: rgba(255, 255, 255, .4); z-index: 99999; overflow: hidden; }
.scroll-indicator::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 24px; background: var(--views-white); animation: scroll-indicator 1.25s infinite ease-in-out; }
@keyframes scroll-indicator {
 0% { -webkit-transform: translateY(-24px); transform: translateY(-24px); height: 24px }
50% { -webkit-transform: translateY(0); transform: translateY(0); height: 48px }
100% { -webkit-transform: translateY(68px); transform: translateY(68px); height: 24px }
 }
/* ========================== SCROLL INDICATOR CSS END ============================== */
/* ============================== Footer Start ====================================== */
#footer { background: var(--views-green); color: var(--views-white); position: relative; z-index: 2; }
.footer-upper { padding: 80px 0; }
.footer-logo { width: 200px; margin-bottom: 32px; }
.footer-description { font-size: 32px; line-height: 1.4; }
.footer-contact h6 { margin-bottom: 4px !important; }
.footer-contact-info { font-size: 16px; }
.footer-contact-info a { color: var(--views-white); text-decoration: underline; }
.footer-contact-info a:hover { text-decoration: none; }
#footer .social-links { margin-top: 30px; font-size: 20px; gap: 11px; line-height: 1.2; color: var(--views-light-green); }
#footer .social-links a:hover { color: var(--views-white); }
#footer h6 { font-size: 18px; line-height: 1.6; margin-bottom: 8px; }
address { font-style: normal; }
.footer-col { width: 188px; }
.footer-nav li a { font-size: 16px; color: var(--views-white); padding: 8px 0; text-decoration: none; }
.footer-nav li a:hover { text-decoration: underline; }
.footer-badges { gap: 16px 8px; margin-top: 30px; }
.footer-badge { max-width: calc(50% - 4px); height: 45px; }
.footer-badge img { width: 100%; height: 100%; object-fit: contain; }
.footer-lower { background: var(--views-dark-green); padding: 20px 0; }
.copyright { font-size: 14px; }
.copyright a { color: var(--views-white); text-decoration: underline; }
.copyright a:hover { text-decoration: none; }
.footer-bottom-nav li a { font-size: 14px; color: var(--views-white); text-decoration: underline; }
.footer-bottom-nav li a:hover { text-decoration: none; }
/* ============================== Footer End ====================================== */
.full-hero-content h1 b { font-weight: inherit; font-family: inherit; }
.full-hero-content h1 { visibility: hidden; }
/* ======================== Blog Single Start============================== */
.post-single-hero-container { width: 100%; height: 100vh; display: flex; align-items: center; position: relative; color: var(--views-white); }
.post-single-hero-media { width: 100%; height: 100%; position: absolute; inset: 0; overflow: hidden; z-index: 1; }
.psh-media-inside { width: 100%; height: 100%; position: relative; border-radius: 0; background-color: var(--views-green); transform-origin: bottom center; }
.psh-media-inside img { width: 100%; height: 100%; object-fit: cover; }
.psh-media-inside:before { content: ''; width: 100%; height: 100%; z-index: 1; background: linear-gradient(180deg, #0c371e, #000); opacity: .4; position: absolute; inset: 0; }
.post-single-hero-container .container { position: relative; z-index: 5; }
.psh-background-wrapper { position: absolute; left: -30px; top: 0; width: calc(100% + 60px); height: 100%; background: var(--bg-green); border-radius: 32px 32px 0 0; overflow: hidden; }
.psh-background-wrapper .isMedia { position: relative; width: 100%; height: 100%; transform-origin: bottom center; }
.psh-background-wrapper iframe { width: 105%; left: 50%; height: 115%; object-fit: cover; aspect-ratio: auto; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.post-single-hero-bg { background: var(--views-green); position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 0; }
.post-single-hero-content { display: flex; flex-flow: column; justify-content: center; gap: 24px; }
.post-single-hero-content h1 { font-size: 68px; line-height: 80px; margin-bottom: 0; color: var(--views-white); text-wrap: balance; }
.post-single-hero-category { font-size: 24px; font-family: var(--views-font-primary-500); line-height: 1.3; text-transform: uppercase; margin-bottom: 0; }
.post-single-hero-category a:hover { color: var(--views-white); text-decoration: underline; }
.post-single-hero-date { font-size: 24px; line-height: 1.3; }
.hero-line { display: block; overflow: hidden; }
.hero-line .line-inner { display: block; will-change: transform; opacity: 0; }
/* ---- */
.post-single-content { font-size: 20px; line-height: 1.6; }
.post-single-content p:not(:last-child) { margin-bottom: 40px; }
.post-single-content p a { font-family: var(--views-font-primary-500); color: var(--views-green); text-decoration: underline; }
.post-single-content p a:hover { text-decoration: none; }
.post-single-container .separator { margin: 40px 0; }
.post-published-by-logo { width: 64px; height: 64px; border-radius: 50rem; overflow: hidden; }
.post-published-by-logo img { width: 100%; height: 100%; object-fit: cover; }
.post-published-by-text { font-size: 20px; line-height: 32px; font-family: var(--views-font-primary-700); }
.post-single-content blockquote { font-size: 28px; line-height: 40px; font-family: var(--views-font-primary-700); position: relative; margin-bottom: 24px; font-family: var(--views-font-primary-700); }
.post-single-content blockquote::before { content: ""; position: absolute; left: 0; top: 0; width: 64px; height: 64px; background: url("assets/images/quote-icon.svg") no-repeat center; background-size: contain; }
.post-single-content blockquote, .post-single-content .quote-by { padding-left: 100px; }
.post-single-content .quote-by { font-size: 14px; line-height: 16px; font-family: var(--views-font-primary-700); text-transform: uppercase; margin-bottom: 24px; font-family: var(--views-font-primary-700); }
.post-single-content img { border-radius: 32px; }
.post-single-content img, .post-single-content blockquote, .post-single-content .quote-by { width: calc(100% + 200px); margin-left: -100px; max-width: none; }
.post-single-container .separator-container { margin: 50px 0; }
.post-single-container .separator-container .separator-wrapper { max-width: 100%; }
.pagination-buttons .btn:not([href]) { display: none; }
/* ======================== Blog Single End============================== */
.defualt-page-container p a { font-family: var(--views-font-primary-500); color: var(--views-green); text-decoration: underline; }
.defualt-page-container p a:hover { text-decoration: none; }
/* ======================== Project Listing Start ============================== */
/* -- Hero -- */
.project-hero-container { width: 100%; height: 100vh; display: flex; align-items: center; position: relative; }
.project-hero-breadcrumb { width: 100%; position: absolute; top: 112px; left: 0; }
.project-hero-breadcrumb .breadcrumb-item { color: var(--views-white); }
.project-hero-breadcrumb .breadcrumb-item a { color: var(--views-white); }
.project-hero-breadcrumb .breadcrumb-item.active { color: var(--views-white); }
.project-hero-media { width: 100%; height: 100%; position: absolute; inset: 0; overflow: hidden; z-index: 1; background-color: var(--views-green); }
.prhm-inside { width: 100%; height: 100%; position: relative; border-radius: 0; background-color: var(--views-green); transform-origin: bottom center; }
.prhm-inside img { width: 100%; height: 100%; object-fit: cover; }
.prhm-inside:before { content: ''; width: 100%; height: 100%; z-index: 1; background: linear-gradient(180deg, #0c371e, #000); opacity: .4; position: absolute; inset: 0; }
.project-hero-container .container { position: relative; z-index: 5; }
.prhm-background-wrapper { position: absolute; left: -30px; top: 0; width: calc(100% + 60px); height: 100%; background: var(--views-green); border-radius: 32px 32px 0 0; overflow: hidden; }
.prhm-background-wrapper .isMedia { position: relative; width: 100%; height: 100%; transform-origin: bottom center; }
.project-hero-bg { background: var(--views-green); position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 0; }
.project-hero-content h1 { font-size: 68px; line-height: 80px; margin-bottom: 0; color: var(--views-white); text-wrap: balance; }
.oo-svg { position: relative; display: inline-block; width: auto; height: auto; margin: 0; vertical-align: top; }
.oo-svg .oo-text { display: inline-block; width: 100%; text-align: center; animation: textFadeOut 0.5s forwards; animation-delay: 1.25s; }
.oo-svg svg { position: absolute; width: 100%; height: 100%; opacity: 0; animation: symbolFadeIn 0.75s forwards; animation-delay: 1.25s; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-top: 11%; }
@keyframes textFadeOut {
 to { opacity: 0; transform: scale(0.9); }
 }
@keyframes symbolFadeIn {
 to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
 }
/* -- Project Feed -- */
.projects-feed-nav-tabs { gap: 20px; min-width: 100%; margin-bottom: 80px; }
.projects-feed-nav-link { padding: 11px 24px; font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--views-green); background: transparent; border: 1px solid var(--views-green); border-radius: 50px; white-space: nowrap; cursor: pointer; transition: all 0.3s ease; }
.projects-feed-nav-link:hover { color: var(--views-green); background: var(--views-light-green); border-color: var(--views-light-green); }
.projects-feed-nav-link.active { color: var(--views-white); background-color: var(--views-green); border-color: var(--views-green); }
.projects-feed-box { width: 100%; gap: 80px; }
.pfh-title h2 { font-size: 56px; line-height: 1.2; color: var(--views-green); margin-bottom: 0; }
.pfh-filter-btn, .pfh-filter-btn:focus { padding: 8px 20px; font-size: 16px; line-height: 1.5; background: transparent; border: 1px solid var(--views-green); border-radius: 50rem; transition: all 0.3s ease-in-out; }
.pfh-filter-btn:hover { color: var(--views-green); background: var(--views-light-green); border-color: var(--views-light-green); }
.pfh-filter-btn.is-active { color: var(--views-white); background: var(--views-green); border-color: var(--views-green); }
.hf-scroll { gap: 20px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; }
.hf-scroll::-webkit-scrollbar { display: none; }
.hf-scroll { scrollbar-width: none; }
.projects-feed-body .heading { margin-bottom: 40px; color: var(--views-green); }
.projects-feed-grid { width: calc(100% + 32px); margin-left: -16px; margin-bottom: -40px; }
.projects-feed-item { width: 33.33%; padding: 0 16px; margin-bottom: 40px; }
.projects-feed-card { width: 100%; position: relative; padding-bottom: 74.5%; color: var(--views-white); background: var(--views-green); border-radius: 10px; overflow: hidden; }
.projects-feed-inner:hover, .projects-feed-inner:focus { color: var(--views-white); }
.projects-feed-card:hover { box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.18); }
.projects-feed-image { width: 100%; position: absolute; inset: 0; }
.projects-feed-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); will-change: transform; }
.projects-feed-image::after { content: ''; width: 100%; height: 100%; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.24%, rgba(0, 0, 0, 0.5) 100%); opacity: 0.9; transition: all 0.4s ease; }
.projects-feed-card:hover .projects-feed-image img { transform: scale(1.05); }
.projects-feed-content { width: 100%; height: 100%; position: absolute; inset: 0; padding: 24px; gap: 12px; font-size: 18px; border: 0; z-index: 2; }
.pfc-status { font-size: 18px; font-weight: 400; }
.pfc-status-icon { width: 28px; height: 28px; padding: 5px; margin-right: 16px; background: #F3C395; border-radius: 3px; }
.pfc-status-icon img { width: 100%; height: 100%; object-fit: contain; }
.pfc-title { font-size: 24px; line-height: 1.4; margin-bottom: 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.pfc-label { position: absolute; top: 24px; left: 24px; z-index: 9; }
.pfc-btn { width: fit-content; padding: 3px 20px; font-family: var(--views-font-primary-400); font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--views-green); background: var(--views-light-green); border-radius: 40px; transition: var(--views-custom-ease); }
.projects-feed-footer { max-width: 230px; margin: 0 auto; }
.projects-feed-footer > p { font-size: 14px; margin-bottom: 0; }
.progressbar-wrap { margin-top: 20px; }
.progress { min-width: 230px; height: 8px; padding: 2px; background: var(--views-surface-green); border-radius: 30px; }
.progress-bar { background: var(--views-light-green); border-radius: 10px; }
.load-more-btn-wrap { margin-top: 20px; }
.project-feed-cta { opacity: 0; transition: var(--views-custom-ease); display: none; }
.project-carousel-container .project-feed-cta { display: inline-block; }
.projects-feed-card:hover .project-feed-cta { opacity: 1; }
.project-carousel-container .pfc-label { display: none !important; }
/* -- Project Logo -- */
.project-logo-container .heading h2 { color: var(--views-green); }
.project-logo-item { margin: 0 45px; }
.project-logo-item img { width: auto; height: 22px; }
/* -- Page CTA -- */
.page-cta-box { background: var(--views-surface-green); border-radius: 20px; padding: 64px 48% 64px 64px; }
.page-cta-shape { position: absolute; top: 56%; right: -60px; transform: translateY(-50%); width: 42.15%; right: -3.8%; }
.page-cta-shape img { width: 100%; height: 100%; object-fit: contain; }
.page-cta-content { font-size: 18px; color: var(--views-green); }
.page-cta-content h2 { font-size: 48px; line-height: 1.2; margin-bottom: 24px; }
.pc-cta { margin-top: 32px; }
/* ======================== Project Listing End ============================== */
/* ======================== Project Single Start ============================== */
/* -- Project Page Nav -- */
.ps-page-nav-container { padding: 40px 0; position: sticky; top: 72px; z-index: 99; transition: var(--views-custom-ease); }
body:not(.fixed) .ps-page-nav-container { border-radius: 30px 30px 0 0; }
.psp-nav-content { gap: 20px; }
.psp-nav-title h2 { font-size: 32px; line-height: 1.3; margin-bottom: 0; }
.light-text .psp-nav-title h2 { color: var(--views-white); }
.psp-nav-btn, .psp-nav-btn:focus { padding: 8px 20px; font-size: 16px; line-height: 1.5; color: var(--views-green); background: transparent; border: 1px solid var(--views-green); border-radius: 50rem; transition: all 0.3s ease-in-out; }
.psp-nav-btn:hover, .light-text .psp-nav-btn:hover { color: var(--views-green); background: #D0E4BE; border-color: #D0E4BE; }
.psp-nav-btn.active { color: var(--views-white); background: var(--views-green); border-color: var(--views-green); }
.light-text .psp-nav-btn { color: var(--views-surface-green); background: transparent; border-color: var(--views-surface-green); }
.light-text .psp-nav-btn.active { color: var(--views-green); background: var(--views-surface-green); border-color: var(--views-surface-green); }
.hf-scroll { gap: 20px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; }
.hf-scroll::-webkit-scrollbar { display: none; }
.hf-scroll { scrollbar-width: none; }
/* -- Project Single Heading -- */
.psp-heading { margin-bottom: 80px; }
.psp-heading .subtitle { font-family: var(--views-font-primary-500); font-size: 16px; line-height: 1.5; color: var(--views-green); margin-bottom: 16px; text-transform: uppercase; }
.psp-heading h2 { font-size: 48px; line-height: 1.2; color: var(--views-green); margin-bottom: 0; }
/* -- Site Details -- */
.site-details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px 32px; }
.site-details-grid.text-center .site-details-icon { margin-left: auto; margin-right: auto; }
.site-details-box { padding: 32px 32px 32px 0; font-size: 18px; }
.site-details-icon { width: 68px; height: 68px; margin-bottom: 24px; }
.site-details-icon img { width: 100%; height: 100%; object-fit: contain; }
.site-details-text h3 { font-size: 40px; line-height: 1.2; color: var(--views-green); margin-bottom: 16px; }
.st-value-icon { width: 28px; height: 28px; padding: 5px; background-color: var(--views-light-green); border-radius: 3px; }
.st-value-icon img { width: 100%; height: 100%; object-fit: contain; }
.site-details-content { font-size: 18px; color: var(--views-green); margin-top: 80px; }
/* -- Project Single Virtual Tour -- */
.virtual-tour-wrapper { border-radius: 20px; }
.virtual-tour-wrapper iframe { width: 100%; aspect-ratio: 16/9; }
/* -- Project Single Image Text -- */
.ps-image-text-content { border-radius: 20px; display: grid; gap: 32px; }
.ps-image-text-content.bg-green { padding: 128px 0; }
.ps-image-text-content.bg-green .ps-itc-text { color: var(--views-surface-green); }
.ps-itc-text { font-size: 18px; padding-right: 45px; color: var(--views-green); }
.ps-image-text-content > .flex-row-reverse .ps-itc-text { padding-left: 45px; padding-right: 0; }
.ps-itc-text h3 { font-size: 48px; line-height: 1.2; margin-bottom: 35px; }
.ps-itc-img { padding-bottom: 106%; border-radius: 30px; overflow: hidden; height: 100%; }
.ps-itc-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
/* -- Project Single Text -- */
.ps-text-content { font-size: 18px; color: var(--views-green); }
.ps-text-content h3 { font-size: 48px; line-height: 1.2; margin-bottom: 44px; color: var(--views-green); }
/* -- Project Single Image -- */
.ps-image-img { padding-bottom: 62.8%; border-radius: 20px; overflow: hidden; }
.ps-image-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
/* -- Project Single CTA -- */
.ps-site-card { padding: 30px; border-radius: 20px; }
.ps-site-card h3 { font-size: 32px; line-height: 1.3; color: var(--views-green); margin-bottom: 16px; }
.ps-cta-box.green-card { background: var(--views-light-green); color: var(--views-green); }
.ps-cta-box.blue-card { background: #16202E; color: var(--views-white); }
.ps-cta-box { border-radius: 20px; padding: 64px 48% 64px 64px; }
.ps-cta-shape { position: absolute; top: 23px; right: 45px; width: 37.5%; }
.ps-cta-shape img { width: 100%; height: 100%; object-fit: contain; }
.ps-cta-content { font-size: 18px; }
.ps-cta-content .sub-heading { display: inline-block; padding: 3px 20px; font-size: 16px; margin-bottom: 15px; border: 1px solid var(--views-green); border-radius: 40px; }
.ps-cta-content h2 { font-size: 48px; line-height: 1.2; margin-bottom: 24px; }
.psc-content-cta { margin-top: 32px; }
/* -- Project Contact -- */
.project-contact-head { font-size: 18px; margin-bottom: 32px; }
.project-contact-head h2 { font-size: 48px; line-height: 1.2; color: var(--views-green); }
.project-contact-form .form-group ~ .form-group { margin-top: 24px; }
.project-contact-form .form-label { font-size: 16px; font-weight: 400; margin-bottom: 8px; }
.project-contact-form .form-control { height: 48px; padding: 12px 14px; color: var(--views-black); border: 1px solid #6A6A6A; border-radius: 4px; }
.project-contact-form .form-control:focus, .project-contact-form textarea.form-control:focus { border: 1px solid #404d61; box-shadow: none; }
.project-contact-form .form-control::placeholder { opacity: 0; }
.project-contact-form .form-control:focus::placeholder { opacity: 0.6; }
.project-contact-form textarea.form-control { resize: none; height: 180px; }
.project-contact-img { position: relative; border-radius: 30px; overflow: hidden; width: 100%; height: 100%; background: #fff; display: flex; align-items: center; justify-content: center; }
.project-contact-img img { width: 100%; height: 100%; object-fit: contain; }
.time-countdown-wrapper { margin-top: 94px; }
.time-countdown-card { padding: 52px; gap: 52px; background: var(--views-white); border-radius: 26px; }
.time-countdown-col { color: var(--views-green); text-align: center; }
.time-countdown-value { font-size: 70px; line-height: 1; }
.time-countdown-label { font-size: 24px; line-height: 1; }
/* ======================== Project Single End ============================== */
/* ======================== Project Map Start ============================== */
.project-map-outer { height: calc(100vh - 100px); }
.project-map-view { width: calc(100% - 374px); height: 100%; padding-right: 32px; }
.project-map-box { width: 100%; height: 100%; border-radius: 20px; }
.gm-style-iw:has(.pmv-card) { width: calc(100vw - 60px); max-width: 440px !important; max-height: initial !important; padding: 0 !important; border-radius: 20px !important; }
.gm-style-iw:has(.pmv-card) .gm-style-iw-d { max-height: initial !important; padding: 0 !important; overflow: visible !important; }
.gm-style-iw:has(.pmv-card) .gm-style-iw-ch { display: none !important; }
.gm-style-iw:has(.pmv-card) .gm-style-iw-chr { position: absolute; top: 38px; right: 38px; }
.gm-style-iw:has(.pmv-card) .gm-style-iw-chr button { width: 24px !important; height: 24px !important; }
.gm-style-iw:has(.pmv-card) .gm-style-iw-chr button span { margin: 0 !important; }
.pmv-card { padding: 38px 38px; font-family: var(--views-font-primary-400); font-size: 16px; line-height: 1.5; }
.pmv-feedback-cta { margin-bottom: 22px; }
.pmv-feedback-btn { width: fit-content; padding: 3px 20px; font-family: var(--views-font-primary-400); font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--views-green); background: var(--views-light-green); border-radius: 40px; transition: var(--views-custom-ease); }
.pmv-card-content { margin-bottom: 22px; }
.pmv-card-content h6 { font-family: var(--views-font-primary-700); font-size: 24px; line-height: 1.4; padding-right: 30px; }
.pmv-card-content h6:has(+p) { margin-bottom: 8px; }
.pmv-card-tag { display: inline-block; padding: 8px 20px; font-size: 14px; color: var(--views-green); background: var(--views-surface-green); border-radius: 40px; }
.pmv-card-img { width: 100%; margin-top: 22px; border-radius: 20px; overflow: hidden; max-height: 180px; }
.pmv-card-img img { width: 100%; height: 100%; object-fit: cover; }
.pmv-card-cta { margin-top: 22px; }
.project-list-view { width: 374px; height: 100%; padding: 40px; background: var(--views-white); border-radius: 20px; }
.project-list-head { margin-bottom: 42px; }
.project-list-head h3 { font-size: 32px; line-height: 1.3; color: var(--views-green); margin-bottom: 22px; }
.plh-loc-filters { gap: 12px; }
.plh-loc-filter-btn, .plh-loc-filter-btn:focus { padding: 8px 20px; font-size: 16px; line-height: 1.5; color: var(--views-green); background: transparent; border: 1px solid var(--views-green); border-radius: 50rem; transition: all 0.3s ease-in-out; }
.plh-loc-filter-btn:hover { color: var(--views-green); background: #D0E4BE; border-color: #D0E4BE; }
.plh-loc-filter-btn.active { color: var(--views-white); background: var(--views-green); border-color: var(--views-green); }
.project-list-body { overflow-y: auto; }
.project-location-list { list-style: none; padding: 0; margin: 0; }
.project-location-list:hover li { opacity: 0.3; }
.project-location-list:hover li:hover { opacity: 1; }
.project-location-list li:not(:last-child) { border-bottom: 1px solid #D0E4BE; padding-bottom: 25px; margin-bottom: 25px; }
.project-location-box { gap: 12px; }
.project-location-icon { width: 38px; height: 38px; padding: 6px; flex-shrink: 0; background: var(--views-green); border-radius: 50%; }
.project-location-icon img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.project-location-link { width: calc(100% - 50px); font-family: var(--views-font-primary-700); font-size: 20px; line-height: 1.4; color: var(--views-green); text-decoration: none; }
.project-location-link:hover { color: var(--views-green); text-decoration: none; }
/* ======================== Project Map End ============================== */
/* ====================================================== 
! Extra large devices (large desktops, less than 1600px)
====================================================== */
@media (max-width:1599.98px) {
 /* -- Project Listing -- */
.project-hero-content h1 { font-size: 58px; line-height: 68px; }
 }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 body.header-black, body.page-template-default { padding-top: 62px; }
.navbar { height: 64px; }
.navbar-toggler { width: 48px; height: 48px; border-radius: 0; text-decoration: none; padding: 0; border: 0; background: transparent; margin: -2px 0 0; position: absolute; right: 12px; top: 50%; z-index: 999; transform: translateY(-50%); }
.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; box-shadow: none; }
.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
.home:not(.open-menu) .navbar-toggler.collapsed, .home .navbar-toggler.collapsed:focus, .home .navbar-toggler.collapsed:hover { background: transparent; }
.navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; width: 18px; height: 2px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; border-radius: 5px; transition: var(--views-custom-ease); -webkit-transition: var(--views-custom-ease); vertical-align: middle; }
.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ""; width: 18px; height: 2px; background: var(--views-black); position: absolute; left: 0; border-radius: 5px; transition: var(--views-custom-ease); }
.navbar-toggler.collapsed .navbar-toggler-icon { background: var(--views-black) !important; }
.navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: var(--views-black); }
.navbar-toggler.collapsed .navbar-toggler-icon:before { background: var(--views-black); }
.navbar-toggler.collapsed .navbar-toggler-icon:after { background: var(--views-black); }
.navbar-toggler.collapsed .navbar-toggler-icon:before { top: -5px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -5px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
.navbar-collapse, .navbar-collapse.collapsing { width: 100%; height: 100%; transform: translateX(100%); position: fixed; left: 0; bottom: 0; top: 0; background: var(--views-white); padding: 0; z-index: 99; margin: 0; padding-top: 64px; border: 0; overflow-y: auto; display: block !important; transition: var(--views-custom-ease); }
.navbar .collapse.show { transform: none; }
.navbar-inside { height: 100%; padding: 16px 0; overflow: hidden; overflow-y: auto; display: flex; flex-flow: column; align-items: center; }
.navbar-expand-xl .navbar-nav .nav-item { padding: 12px 20px; margin: 0; transition: var(--views-custom-ease); display: flex; align-items: center; justify-content: center; flex-flow: column; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 18px; font-family: var(--views-font-primary-400); text-align: center; line-height: 1.5; padding: 0; position: relative; color: var(--views-black); width: auto; }
.navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active > .nav-link { color: var(--views-black); font-family: var(--views-font-primary-700); }
.navbar-expand-xl .navbar-nav .dropdown-menu { background: transparent; border: 0; padding: 0; margin: 12px 0 0 !important; }
.navbar-expand-xl .navbar-nav .dropdown-menu li { margin: 0; padding: 0; }
.navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item { padding: 12px 20px; font-size: 16px; text-align: center; font-family: var(--views-font-primary-400); line-height: 1.5; color: var(--views-black); white-space: normal; }
.navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item.active { color: var(--views-black); background: transparent; }
.navbar-inside-bottom { width: 100%; padding: 0 20px; margin-top: 11px; }
.header-right { position: relative; right: 40px; z-index: 99; }
.navbar-expand-xl .navbar-nav .dropdown > .nav-link::after { left: 68px; right: auto !important; }
.navbar-expand-xl .navbar-nav .nav-link::before { bottom: 2px; height: 10px; }
.header-white:not(.fixed) .navbar-toggler.collapsed .navbar-toggler-icon { background: var(--views-white) !important; }
.header-white:not(.fixed) .navbar-toggler.collapsed .navbar-toggler-icon:before, .header-white:not(.fixed) .navbar-toggler.collapsed .navbar-toggler-icon:after { background: var(--views-white) !important; }
.container { width: calc(100% - 16px); }
/* ======================== Blog Single Start============================== */
.post-single-hero-content h1 { font-size: 58px; line-height: 68px; }
.project-hero-breadcrumb { top: 82px; }
/* ======================== Blog Single End============================== */
/* -- Project Listing -- */
.project-hero-content h1 { font-size: 58px; line-height: 68px; }
/* ---- */
.projects-feed-content { font-size: 16px; padding: 24px; }
/* -- Project Single -- */
.site-details-grid { gap: 16px; }
.site-details-text h3 { font-size: 32px; }
/* ---- */
.ps-image-text-content.bg-green { padding: 60px; }
.ps-itc-text { padding-right: 0; }
.ps-image-text-content > .flex-row-reverse .ps-itc-text { padding-left: 0; }
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 .content-container { padding: var(--views-section-padding-tablet) 0; }
.heading { margin-bottom: 48px; }
#footer { text-align: center; }
.footer-logo { margin: 0 auto 32px; }
/* ======================== Blog Single Start============================== */
.post-single-content { font-size: 18px; }
.post-single-content p:not(:last-child) { margin-bottom: 32px; }
.post-published-by-text { font-size: 18px; line-height: 30px; }
.post-single-content blockquote { font-size: 24px; line-height: 32px; }
.post-single-hero-category, .post-single-hero-date { font-size: 20px; }
/* ======================== Blog Single End============================== */
/* -- Project Listing -- */
.projects-feed-nav-tabs { margin-bottom: 48px; }
.projects-feed-box { gap: 48px; }
.projects-feed-body .heading { margin-bottom: 24px; }
.pfh-filter { width: calc(100% + 40px); margin-left: -20px; }
.pfh-filter-btn { flex: 0 0 auto; padding: 8px 20px; background: transparent; border: 1px solid var(--views-green); border-radius: 50rem; white-space: nowrap; }
.hf-scroll { padding: 0 20px; }
.pfh-title h2 { font-size: 32px; }
.projects-feed-grid { width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.projects-feed-item { width: 50%; padding: 0 12px; margin-bottom: 24px; }
.projects-feed-card { padding-bottom: 68.7%; }
.projects-feed-content { font-size: 14px; }
.pfc-title { font-size: 20px; }
/* ---- */
.page-cta-box { padding: 30px; }
.page-cta-shape { width: 288px; top: 100%; transform: none; right: auto; left: 100%; margin-left: -140px; margin-top: -110px; }
/* -- Project Single -- */
.ps-page-nav-container { padding: 30px 0; top: 64px; }
.psp-nav-title h2 { font-size: 24px; line-height: 1.4; }
.psp-nav { width: calc(100% + 40px); margin-left: -20px; }
.psp-nav-btn { flex: 0 0 auto; padding: 8px 20px; background: transparent; border: 1px solid var(--views-green); border-radius: 50rem; white-space: nowrap; }
.hf-scroll { padding: 0 20px; }
/* ---- */
.psp-heading { margin-bottom: 60px; }
.psp-heading h2 { font-size: 40px; }
/* ---- */
.site-details-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 60px 32px; }
.site-details-content { margin-top: 48px; }
/* ---- */
.ps-itc-text h3 { font-size: 40px; }
.ps-itc-img { margin-top: 34px; }
/* ---- */
.ps-text-content h3 { font-size: 40px; }
/* ---- */
.ps-site-card h3 { font-size: 28px; }
.ps-cta-box { padding: 30px; }
.ps-cta-shape { width: 223px; top: 100%; transform: none; right: auto; left: 100%; margin-left: -140px; margin-top: -120px; }
/* ---- */
.project-contact-content { margin-bottom: 48px; }
.project-contact-head h2 { font-size: 40px; }
/* -- Project Map -- */
.project-map-outer { height: auto; }
.project-map-view { width: 100%; height: 680px; padding-right: 0; }
.project-list-view { width: 100%; padding: 0; background: transparent; }
.project-list-head { margin-bottom: 48px; }
.project-list-head h3 { line-height: 1.2; margin-bottom: 48px; }
.project-list-body { display: none; }
.plh-loc-filters { width: calc(100% + 40px); margin-left: -20px; padding: 0 20px; scrollbar-width: none; gap: 20px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; }
/* ---- */
.time-countdown-wrapper { margin-top: 60px; }
.time-countdown-card { padding: 40px; gap: 30px; }
.time-countdown-value { font-size: 56px; }
.time-countdown-label { font-size: 20px; }
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 .content-container { padding: var(--views-section-padding-mobile) 0; }
.heading h2 { font-size: 40px; }
.heading h2.medium { font-size: 20px; }
.heading h2.small { font-size: 16px; }
.footer-upper { padding: 48px 0; }
.footer-description { font-size: 24px; }
.footer-logo { margin-bottom: 24px; }
#footer .social-links { margin-top: 24px; }
.footer-col { width: 100%; }
.footer-nav:first-child { margin-bottom: 40px; }
.footer-bottom-nav { line-height: 1.35; }
/* ======================== Blog Single Start============================== */
.post-single-hero-content { gap: 8px; }
.post-single-hero-content h1 { font-size: 38px; line-height: 48px; }
.post-single-container .separator { margin: 24px 0; }
.post-published-by-text { font-size: 16px; line-height: 24px; }
.post-single-content img, .post-single-content blockquote, .post-single-content .quote-by { width: 100%; margin-left: 0; max-width: none; }
.post-single-content { font-size: 16px; }
.post-single-content p:not(:last-child) { margin-bottom: 24px; }
.post-single-content blockquote { font-size: 20px; line-height: 32px; padding-top: 60px; }
.post-single-content blockquote::before { width: 44px; height: 44px; }
.post-single-content blockquote, .post-single-content .quote-by { padding-left: 0; }
.post-single-hero-category, .post-single-hero-date { font-size: 18px; }
/* ======================== Blog Single End============================== */
/* -- Project Listing -- */
.project-hero-content h1 { font-size: 40px; line-height: 48px; }
/* ---- */
.page-cta-box { padding: 30px; }
.page-cta-content { font-size: 16px; }
.page-cta-content h2 { font-size: 36px; }
/* -- Project Single -- */
.psp-heading { margin-bottom: 48px; }
.psp-heading h2 { font-size: 32px; }
/* ---- */
.site-details-grid { grid-template-columns: 1fr !important; gap: 45px; }
.site-details-box { padding: 0; gap: 24px; align-items: center; }
.site-details-icon { margin-bottom: 0; }
.site-details-text h3 { font-size: 24px; margin-bottom: 4px; }
.st-value-icon { width: 24px; height: 24px; padding: 3px; }
/* ---- */
.ps-image-text-content.bg-green { padding: 30px; }
.ps-itc-text { font-size: 16px; }
.ps-itc-text h3 { font-size: 32px; }
.ps-itc-img { border-radius: 13px; }
/* ---- */
.psp-nav-content { gap:10px; }
.ps-text-content { font-size: 16px; }
.ps-text-content h3 { font-size: 32px; margin-bottom: 34px; }
/* ---- */
.ps-image-img { padding-bottom: 100%; }
/* ---- */
.ps-site-card h3 { font-size: 24px; }
.ps-cta-box { padding: 30px; }
.ps-cta-content { font-size: 16px; }
.ps-cta-content h2 { font-size: 36px; }
/* ---- */
.project-contact-head { font-size: 16px; margin-bottom: 24px; }
.project-contact-head h2 { font-size: 32px; margin-bottom: 20px; }
/* ---- */
.time-countdown-wrapper { margin-top: 48px; padding: 0 20px; }
.time-countdown-card { padding: 30px; gap: 20px; }
.time-countdown-value { font-size: 48px; }
.time-countdown-label { font-size: 18px; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 /* -- Project Listing -- */
.projects-feed-item { width: 100%; }
/* -- Project Map -- */
.gm-style-iw:has(.pmv-card) .gm-style-iw-chr { top: 20px; right: 20px; }
.pmv-card { padding: 40px 20px 20px; }
.time-countdown-card { padding: 25px 20px; }
.time-countdown-value { font-size: 40px; }
.time-countdown-label { font-size: 15px; }
 }
