.theme-menu {
    display : none;
}

.zpheader-style-01 {
    border :none;
}

.zpimage-with-text-container.zpimage-align-left figure {
    margin-block-start: -4px;
}

.zpimagetext-container {
        overflow: visible;
}

.overflow-visible {
     overflow: visible;
}


.overflow-visible {
        overflow: visible;
}

.hero-text{
    width : fit-content;
}

@media (min-width: 992px) {
    .theme-header-fixed.theme-header-animate .theme-header.theme-header-transparent.zpdark-header-portion {
        background:none;
    }
    
    .custombg {
    background: none !important;
}
    

}
.zpelementborder{
    border-right : 2px solid #D18F01;
}

.zpelementborderhero{
    border-right : 2px solid #D18F01;
}

.zpelementborderleft{
    border-left : 2px solid #D18F01;
}
.zpelementpadding{
    padding-left : 94px;
}

.zpflexbox{
    display : flex;
    justify-content:center;
    align-items :center;
}


@media (max-width: 768px) {
    .zpimage-with-text-container {
        display: flex;
        flex-wrap: nowrap; 
    }
}

.zpwidthcustom{
    width : 125%;
}

.zpnowrap{
    flex-wrap: nowrap;
}

.zpnerap{
   
     flex-wrap: nowrap;
}

@media only screen and (min-width: 769px) {
  .zpcustommargin {
    margin-left: 13% !important;
  }
}

@media only screen and (max-width: 768px) {
  .zpcustommargin {
    margin-left: auto !important;
  }
}


@media (max-width: 768px) {

    
    
   .zpnerap{
    gap: 12px;
     flex-wrap: wrap;
}
    .zpcustometext h2{
        font-size: 18px !important;
    }
    .zpelementborderhero{
        border-right : none;
    border-bottom : 2px solid #D18F01;
}
}


.zscustom-banner-realestate .zpcontainer {
    padding-inline: 0px;
}

.zpform-label-align-inside li {
 
    margin-block-start: -3px !important;
}




/* Select field */
.zpform-select-field-container select {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #444 !important;
}

/* Dropdown options */
.zpform-select-field-container select option {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.zpform-field-container select option {
    background: #1a1a1a !important;
    color: #ffffff !important;
}


.custombg {
    background: linear-gradient(
        to left,
        rgb(0 0 0 / 0%) -1%,
        rgb(0 0 0 / 95%) 10%,
        rgb(0 0 0 / 40%) 40%,
        rgb(0 0 0 / 9%) 62%,
        rgb(0 0 0 / 0%) 91%
    ) !important;
}


/* Tablet and Mobile */
@media (max-width: 1024px) {
    .custombg {
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.45) 100%
        ) !important;
    }
}


.zplink-text {
    color: white;
}

.zplink-text:hover {
    color: white;
}

.padding-zero{
    padding-inline: 0px !important;
}


.pointer{
    cursor: pointer;
}

.border-left{
    border-left: 1px solid #ffffff26;
}

.border-bottom{
    border-bottom: 1px solid #ffffff26;
}

.border-top{
    border-top: 1px solid #3A97DB;
}

.border-bottom-two{
    border-bottom: 1px solid #3A97DB;
}

.full-width-box {
    width: 99vw;
    background: #737c87;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.low-bright{
        filter: brightness(0.7);
}
.zpimage-with-text-container {
    overflow: visible;
}


.fix-shape{
    width: 100% !important;
    max-width: 430px;
    margin: 5px auto;
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
    box-sizing: border-box;
    overflow: hidden;
}

.overflow {
    overflow: visible !important;
}









/* ==========================================================
   MOBILE MENU
========================================================== */

@media (max-width:1600px){
    
    
.zpimage-container {
    overflow: visible;
}

    /* Hide original menu */
    .bip-navbar{
        position:relative !important;
    }

    .bip-navbar .mobile-menu,
    .bip-navbar .zpelem-button{
        display:none !important;
    }

    /* Hamburger */
    .bip-menu-toggle{
        position:fixed;
        top:20px;
        right:20px;
        width:48px;
        height:48px;
        background:#3A97DB;
        border-radius:8px;
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:28px;
        cursor:pointer;
        z-index:999;
        transition:.3s;
        box-shadow:0 8px 20px rgba(0,0,0,.25);
    }

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

    /* Overlay */

    .bip-overlay{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.55);
        opacity:0;
        visibility:hidden;
        transition:.35s;
        z-index:999997;
    }

    .bip-overlay.active{
        opacity:1;
        visibility:visible;
    }

    /* Sidebar */

    .bip-sidebar{
        position:fixed;
        top:0;
        right:-320px;
        width:300px;
        max-width:85%;
        height:100vh;
        background:#0b1f35;
        transition:right .35s ease;
        z-index:999998;
        padding:22px;
        box-shadow:-15px 0 35px rgba(0,0,0,.35);
        overflow-y:auto;
    }

    .bip-sidebar.active{
        right:0;
    }

    /* Header */

    .bip-sidebar-header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom:30px;
    }

    .bip-logo{
        color:#fff;
        font-size:26px;
        font-weight:700;
    }

    /* Close */

    .bip-close{
        width:42px;
        height:42px;
        background:#3A97DB;
        border-radius:8px;
        display:flex;
        align-items:center;
        justify-content:center;
        color:#fff;
        font-size:30px;
        cursor:pointer;
        transition:.3s;
        user-select:none;
    }

    .bip-close:hover{
        transform:rotate(90deg);
        background:#1f84d4;
    }

    /* Links */

    .bip-sidebar a{
        display:block;
        color:#fff !important;
        text-decoration:none !important;
        font-size:17px;
        font-weight:600;
        padding:16px 6px;
        border-bottom:1px solid rgba(255,255,255,.12);
        transition:.25s;
    }

    .bip-sidebar a:hover{
        color:#FFD54A !important;
        padding-left:15px;
    }

    /* Contact button */

    .contact-btn{
        margin-top:25px;
        text-align:center;
        background:#3A97DB;
        border-radius:8px;
        border:none !important;
        padding:15px !important;
    }

    .contact-btn:hover{
        color:#fff !important;
        background:#2d8bd3;
    }

}

@media(min-width:1600px){

    .bip-menu-toggle,
    .bip-sidebar,
    .bip-overlay{
        display:none !important;
    }

}


.bip-sidebar-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.bip-close{
    flex-shrink:0;
    margin-left:10px;
}

.bip-logo{
    width:160px;
    height:auto;
    object-fit:contain;
    display:block;
}











.bip-top-notice {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f3ef9f;
    color: #1b1b1b;
    padding: 10px 45px 10px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    z-index: 9999999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.bip-notice-close {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #333;
}

.bip-notice-close:hover {
    color: #000;
}

body.bip-notice-active {
    padding-top: 42px;
}

@media (max-width: 767px) {
    .bip-top-notice {
        font-size: 13px;
        padding: 9px 38px 9px 12px;
    }

    body.bip-notice-active {
        padding-top: 58px;
    }
}

/* ================================
   FEATURE ICON SECTION
================================ */

/* Desktop */
.feature-row {
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
}

.feature-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-block-start: 0 !important;
}

.feature-item {
  width: 100% !important;
  text-align: center !important;
  margin-block-start: 0 !important;
}

.feature-item .zpicon-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 105px !important;
  padding: 10px !important;
}

.feature-item svg {
  width: 32px !important;
  height: 32px !important;
  margin-bottom: 12px !important;
}

.feature-item h4,
.feature-item h4 span {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.5px !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

  .feature-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
    padding: 18px 25px !important;
    width: 100% !important;
  }

  .feature-box {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 15px 8px !important;
    margin: 0 !important;
    border: 1px solid rgba(209,143,1,0.45) !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.03) !important;
  }

  .feature-item .zpicon-container {
    min-height: auto !important;
    padding: 0 !important;
  }

  .feature-item svg {
    width: 26px !important;
    height: 26px !important;
    margin-bottom: 9px !important;
  }

  .feature-item h4,
  .feature-item h4 span {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }
}

/* Mobile */
@media (max-width: 767px) {

  .feature-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 15px !important;
    width: 100% !important;
  }

  .feature-box {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 14px 8px !important;
    margin: 0 !important;
    border: 1px solid rgba(209,143,1,0.45) !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.03) !important;
  }

  .feature-item .zpicon-container {
    min-height: auto !important;
    padding: 0 !important;
  }

  .feature-item svg {
    width: 24px !important;
    height: 24px !important;
    margin-bottom: 8px !important;
  }

  .feature-item h4,
  .feature-item h4 span {
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.4px !important;
  }

  .feature-box::before,
  .feature-box::after {
    display: none !important;
  }
}











/* Equal height columns */
.faq-column{
    display:flex !important;
    flex-direction:column;
}

/* Text element inside column */
.faq-column > .zpelement{
    flex:1;
    display:flex;
    flex-direction:column;
}

/* Text content */
.faq-column .zptext{
    flex:1;
}

/* Border */


/* Spacing */
.faq-row{
    margin-bottom:35px;
}

@media(max-width:767px){

    .faq-column{
        margin-bottom:25px;
    }

}









.faq-card{
    height: 155px !important;
    min-height: 155px !important;
    max-height: 155px !important;
    overflow: hidden !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #3A97DB !important;
    box-sizing: border-box !important;
}

.faq-card h3,
.faq-card h4,
.faq-card p{
    margin-top: 0 !important;
}

/* Tablet */
@media(max-width:991px){
    .faq-card{
        height: 175px !important;
        min-height: 175px !important;
        max-height: 175px !important;
    }
}

/* Mobile */
@media(max-width:767px){
    .faq-card{
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        margin-bottom: 25px !important;
    }
}












