.header-left .logo {
    position: absolute;
    z-index: 99;
    margin-top: -56px;
}

.header-main {
    height: 110px;
}

section.team-details-section.fix.section-padding {
    padding: 50px;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.project-content.style2 {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}


        #gallery {
            padding: 80px 0;
        }

        .img-wrapper {
            position: relative;
            margin-top: 15px;
            cursor: pointer;
        }

        .img-wrapper img {
            width: 100%;
            display: block;
            transition: transform 0.3s;
        }

        .img-wrapper:hover img {
            transform: scale(1.05);
        }

        .img-overlay {
            background: rgba(0, 0, 0, 0.5);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s;
            transform: scale(1.05);
        }

        .img-wrapper:hover .img-overlay {
            opacity: 1;
        }

        .img-overlay i {
            color: #fff;
            font-size: 3em;
        }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-attachment: fixed; /* Keeps the background fixed */
    overflow: hidden; /* Prevent scrolling */
}

/* Lightbox Image */
#overlay img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

        #overlay.active {
            display: flex;
        }

        #exitButton, #prevButton, #nextButton {
            color: #fff;
            font-size: 2em;
            position: absolute;
            cursor: pointer;
            z-index: 1000;
        }

        #exitButton {
            top: 15px;
            right: 30px;
        }

        #prevButton {
            left: 5%;
            top: 50%;
            transform: translateY(-50%);
        }

        #nextButton {
            right: 5%;
            top: 50%;
            transform: translateY(-50%);
        }
.no-scroll {
    overflow: hidden;
}


@font-face {
  font-family: "Poppins";
  src: url("/webfonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/webfonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../webfonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../webfonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}