/*
Theme Name: Sushikiriz
Theme URI: https://bravad.ca
Author: Sébastien Gagné / Carl Spooner
Author URI: https://bravad.ca
Description: Wordpress bravad theme (Sushikiriz)
Version: 2.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Color edit */
.primary-nav .menu a{
    color: #1F2D40!important;
    font-weight: 400;
    transition: all 0.3s ease;
}
.primary-nav .menu > .current-menu-item > a{
    color: #494A4C!important;
}
.primary-nav .menu a:hover, .primary-nav .menu a:focus, .primary-nav .menu a:active{
    color: #494A4C!important;
}
.primary-nav .menu > .current-menu-item > a:before{
    background-color: #494A4C!important;
}
.btn, button{
    border-radius: 100vw;
    padding: 5px 20px;
}
.btn.btn-primary, button{
    background:#DBD0C8;
    border:0;
    color:#494A4C;
    transition: all 0.3s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, button:hover, button:focus, button:active{
    background:#1F2D40!important;
    color: #fff !important;
    fill: #fff !important;
    text-decoration:none;
}
.btn.btn-secondary{
    background:#7B7878;
    border:0;
    color:#fff;
    transition: all 0.3s ease;
}
.btn-secondary:hover, .btn-secondary:focus,  .btn-secondary:active{
    background:#494A4C;
    text-decoration:none;
}

.bg-primary{
    background:#DBD0C8!important;
    color:#494A4C!important;
}
.bg-secondary{
    background:#7B7878!important;
    color:#fff!important;
}
.page-footer{
    background: #fff!important;
    font-size:20px;
}
.page-footer h3{
    font-size:24px;
    font-weight: 500;
}
.page-footer .custom-html-widget svg{
    height: 20px;
    object-fit: contain;
    width: auto;
}
footer{
     color: #fff!important;
}
footer:before{
    background: #1F2D40!important;
}
footer a{
    color: #fff!important;
    text-decoration: none!important;
    transition: all 0.3s ease!important;
}
footer a:hover, footer a:focus, footer a:active{
    color: #494A4C!important;
    text-decoration: none!important;
}

.ft-input--checkbox{
    display:flex;
    flex-direction: column;
}

/* BLOCK TESTIMONIALS */
.testimony-container{
    align-items: center;
    background: #fff;
    display: flex;
    gap: 2rem;
    justify-content: center;
    position: relative;
}
.testimony-left{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.testimony-left img{
    border: 2px solid #ff784d;
    border-radius: 50%;
    height: 200px;
    margin: 4rem 4rem 2rem;
    max-width: inherit;
    object-fit: cover;
    width: 200px;
}
.testimony-left h3{
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem 0;
}
.testimony-line{
    background: #ff784d;
    height: 2px;
    width: 50%;
}
.testimony-left p{
    margin: 1rem 0 5rem;
}
.testimony-right{
    height: 100%;
    padding: 2rem;
}
.testimony-text p{
    quotes: "«" "»" "‹" "›";
    text-align: center;
}
.testimony-text p::before {
    content: open-quote;
}
.testimony-text p::after {
    content: close-quote;
}
.swiper-pagination-testimonials .swiper-pagination-bullet{
    background: rgba(0, 0, 0, 0.2);
    color: #000;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    opacity: 1;
    text-align: center;
    width: 20px;
}
.swiper-pagination-testimonials .swiper-pagination-bullet-active{
    background: #ff784d;
    color: #fff;
}
.swiper-pagination-testimonials{
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .testimony-container{
        flex-direction: column;
    }
    .testimony-left{
        width: 100%;
    }
    .testimony-left img{
        height: 200px;
        width: 200px;
    }
    .testimony-left h3{
        font-size: 1.8rem;
    }
    .testimony-left p{
        font-size: 1.5rem;
        margin: 1rem 0;
    }
    .testimony-right{
        padding: 1rem;
    }
    .quote-out{
        margin-bottom: 5rem;
    }
}

/* BLOCK VIDEOS */
.videos{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 4rem;
}
.video{
    height: auto;
}
.video-container{
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    position: relative;
    width: 100%;
}
.video-player{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.v-100{
    width: 100%;
}
.v-50{
    width: 49%;
}
.v-33{
    width: 32%;
}
@media (max-width: 1200px) {
    .v-50{
        width: 48%;
    }
    .v-33{
        width: 31%;
    }
}
@media (max-width: 768px) {
    .v-50{
        width: 100%;
    }
    .v-33{
        width: 100%;
    }
}

/* BLOCK TEXT-COLUMNS */
.text-column li{
    margin: 10px 0;
}

/* BLOCK JOBS */
.job-header{
    align-items: center;

    background: #fff;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.job:not(:last-child) .job-header{
    border-bottom: 1px solid #ff784d;
}
.job-header:hover, .job-header:active, .job-header:focus{
    background: #ff784d;
    cursor: pointer;
    text-decoration: none;
}
.job-header:hover h3, .job-header:active h3, .job-header:focus h3{
    color: #fff;
}
.job-header:hover .job-arrow, .job-header:active .job-arrow, .job-header:focus .job-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
}
.job-header h3{
    color: #4e5354;
    font-size: 3rem;
    margin: 2rem;
    transition: all 0.3s ease;
}
.job-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ff784d;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    height: 2rem;
    margin: 2rem;
    transition: all 0.3s ease;
    width: 2rem;
}
.job a[aria-expanded="true"]{
    background: #ff784d;
}
.job a[aria-expanded="true"] h3{
    color: #fff;
}
.job a[aria-expanded="true"] .job-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}
.job-body{
    background: #fff;
    border: 1px solid #ff784d;
    padding: 2rem;
    padding-bottom: 6rem;
    position: relative;
}
.btn-apply{
    bottom: 2rem;
    position: absolute!important;
    right: 2rem;
}
.bg-black .job-text{
    color: #000;
}
@media screen and (max-width: 768px){
    .job-header h3{
        font-size: 2.2rem;
    }
}
html{
    scroll-behavior: smooth;
}
body, html{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
p{
    font-size: 20px;
}
footer p{
    font-size: 14px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}
section:not(.text-white) h2, section:not(.text-white) .h2{
    color: #1F2D40;
}
section:not(.text-white) p{
    color: #1F2D40;
}
.bg-c-blue{
    background-color: #1F2D40;
}
.btn.btn-primary{
    border-radius: 0;
    background: #fff;
    border: 1px solid #1F2D40;
    color: #1F2D40;
    font-weight: 500;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active{
    background: #1F2D40!important;
    border-color: #1F2D40;
    color: #fff;
    text-decoration:none;   
}
.text-white .btn.btn-primary{
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
}
.text-white .btn.btn-primary:hover, .text-white .btn.btn-primary:focus, .text-white .btn.btn-primary:active{
    background: #fff!important;
    border-color: #fff;
    color: #1F2D40!important;
    fill: #1F2D40!important;
    text-decoration:none;
}
.block-text-image h2, .block-map-properties h2{
    position: relative;
    margin-bottom: 5rem;
}
.block-text-image h2::after, .block-map-properties h2::after{
    content: '';
    display: block;
    width: 175px;
    height: 2px;
    background: #1F2D40;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.block-text-image.text-white h2::after, .block-map-properties.text-white h2::after{
    background: #fff;
}
.primary-nav .menu a{
    color: #1F2D40;
    fill: #1F2D40;
}
.primary-nav .menu li:last-child a{
    background: #1F2D40;
    color: #fff!important;
    padding: 8px 20px;
    border: 1px solid #1F2D40;
    margin-left: 1rem;
}
.primary-nav .menu li:last-child a:hover, .primary-nav .menu li:last-child a:focus, .primary-nav .menu li:last-child a:active{
    background: #fff;
    color: #1F2D40!important;
    text-decoration: none;
    border-color: #1F2D40;
}
.primary-nav .menu li:last-child a::before{
    display: none;
}
.site{
    background-color: #fff;
}
.feature-item{
    box-shadow: none;
    border: 3px solid #1F2D40;
    color: #1F2D40;
    padding: 8rem 2rem;
}
.feature-item i{
    color: #1F2D40;
}
.block-image img{
    aspect-ratio: 16/9;
    object-fit: cover;
    max-height: 70vh;
    width: 100%;
}
.block-posts .swiper-container{
    overflow-x: hidden;
}
.portfolio-item{
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.portfolio-item .image{
    aspect-ratio: 400/350;
    padding-bottom: 0;
    height: auto;
    margin-bottom: 20px;
    border-radius: 0;
}
.portfolio-item .title{
    color: #1F2D40;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    padding: 0;
}
.portfolio-item .title:hover, .portfolio-item .title:focus, .portfolio-item .title:active{
    color: #1F2D40;
    text-decoration: none;
    opacity: 0.8;
}
.page-footer .widget-title{
    color: #1F2D40;
    font-size: 24px;
    font-weight: 700;
}
.footer-socials{
    display: flex;
    gap: 2rem;
    margin-top: 40px;
}
.footer-socials a i{
    color: #1F2D40;
    transition: all 0.3s ease;
    font-size: 24px;
    margin-bottom: 10px;
}
.footer-socials a i:hover, .footer-socials a i:focus, .footer-socials a i:active{
    opacity: 0.8;
}
.page-footer a{
    color: #1F2D40;
}
.page-footer a:hover, .page-footer a:focus, .page-footer a:active{
    opacity: 0.8;
    text-decoration: none;
}

/* BLOCK MAP PROPERTIES */
.block-map-properties {
    background: #1F2D40;
    position: relative;
    overflow: hidden;
}

.block-map-properties .row {
    min-height: 500px;
}

.properties-map {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #1F2D40;
}

.block-map-properties .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 40px;
}
.custom-pl{
    padding-left: calc((100vw - 1140px) / 2 + 4rem)!important;
}
@media(max-width: 1200px){
    .custom-pl{
        padding-left: calc((100vw - 960px) / 2 + 4rem)!important;
    }
}
@media(max-width: 992px){
    .custom-pl{
        padding-left: calc((100vw - 720px) / 2 + 4rem)!important;
        padding-right: calc((100vw - 720px) / 2 + 4rem)!important;
    }
    .properties-map {
        height: 70vh;
    }
    .block-map-properties .content{
        padding: 60px 20px;
    }
}
@media(max-width: 768px){
    .custom-pl{
        padding-left: calc((100vw - 540px) / 2 + 4rem)!important;
        padding-right: calc((100vw - 540px) / 2 + 4rem)!important;
    }
}

/* MAP MARKER POPUP STYLING */
.gm-style .property-info {
    background: #fff;
    padding: 0 20px 20px 20px;
    min-width: 280px;
    max-width: 320px;
    border: none;
    font-family: 'Outfit', sans-serif;
    animation: popupSlideIn 0.3s ease-out;
    transform-origin: bottom center;
}

.gm-style .property-info h3 {
    color: #1F2D40;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.gm-style .property-info p {
    color: #6B7280;
    font-size: 14px;
    margin: 0 0 16px 0;
    line-height: 1.4;
}

.gm-style .property-info .btn {
    background: #1F2D40;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.gm-style .property-info .btn:hover {
    background: #2D3748;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(31, 45, 64, 0.3);
}

.gm-style .property-info .btn:active {
    transform: translateY(0);
}

/* Custom InfoWindow styling */
.gm-style .gm-style-iw {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.gm-style .gm-style-iw-d {
    overflow: hidden;
}

.gm-style .gm-style-iw-t::after {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Close button styling */
.gm-style .gm-ui-hover-effect {
    background: #f8f9fa;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.gm-style .gm-ui-hover-effect:hover {
    background: #e9ecef;
    transform: scale(0.8);
}
.gm-ui-hover-effect:hover>span{
    background-color: #fff;
}

.gm-style-iw-d:not(:has(.property-info)), .gm-style-iw-ch:not(:has(.property-info)){
    padding: 10px;
}

/* Animations */
@keyframes popupSlideIn {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes popupFadeOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.95);
    }
}

.nombre input{
    max-width: 100px;
}