﻿
@font-face {
    font-family: 'axia stencil light';
    src: url('../fonts/axia stencil light.otf') format('opentype');
}
@font-face {
    font-family: 'effra_cc_arbc_bold';
    src: url('../fonts/effra_cc_arbc_bold.otf') format('opentype');
}
.ImageLogo
{
    object-fit:cover;
    height:100px;
}

.divsociall{
    align-items:center;
}
.divsociall2{
    align-items:center;
}

.nav-item {
    font-family: effra_cc_arbc_bold !important;
}
.section-overlay {
    position: relative;
    overflow: hidden;
}

    .section-overlay::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(15, 15, 15, 0.5); /* overlay color (#0f0f0f) with opacity */
        z-index: 1; 
    }

    .section-overlay > .container {
        position: relative;
        z-index: 2; 
    }

.brand-logos {
    justify-content: center;
}

    .brand-logos .user-img {
        width: 100px!important; 
        height: 100px!important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 15px;
    }

        .brand-logos .user-img:last-child {
            margin-right: 0;
        }

.footer-area {
    background: #0f0f0f;
    position: relative;
    overflow: hidden;
}
.footer-padding {
    padding-top: 130px;
    padding-bottom: 50px;
}
.footer-area .footer-logo {
    margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0px;
    }
}
.footer-area .footer-tittle p {
    color: #9fa6bd;
}
.footer-area .footer-tittle ul li {
    color: #9fa6bd;
    margin-bottom: 15px;
}
    .footer-area .footer-tittle ul li a {
        color: #868c98;
        font-weight: 300;
    }
.footer-area .footer-tittle h4 {
    color: #ffc804;
    font-size: 35px;
    margin-bottom: 29px;
    font-weight: bold;
    font-family: "Teko", sans-serif;
}
.footer-area .footer-form {
    margin-bottom: 30px;
}
    .footer-area .footer-form form input {
        width: 100%;
        height: 43px;
        padding: 10px 20px;
        border: 0;
        background: #1e293a;
        color: #fff;
    }
.map-footer img {
    width: 100%;
}
.footer-tittle2 {
    background-image: url('https://themewagon.github.io/constructioncompany/assets/img/gallery/map-footer.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}

.footer-area::after {
    position: absolute;
    content: "";
    background-image: url(https://themewagon.github.io/constructioncompany/assets/img/gallery/arrow_testimonial.png);
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0px;
    animation: slide1 1s ease-in-out infinite;
}

.imagelogo{
    height:100px;
}

footer p {
    color: #e6e6e6!important;
}
footer a:hover {
    color: #ffc804 !important;
}
footer a {
    color: #e6e6e6 !important;
}
.divsociall2 p a {
    border-color: #ffc804!important;
}
.divsociall2 p a span {
    color: #ffc804 !important;
}
    .divsociall2 p a:hover span {
        color: #0f0f0f !important;
    }
@media only screen and (max-width: 500px) {
    .divsociall{
        display:none!important;
    }
    .divlogo{
        display:flex;
        align-items:center;
        justify-content:center;
    }
}

.search-nav {
    position: relative;
}

/* Search icon */
.search-open {
    cursor: pointer;
}

/* Search box hidden */
.search-box {
    display: none;
    align-items: center;
    gap: 6px;
}

/* Active state */
.search-nav.active .search-open {
    display: none;
}

.search-nav.active .search-box {
    display: flex;
}

/* Input style */
.search-box input {
    width: 160px;
}

/* Close icon */
.search-close {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .search-box input {
        width: 100%;
    }
}

.cookie-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 100%;
    margin: auto;
    background: #0f0f0f;
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    z-index: 9999;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease;
}

    .cookie-container.show {
        opacity: 1;
        transform: translateY(0);
    }

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-text strong {
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
}

.cookie-text p {
    font-size: 18px;
    color: #ccc;
    margin: 0;
}

.cookie-actions {
    display: flex;
    gap: 10px;
}

.btn-cookie {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.btn-accept {
    background: #ffc804;
    color: #000;
}

.btn-reject {
    background: transparent;
    border: 1px solid #555;
    color: #fff;
}

/* Mobile */
@media (max-width: 576px) {
    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-actions {
        width: 100%;
        justify-content: flex-end;
    }
}

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Base button style */
.float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    /* WhatsApp style */
    .float-btn.whatsapp {
        color: #ffc804;
        background: #0f0f0f;
    }

    /* Email style */
    .float-btn.email {
        color: #0f0f0f;
        background: #ffc804;
    }

    /* Hover effect */
    .float-btn:hover {
        transform: scale(1.1);
    }