﻿.subscribe input {
    width: 100%;
}
/* Hide the submenu by default */
.submenu {
    display: none;
    position: absolute;
    list-style-type: none;
    background-color: #f8f9fa;
    padding: 0;
    margin: 0;
}

/* Show submenu on hover of the parent item */
.nav-item:hover .submenu {
    display: block;
}

/* Style submenu items */
.submenu .nav-item {
    padding: 5px 10px;
}

.submenu .nav-link {
    color: #212529;
}

    .submenu .nav-link:hover {
        color: white;
        background-color: #590b25 !important;
    }
.wtbtn:hover {
    background-color: #128C7E; /* Darker shade on hover */
    cursor: pointer; /* Ensures hand pointer on hover */
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    background: #590b25;
    color: white;
    flex-wrap: wrap;
}

.wtbtn {
    direction: ltr;
    unicode-bidi: embed;
    background-color: rgb(255 255 255);
    border-radius: 10px;
    border: none;
    font-family: Dubai;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    padding: 10px;
    display: flex
}

nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: lighter;
    font-size: 23px;
    color: rgba(255, 255, 255, 1);
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}
/* Mobile Menu */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

    .menu-toggle div {
        width: 30px;
        height: 4px;
        background: white;
        margin: 5px 0;
        border-radius: 2px;
    }



.wtbtn img {
    width: 33.406px;
    height: 33.556px;
    margin-right: 8px;
}

.footer p {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    /* letter-spacing: 0.7px;
    line-height: 35px;*/
}

.footer h2 {
    font-weight: bold;
    font-size: 45px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.7px;
    line-height: 60px;
    margin-bottom: 4%;
    margin-top: 6%;
    padding-left: 10px;
}

.footer {
    position: relative;
    color: white;
    padding: 60px 8%;
    background: url('/assets/images/footer-bg.png') no-repeat center center/cover;
}

    .footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: #19191a;*/ /* Dark Overlay */
        background: rgba(6, 6, 6, 1); /* Dark Overlay */
        opacity: 85%;
    }

.footer-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.footer h3 {
    font-weight: bold;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.7px;
    line-height: 60px;
    margin-bottom: 15px;
    /* display: flex;*/
    align-items: center;
    gap: 10px;
}

    .footer h3 img {
        width: 24px;
    }

.footer ul {
    list-style: none;
    padding: 0;
}

    .footer ul li {
        margin-bottom: 8px;
    }

        .footer ul li a {
            font-weight: normal;
            font-size: 20px;
            color: rgba(255, 255, 255, 1);
            letter-spacing: 0.7px;
            line-height: 30px;
            text-decoration: none;
        }

            .footer ul li a:hover {
                text-decoration: underline;
            }

.subscribe {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .subscribe input {
        padding: 10px;
        width: 100%;
        border: none;
        border-radius: 15px;
        font-size: 20px;
    }

    .subscribe button {
        direction: ltr;
        unicode-bidi: embed;
        background-color: rgb(255 255 255);
        color: rgba(0, 0, 0, 1);
        border: none;
        padding: 10px;
        border-radius: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Dubai;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
    }

        .subscribe button img {
            width: 33.406px;
            height: 33.556px;
            margin-right: 8px;
        }

    .subscribe input::placeholder {
        padding-left: 30px;
    }

    .subscribe .input-wrapper {
        position: relative;
    }

        .subscribe .input-wrapper i {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #590b25;
        }



.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

    .social-icons a img {
        width: 53px;
        height: 53px;
    }

.address-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

/*.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}

    .footer-bottom a {
        color: white;
        text-decoration: none;
        margin: 0 10px;
    }*/

.footer-bottom {
    background: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    font-size: 14px;
}

.footer a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

    .footer a:hover {
        text-decoration: underline;
    }

.footer-bottom a {
    color: black;
    text-decoration: none;
    margin: 0 10px;
}

    .footer-bottom a:hover {
        text-decoration: underline;
    }

.akti {
    width: 270px;
    height: 132px;
    margin-bottom: 2%;
}

#subscriptionmail::placeholder {
    text-align: center;
}
/* Responsive */
@media (max-width: 768px) {
    nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        /*right: 5%;*/
        background: #590b25;
        width: 200px;
        padding: 10px;
        border-radius: 5px;
        z-index: 1000;
    }

        nav ul {
            flex-direction: column;
            text-align: left;
            gap: 10px;
            font-size: 16px;
        }

            nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                padding-bottom: 10px;
                margin-bottom: 10px;
            }

                /* Remove border for the last item */
                nav ul li:last-child {
                    border-bottom: none;
                }

    .menu-toggle {
        display: flex;
    }

    .show-menu {
        display: flex;
    }

    .logo {
        display: none;
    }



    .footer {
        padding: 30px 5%;
    }

    .footer-container, .address-section {
        grid-template-columns: 1fr;
        text-align: center;
    }

    /*.subscribe input,*/
    .subscribe button {
        width: 100%;
    }

    .social-icons {
        justify-content: center;
    }

        .social-icons a img {
            width: 33px;
            height: 33px;
        }

    .footer p {
        font-size: 12px;
    }

    .footer h3 {
        font-size: 17px;
        line-height: 20px;
    }

    .footer h2 {
        font-size: 25px;
        line-height: 40px;
    }

    .footer ul li a {
        font-size: 13px;
        line-height: 20px;
    }

    .akti {
        width: 120px;
        height: 50px;
    }

    .footer-container {
        gap: 0px;
    }

    .subscribe {
        margin-left: 4%;
        margin-right: 4%;
    }

    .wtbtn img {
        width: 23.406px;
        height: 23.556px;
        margin-right: 2px;
    }

    .wtbtn {
        font-size: 15px;
        padding: 5px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .d-flex {
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .footer h2 {
        font-size: 35px;
    }

    .footer h3 {
        font-size: 21px;
    }

    .footer ul li a {
        font-size: 18px;
    }
}
