/*
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣳⣿⠁⠉⠛⣷⡇
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣶⣷⡾⣯⣿⣿⠀⠀⢀⣿⡇
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⡀⠀⠀⠀⠀⠀⢸⡇⡇⠈⠫⠟⢿⠀⠀⣼⣿⠃
⠀⠀⠀⠀⠀⠀⣰⣯⣿⡿⠛⢿⢿⣷⠀⠀⠀⠀⠈⢿⣯⣖⣂⣤⣄⣤⣿⣿⠏⠀
⣤⣞⠟⠿⢯⡯⣿⣟⠉⠁⠀⢸⣼⣿⠒⠂⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠉⠹⠃⠀
⣿⣿⣄⠀⠀⢻⣿⡿⠀⠀⢀⣏⣟⢳⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠙⣿⣷⣧⡀⠘⠛⠃⠀⣠⣞⣿⡯⠃⠀⠀⠀⠀⠀⠀⢀⣄⡄⡄⠀⠀⠀⠀⠀⠀
⠀⠈⢿⣟⣮⣦⡀⡀⣴⣷⡟⠃⠀⠀⠀⠀⠀⠀⠀⡴⣟⣛⠛⢿⡄⠀⠀⠀⠀⠀
⠀⠀⠀⠈⠛⣿⣿⣿⡿⠋⠀⠀⠀⡤⣄⣤⣤⣄⣾⡟⠀⠀⠁⣸⡇⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠁⠁⠀⠀⠀⠀⠀⣷⡏⡏⠉⠉⢿⡇⠀⠀⣴⣿⠇⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢯⡮⡦⣀⠀⠀⠀⢀⣿⠇⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠑⢭⢯⣵⣿⠿⠶⡿⠃⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠉⠵⠻⠁⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠰⠁⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⠀⠀⠀⠀
/*

/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(pantalon.jfif);
    background-position: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

body p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    color: #222;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);

}

/* Div container */
.container {
    position: relative;
    width: 90%;
    max-width: 1500px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(yarn.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(3px) brightness(0.5); /* Blur + darken */
    z-index: -2;
}

.container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); /* light overlay */
    z-index: -1;
}

/* Header */
header {
    background-image: url(pink-patch.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align everything to the left */
    flex-wrap: wrap;
    padding: 10px 20px;
    border-bottom: 3px solid green;
    gap: 30px;
}

h2 {
    padding-top: 10px;
    color: green;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

h3 {
    color: navy;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

/* Logo styles */
.logo {
    width: 200px;
    height: auto;
    margin: 10px;
}

/* Navigation styles */
.topnav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Ensures navigation stacks on smaller screens */
@media (max-width: 768px) {
    .topnav {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .topnav li {
        width: 100%;
        text-align: center;
    }
    
    .topnav a {
        display: block;
        width: 100%;
        padding: 12px 0;
    }
}

.topnav li {
    display: inline;
}

.topnav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 10px 15px;
}

.topnav a:hover, .topnav a.active {
    background-color: lightgoldenrodyellow;
    border-radius: 5px;
    border: 1px solid gray;
    border-style: dashed;
    border-width: 3px;
}

/* Attributes section styling */
.attributes {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

/* Adjust text and layout for mobile */
.attributes > li {
    font-size: 1.2rem;
    color: navy;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background-image: url(pink-patch.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    border-left: 5px solid green;
    margin-bottom: 10px;
    border-radius: 5px;
}

/* Sublist styles */
.attributes ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}

.attributes ul li {
    font-size: 1rem;
    font-weight: normal;
    color: black;
    background-color: #f0f8ff;
    padding: 8px;
    margin-top: 5px;
    border-radius: 3px;
    border-left: 3px solid #666;
}

/* Services list */
.service {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

.service li {
    font-size: 12;
    background-color: #f097b2;
    background-image: url(pink-patch.png);
    background-repeat: no-repeat;
    background-attachment: scroll, local;
    background-size: 150% 150%;
    background-position: left center;
    text-align: center;
    color: #222;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 900;
    padding: 10px;
    margin-top: 5px;
    border-left: 4px solid green;
    border-radius: 5px;
    line-height: 1.5;
}

/* Contact Us Card */
.contact_us {
    background-color: lightgoldenrodyellow;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    border: 2px solid pink;
    color: green;
}

.contact_us h3 {
    text-decoration: underline;
}

/* Contact card heading */
.contact-card h3 {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 10px;
    
}

/* Contact card text */
.contact-card p {
    font-size: 1rem;
    color: #222;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

/* Images for contacts */
.phone {
    width: 100px;
    padding: 25px;
}

.email {
    width: 100px;
    padding: 25px;
}

.facebook {
    width: 100px;
    padding: 25px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .container {
        width: 95%;
        padding: 15px;
    }

    header {
        flex-direction: column;
        text-align: center;
    }

    .logo {
        width: 150px;
    }

    h2, p {
        text-align: center;
        font-size: 1rem;
    }

    .attributes li {
        font-size: 1rem;
    }

    .contact_us {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .container {
        width: 98%;
    }

    .logo {
        width: 140px;
    }

    h2, p {
        font-size: 0.9rem;
    }

    .attributes li {
        font-size: 0.9rem;
    }
}
