html,
body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #F2B9A8;
    font-style: italic;
    font-weight: bold;
}

* {
    box-sizing: border-box;
}

main {
    flex: 1;
}

/* ------ NavBar Style ------ */
.navbar {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav .nav-item {
    margin-right: 15px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.logo-img {
    max-height: 60px;
    width: auto;
}

/* ------ Hero Style ------ */
.hero-image {
    background-image: url('./img/imageBackground.png');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 534px;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 80%;
}

.hero-text h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
}

.hero-text h2 {
    font-size: 2rem;
    color: black;
    text-shadow: 0 0 10px white;
    font-style: italic;
    font-weight: bold;
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text h2 {
        font-size: 1.25rem;
    }
}

/* ------ Description Style ------ */
.description-content {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    /*background-color: #ffffff;*/
    border-radius: 8px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    overflow-wrap: break-word;
    font-style: italic;
    /*background-color: rgb(175, 122, 122);*/
}

.description-header {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
}

.description-content p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000000;
    text-align: justify;
    word-wrap: break-word;
    font-weight: bold;
}

@media (max-width: 768px) {
    .description-header {
        font-size: 1.5rem;
    }

    .description-content p {
        font-size: 0.9rem;
    }
}

/* ------ About Style ------ */
#about {
    display: none;
    padding: 20px;
    /*background-color: #f8f9fa;*/
    color: #000000;
    line-height: 1.8;
    border-radius: 10px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    margin: 20px auto;
    max-width: 900px;
    overflow-wrap: break-word;
    font-style: italic;
    font-weight: bold;
}

#about h1 {
    font-size: 2.5rem;
    color: #343a40;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Georgia', serif;
    margin-left: auto;
    margin-right: auto;
}

#about p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    text-align: justify;
    line-height: 1.8;
    word-wrap: break-word;
}

#about strong {
    display: block;
    margin-top: 30px;
    font-size: 1.2rem;
    color: #006906;
    font-weight: bold;
    text-align: center;
}

#about footer {
    margin-top: 30px;
    font-size: 1.1rem;
    color: #000000;
    text-align: center;
    font-style: italic;
}

#about h1:hover {
    color: #0056b3;
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    #about {
        padding: 20px;
    }

    #about h1 {
        font-size: 2rem;
    }

    #about p {
        font-size: 1rem;
    }

    #about strong {
        font-size: 1.1rem;
    }

    #about footer {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    #about {
        padding: 15px;
    }

    #about h1 {
        font-size: 1.75rem;
    }

    #about p {
        font-size: 0.9rem;
    }

    #about strong {
        font-size: 1rem;
    }

    #about footer {
        font-size: 0.9rem;
    }
}

/* ------ Comment Style ------ */
#comment {
    padding: 40px 15px;
    /*background-color: #f8f9fa;*/
}

.comment-header {
    margin-bottom: 40px;
}

.comment-title {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    margin: 0 20px;
    font-style: italic;
}

.comment-card {
    /*border: 1px solid #ddd;*/
    border-radius: 10px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    background-color: #e9ecef;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.comment-body {
    padding: 15px;
    flex: 1;
}

.comment-blockquote {
    font-style: italic;
    margin: 0;
    padding: 15px;
    /*border-left: 4px solid #af7a69;*/
    background-color: #e9ecef;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.comment-response {
    margin-top: 15px;
    padding: 15px;
    border: 4px solid #af7a69;
    border-radius: 8px;
    background-color: #e9ecef;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1;
    box-sizing: border-box;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-weight: bold;
}

.comment-main-title {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin: 40px auto;
    padding: 20px;
    /*border-top: 2px solid #007bff;
    border-bottom: 2px solid #007bff;*/
    border-radius: 8px;
    /*background-color: #f8f9fa;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    max-width: 80%;
    font-style: italic;
    text-decoration: none;
    color: #000;
}

@media (min-width: 768px) {
    .comment-card {
        flex-direction: row;
        align-items: flex-start;
    }

    .comment-body {
        flex: 2;
    }

    .comment-response {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .comment-card {
        flex-direction: column;
    }

    .comment-response {
        margin-left: 0;
    }
}

/* ------ Price Style ------ */
.price-content {
    background-color: #ffffff;
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #343a40;
    border: 1px solid #dee2e6;
    margin-top: 5%;
}

.price-description p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #495057;
}

.price-description .highlight {
    font-weight: bold;
    color: #af7a69;
}

.price-description .contact-info {
    color: #af7a69;
    font-weight: bold;
}

.price-description .black {
    color: #000;
    font-weight: bold;
}

.price-description footer {
    text-align: center;
    margin-top: 20px;
    font-size: 1rem;
    color: #6c757d;
}

.price-description a {
    color: #af7a69;
    text-decoration: none;
    font-weight: bold;
    text-decoration: underline;
}

.price-description a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .price-content {
        padding: 20px;
    }

    .price-description p {
        font-size: 1rem;
    }

    .price-description footer {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .price-description p {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    .price-description footer {
        font-size: 0.9rem;
        margin-top: 10px;
    }
}

/* Footer Style */
.site-footer {
    background-color: #343a40;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border-top: 5px solid #007bff;
}

.site-footer p {
    margin: 0;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 15px;
    }

    .site-footer p {
        font-size: 0.9rem;
    }
}