@charset "UTF-8";

/*
Theme Name:Pia Land Co. CRE Wordpress Theme
Author:Taimoor Shan
Author URI:https://www.fiverr.com/s/bdBe6wa
Description:Custom wordpress theme for Pia Land Co
Version:1.0.1
*/
:root {
    --primary: #000000;
    --text: #111111;
    --cream: #faf2e7;
    --background: #fafafa;
}

body {
    background-color: var(--background);
    overflow-x: hidden !important;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
}

#myDemoLogo img {
    width: 230px !important;
}

/************************* fonts,buttons,icons and text blocks styles**********************************/
h1,
h2,
h3,
.h1,
.h2 {
    font-family: "Fraunces", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--primary);
}

h1 {
    font-size: 52px;
    color: var(--primary);
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
}

.heading-inline {
    display: inline !important;
}

a {
    color: var(--primary);
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}

a:hover {
    color: var(--primary);
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
    display: block;
}

.redBtn {
    background: #faf4e8;
    color: var(--primary);
    font-size: 14px;
    padding: 10px 24px;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.3s, color 0.3s 0.3s;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .1rem;
}

.redBtn:hover {
    color: #ffffff;
    background: var(--primary);
}

.mt-145 {
    margin-top: 150px;
    min-height: 65vh;
}

.redBtn.v2 {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.redBtn.v2:hover {
    color: #ffffff;
    background-color: var(--primary);
}

.primary.redBtn {
    background: var(--primary);
    color: #ffffff;
}

.primary.redBtn:hover {
    background: rgba(47, 27, 20, 0.9);
}

.id-scroll-fix-special {
    position: relative;
    top: -100px;
}

.cta {
    color: var(--primary);
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
}

.red {
    color: var(--primary);
    /* font-family:"Montserrat",serif !important; */
}

b,
strong {
    font-weight: 600;
}

.margened {
    margin-top: -4em;
}

#contactMap {
    height: 500px;
}

.bg_secondary_30 {
    background-color: rgba(108, 117, 125, 0.3);
}

.text_muted {
    color: var(--text);
}

.text-primary {
    color: var(--primary);
}

.text-muted-foreground {
    color: #846d62;
}

.address a br {
    display: none;
}

.oi-aspect {
    position: relative;
    overflow: hidden;
}

.oi-aspect img.oi-aspect-img {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    object-fit: cover;
}

.oi-aspect:before {
    content: "";
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-position: center center;
    background-size: cover;
}

.oi-aspect.sixteen-nine:before {
    padding-bottom: 56.25%;
}

.link {
    position: relative;
    padding-bottom: 4px;
}

.link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: var(--primary);
    transition: all 0.3s ease-in-out;
}

.link:hover::before {
    width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: var(--background);
    transition: all 0.5s;
    top: 0;
    box-shadow: 0 2px 15px rgba(25, 119, 204, 0.1);
    position: fixed;
    width: 100%;
    z-index: 997;
}

#header.header-scrolled {
    position: fixed;
    top: 0;
    background: var(--primary);
    box-shadow: 0 2px 15px rgba(25, 119, 204, 0.1);
    z-index: 999;
}

.header-scrolled .custom-logo-link img,
.header-scrolled .logo img {
    filter: invert(1);
}

.custom-logo-link {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Fraunces";
    letter-spacing: 0.5px;
    margin-right: auto;
}

.custom-logo-link img,
.logo img {
    width: 240px;
    position: relative;
    max-width: 100%;
    height: auto;
}

@media (max-width:767px) {

    .custom-logo-link img,
    .logo img {
        width: 180px;
    }
}

#header .header-social-links {
    padding-right: 15px;
}

#header .header-social-links a {
    display: inline-block;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #918f8f;
    border-radius: 100%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.4s;
}

#header .topCta .cta {
    display: flex;
    gap: 14px;
    align-items: center;
}

#header .topCta .cta i {
    color: var(--primary);
}

#header .topCta .cta i {
    transition: all 0.3s;
}

#header .topCta .cta a i:hover {
    color: var(--primary);
}

.bTop {
    border-top: 1px solid var(--primary);
}

@media (max-width:575px) {
    #header .header-social-links a {
        padding-left: 5px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation
*/

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width:768px) {
    .navbar {
        justify-content: center;
        padding-block: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 2em;
    }

    .navbar li {
        position: relative;
        white-space: nowrap;
        padding: auto;
    }

    /* .navbar li:last-child a{border:none; padding:6px 24px; font-size:16px; color:#ffffff !important; background:var(--primary); text-transform:uppercase; letter-spacing:.1rem;}
  .navbar li:last-child a:hover{color:#ffffff !important; background:var(--primary);}
  */

    /* .header-scrolled .navbar li:last-child a{background:#ffffff; color:var(--primary) !important;}
  */
    .navbar a,
    .navbar a:focus {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        color: var(--primary-foreground);
        white-space: nowrap;
        transition: 0.3s;
        border-bottom: 1.5px solid transparent;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: .05rem;
    }

    #header.header-scrolled .navbar a,
    #header.header-scrolled .navbar a:focus {
        color: #ffffff;
    }

    #header.header-scrolled .navbar a:hover,
    #header.header-scrolled .navbar .menu-item-object-page.current-menu-item a,
    #header.header-scrolled .navbar .current-menu-item:focus a,
    #header.header-scrolled .navbar li:hover>a {
        color: #ffffff;
        border-color: #ffffff;
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar li:hover>a,
    .navbar a.active {
        color: var(--primary);
        border-color: var(--primary);
        font-weight: 600;
    }

    /* #header.header-scrolled .current-menu-item a{color:#ffffff; border-color:#ffffff;}
  */
    .navbar .menu-item-has-children a:after {
        content: "\f282";
        display: inline-block;
        font-family: bootstrap-icons !important;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 12px;
    }

    .navbar .menu-item-has-children ul.sub-menu {
        display: block;
        position: absolute;
        left: 20px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 30px rgb(127 137 161 / 25%);
        transition: 0.3s;
    }

    .navbar .menu-item-has-children ul.sub-menu li {
        min-width: 200px;
    }

    .navbar .menu-item-has-children ul.sub-menu a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: var(--primary);
        border: 0;
    }

    .navbar .menu-item-has-children ul.sub-menu a i {
        font-size: 12px;
    }

    .navbar .menu-item-has-children ul.sub-menu a:hover,
    .navbar .menu-item-has-children ul.sub-menu .active:hover,
    .navbar .menu-item-has-children ul.sub-menu li:hover>a {
        color: var(--primary);
    }

    .navbar .menu-item-has-children:hover>ul.sub-menu {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .menu-item-has-children .menu-item-has-children ul.sub-menu {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .menu-item-has-children .menu-item-has-children:hover>ul.sub-menu {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width:768px) and (max-width:1366px) {
    .navbar .menu-item-has-children .menu-item-has-children ul.sub-menu {
        left: -90%;
    }

    .navbar .menu-item-has-children .menu-item-has-children:hover>ul.sub-menu {
        left: -100%;
    }
}

@media (min-width:768px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width:767px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: var(--primary);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .current-menu-item a,
    .navbar .current-menu-item:focus a,
    .navbar li:hover>a {
        color: var(--primary);
    }

    .navbar .menu-item-has-children ul.sub-menu,
    .navbar .menu-item-has-children .menu-item-has-children ul.sub-menu {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: rgba(20, 35, 51, 0.6);
    }

    .navbar .menu-item-has-children>.submenu-active,
    .navbar .menu-item-has-children .menu-item-has-children>.submenu-active {
        display: block;
    }

    .mobile-nav-show {
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        top: 50%;
        color: var(--primary);
        display: none !important;
    }

    .mobile-nav-hide {
        color: rgba(255, 255, 255, 0.9);
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 30px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0);
        z-index: 9996;
    }
}

@media (min-width:767px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none !important;
    }
}

.sub-menu-toggle {
    display: none !important;
}

.fa-bars:before,
.fa-navicon:before {
    color: var(--primary);
}


/*--------------------------------------------------------------
# Home Additional Section 1
--------------------------------------------------------------*/
.homeAddSec1 {
    width: 100%;
    height: 77vh;
    position: relative;
}

@media (max-width:767px) {
    .homeAddSec1 {
        height: 400px;
    }
}

.homeAddSec1 video#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeAddSec1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: rgb(0 0 0 / 50%);
    display: block;
}

.homeAddSec1 .homeAddSec1Inner {
    text-align: start;
    margin-top: 70px;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homeAddSec1Inner h1 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 600;
}

.homeAddSec1Inner h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: .5px;
}

/*--------------------------------------------------------------
# Home Additional Section 2
--------------------------------------------------------------*/

.homeSec2 p {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5;
}

@media (max-width:767px) {
    .homeSec2 p {
        font-size: 1.1rem;
    }
}

/*--------------------------------------------------------------
# Home Interests
--------------------------------------------------------------*/
.interest-item:last-child .border-bottom {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}



/*--------------------------------------------------------------
# Developments & Holdings
--------------------------------------------------------------*/
.homeSecDevelopments .development-content p {
    margin-bottom: .5rem;
}

.homeSecDevelopments .development-content strong {
    font-weight: 400;
    color: var(--text);
    border-bottom: 1px dotted;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.redStrap {
    padding-block: 4rem;
    background: var(--primary);
}

#footer {
    color: #ffffff;
    background: var(--primary);
}

#footer .logo img {
    filter: invert(1);
}

.navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 2em;
}

#footer .navigation ul li {
    line-height: 0;
    margin-bottom: 10px;
}

#footer .navigation ul li a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

#footer .navigation ul .menu-item-object-page.current-menu-item a {
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

#footer .navigation ul li a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

#footer .contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (min-width:992px) {
    #footer .contact {
        justify-content: flex-end;
    }
}

#footer .contact a {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.3s;
}

#footer .contact p {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
}

#footer .contact a:hover {
    text-decoration: underline;
}

#footer .contact span {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.fCta a {
    font-size: 20px;
    color: #ffffff;
}

.fCta a:hover {
    color: #ffffff;
}

.copyright {
    text-align: center;
    padding: 0;
    background: var(--primary);
}

.copyright p {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-block: 1rem;
}

.copyright p a {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (max-width:767px) {
    .py-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

label {
    display: block;
    text-align: start;
}

.form-fields,
.form-fields2,
.form-fields3 {
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 11px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    border: 1px solid #aaaaaa;
    border-radius: 0;
    background: none;
    color: #212529;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}

.form-fields:focus,
.form-fields2:focus,
.form-fields3:focus {
    outline: none !important;
    border: 1px solid var(--primary);
}

.wpcf7-submit,
.ln-widgetBox.search .searchButton a {
    /* float:right; */
    box-sizing: border-box;
    position: relative;
    outline: 0;
    border: 0;
    transition: 0.3s ease-in-out !important;
    background: var(--primary);
    padding: 10px 6px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
}

.wpcf7-submit:hover {
    background: rgba(47, 27, 20, 0.9);
}

div.wpcf7 img.ajax-loader {
    float: left;
}

.wpcf7-list-item {
    display: inline-block;
    margin-right: 10px;
}

div.wpcf7-response-output {
    float: left;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border-bottom: 2px solid red !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffffff;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    display: block;
}

.wpcf7 label {
    display: flex;
    text-align: start;
    flex-direction: column;
    gap: 8px;
    font-weight: 500;
}

.wpcf7 .wpcf7-checkbox label {
    display: flex;
    flex-direction: row;
    text-align: start;
    gap: 8px;
    font-weight: 400;
}

.modal-header h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid var(--primary);
    color: var(--primary);
}

textarea {
    height: 150px;
}

.contAddSec2 .wpcf7 form .wpcf7-response-output {
    color: var(--primary);
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

/* form input:-webkit-autofill,form input:-webkit-autofill:hover,form input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px white inset !important; /* Adjust the color as needed}
*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    background-color: transparent !important;
    background-image: none !important;
    color: transparent !important;
}

.newsSingle .form-fields,
.newsSingle .form-fields2,
.newsSingle .form-fields3 {
    color: var(--primary) !important;
}

/* Footer Copy */
.footerCopy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-block: 1em;
    align-items: center;
}

.footerCopy img {
    width: 180px;
}

.footerCopy a {
    color: #ffffff;
    transition: all .3s;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 16px;
}

.footerCopy a:hover {
    text-decoration: underline;
}
