.header-transparent {
    background-color: rgb(36 36 36); /*rgb(123 125 123 / 14%);*/
    backdrop-filter: blur(7px);
    box-shadow: -2px -3px 20px 3px #00000059;
}
.testimonial-section{
    background-image: url(../images/background-3.png);
    background-size: cover;
    background-position-y: -15rem;

}
.beer-reveal{
	border-right: 5px solid #303337 !important;
}
.about-p-text{
    font-size:20px;
}
.header-mobile{
    background-color: #303337;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after{
 background-color: #FFFFFF !important;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar{
    background-color: #FFFFFF !important;
}
.mobile-menu .mean-bar .mean-nav{
    background-color: #303337;
}
.mobile-menu .mean-bar .mean-nav > ul li span{

    color: #ffffff;
}

.beer-slider {

    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}
.contact-form-wrap select {
    width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    padding: 5px 20px;
    color: #878c9b;
    border-radius: 5px;
    height: 45px;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    z-index: 99999999999;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hide{
    display: none;
}
.contact-address{
    text-align: left;
    padding: 0.5rem;
}
.single-service-item-two .service-image img{
    height: 17rem;
}
.single-service-item-two .service-content .info{
    top: 53% !important;;
}
.rfp-btn{
    background: #151618;
    padding: 1rem;
    text-align: center;
}
.rfp-btn h4{
    color: white;
}
.rfp-btn button{
    background: #ce0404;
    color: white;
    padding: 0.5rem;
}
.slick-slider .slick-dots li.slick-active button {
    background-color: #00000000 !important;
    border-color: #00000000 !important;
}
.project-detail-section {
    background: #f8f8f8;
}
.project-detail-header {
    border-left: 4px solid #c0392b;
    padding-left: 16px;
    margin-bottom: 36px;
}
.project-detail-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1a1a1a;
}
.project-detail-header .location {
    font-size: 15px;
    color: #888;
}
.project-detail-header .location i {
    margin-right: 5px;
    color: #c0392b;
}

/* Gallery grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
@media (max-width: 767px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: 1fr; }
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #1a1a1a;
    aspect-ratio: 4/3;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.gallery-item:hover img {
    transform: scale(1.06);
    opacity: 0.85;
}
.gallery-item .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery-item:hover .overlay {
    opacity: 1;
}
.gallery-item .overlay i {
    font-size: 28px;
    color: #fff;
    background: rgba(192,57,43,0.85);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Featured first image */
.gallery-item.featured {
    grid-column: span 2;
    aspect-ratio: 16/9;
}
@media (max-width: 480px) {
    .gallery-item.featured { grid-column: span 1; aspect-ratio: 4/3; }
}

/* Video container */
.video-container {
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
.video-container video {
    width: 100%;
    display: block;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 18px;
    text-decoration: none;
    transition: all 0.2s;
    background: #fff;
}
.btn-back:hover {
    color: #c0392b;
    border-color: #c0392b;
    text-decoration: none;
}

 .project-card {
     background: #fff;
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0 2px 12px rgba(0,0,0,0.10);
     transition: transform 0.25s ease, box-shadow 0.25s ease;
     height: 100%;
     display: flex;
     flex-direction: column;
 }
.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.16);
}
.project-card-media {
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
}
.project-card-media img,
.project-card-media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.project-card:hover .project-card-media img {
    transform: scale(1.04);
}
.project-card-body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.project-card-body h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1a1a1a;
    line-height: 1.3;
}
.project-card-body .location {
    font-size: 13px;
    color: #888;
    margin-bottom: 14px;
}
.project-card-body .location i {
    margin-right: 4px;
}
.btn-view-project {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #c0392b;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}
.btn-view-project:hover {
    color: #922b21;
    text-decoration: none;
}
.btn-view-project::after {
    content: ' →';
}

/* Tablet (≤768px) */
@media (max-width: 768px) {
    .project-card-body {
        padding: 14px 16px 16px;
    }
    .project-card-body h5 {
        font-size: 15px;
    }
}

/* Mobile (≤575px) */
@media (max-width: 575px) {
    .project-card-body {
        padding: 12px 14px 14px;
    }
    .project-card-body h5 {
        font-size: 14px;
    }
    .project-card-body .location {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .btn-view-project {
        font-size: 12px;
    }
    /* Disable hover lift on touch devices */
    .project-card:hover {
        transform: none;
        box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    }
}
