* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Georgia', serif;
            line-height: 1.6;
            color: #333;
            background-color: #fff;
        }

        /*nav {*/
        /*    display: flex;*/
        /*    justify-content: space-between;*/
        /*    align-items: center;*/
        /*    background: #fff;*/
        /*    padding: 15px 50px;*/
        /*    font-size: 16px;*/
        /*    position: relative;*/
        /*    box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
        /*    font-family: 'Libre Baskerville', serif;*/
        /*}*/

        /*.nav-logo {*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*}*/

        /*.nav-logo img {*/
        /*    height: 50px;*/
        /*    width: auto;*/
        /*    object-fit: contain;*/
        /*}*/

        /*.nav-menu {*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    gap: 25px;*/
        /*}*/

        /*.nav-menu a {*/
        /*    text-decoration: none;*/
        /*    color: #000;*/
        /*    font-weight: 500;*/
        /*    transition: color 0.3s ease;*/
        /*}*/

        /*.nav-menu a:hover {*/
        /*    color: #8B4513;*/
        /*    text-decoration: underline;*/
        /*}*/

        /*.nav-dropdown {*/
        /*    position: relative;*/
        /*    display: inline-block;*/
        /*}*/

        /*.nav-dropbtn {*/
        /*    text-decoration: none;*/
        /*    color: #000;*/
        /*    font-weight: 500;*/
        /*    cursor: pointer;*/
        /*    transition: color 0.3s ease;*/
        /*}*/

        /*.nav-dropbtn:hover {*/
        /*    color: #8B4513;*/
        /*}*/

        /*.nav-dropdown-content {*/
        /*    display: none;*/
        /*    position: absolute;*/
        /*    background-color: #fff;*/
        /*    min-width: 160px;*/
        /*    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);*/
        /*    z-index: 1000;*/
        /*    border-radius: 4px;*/
        /*    overflow: hidden;*/
        /*    top: 100%;*/
        /*    right: 0;*/
        /*}*/

        /*.nav-dropdown-content a {*/
        /*    color: #000;*/
        /*    padding: 12px 16px;*/
        /*    text-decoration: none;*/
        /*    display: block;*/
        /*    transition: background-color 0.3s ease;*/
        /*}*/

        /*.nav-dropdown-content a:hover {*/
        /*    background-color: #f8f5f0;*/
        /*    color: #8B4513;*/
        /*}*/

        /*.nav-dropdown:hover .nav-dropdown-content {*/
        /*    display: block;*/
        /*}*/

        /*.mobile-menu-toggle {*/
        /*    display: none;*/
        /*    flex-direction: column;*/
        /*    cursor: pointer;*/
        /*    padding: 5px;*/
        /*}*/

        /*.mobile-menu-toggle span {*/
        /*    width: 25px;*/
        /*    height: 3px;*/
        /*    background-color: #000;*/
        /*    margin: 3px 0;*/
        /*    transition: 0.3s;*/
        /*    border-radius: 2px;*/
        /*}*/

        /*.mobile-menu {*/
        /*    display: none;*/
        /*    position: fixed;*/
        /*    top: 0;*/
        /*    left: 0;*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*    background: rgba(0,0,0,0.9);*/
        /*    z-index: 9999;*/
        /*}*/

        /*.mobile-menu-content {*/
        /*    position: absolute;*/
        /*    top: 50%;*/
        /*    left: 50%;*/
        /*    transform: translate(-50%, -50%);*/
        /*    text-align: center;*/
        /*}*/

        /*.mobile-menu-content a {*/
        /*    display: block;*/
        /*    color: #fff;*/
        /*    text-decoration: none;*/
        /*    font-size: 24px;*/
        /*    margin: 20px 0;*/
        /*    transition: color 0.3s ease;*/
        /*}*/

        /*.mobile-menu-content a:hover {*/
        /*    color: #8B4513;*/
        /*}*/

        /*.mobile-menu-close {*/
        /*    position: absolute;*/
        /*    top: 30px;*/
        /*    right: 30px;*/
        /*    color: #fff;*/
        /*    font-size: 30px;*/
        /*    cursor: pointer;*/
        /*}*/

        /*.mobile-dropdown {*/
        /*    margin: 10px 0;*/
        /*}*/

        /*.mobile-dropdown-title {*/
        /*    color: #8B4513;*/
        /*    font-size: 20px;*/
        /*    margin-bottom: 10px;*/
        /*    cursor: pointer;*/
        /*}*/

        /*.mobile-dropdown-content {*/
        /*    display: none;*/
        /*}*/

        /*.mobile-dropdown-content a {*/
        /*    font-size: 18px;*/
        /*    margin: 8px 0;*/
        /*    color: #ccc;*/
        /*}*/

        /*.mobile-dropdown.active .mobile-dropdown-content {*/
        /*    display: block;*/
        /*}*/

        /*.mobile-menu-toggle.active span:nth-child(1) {*/
        /*    transform: rotate(-45deg) translate(-5px, 6px);*/
        /*}*/

        /*.mobile-menu-toggle.active span:nth-child(2) {*/
        /*    opacity: 0;*/
        /*}*/

        /*.mobile-menu-toggle.active span:nth-child(3) {*/
        /*    transform: rotate(45deg) translate(-5px, -6px);*/
        /*}*/

        .container {
            margin: 0 auto;
        }

        .hero-section {
            max-width: 1000px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 60px;
            align-items: center;
            margin: 40px auto;
            padding: 0 20px;
        }

        .hero-image img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }

        .hero-info h1 {
            font-size: 2.2rem;
            font-weight: 400;
            margin-bottom: 15px;
            line-height: 1.3;
            color: #A5806A;
        }

        .hero-info h2 {
            font-size: 1.6rem;
            font-weight: 400;
            color: #A5806A;
            margin-bottom: 20px;
        }

        .hero-info p {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
        }

        .centered-text {
            text-align: center;
            margin-bottom: 60px;
            padding: 0 50px;
            max-width: 900px;
            margin: 60px auto;
        }

        .centered-text p {
            font-size: 1.05rem;
            color: #555;
            line-height: 1.9;
        }

        .recent-posts {
            margin-bottom: 80px;
            max-width: 1000px;
            margin: 80px auto;
            padding: 0 20px;
        }

        .recent-posts h3 {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 40px;
            text-align: center;
            color: #A5806A;
        }

        .posts-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }

        .post-item img {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
            border-radius: 8px;
            loading: lazy;
        }

        .post-item.left img {
            margin-bottom: 20px;
        }

        .post-item.left p {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
        }

        .post-item.right p {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .post-item h4 {
            font-size: 1.3rem;
            font-weight: 400;
            color: #A5806A;
            margin-bottom: 12px;
        }

        .text-content {
            margin-bottom: 80px;
            max-width: 1000px;
            margin: 80px auto;
            padding: 0 20px;
        }

        .text-content h3 {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 25px;
            color: #A5806A;
        }

        .text-content p {
            font-size: 1rem;
            color: #555;
            line-height: 1.9;
            margin-bottom: 20px;
        }

        .text-content ul {
            margin: 25px 0;
            padding-left: 30px;
        }

        .text-content ul li {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 12px;
        }

        .banner-image {
            width: 100%;
            margin-bottom: 80px;
            height: 50vh;
            overflow: hidden;
        }

        .banner-image img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .final-cta {
            margin-bottom: 60px;
            max-width: 1000px;
            margin: 60px auto;
            padding: 0 20px;
            text-align: center;
        }

        .final-cta h3 {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 25px;
            color: #A5806A;
        }

        .final-cta p {
            font-size: 1.05rem;
            color: #555;
            line-height: 1.9;
            margin-bottom: 35px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-button {
            display: inline-block;
            padding: 14px 45px;
            border: 2px solid #A5806A;
            color: #A5806A;
            text-decoration: none;
            font-size: 1rem;
            transition: all 0.3s ease;
            font-family: 'Georgia', serif;
            border-radius: 4px;
            font-weight: 500;
        }

        .cta-button:hover {
            background-color: #A5806A;
            color: #fff;
        }

        .faq-section {
            max-width: 1000px;
            margin: 80px auto;
            padding: 0 20px;
        }

        .faq-section h3 {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 40px;
            text-align: center;
            color: #A5806A;
        }

        .faq-item {
            margin-bottom: 30px;
            border-bottom: 1px solid #e0e0e0;
            padding-bottom: 20px;
        }

        .faq-item h4 {
            font-size: 1.2rem;
            font-weight: 500;
            color: #A5806A;
            margin-bottom: 12px;
        }

        .faq-item p {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
        }

        .contact-section {
            width: 100%;
            
            background-color: #f9f7f5;
            border-radius: 8px;
            text-align: center;
            margin-bottom: 80px;
            padding: 40px 20px;
        }

        .contact-section h3 {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 25px;
            color: #A5806A;
        }

        .contact-info {
            display: flex;
            justify-content: center;
            gap: 40px;
            flex-wrap: wrap;
            margin-top: 30px;
        }

        .contact-item {
            text-align: center;
        }

        .contact-item strong {
            display: block;
            color: #A5806A;
            margin-bottom: 8px;
            font-size: 1.1rem;
        }

        .contact-item a {
            color: #555;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-item a:hover {
            color: #A5806A;
        }

        footer {
            background: url(../images/footer_bg.jpg) no-repeat center/cover;
            padding: 40px 80px;
            min-height: 280px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            font-size: 14px;
            color: #090909;
            position: relative;
            z-index: 1;
            gap: 20px;
            font-family: 'Libre Baskerville', serif;
        }

        footer::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
        }

        footer div {
            margin-bottom: 30px;
        }

        footer h4 {
            font-family: 'Playfair Display', serif;
            margin-bottom: 10px;
            color: #0e0e0e;
            font-size: 19px;
        }

        .social a {
            display: block;
            color: #080808;
            text-decoration: none;
            margin: 15px 0;
        }

        .social a:hover {
            text-decoration: underline;
        }

        @media (max-width: 1024px) {
            nav {
                padding: 15px 30px;
            }
            
            .nav-menu {
                gap: 20px;
            }
        }

        @media screen and (max-width: 768px) {
            nav {
                padding: 15px 20px;
            }

            .nav-menu {
                display: none;
            }

            .mobile-menu-toggle {
                display: flex;
            }

            .hero-section,
            .posts-grid {
                grid-template-columns: 1fr;
            }

            .hero-info h1 {
                font-size: 1.8rem;
            }

            .hero-info h2 {
                font-size: 1.4rem;
            }

            .centered-text {
                padding: 0 20px;
            }
            
            .banner-image {
                height: 40vh;
            }

            .recent-posts h3,
            .text-content h3,
            .final-cta h3,
            .faq-section h3,
            .contact-section h3 {
                font-size: 1.6rem;
            }

            .contact-info {
                flex-direction: column;
                gap: 25px;
            }

            footer {
                grid-template-columns: repeat(2, 1fr);
                padding: 30px 20px;
                gap: 15px;
            }

            footer h4 {
                font-size: 16px;
            }

            footer p {
                font-size: 12px;
            }
        }


        @media screen and (max-width: 480px) {
            .hero-section{
                padding:70px 15px;
            }
            nav {
                padding: 10px 15px;
            }

            .nav-logo img {
                height: 40px;
                width: auto;
            }

            footer {
                grid-template-columns: 1fr;
                padding: 20px 15px;
                text-align: center;
            }

            footer h4 {
                font-size: 15px;
            }

            footer p {
                font-size: 11px;
            }
        }

        @media screen and (min-width: 769px) and (max-width: 1024px) {
            footer {
                padding: 40px 40px;
                grid-template-columns: repeat(3, 1fr);
            }
        }