﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: 'Poppins', 'Montserrat', 'Nunito Sans', Arial, sans-serif;
    color: #221f20;
    background-color: #e4cba2;
    background: url('/upload/bg1.jpg') top left;
    background-color: #e4cba2; /*url('/upload/right.png') center / cover no-repeat;*/
    background-size: 100% auto;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    overflow-y:auto;
}

.page-wrapper {
    display: flex;
    min-height: 100vh;
    background-color: #e4cba2;
    background: url('/upload/bg1.jpg') top left;
    background-color: #e4cba2; /*url('/upload/right.png') center / cover no-repeat;*/
    background-size: 100% auto;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

/* HERO */
.hero {
    flex: 1; /* automatically fill remaining width */
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: -100px;
    position: relative;
    z-index: 0;
}

/* RIGHT PANEL */
.right-panel {
    width: 420px;
    min-height: 100vh; /* 👈 important */
    background: url('/upload/right.png') repeat-y top left;
    background-size: 420px auto;
    padding: 35px;
    display: flex;
    flex-direction: column;
    position:relative;
    z-index:10;
}

.rightLayout {
    flex: 1;
    flex-direction: column;
    width: 100%;
    /*min-height: 90vh;*/
    height:auto;
    align-items: flex-start;
    text-align: right;
}

/* LOGO */
.logo {
    margin-top:20px;
    margin-bottom: 20px;
}
    .logo img {
        max-width: 200px;
    }
    /* MENU */
.menu {
    list-style: none;
    text-align: right;
    margin-top: 50px;
    margin-bottom: 50px;
}

        .menu li {
            margin: 18px 0;
        }

            .menu li a {
                text-decoration: none;
                color: #221f20;
                font-size: 1.25rem;
                font-weight: 700;
                opacity: 0.7;
            }
            .menu li a:hover {
                opacity: 1;
            }

        .menu li a.active {
            opacity: 1;
        }
            /* BOTTOM TEXT */
.caption {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 50px;
    padding: 20px 110px 20px 20px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    width: calc(100% - 320px);
    text-align: center;
    /*    text-shadow: 0 2px 5px rgba(0,0,0,0.6);*/
    background: rgba(0,0,0,0.4);
}

#PageTitle {
    position: absolute;
    left: 0px;
    top: 50px;
    padding: 20px 110px 20px 20px;
    font-size: 1.5rem;
    font-weight: 900;
    width: calc(100% - 320px);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    /*text-shadow: 0 2px 5px rgba(0,0,0,0.6);*/
    z-index: 9;
    background: rgba(0,0,0,0.4);
    /* text-shadow: -2px -2px 0 rgba(230,215,180), 2px -2px 0 rgba(230,215,180), -2px 2px 0 rgba(230,215,180), 2px 2px 0 rgba(230,215,180);*/
}

.btn-help-us {
    background-color: #9c6c52;
    border-color: #9c6c52;
    border-radius:10px;
    font-weight: 500;
    color: #fff;
}

    .btn-help-us:hover {
        background-color: #785d48;
        border-color: #785d48;
        font-weight: 500;
        color: #fff;
    }

/*#socialLinks {
    margin-top: 10px;
}*/
/* HAMBURGER */
.hamburger {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    z-index: 999;
    color: #fff;
}
            /* ===== RESPONSIVE ===== */

            @media (max-width: 1024px) {
                .hero {
                    width: calc(100% - 200px);
                }

                .right-panel {
                    width: 360px;
                }

                #PageTitle {
                    position: absolute;
                    top: 50px;
                    left: 0px;
                    padding-left:20px;
                    font-size: 28px;
                    font-weight: 600;
                    max-width: 70%;
                }
            }

            @media (max-width: 768px) {
                .page-wrapper{
                    flex:none;
                    width:100%;
                    display:block;
                }
                #PageTitle {
                    position: relative;
                    margin: 0px;
                    padding: 10px 60px 10px 20px;
                    font-size: 1.1rem;
                    font-weight: 600;
                    max-width: 100%;
                    width: 100%;
                    color: #fff;
                    height: 160px;
                    top:0;
                }
                #HeroBg {
                    margin-top: 0px !important;
                    /*max-height: 300px !important;*/
                }
                .hero {
                    margin-left: 0;
                    width: 100%;
                    max-width: 100%;
                    min-height:220px;
                    height: auto;
                    background: #000;
                    background-size: 100% auto;
                    background-position: center;
                    background-repeat:no-repeat;
                    margin-right:0px;
                }

                .caption {
                    position: relative;
                    width: 100%;
                    font-size: 1.0rem;
                    margin-top: 50px;
                    padding: 5px 20px;
                    color: #000;
                    text-shadow: none;
                    background: none;
                }

                .hamburger {
                    display: block;
                    top: 10px;
                    font-size: 36px;
                    font-weight: 700;
                    z-index:99;
                }

                .right-panel {
                    position: absolute;
                    top: 0;
                    padding: 35px 10px;
                    background: url('/upload/bg1.jpg') repeat-y top left;
                    background-color: #e4cba2; /*url('/upload/right.png') center / cover no-repeat;*/
                    background-size: 420px auto;
                    transform: translateX(100%);
                    width: 100%;
                    align-items: center;
                    text-align: center;
                    z-index: 10;
                }

                    .right-panel.active {
                        transform: translateX(0);
                    }

                .menu {
                    text-align: center;
                }

                    .menu a {
                        font-size: 20px;
                    }

               /* #socialLinks {
                    margin-top: 100px;
                    text-align:center;
                }*/
            }

.social-icons a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-left: 8px;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .social-icons a:hover {
        transform: scale(1.1);
        opacity: 0.85;
    }

/* Brand colors */
.facebook {
    background: #785d48;
}

a.facebook i {
    color: #fff;
}

.instagram {
    background: #785d48;
}

a.instagram i {
    color: #fff;
}

.twitter {
    background: #785d48;
}

a.twitter i {
    color: #fff;
}

.whatsapp {
    background: #785d48;
}

a.whatsapp i {
    color: #fff;
}

.youtube {
    background: #785d48;
}

a.youtube i {
    color: #fff;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 15px;
    display: none;
    z-index: 9999;
}

.cookie-box {
    max-width: 900px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-accept {
    background: #e4cba2;
    color: #2b2b2b;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
}

/** Language dropdown**/
.language-dropdown {
    position: absolute;
    display: inline-block;
    top: 5px;
    right:35px;
    color: #fff;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 20px;
    border: 1px solid #b27350;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    background: #9c6c52;
}

    .lang-btn span {
        color: #fff;
    }

.lang-menu {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    background: #9c6c52;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 160px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1000;
    color: #fff;
}

    .lang-menu div {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        gap: 5px;
        cursor: pointer;
        background: #9c6c52;
        border: 1px solid #b27350;
        color: #fff;
    }

        .lang-menu div:hover {
            background-color: #785d48;
        }

.flag {
    width: 30px;
    height: 15px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .language-dropdown {
        right:80px;
    }

   /* #socialLinks {
        margin-top: 100px;
    }*/
}

.auth-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap; /* responsive */
}

        .auth-buttons .btn {
            padding: 5px 15px;
            font-size: 16px;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

    /* Sign In */
    .btn-signin {
        background: #785d48;
        border: 2px solid #785d48;
        color: #fff;
    }

        .btn-signin:hover {
            background: #9c6c52;
            border: 2px solid #9c6c52;
            color: #fff;
        }

    /* Sign Up */
    .btn-signup {
        background: #785d48;
        color: #fff;
        border: 2px solid #785d48;
    }

        .btn-signup:hover {
            background: #9c6c52;
            border-color: #9c6c52;
            color: #fff;
        }

.custom-submit {
    background: #785d48;
    color: #fff;
    border: 2px solid #785d48;
}

    .custom-submit:hover {
        background: #9c6c52;
        border-color: #9c6c52;
        color: #fff;
    }

@media (max-width: 768px) {
    .auth-buttons {
        display: flex;
        justify-content: center;
    }

    #donateBtn {
        text-align: center;       
    }

    .logo{
        text-align:center;
    }

}

#DonateNowButton {
    position: fixed;
    top: 5px;
    left: calc(100% - 600px);
    z-index: 999;
}

.btn-donatenow {
    display: inline-block;
    background-color: #9c6c52;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 8px;
    border: 1px solid #fff;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 6px 8px rgba(212, 175, 55, 0.8);
}

    .btn-donatenow:hover {
        display: inline-block;
        background-color: #9c6c52;
        border: 2px solid #fff;
        color: #ffffff;
        font-weight: 600;
        box-shadow: 5px 8px 12px rgba(212, 175, 55, 1.0);
    }

#footer > div {
    max-width: 100%;
    width: 100%;
}

.footer-social {
    width: 100%;
    text-align: right;
    font-size: 0.8rem;
    justify-content:flex-end;
}

.footer-info {
    width: 100%;
    padding: 20px 5px 5px 5px;
    text-align: right;
    font-size: 0.8rem;
}

.copywrite {
    width: 100%;
    padding: 10px 5px;
    text-align: right;
    font-size: 0.8rem;
    margin-bottom:-20px;
}

@media (max-width: 768px) {
    #DonateNowButton {
        top: 110px;
        left: 28%;
        z-index: 10;
    }

    .footer-social {
        text-align: center;
        justify-content: center;
    }

    .footer-info {
        text-align: center;
    }

    .copywrite {
        text-align: center;
    }
}