
/* SIGNATURE FONT INCLUDE START */
@font-face {
    font-family: lufga;
    src: url(./fonts/lufga/LufgaRegular.ttf);
}
body {
    font-family: lufga !important;
}
.logo-brand img{
    height: 100px !important;
    margin: 10px 0;
}
.services-slider .services-box{
    border-radius: 20px;
}
section.discover-coastal {
    background: #f0f4f7;
}
.wrapper-discover-coastal-header .title{
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;

}
.wrapper-discover-coastal-header .small-desc{
    font-weight: 300 !important;
    font-size: 22px;
}
.wrapper-discover-coastal-header {
    /* max-width: 800px; */
    max-width: calc(100% - 150px);
}
.wrap-discover-item{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
    transition: 0.1s ease-in-out;
}
.discover-item-bg{
    height: 420px;
    width: 100%;
    object-fit: cover;
}
.wrap-discover-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9;
}

.wrap-overlay-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 25px;
}
.discover-overlay-title{
    color: white;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.discover-overlay-small-desc{
    color: white;
    font-size: 18px;
}
.icon-discover-overlay{
    width: 50px;
    border: 1px solid white;
    border-radius: 100px;
    padding: 11px;
    transition: 0.1s ease-in-out;
}
.wrap-discover-item:hover .icon-discover-overlay-svg{
    fill: #f26522;
    background: white;
    transition: 0.1s ease-in-out;
}
.link-discover-overlay{
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 999;
}
.icon-discover-overlay-svg{
    fill: white;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 100px;
    padding: 11px;
    background: transparent;
}
.icon-discover-overlay-svg:hover{
    transform: scale(1.1);
    transition: 0.1s ease-in-out;
}
.wrapper-hero-slides .slick-arrow:hover {
    border-color: #FFF;
    color: #FFF;
}
.custom-container{
    max-width: 1440px;
    width: 100%;
    padding: 0 50px;
}
.our-process .process-light h4,
.our-process .process-light .process-icon{
    color: black;
}

.our-process .process-light h4{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
.process-icon svg{
    height: 45px;
    width: auto;
}
.wrapper-heading p{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #f26522;
}
.wrapper-heading h1{
    font-size: 40px;
    color: #466697;
    margin-bottom: 50px;
}
.logo-footer{
    width: 200px;
}
.footer-social a i {
   margin-left: 0;
}
.img-certificate{
    width: 100%;
}
.footer-copyright{
    color: white;
    background: #213759;
    text-align: center;
    padding: 15px 0;
}
.wrapper-environmental-protection-header{
    position: relative;
}

.wrapper-environmental-protection-header .title{
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.wrapper-environmental-protection-header .main-heading{
    font-size: 32px;
    line-height: 38px;
    color: black;
    margin-bottom: 5px;
    font-weight: 300;
}
.wrapper-environmental-protection-header .small-desc{
    font-size: 16px;
    max-width: 800px;
}
.wrapper-sustainability-item{
    margin-bottom: 40px;
}
.wrapper-sustainability-item .sustainability-item-img{
    border-radius: 30px;
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.wrapper-sustainability-item h3{
    font-size: 24px;
    color: #303642;
    margin-top: 20px;
    margin-bottom: 10px;
}
.wrapper-sustainability-item p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.wrapper-sustainability-item a{
    color: #f26522;
    cursor: pointer;
    padding: 10px 30px 20px 0;
}

.wrapper-sustainability-item a:hover{
    color: #466697;
}
.wrapper-sustainability-item a:hover svg{
    fill: #466697;
}
.wrapper-sustainability-item a svg{
    margin-right: 15px;
    width: 20px;
    fill: #f26522;
}
.wrap-view-more{
    position: absolute;
    right: 0;
    top: 90px;
    display: flex;
    align-items: center;
}

.wrap-view-more span{
    font-size: 18px;
    color: #213759;
}
.wrap-view-more svg{
    fill: #213759;
    width: 55px;
    height: 55px;
    border: 1px solid #213759;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    margin-left: 15px;
    transition: 0.1s ease-in-out;
}
.wrap-view-more svg:hover{
    transform: scale(1.1);
    transition: 0.1s ease-in-out;
}
.wrap-img-certificate{
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}
.page-header{
    position: relative !important;
    background-size: cover !important;
    height: 270px !important;
    /* z-index: -2; */
    z-index: 2;
}
.page-header::after{
    content: '';
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0 !important;
    background: rgba(0, 0, 0, 0.2) !important;
    z-index: -1;
}
.breadc-box .row{
    min-height: 270px !important;
}
.footer-title{
    font-size: 22px;
    color: white;
    position: relative;
    margin-bottom: 20px;
}
.footer-title::after{
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: white;
}
.project-item{
    border-radius: 20px;
    overflow: hidden;
}
.project-item img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.project-title{
    color: white;
}
.projects-container{
    padding: 0 50px;
}
.cta-title-white{
    color: white !important;
}
.wrapper-map{
    background: #f6f5f5;
    border: 10px solid #e7edfc;
    border-radius: 20px;
    overflow: hidden;
}
.wrapper-map iframe{
    height: 350px !important;
    width: 100% !important;
    border: 0 !important;
}
@media (max-width: 575px) {
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .custom-container{
        padding: 0 30px !important;
    }
    .process {
        padding-left: 70px;
    }
    .process:after{
        left: 45px !important;
    }
    .process .process-icon:before{
        left: 35px !important;
    }
    .process .process-icon:after{
        left: 41px !important;
    }
    .discover-overlay-small-desc {
        font-size: 22px;
        line-height: 33px;
    }
    .mobile-header{
        padding: 0 20px;
    }
    .logo-brand-mobile{
        width: 130px;
        margin: 15px 0;
    }
    #mmenu_toggle{
        margin: 42px 0 0 !important;
    }
    .wrapper-discover-coastal-header{
        max-width: 100% !important;
    }
    .view-all{
        display: none !important;
    }
    .wrapper-map iframe{
        height: 250px !important;
    }
}



.menu-item.active {
    border-bottom: 2px solid #ff4500; /* Change color as needed */
}
.wrap-contact-info{
    border: 3px solid #d5dbe3;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}
.contact-info-title{
    color: #df6039;
    text-transform: uppercase;
    font-size: 24px;
}
