/*Alexrivera.vegas - neilmclean.com - portfolio code*/
/*Copyright 2024 Estebagel*/

/* -----------------------------------------------------------------------
   Global skeleton — applies site-wide on every page.
   Page-specific layout lives in page.css.
   Color/theme overrides live in from-wordpress.css (commented by default).
   ----------------------------------------------------------------------- */

/* General */
html, body {
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
}

/* -----------------------------------------------------------------------
   UAEL nav menu — fixed bottom-right
   ----------------------------------------------------------------------- */
.elementor-widget-uael-nav-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    padding: 20px;
}

.uael-nav-menu {
    border-radius: 8px;
    padding: 10px;
}

.uael-menu-item {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
}

.uael-menu-item:hover {
    color: #00ff5a;
}

#mobile-vertical-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 75%;
    z-index: 1000;
    padding: 85px 0;
    text-align: left;
    max-width: fit-content;
}

@media (max-width: 876px) {
    #site-navigation .navbar-nav > li > a,
    #site-navigation .dropdown-menu > li > a {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: -1px;
        text-transform: uppercase;
    }
}

/* -----------------------------------------------------------------------
   Elementor video embed overlay
   ----------------------------------------------------------------------- */
.elementor-custom-embed-image-overlay img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.elementor-custom-embed-image-overlay {
    pointer-events: none;
}

.elementor-custom-embed-play {
    pointer-events: auto;
}

@media (min-width: 1260px) {
    .elementor-custom-embed-play {
        position: absolute;
        top: clamp(25%, 50%, 25vw);
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1001;
        pointer-events: auto;
    }
}

.elementor-wrapper {
    position: relative;
}

/* -----------------------------------------------------------------------
   Navigation
   ----------------------------------------------------------------------- */
.body-architect {
    border: 0;
    height: 100%;
}

.nav-architect {
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 998;
    width: 200px;
    min-height: 550px;
    left: 50px;
    opacity: 0.95;
}

.nav-container-architect {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 550px;
    text-align: left;
    margin-top: -275px;
    overflow: visible;
}

.nav-container-top-architect {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: static;
}

/* -----------------------------------------------------------------------
   Utility
   ----------------------------------------------------------------------- */
.text-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.elementor .elementor-widget.selection-architect a:hover {
    color: #00ff5a;
}

.elementor .elementor-widget.selection-architect-selected {
    color: orange;
}

/* -----------------------------------------------------------------------
   Social media footer component
   ----------------------------------------------------------------------- */
.social-media-footer {
    text-align: center;
}

.social-media-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 20px;
}

.social-media-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.social-media-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.social-media-item img {
    width: 70%;
    height: auto;
    display: block;
}

/* -----------------------------------------------------------------------
   Misc URL links component
   ----------------------------------------------------------------------- */
.misc-url-links,
.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.misc-url-links li,
.elementor-icon-list-item {
    display: inline-flex;
    align-items: center;
}

/* -----------------------------------------------------------------------
   Gallery grid component
   ----------------------------------------------------------------------- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.gallery-item {
    width: 100%;
    max-width: 399px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-item .elementor-widget-container {
    width: 100%;
    height: 269px;
    overflow: hidden;
    position: relative;
}

.gallery-item .elementor-widget-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.gallery-item .estebagel-gallery-title {
    margin-top: 10px;
    text-align: center;
}

.estebagel-gallery-title {
    text-align: center;
}

.page-specific-gallery {
    height: 96%;
}

/* -----------------------------------------------------------------------
   Personal content component
   ----------------------------------------------------------------------- */
.personal-content-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}

.personal-content-image {
    width: 100%;
    overflow: hidden;
}

.personal-content-item {
    text-align: center;
}
