/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'league spartan', sans-serif;
    font-size: 1rem;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
}

a {
    text-decoration: none;
    color: #000;
}

/* Mobile CSS (no media query) */
.container {
    margin-top: 10px;
    width: 90%;
    height: 90vh;
    background-color: #000;
    color: #fff;
}

.page-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand-holder {
    z-index: 2;
}

.brand-holder img {
    width: 25%;
    height: auto;
}

.scroll-toggler {
    cursor: pointer;
    z-index: 1001;
    position: relative;
}

.scroll-toggler i {
    font-size: 2rem;
    color: #fff;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main p {
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 0.1rem;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-container {
    max-width: 800px;
    width: 100%;
    margin: 10px;
}

.form-title {
    font-weight: 900;
    font-size: 1.2rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5px;
    gap: 10px;
}

.choice {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 15px;
    border: none;
    border-radius: 5px;
    background-color: #7f7f7f;
    font-weight: bold;
    text-align: center;
}

.choice:hover {
    background-color: #fff;
    color: #000;
    transition: 0.8s ease;
}

.choice input {
    display: none;
}

.choice span {
    display: inline-block;
    width: 100%;
}

.choice:has(input[type="checkbox"]:checked) {
    background-color: #fff;
    color: #000;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.form-control::placeholder {
    font-family: 'league spartan', sans-serif;
    font-weight: 700;
    opacity: 0.5;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #fff;
}

input, textarea {
    padding: 10px;
    margin-bottom: 5px;
    border: none;
    background: none;
    border-bottom: 1px solid #7f7f7f;
    font-size: 0.8rem;
    color: #fff;
    font-family: 'league spartan', sans-serif;
    font-weight: 700;
}

.form-buttons {
    margin-top: 5px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.submit-btn, 
.reset-btn {
    border: 1px solid #7f7f7f;
    padding: 10px 10px;
    align-items: center;
    background: none;
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'league spartan', sans-serif;
} 

.submit-btn:hover,
.reset-btn:hover {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    border: none;
    transition: 1s ease;
}

.footer-nav a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
}

.social a:hover {
    background: linear-gradient(45deg, #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 1000;
    display: flex;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

body.no-scroll {
    overflow: hidden;
}

/* Close Button Animation */
.scroll-toggler.active .fa-bars::before {
    content: "\f00d";
    transition: transform 0.5s ease;
}

/* Modal Content Layout */
.modal-content {
    display: flex;
    width: 100%;
    padding: 3rem;
    position: relative;
}

.contact-info {
    font-weight: 200;
    background: transparent;
    width: 40%;
    z-index: 2;
    position: relative;
}

.contact-info .address {
    margin-top: 4rem;
    margin-bottom: 2rem;
    background: transparent;
}

.contact-info p {
    background: transparent;
}

.contact-link {
    color: #7f7f7f;
}

.contact-link:hover {
    color: #fff;
    transition: 0.5s ease;
}

.scrolling-menu-wrapper {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

/* Infinite Scroll Animation */
.scrolling-menu {
    position: absolute;
    animation: scroll 20s linear infinite;
    white-space: nowrap;
}

.scrolling-menu:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

/* Menu Item Styles */
.menu-items {
    list-style: none;
    /* padding-left: 1rem; */
}

.menu-items li a {
    color: #7f7f7f;
    font-size: 4rem;
    font-weight: 900;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease;
}

.menu-items li a:hover {
    color: #fff;
    transform: translateX(-20px);
}

.menu-items li a:hover::after {
    width: 100%;
    left: 0;
}

/* Hide Scrollbars */
::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Small devices (media query min 576px */
@media screen and (min-width: 576px) {

}


/* Tablet CSS (media query min 768px) */
@media screen and (min-width: 768px) {
    .page-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .main p {
        font-size: 1rem;
        font-weight: 200;
        letter-spacing: 0.1rem;
    }

}

/* Laptop CSS (media query min 1024px) */
@media screen and (min-width: 1024px) {
    .page-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .main p {
        font-size: 1.2rem;
        font-weight: 200;
        letter-spacing: 0.1rem;
    }
}
