body {
    font-family: 'PT Serif Caption', serif;
    background-color: #fefffe;
    color: #1f1e1f;
}

.title {
    font-family: 'Modak', cursive;
}

.header h1 {
    font-size: 2.5em;
}

.hero-section, .about-content-section {
    background-color: #f7f0e6;
    position: relative;
}

.hero-img {
    width: 25%;
}

.hero-section h2 {
    font-size: 5em;
    width: 30%;
    z-index: 1;
}

.pink-wave {
    width: 4%;
    position: absolute;
    left: 19%;
    top: 50%;
}

.green-circle {
    width: 11%;
    position: absolute;
    right: 16%;
    top: 10%;
}

.blue-star {
    width: 8%;
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.why-mural-section h2, .my-work-photos h2, .blog-section h2, .get-quote-section h2, .quote-form-container h2, .about-text-section h2, .blog-content-section h2, .review-section h2, .privacy-policy-section h2, .quiz-section h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.why-mural-section h3 {
    color: #1f1e1f;
    font-size: 2.3em;
}

.why-mural-section p, .blog-section p, .get-quote-section p, .about-content-section p, .about-text-section p, .blog-title-section p, .blog-content-section p, .blog-content-section li, .review-section p, .privacy-policy-section p, .privacy-policy-section li, .quiz-section p {
    font-size: 1.5em;
}

.unique-mood {
    background-image: url('../img/icon_brush.png'); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    height: 300px;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor: pointer;
}

.inspiration {
    background-image: url('../img/icon_bulb.png'); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    height: 300px;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor: pointer;
}

.durable {
    background-image: url('../img/icon_lock.png'); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    height: 300px;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor: pointer;
}

.custom {
    background-image: url('../img/icon_pencil_ruler.png'); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    height: 300px;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor: pointer;
}

.my-work-section, .blog-section, .privacy-policy-section {
    background-color: #f7f0e6;
}

.curved-container {
    position: relative;
    width: 150px;
    height: 150px;
    transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.curved-container h2 {
    border: none;
}

.curved-container span {
    font: bold 0.6em 'PT Serif Caption', serif;
    height: 100px;
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
}

.char0 { transform: rotate(15deg); -moz-transform: rotate(15deg); -webkit-transform: rotate(15deg); }
.char1 { transform: rotate(30deg); -moz-transform: rotate(30deg); -webkit-transform: rotate(30deg); }
.char2 { transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.char3 { transform: rotate(60deg); -moz-transform: rotate(60deg); -webkit-transform: rotate(60deg); }
.char4 { transform: rotate(75deg); -moz-transform: rotate(75deg); -webkit-transform: rotate(75deg); }
.char5 { transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); }
.char6 { transform: rotate(105deg); -moz-transform: rotate(105deg); -webkit-transform: rotate(105deg); }

.portfolio-photos img {
    width: 80%;
    border: 15px solid #c4dbcc;
    cursor: pointer;
}

.portfolio-photos h3, .review-section h3 {
    color: #1f1e1f;
    font-size: 2.3em;
}

.portfolio-btn, .blog-btn, .quiz-btn {
    width: 8%;
    background-color: #c4dbcc;
    border: none;
    border-radius: 50px;
    color: #1f1e1f;
    text-transform: uppercase;
    font-size: 1em;
    padding: 15px 20px;
    font-weight: bold;
}

.blog-section h3, .privacy-policy-section h3 {
    color: #1f1e1f;
    font-size: 2.3em;
}

.blog-section img {
    width: 80%;
}

.blogPostDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*
.get-quote-section {
    background-color: #f7f0e6;
}
*/
.quote-section-buttons {
    gap: 1rem; 
    width: 100%;
}

.quote-btn {
    width: 12%;
    background-color: #c4dbcc;
    border: none;
    border-radius: 50px;
    color: #1f1e1f;
    text-transform: uppercase;
    font-size: 1em;
    padding: 15px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-request-btn {
    width: 15%;
    background-color: #c4dbcc;
    border: none;
    border-radius: 50px;
    color: #1f1e1f;
    text-transform: uppercase;
    font-size: 1em;
    padding: 15px 20px;
    font-weight: bold;
}

.about-btn {
    width: 25%;
    background-color: #c4dbcc;
    border: none;
    border-radius: 50px;
    color: #1f1e1f;
    text-transform: uppercase;
    font-size: 1em;
    padding: 15px 20px;
    font-weight: bold;
}

.portfolio-btn:hover, .quote-btn:hover, .quote-request-btn:hover, .about-btn:hover, .blog-btn:hover, .quiz-btn:hover {
    background-color: #abbfb2;
    border: none;
    color: #1f1e1f;
}

.about-me {
    display: flex; 
    align-items: center; 
    gap: 20px; 
    background-color: #f7f0e6;
}

.me-text {
    flex: 1; 
    position: relative;
}

.me-text h3 {
    color: #1f1e1f;
    font-size: 3em;
}

.me-text p {
    font-size: 1.5em;
}

.me-text img {
    position: absolute;
    left: 60%;
    top: -10%;
}

.me-pic {
    flex: 1;
    position: relative;
}

.me-pic img {
    opacity: 80%;
}

.me-pic svg {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

.footer {
    background-color: #c9ce8c;
    color: #1f1e1f;
}

.footer img {
    width: 40%;
}

.footer-text {
    color: #1f1e1f;
    text-decoration: none;
}

.footer-text:hover {
    color: #1f1e1f;
    text-decoration: none;
    font-weight: bold;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* About page */
.about-quote {
    border: 10px solid #c4dbcc;
    background-color: #fefffe;
}

.about-quote-sign {
    color: #1f1e1f;
    top: -40px; 
    left: -10px;
    font-size: 8em;
}

/* Blog page */
.blog-page {
    background-color: #f7f0e6;
}

.blog-title-section {
    background-color: #f7f0e6;
}

.blog-title-section h1 {
    font-size: 5em;
}

.blog-inline-img {
    max-width: 180px;
    height: auto;
    float: right;
    margin: 0 0 15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    shape-outside: margin-box;
}

/* Review section */
.review-box {
    padding: 2.5rem 2rem 2rem 2rem;
    margin-bottom: 2rem;
    position: relative;
}
.review-stars-img {
    width: 120px;
    height: auto;
    margin-bottom: 0.5rem;
}
.review-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 1rem;
}
.quote-img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}
.quote-beginning {
    margin-right: 0.5rem;
}
.quote-end {
    margin-left: 0;
    align-self: flex-end;
}
.review-text {
    font-style: italic;
}
.review-text p {
    margin-bottom: 0rem;
}

/* Privacy Policy Page */
.privacy-policy-page {
    background-color: #f7f0e6;
}

/* Quiz section */
.quiz-section {
    background-color: #f7f0e6;
    position: relative;
}

.quiz-btn {
    width: 12%;
}

.quiz-question-marks-img {
    position: absolute;
    width: 10%;
    top: 20%;
    right: 10%;
    transform: rotate(30deg);
}

@media (max-width: 1204px) {
    .hero-img {
        width: 35%;
    }

    .hero-section h2 {
        font-size: 4.2em;
        width: 40%;
    }

    .pink-wave {
        width: 6%;
        left: 9%;
    }

    .blue-star {
        width: 10%;
    }

    .why-mural-section p, .blog-section p, .get-quote-section p, .about-content-section p, .about-text-section p, .blog-title-section p, .blog-content-section p, .blog-content-section li, .review-section p, .privacy-policy-section p, .privacy-policy-section li, .quiz-section p {
        font-size: 1.2em;
    }

    .portfolio-photos img {
        width: 90%;
        border: 10px solid #c4dbcc;
    }

    .portfolio-photos h3, .why-mural-section h3, .blog-section h3, .review-section h3, .privacy-policy-section h3 {
        font-size: 2em;
    }

    .portfolio-btn, .quote-request-btn, .blog-btn {
        width: 15%;
    }

    .blog-section img {
        width: 90%;
    }

    .quote-btn, .quiz-btn {
        width: 20%;
    }

    .about-btn {
        width: 40%;
    }

    .me-text p, .why-mural-section p, .blog-section p, .get-quote-section p, .about-content-section p, .about-text-section p, .blog-title-section p, .blog-content-section p, .blog-content-section li, .review-section p, .privacy-policy-section p, .privacy-policy-section li, .quiz-section p {
        font-size: 1.2em;
    }

    .blog-title-section h1 {
        font-size: 4.2em;
    }
}

@media (max-width: 984px) {
    .hero-section h2 {
        font-size: 3.8em;
        z-index: 1;
    }

    .me-text h3 {
        font-size: 2.5em;
    }

    .me-text p, .why-mural-section p, .blog-section p, .get-quote-section p, .about-content-section p, .about-text-section p, .blog-title-section p, .blog-content-section p, .blog-content-section li, .review-section p, .privacy-policy-section p, .privacy-policy-section li, .quiz-section p {
        font-size: 1em;
    }

    .blog-title-section h1 {
        font-size: 3.8em;
    }
}

@media (max-width: 863px) {
    .hero-img {
        width: 50%;
    }

    .hero-section h2 {
        width: 100%;
    }

    .pink-wave {
        width: 8%;
        left: 25%;
        top: 40%;
    }

    .green-circle {
        width: 13%;
    }

    .blue-star {
        width: 12%;
    }

    .portfolio-photos h3, .why-mural-section h3, .blog-section h3, .review-section h3, .privacy-policy-section h3 {
        font-size: 1.5em;
    }

    .me-pic svg {
        width: 230px;
        height: 230px;
    }
}

@media (max-width: 767px) {
    .header h1 {
        font-size: 2em;
    }

    .hero-img {
        width: 75%;
    }

    .hero-section h2 {
        font-size: 3.6em;
    }

    .pink-wave {
        width: 15%;
        position: absolute;
        left: 8%;
        top: 25%;
    }

    .green-circle {
        display: none;
    }

    .blue-star {
        width: 25%;
        position: absolute;
        right: 5%;
        bottom: 5%;
    }

    .unique-mood, .inspiration, .durable, .custom {
        height: 200px;
    }

    .curved-container {
        width: 120px;
        height: 120px;
    }

    .portfolio-photos img {
        width: 90%;
        border: 10px solid #c4dbcc;
    }

    .portfolio-btn, .quote-request-btn, .blog-btn {
        width: 40%;
    }

    .quote-btn, .about-btn, .quiz-btn {
        width: 60%;
    }

    .me-text {
        flex: unset;
    }

    .me-text img {
        width: 5%;
        left: 60%;
        top: 15%;
    }

    .footer img {
        margin: auto;
    }

    .blog-title-section h1 {
        font-size: 2.5em;
    }

    .blog-inline-img {
        float: none;
        display: block;
        margin: 15px auto 10px auto;
        max-width: 90vw;
    }
    .quote-section-buttons {
        flex-direction: column !important;
        gap: 0.5rem !important;
        align-items: center !important;
    }
}