*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --gold: #ffbd59;
}

.text-gold{
    color: white;
}

.bg-gold{
    background-color: var(--gold);
}

.rounded-brand{
    border-radius: 20px;
}

.hero-section{
    min-height: 50vh;
    background-image: url("../images/IMG-20250611-WA0042.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.hero-container{*/
/*    backdrop-filter: blur(5px);*/
/*    min-height: 65vh;*/
/*    align-content: center;*/
/*}*/

.hero-content{
    background-color: rgba(0, 0, 0, 0.515);
    width: 100%;
    min-height: 65vh;
}

.bg-brand-light{
    background-color: #EFEAE6 !important;
}

.text-brand-light{
    color: #EFEAE6 !important;
}

.bars-para{
    display: none
}

.nav-bar-wrap div{
    display: flex;
    justify-content: center;
    text-align: center;
}

.nav-bar-wrap p:nth-child(1){
    text-align: center !important;
    width: 100% !important;
}

.call-hover-btn{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

@media screen and (width < 700px) {
    .bars-para-map{
        display: block
    }
    .nav-bar-wrap div{
        display: flex;
        justify-content: space-between;
        text-align: start;
    }
    .nav-bar-wrap-map p:nth-child(1){
        text-align: start !important;
        width: auto;
    }
    .hero-section{
        min-height: 40vh;
        background-image: url("../images/IMG-20250611-WA0029.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .hero-container{
        min-height: 40vh;
        align-content: center;
    }
    
    .hero-content{
        background-color: rgba(0, 0, 0, 0.515);
        width: 100%;
    }
}

/*# sourceMappingURL=style.css.map */


.icon img {
    width: 100px;
    height: 100px;
  }
  
  .project-content p {
    color: white;
    font-size: 14px;
    padding: 0px 18px;
  }
  
  
  .btn-floating:hover img {
    margin-bottom: -3px
  }
  
  .btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
  }
  
  .btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
  }
  
  .btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
  }
  
  .btn-floating:hover span {
    display: inline-block;
  }
  
  /* Phone */
  .btn-floating.phone {
    bottom: 28%;
    background-color: #760f10;
  }
  
  .btn-floating.phone:hover {
    background-color: #c03421;
  }
  
  /* WhatsApp */
  .btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 20%;
  }
  
  .btn-floating.whatsapp:hover {
    background-color: #1f7a12
  }
  
  .float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 23px;
    background-color: #4722dc;
    color: rgb(240, 232, 232);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: background-color 0.5s;
    margin-left: 12px;
  }
  
  .float2:hover{
    color: red;
  }
  
  .fa-location-dot {
    font-size: 25px;
    margin-top: 15px;
  }
  
  
  @media (max-width: 575px) {
    .float2 {
      width: 50px;
      height: 50px;
      bottom: 100px;
    }
  }