/*
Theme Name: Elite LKane
Theme URI: http://elitelkane.bullseyeindustry.com
Author: Bullseye Industry
Description: Elite LKane cleaning services single-page theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elitelkane
*/

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Poppins', sans-serif;
    background: #0e1115;
}

#header-propio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2000;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#principal-wrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.background-container {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/04/home.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
}

.logo-img {
    max-height: 50px !important;
    width: auto !important;
    display: block;
}

.custom-logo {
    max-height: 50px !important;
    width: auto !important;
    display: block;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-right a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
}

.nav-right i {
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.search-box {
    display: flex;
    align-items: center;
}

#search-input {
    width: 0;
    opacity: 0;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    transition: 0.4s;
    outline: none;
}

#search-input.active {
    width: 150px;
    opacity: 1;
    margin-right: 10px;
}

.fa-bars, .fa-times, .fa-magnifying-glass {
    font-size: 18px;
    color: white;
    cursor: pointer;
    position: relative;
    z-index: 2100;
}

.fa-bars:hover, .fa-magnifying-glass:hover {
    transform: scale(1.1);
}

.side-menu {
    position: fixed;
    top: 55px;
    left: 30px;
    width: 280px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    padding: 40px;
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    border-radius: 10px;
}

.side-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.side-menu a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.7;
    transition: 0.3s;
}

.side-menu a:hover {
    opacity: 1;
}

.nav-list ul {
    list-style: none;
    padding: 0;
}

.hero-wrapper {
    position: absolute;
    top: 75%;
    left: 60px;
    z-index: 20;
    margin: 0;
    transform: translateY(-50%);
}

.hero-content {
    display: inline-block;
    padding: 20px;
    color: white;
    position: relative;
}

.hero-content::before {
    content: "";
    position: absolute;
    top: -51vh;
    left: -60px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    animation: slideIn 0.8s forwards ease-in-out 0.6s;
}

@keyframes slideIn {
    to { transform: scaleX(1.2); }
}

.hero-title {
    font-size: clamp(28px, 3.8vw, 46px);
    max-width: 500px;
    font-weight: 400;
    margin: 0;
}

.white-line {
    position: absolute;
    width: 100%;
    max-width: 650px;
    height: 2px;
    background: white;
    margin-top: 30px;
    left: -10%;
}

.btn-contact {
    width: 250px;
    position: absolute;
    bottom: 60px;
    right: 120px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 30px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1;
    backdrop-filter: blur(5px);
    z-index: 100;
    transition: 0.3s;
}

.btn-contact:hover {
    background: black;
    border-color: rgba(255, 255, 255, 0.2);
}

.section-two {
    position: relative;
    width: 100% !important;
    max-width: 100vw !important;
    min-height: 100vh !important;
    height: auto !important;
    margin-bottom: 0 !important;
    background-image: url(http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/04/kitchen.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-content: center;
    z-index: 1000;
}

.overlay-desktop-right {
    width: 35vw;
    min-width: 300px;
    max-width: 600px;
    height: auto;
    max-height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    margin-left: 70% !important;
    flex-direction: column;
    justify-content: flex-start;
    padding: 4vw;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.8s ease-out;
    z-index: 1010;
}

.overlay-desktop-right.animate {
    transform: translateX(0);
}

.text-20-desktop {
    font-size: clamp(22px, 2.6vw, 32px);
    color: white;
    font-weight: 300;
    line-height: 1.6;
    word-break: normal;
    text-align: left;
    margin: 0;
    overflow-wrap: break-word;
    margin-top: 24vw;
}

.line-desktop {
    width: 600px;
    height: 2px;
    background: white;
    margin-top: 30px;
}

.btn-contact-left {
    display: inline-block;
    position: absolute;
    width: 250px;
    text-align: center;
    left: 5%;
    bottom: 5%;
    padding: 12px 40px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    transition: 0.3s;
    backdrop-filter: blur(5px);
    align-self: flex-start;
    z-index: 2000;
}

.btn-contact-left:hover {
    background: black;
    border-color: rgba(255, 255, 255, 0.3);
}

.mobile-gallery { display: none; }
.mobile-socials { display: none; }

@media (min-width: 1800px) {
    .text-20-desktop {
        font-size: 22px;
    }
}

@media (max-width: 1366px) {
    .overlay-desktop-right {
        width: 40vw;
    }

    .text-20-desktop {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {

    html, body {
        overflow-y: auto;
        height: auto;
    }

    #header-propio {
        padding: 12px 20px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
    }

    .logo-img,
    .custom-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: 35px;
        width: auto;
    }

    .nav-right {
        display: flex !important;
        align-items: center;
        gap: 10px;
    }

    .fa-magnifying-glass {
        font-size: 16px;
    }

    .mobile-socials {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        align-items: center;
        gap: 12px;
        margin-right: 10px;
    }

    .mobile-socials a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-socials i {
        color: white !important;
        font-size: 20px;
        display: block;
        width: auto;
        height: auto;
    }

    .nav-right > a, .hero-title, .white-line, .hero-content::before, .section-two, .background-container {
        display: none !important;
    }

    .hero-wrapper {
        position: relative;
        left: 0;
        bottom: 0;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile-gallery {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-top: 0 !important;
    }

    .mobile-card {
        width: 100%;
        height: 380px;
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
    }

    .card-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
        box-sizing: border-box;
        justify-content: flex-end;
        z-index: 2;
    }

    .overlay-left {
        left: 0;
        border-radius: 8px 0 0 8px;
        align-items: flex-start;
    }

    .overlay-right {
        right: 0;
        left: auto;
        border-radius: 8px 0 0 8px;
        align-items: flex-start;
        width: 40%;
    }

    .card-overlay h1, .card-overlay p {
        color: white;
        margin: 0;
        z-index: 3;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 1px;
    }

    .text-14 {
        font-size: 24px;
        font-weight: 400;
        text-align: left;
    }

    .text-9 {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.3;
        text-align: left;
    }

    .mobile-line {
        width: 100%;
        height: 2px;
        background-color: white;
        margin-top: 10px;
        align-self: flex-start;
    }

    .btn-contact {
        position: relative !important;
        display: block !important;
        margin: 20px auto !important;
        bottom: 0;
        right: 0;
        width: 80% !important;
    }
}

#about-section {
    background-color: #0e1115;
    color: white;
    min-height: 100vh;
    width: 100%;
    position: relative;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1100;
}

.about-container {
    display: flex;
    max-width: 100vw;
    width: 100%;
    gap: 60px;
    align-items: flex-start;
}

.about-text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.about-title {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(40px, 5vw, 60px);
    color: white;
    text-align: left;
    letter-spacing: 0px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 8%;
    text-transform: uppercase;
}

.about-body {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(16px, 1.2vw, 22px);
    color: white;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
}

.about-body p {
    margin-bottom: 30px;
}

.about-image-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.vertical-line {
    right: 0;
    transform: translateX(-9vw);
    top: 0;
    height: 0;
    width: 2px;
    background-color: #ffffff;
    opacity: 0;
    position: absolute;
    z-index: 5;
    box-sizing: border-box;
}

.vertical-line.animate {
    animation: drawVertical 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes drawVertical {
    from { height: 0; opacity: 0; transform: translateX(-9vw); }
    to { height: 100%; opacity: 1; transform: translateX(-9vw); }
}

.about-image {
    width: 30vw;
    max-width: 450px;
    height: 75vh;
    background-image: url(http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/05/Captura-de-pantalla-2026-04-12-172443.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 0px solid #000;
    flex-shrink: 0;
}

@media (max-width: 1800px) {
    .vertical-line {
        right: 0;
        transform: translateX(-5vw);
    }

    @keyframes drawVertical {
        from { height: 0; opacity: 0; transform: translateX(-5vw); }
        to { height: 100%; opacity: 1; transform: translateX(-5vw); }
    }
}

@media (max-width: 768px) {
    #about-section {
        padding: 40px 0;
        display: block;
        height: auto;
    }

    .about-container {
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
    }

    .about-title {
        font-size: 42px;
        line-height: 1;
        margin-bottom: 25px;
        margin-top: 10%;
        padding: 0 50px;
    }

    .about-body {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 1.8;
        padding: 0 50px;
        width: 100%;
        max-width: 80%;
        box-sizing: border-box;
    }

    .about-body p {
        margin-bottom: 20px;
    }

    .vertical-line {
        display: none;
    }

    .horizontal-line {
        display: inline-block !important;
        width: 0;
        max-width: 70%;
        height: 2px;
        background-color: #ffffff;
        margin-bottom: 5px;
        opacity: 0;
        position: relative;
        left: 0;
    }

    .horizontal-line.animate {
        animation: drawHorizontal 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }

    @keyframes drawHorizontal {
        from { width: 0; opacity: 0; }
        to { width: 70%; opacity: 1; }
    }

    .about-image-wrapper {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        left: 15%;
        margin-top: 40px;
        width: 100%;
        box-sizing: border-box;
    }

    .about-image {
        display: block !important;
        background-image: url(http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/05/Captura-de-pantalla-2026-04-12-172443.png) !important;
        background-size: cover;
        background-position: center;
        width: 100%;
        max-width: 65%;
        margin-right: 5%;
        height: auto;
        aspect-ratio: 2 / 3;
        margin-bottom: 30px;
    }
}

#services-section {
    position: relative;
    width: 100%;
    background-color: #0e1115;
    min-height: 100vh;
    overflow: hidden;
}

.mobile-img { display: none; }
.desktop-img { display: block; }

.services-container {
    display: flex;
    height: 100vh;
    width: 100%;
}

.service-card {
    position: relative;
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.service-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.8s ease;
}

.card-header-centered {
    position: relative;
    z-index: 5;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
    padding: 10px;
}

.service-card.active .card-header-centered {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.service-title-centered {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(50px, 4vw, 55px);
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    margin-left: 40px;
    margin-top: -90px;
}

.learn-more-centered {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 1vw, 14px);
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.learn-more-centered i {
    font-size: 1em;
    order: -1;
    margin-left: -90px;
}

.info-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    transform: translateX(-101%);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10% 12%;
    box-sizing: border-box;
}

.service-card.active .info-overlay {
    transform: translateX(0);
}

.overlay-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.overlay-title {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(45px, 3vw, 50px);
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    line-height: 1;
}

.concept-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
}

.spec-text {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(16px, 1.2vw, 18px);
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
    flex: 1;
    text-align: justify;
    hyphens: auto;
}

.close-overlay {
    color: #ffffff;
    font-size: clamp(12px, 1.2vw, 20px);
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s;
    order: -1;
    padding-top: 6px;
}

.close-overlay:hover {
    opacity: 1;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .desktop-img { display: none; }
    .mobile-img { display: block; }

    .services-container {
        flex-direction: column;
        height: auto;
    }

    .service-card {
        height: 400px;
        flex: none;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .info-overlay {
        padding: 12% 14%;
        justify-content: center;
        background: rgba(0, 0, 0, 0.7);
    }

    .concept-wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }

    .service-card.active .info-overlay {
        transform: translateX(0);
    }

    .service-title-centered {
        font-size: 50px;
        color: #000;
        margin-top: -140px;
    }

    .learn-more-centered {
        font-size: 14px;
        color: #000;
        text-align: justify;
    }

    .spec-text {
        font-size: 14px;
        text-align: justify;
        line-height: 1.2;
        margin-top: -10px;
    }

    .overlay-title {
        font-size: 45px;
        margin-top: -40px;
    }

    .card-header-centered, .service-title-centered, .learn-more-centered {
        pointer-events: none;
    }

    .info-overlay, .close-overlay, .close-overlay i {
        pointer-events: auto !important;
    }
}

#services-gallery {
    width: 100%;
    height: 100vh;
    background: #0e1115;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 60px;
}

.gallery-wrapper {
    display: flex;
    width: 100%;
    height: calc(100vh - 120px);
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
}

.gallery-title-container {
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    padding-right: 40px;
    background: #0e1115;
    z-index: 10;
}

.main-gallery-title {
    font-family: 'Bebas Neue', cursive;
    color: #ffffff;
    font-size: clamp(50px, 4vw, 55px);
    text-transform: uppercase;
    line-height: 1;
    margin-top: -60vh;
}

.gallery-container {
    flex: 1;
    display: flex;
    height: 100%;
    gap: 0;
    position: relative;
}

.gallery-item {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    background-size: cover;
    background-position: center;
}

.item-rental {
    background-image: url('http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/05/cosmos_2007709221.jpeg');
}

.item-deep {
    background-image: url('http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/05/Tranquil-Modern-Bathroom.png');
}

.item-laundry {
    background-image: url('http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/05/white-towel-bed-decoration-bedroom-interior-scaled.jpg');
}

.item-restocking {
    background-image: url('http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/05/cosmos_1994052991.jpeg');
}

.gallery-item.expanded {
    flex: 3;
}

.gallery-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    overflow: hidden;
}

.label-poppins {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(25px, 2vw, 35px);
    font-weight: 400;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    opacity: 1;
    position: absolute;
    bottom: 0;
    transition: opacity 0.3s ease;
}

.gallery-item.expanded .label-poppins {
    opacity: 0;
    pointer-events: none;
}

.info-box {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 60%;
    overflow-y: auto;
}

.gallery-item.expanded .info-box {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.4s ease-in-out 0.3s;
}

.label-1 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(25px, 2vw, 35px);
    font-weight: 600;
    margin: 0 0 10px 0;
}

.label-5 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.3;
    margin: 0;
    text-align: justify;
}

.btn-contact-gallery {
    position: absolute;
    bottom: 2%;
    padding: 12px 40px;
    width: 250px;
    text-align: center;
    left: 3%;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    z-index: 100;
}

.btn-contact-gallery:hover {
    background: black;
    border-color: rgba(255, 255, 255, 0.3);
}

.image-box {
    display: none;
}

@media (max-width: 768px) {
    #services-gallery {
        height: auto;
        padding: 40px 0;
    }

    .gallery-wrapper {
        padding: 0 20px;
        flex-direction: column;
        height: auto;
    }

    .gallery-title-container {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 30px;
        left: 4%;
    }

    .main-gallery-title {
        margin: 0;
        font-size: 50px;
        line-height: 1;
        text-align: left;
        top: 20px;
        bottom: 40px;
    }

    .btn-contact-gallery {
        display: block;
        position: relative;
        width: 100%;
        min-width: 250px;
        text-align: center;
        margin: 40px auto 20px;
        margin-top: 60px;
        padding: 15px 0;
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        color: white;
        text-decoration: none;
        font-size: 18px;
        letter-spacing: 1px;
        transition: 0.3s;
        backdrop-filter: blur(5px);
        align-self: baseline;
        left: auto;
        z-index: 2000;
    }

    .btn-contact-gallery:hover {
        background: black;
        border-color: rgba(255, 255, 255, 0.3);
    }

    .gallery-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: max-content;
        gap: 25px 15px;
        height: auto;
        align-items: start;
    }

    .gallery-item {
        height: 100%;
        display: flex;
        flex-direction: column;
        background: none !important;
    }

    .gallery-item.expanded {
        height: max-content;
    }

    .image-box {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        border-radius: 16px;
        background-size: cover;
        background-position: center;
    }

    .item-rental .image-box {
        background-image: url('http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/05/cosmos_2007709221.jpeg');
    }

    .item-deep .image-box {
        background-image: url('http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/05/Tranquil-Modern-Bathroom.png');
    }

    .item-laundry .image-box {
        background-image: url('http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/05/white-towel-bed-decoration-bedroom-interior-scaled.jpg');
    }

    .item-restocking .image-box {
        background-image: url('http://elitelkane.bullseyeindustry.com/wp-content/uploads/2026/05/cosmos_1452012613.jpeg');
    }

    .gallery-content {
        position: relative;
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: all 0.4s ease;
    }

    .gallery-item.expanded .gallery-content {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        padding: 15px;
        box-sizing: border-box;
    }

    .label-poppins {
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        color: #ffffff;
        line-height: 1.2;
        min-height: auto;
        background: none;
        position: static;
        padding: 0;
        margin-top: 20px;
    }

    .gallery-item.expanded .label-poppins {
        display: none;
    }

    .info-box {
        display: none;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        background: none;
        position: static;
        padding: 0;
        margin: 0 auto;
    }

    .gallery-item.expanded .info-box {
        display: block;
        position: static;
        max-height: 90%;
        width: 100%;
        pointer-events: auto;
        margin-top: 10px;
    }

    .label-1 {
        margin-bottom: 5px;
        color: #ffffff;
        font-size: 25px;
        margin-top: 0;
    }

    .label-5 {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        color: #ffffff;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.contact-section {
    padding: 100px 8%;
    background-color: #0e1115;
    color: #ffffff;
}

.contact-main-title {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(50px, 4vw, 55px);
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.contact-wrapper {
    display: flex;
    gap: 40px;
    align-items: stretch;
    margin-bottom: 60px;
}

.contact-card {
    background: #000;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.form-box {
    flex: 1.3;
}

.form-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 1;
    margin-top: auto;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group {
    flex: 1;
}

.info-card-premium {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.info-card-premium h3 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 1;
    margin-bottom: 0;
    margin-top: 0;
}

.contact-intro {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(13px, 1.2vw, 17px);
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 3vh;
}

.contact-divider {
    border: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    margin: 20px 0 25px;
}

.contact-form label {
    font-size: clamp(16px, 1.2vw, 22px);
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.contact-form input,
.contact-form textarea {
    background: #0e1115;
    border: none;
    color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(12px, 1vw, 14px);
}

.contact-form textarea {
    resize: none !important;
    height: 160px;
    outline: none;
}

.btn-send {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 40px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
    backdrop-filter: blur(5px);
}

.btn-send:hover {
    background: #333;
    color: #ffffff;
}

.contact-info-side {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.info-details-clean {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-details-clean li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    text-transform: none;
    font-size: clamp(14px, 1.2vw, 18px);
}

.info-details-clean span {
    font-size: clamp(14px, 1.2vw, 18px);
    letter-spacing: 0.5px;
    line-height: 1.6;
    color: #ffffff;
}

.info-details-clean i {
    color: #ffffff;
    font-size: 18px;
    width: 25px;
    text-align: center;
    background: none;
    padding: 0;
    margin-top: 1%;
}

.info-details-clean strong {
    display: block;
    font-size: clamp(14px, 1.2vw, 18px);
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.map-container-final {
    width: 100%;
    max-width: 100vw;
    height: 450px;
    margin: 60px auto;
    overflow: hidden;
}

.map-container-final iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-form .form-message {
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

.contact-form .form-message.success { color: #4ade80; }
.contact-form .form-message.error   { color: #f87171; }

@media (max-width: 768px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .form-row {
        flex-direction: column;
    }

    .contact-main-title {
        text-align: left;
        font-size: 50px;
    }
}

#social.social-wrapper {
    padding: 80px 0;
    background: #0e1115;
    overflow: hidden;
    text-align: center;
}

.social-title {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(50px, 4vw, 55px);
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 60px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    margin-left: 8vw;
}

.deck-container {
    perspective: 1000px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deck {
    position: relative;
    width: 450px;
    height: 300px;
    transform-style: preserve-3d;
}

.card {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    background: #1a1e23;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card.active {
    opacity: 1;
    transform: translateZ(200px) translateX(0);
    z-index: 10;
    pointer-events: auto;
}

.card.prev {
    opacity: 0.5;
    transform: translateZ(0) translateX(-65%) scale(0.8);
    z-index: 5;
}

.card.next {
    opacity: 0.6;
    transform: translateZ(0) translateX(65%) scale(0.8);
    z-index: 5;
}

.card.far-left {
    transform: translateX(-200%) scale(0.6);
    opacity: 0;
}

.card.far-right {
    transform: translateX(200%) scale(0.6);
    opacity: 0;
}

.contact-actions {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.action-btn {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.action-btn:hover {
    background: #ffffff;
    color: #000;
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.phone-popover {
    display: none;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 220px;
    background: #1a1e23;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    padding: 15px;
}

.phone-popover::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #1a1e23 transparent transparent transparent;
}

.popover-content p {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 1.2vw, 18px);
    margin: 8px 0;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .deck-container {
        height: 350px;
    }

    .deck {
        width: 80vw;
        height: 320px;
    }

    .card.active {
        transform: translateZ(100px) scale(1.05);
    }

    .card.prev {
        transform: translateX(-55%) translateZ(0) scale(0.8);
        opacity: 0.5;
    }

    .card.next {
        transform: translateX(55%) translateZ(0) scale(0.8);
    }

    .social-title {
        margin-left: 5vw;
        font-size: 50px;
        margin-bottom: 30px;
    }

    .action-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}
