* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
a{
	text-decoration: none;
}

:root {
    --Global-Width: 90%;
    --Aboreto-Regular: "Aboreto";
    --lato-Regular: "lato";
    --Allura-Regular: "Allura";
    --lora-Regular: "lora";
    --lato-light: "lato-light";
}

body {
    background-color: #EAE4D6;
}

/* menu start css */

.site-header {
    background: #EAE4D6;
    padding: 15px 0;
    font-family: var(--Aboreto-Regular);
    position: sticky;
    top: 0px;
	z-index: 1;
}

.nav-container {
    width: var(--Global-Width);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 999;
}

/* Menu desktop */
.nav-links {
    display: flex;
    gap: 40px;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 18px;
}

/* Hamburger */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* Close button hidden on desktop */
.close-item {
    display: none;
}
/* Whatsapp Icon Start */
.whatsapp-icon {
    border-radius: 10px 0 0 10px;
    position: fixed;
    bottom: 30%;
    right: 0;
    width: 56px;
    background-color: #28a219;
    padding: 6px;
    z-index: 10;
}
.whatsapp-icon img {
    width: 100%;
}
/* Whatsapp Icon End */
/* ---------------- MOBILE ---------------- */
@media (max-width: 846px) {

    .menu-toggle {
        display: block;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 93%;
        height: 100%;
        background: #efe8dc;
        flex-direction: column;
        padding: 20px;
        transition: 0.3s ease;
        z-index:100;
    }

    .nav-links.open_menu {
        right: 0;
    }

    /* .nav-links li {
        margin-bottom: 20px;
    } */

    /* Show close button */
    .close-item {
        display: block;
        text-align: right;
    }

    #closeMenu {
        font-size: 32px;
        cursor: pointer;
    }
}

/* menu start css */

.grecaptcha-badge{
	display: none !important;
}
/* footer section  */

footer {
    background-color: #eae4d6;
}

.footer {
    width: var(--Global-Width);
    justify-self: center;
}

.footer_section_1 {
    text-align: center;
    border-bottom: 1px solid #0F528B;
    padding: 5% 0%;
}

.footer_section_1 img {
    width: auto;
}

.footer_section_1 h3 {
    font-family: var(--lato-Regular);
    margin: 2% 0% 1% 0%;
    font-weight: 400;
    font-size: 20px;
}

.footer_section_1 h4 {
    font-family: var(--lora-Regular);
    color: #4C2D00;
    font-size: 26px;
    margin: 3% 0% 1% 0%;
    font-weight: 500;
}

.footer_section_1 p {
    font-family: var(--lato-Regular);
    color: #4C4B4B;
    font-size: 20px;
    width: 32%;
    justify-self: center;
    line-height: 1.6em;

}

.footer_section_1 a {
    text-decoration: none;
    color: #4C4B4B;
    font-size: 20px;
    line-height: 1.6em;
    font-family: var(--lato-Regular);
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 3%;

    padding: 10px 22px;
    border-radius: 999px;

    background: #ffffff;
    color: #1a1a1a;
    text-decoration: none;

    border: 1px solid #e5e5e5;
    cursor: pointer;

    font-size: 15px;
    font-weight: 500;
    font-family: inherit;

    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
}

.contact-btn .icon {
    font-size: 16px;
    line-height: 1;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.contact-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}


.footer_section_2 {
    display: flex;
    justify-content: space-between;
    padding: 2% 0%;
	align-items: center;
}

.copyright_content {
    width: 40%;
}

.footer_section_2 p {
    font-family: var(--lato-Regular);
    color: #0A142F;
    font-size: 14px;
}

.social_media {
    width: 40%;
    text-align: end;
}

.social_media a {
    padding-left: 3%;
}
.ask-mami {
    width: 30%;
    display: flex;
    justify-content: center;
}
.ask-mami a{
    text-decoration: none;
    color: #9b1c1c;
    font-size: 20px;
    line-height: 1.6em;
    font-family: var(--lato-Regular);
}
.ask-mami-reserve:hover{
	text-decoration: underline;
}

/* FAQ Page Css Start */
.fag-group .wp-block-group__inner-container {
	width: 88%;
	margin: auto;
	margin-top: 2%;
	padding: 0 2%;
	background-image: url(/wp-content/uploads/2026/02/menu-bg-2.webp);
	background-size: 10%;
    background-position: center top;
    background-repeat: repeat;
	border: 1px solid #d99c00;
	border-radius: 20px;
}
.faq-heading{
	font-family: var(--lato-Regular);
	font-weight: 400;
	width: 100%;
	margin: auto;
	padding: 2% 0 0 0;
	font-size:30px !important;
}
.fapl-accordion{
	background-image: none !important;
}
.fapl-content{
	line-height: 1.8em;
}
.fapl-content ul{
	 display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.fapl-content ul li::marker{
	color: #981B1F;
}
.page-id-307 .our-menu {
	justify-self: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.page-id-307 .our-menu h1 {
    font-size: 50px;
    letter-spacing: 2px;
    font-family: var(--Aboreto-Regular);
    font-weight: 400;
}
.page-id-307 .our-menu img {
    width: 50%;
}
.fag-group .our-menu-1 {
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 2% 0% 1% 0%;
}
.fag-group .our-menu-1 h2 {
	font-family: var(--Aboreto-Regular);
	font-weight: 800;
	width: 100%;
	margin: auto;
	padding: 0;
	font-size:30px !important;
}
.fag-group .our-menu-1 img {
    width: 200px;
}
/* FAQ Page Css End*/
#year{
    font-weight: 400;
    font-size: 14px;
}

/* footer section End */
/* Responsive for Iphone */
@media (min-width: 375px) and (max-width: 667px){
	.footer{
		margin:auto;
	}
}

/* Tablet Landscape (iPad landscape, 992px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .footer_section_1 p{
        width: 60%  ;
    }
	.fag-group .wp-block-group__inner-container{
		margin-top: 4%;
		padding: 0 3%;
	}
	.fag-group .our-menu-1 {
		padding: 3% 0 1% 0;
	}
}

/* Responsive for mobile */
@media (max-width: 767px) {
    .footer_section_1 p{
        width: 100%;
    }
    .footer_section_1 h3{
        margin: 6% 0% 5% 0%;
    }
    .footer_section_2{
        flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
        align-items: center;
        row-gap: 10px;
        padding: 20px;
    }
    .copyright_content{
        width: 100%;
        text-align: center;
    }
	.social_media,.ask-mami {
		width: 48%;
		justify-content: start;
	}
	/* Whatsapp Icon Start */
	.whatsapp-icon {
        width: 50px;
        padding: 4px;
    }
	/* Whatsapp Icon End */
/* 	FAQ */
	.fag-group .wp-block-group__inner-container{
		width: 92%;
		margin-top: 8%;
		padding: 0 4%;
	}
	.fag-group .our-menu-1 h2{
		font-size: 22px !important;
		padding: 0 0 1% 0;
	}
	.fapl-accordion{
		padding: 10px 0 0 0 !important;
	}
	.fapl-title {
		font-size: 20px !important;
	}
	.fapl-content{
		font-size: 16px !important;
		padding: 10px;
		line-height: 1.7em;
	}
	.fapl-item{
		padding-top: 0px !important;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	.page-id-307 .our-menu h1 {
        font-size: 40px;
    }
	.fag-group .our-menu-1 {
		padding: 6% 0 4% 0;
	}
	.page-id-307 .our-menu img {
		width: 60%;
	}
	.fag-group .our-menu-1 h1 {
        width: 90%;
		font-size: 22px !important;
		padding: 0 0 8% 0;
    }
	.fag-group .our-menu-1 img {
		width: 100px;
	}
}