body::after {
    content: '';
    position: fixed;
    padding: auto;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    background: url(Construction.png) center center; 
    background-repeat: no-repeat; 
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    opacity: 0.3;
    padding-top: 60px;
}

body {
    margin: 0;
    font-family: century gothic;
}

.content {
    margin: 0;
    font-family: century gothic;
    color: black;
    padding-left: 10px;
    text-align: left;
}

#top {
    -webkit-text-fill-color: rgb(0, 0, 0);
    font-size: 50px;
    -webkit-text-size-adjust: auto;
    font-style: bold;
    text-align: center;
    padding: 20px;
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: century gothic;
    color: #111827;
    width: 100%;
    background: linear-gradient(
        to top,
        sienna 0%,
        rgb(219, 151, 120) 40%,
        rgb(252, 207, 186) 100%
    );
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.container {
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Navigate {
    position: sticky;
    font-size: 24px;
    display: inline-flex;
    overflow: visible;
    float: inline-start;
    text-align: center;
    font-family: century gothic;
    gap: calc(10%);
}

.nav-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    margin: auto;
    display: flex;
    justify-content: left;
}

.nav-links li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 500;
}

.nav-links li a:hover {
    background-color: #ddd;
    color: black;
    padding: auto;
    margin: auto;
    border-radius: 8px;
}

.Sub_Navigation {
    list-style-type: none;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: right;
    background-color: sienna;
    font-size: 20px;
}

.Sub_Navigation li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.Sub_Navigation li a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.title_header {
    font-family: century gothic;
    font-size: 34px;
    color: #C5AC69;
    -webkit-text-stroke: 1px black;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    background-color: rgba(136, 45, 23, 0.7);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 5px;
    border-radius: 10px;
}

.title_content {
    font-family: century gothic;
    font-size: 20px;
    color: black;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center;
    background-color: #A4832Fb3;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 5px;
    border-radius: 10px;
}

.title {
    font-family: century gothic;
    font-size: 30px;
    color: rgb(216, 140, 105);
    text-align: left;
    margin-left: 10px;
}

.form{
    margin-left: 3%;
    font-family: Arial;
    color: black;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.social {
    position: sticky;
    font-size: 24px;
    display: inline-flex;
    float: inline-start;
    padding: auto;
    overflow: hidden;
    text-align: center;
    font-family: century gothic;
    gap: calc(10%);
    justify-content: left;
}

.social-links {
    list-style-type: none;
    margin: 0;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    justify-content: center;
}
.social-links li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 500;
}

.social-links li a:hover {
    background-color: #ddd;
    color: black;
    padding: auto;
    margin: auto;
    border-radius: 8px;
}

.gallery-wrap {
    width: 80%;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;

        mask-image: linear-gradient(
            to right,
            transparent,
            black 15%,
            black 85%,
            transparent,
        );

        -webkit-mask-image: linear-gradient(
            to right,
            transparent,
            black 15%,
            black 85%,
            transparent,
        );
    border-radius: 4px;
}

.gallery {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    position: relative;
    padding-top: 80px; /* ← KEY FIX */
    padding-left: 10px;
}

.gallery img {
    width: 200px;
    height: 200px;

    object-fit: cover;
    border-radius: 14px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        width 0.25s ease,
        height 0.25s ease;

    position: relative;
    z-index: 1;
    transform-origin: center bottom;
}

.gallery::-webkit-scrollbar{
    display: none;
}


#back,#forward {
    font-size: 30px;
    background-color: sienna;
    color: white;
    border: none;

    width: 50px;
    height: 50px;

    border-radius: 50%;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;         
    aspect-ratio: 1 / 1;    

    z-index: 1000;             
}

#back:hover,#forward:hover {
    background-color: rgb(219, 151, 120);
    transform: scale(1.1);
    transition: transform 0.3s;;
}

.gallery img:hover {
    height: auto;
    width: auto;

    max-height: 300px;
    max-width: 300px;

    object-fit: contain;

    transform: translateY(-20px) scale(1.2);
    z-index: 20;

    box-shadow: 0 18px 45px rgba(0,0,0,0.35);
    cursor: pointer;
}

.nav-links li {
    position: relative; /* anchor for dropdown */
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;

    background-color: rgb(201, 124, 88);
    min-width: 200px;

    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    text-decoration: none;

    z-index: 2000;
}

/* dropdown links */
.dropdown-menu li a {
    color: rgb(248, 248, 248);
    padding: 12px 16px;
    text-align: left;
    font-size: 18px;
}

/* hover effect inside dropdown */
.dropdown-menu li a:hover {
    background-color: rgba(160, 82, 45, 0.15);
    color: black;
}

/* SHOW DROPDOWN ON HOVER */
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown ion-icon {
    vertical-align: middle;
    margin-left: 4px;
    font-size: 5px;
}

.cat1_section {
    display: flex;
    gap: 20px;
    margin-left: 0;
    justify-content: flex-start;
    padding-left: 10px;
}

.cat_image1 {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    box-shadow: 20px 20px 20px #111827;
}

#cat1 {
    font-family: century gothic;
    font-size: 28px;
    color: rgb(194, 124, 90);
    text-align: left;
    margin-left: 10px;
}


.cat1_content {
    font-family: century gothic;
    max-width: 700px;
    font-size: 22px;
    color: black;
    margin-left: 10px;
    background-color: #A4832Fb3;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 5px;
    border-radius: 10px;

}

.cat1_section {
    display: flex;
    gap: 20px;
    margin-left: 0;
    margin-right: 10px;
    justify-content: flex-start;
    padding-left: 10px;
}

.cat_image1 {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    box-shadow: 20px 20px 20px #111827;
}

#cat2 {
    font-family: century gothic;
    font-size: 28px;
    color: rgb(194, 124, 90);
    text-align: left;
    margin-left: 10px;
}


.cat2_content {
    font-family: century gothic;
    max-width: 700px;
    font-size: 22px;
    color: black;
    margin-right: 10px;
    background-color: #A4832Fb3;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 5px;
    border-radius: 10px;

}

.cat2_section {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    margin-right: 10px;
    justify-content: flex-start;
    padding-left: 10px;
    flex-direction: row-reverse;
}

.cat_image2 {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    box-shadow: -20px 20px 20px #111827;
}

#cat2 {
    font-family: century gothic;
    font-size: 28px;
    color: rgb(194, 124, 90);
    text-align: left;
    margin-left: 10px;
}


.cat2_content {
    font-family: century gothic;
    max-width: 700px;
    font-size: 22px;
    color: black;
    margin-left: 10px;
    background-color: #A4832Fb3;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 5px;
    border-radius: 10px;

}
/* MOBILE BEHAVIOR */
@media (max-width: 800px) {

    .container {
        flex-wrap: wrap;
        gap: 10px;
    }

    /* show hamburger */
    .menu-toggle {
        display: block;
    }

    /* turn nav vertical and hidden by default */
    .Navigate {
        width: 100%;
    }

    .nav-links {
        flex-direction: column;
        gap: 0;
        width: 100%;
        background: sienna;
        border-radius: 10px;

        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }

    /* expand when active */
    .Navigate.active .nav-links {
        max-height: 500px;
    }

    .nav-links li a {
        text-align: left;
        padding: 12px 18px;
    }

    /* dropdowns stack under parent */
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgb(201, 124, 88);
        display: none;
    }
    .dropdown.open .dropdown-menu {
        display: block;
    }
}


.submenu {
   position: absolute;
    top: 0;
    left: 100%;               /* pushes it to the right of the parent */
    margin-left: 8px;         /* small gap */

    background-color: rgb(201, 124, 88);
    min-width: 200px;

    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);

    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.25s ease;

    z-index: 3000;
}
.submenu-icon {
    margin-left: 6px;
    font-size: 12px;
    vertical-align: middle;
}
.has-submenu {
    position: relative; /* anchor for submenu */

}

.submenu li a {
    color: rgb(248, 248, 248);
    padding: 12px 16px;
    text-align: left;
    font-size: 18px;
    display: block;
}

.submenu li a:hover {
    background-color: rgba(160, 82, 45, 0.15);
    color: black;
}

.has-submenu > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.has-submenu:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.dropdown-menu,
.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu li,
.submenu li {
    list-style: none;
}

/* CENTER THE UNDER-CONSTRUCTION MESSAGE */
.Construction {
    min-height: calc(100vh - 160px); /* accounts for header height */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* MESSAGE CARD */
.Construction-card {
    text-align: center;
    max-width: 600px;
    padding: 30px 40px;

    background-color: rgba(164, 131, 47, 0.7);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.Construction-card h1 {
    font-family: century gothic;
    font-size: 36px;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.Construction-card p {
    font-family: century gothic;
    font-size: 20px;
    color: #111;
    margin-bottom: 30px;
}

/* HOME BUTTON */
.home {
    display: inline-block;
    padding: 14px 28px;

    background-color: sienna;
    color: white;
    text-decoration: none;
    font-family: century gothic;
    font-size: 18px;
    font-weight: 500;

    border-radius: 30px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);

    transition: 
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.home:hover {
    background-color: rgb(219, 151, 120);
    color: black;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}