/* =====================
   WATTI Landing Page Header Styles
   ===================== */
:root{
    --watti-yellow: #FFDD00;
}
/* Top Black Bar */
.container-fluid {
	padding: 0;
}
.container {
	max-width: 1206px !important;
	margin: auto;
}
.watti_header-top-bar {
    background-color: #000000;
    padding: 10px 0;
    color: #ffffff;
}

.watti_header-top-bar .container-fluid {
    max-width: 100%;
    padding: 0 30px;
}

.watti_top-bar-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.watti_top-bar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.watti_top-bar-item i {
    color: var(--watti-yellow);
    font-size: 16px;
}

.watti_top-bar-item:hover {
    color: var(--watti-yellow);
    text-decoration: none;
}

.watti_top-bar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.watti_location-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
}

.watti_location-selector i.fa-map-marker {
    color: var(--watti-yellow);
    font-size: 16px;
}

.watti_location-selector i.fa-chevron-down {
    color: #ffffff;
    font-size: 12px;
    margin-left: 5px;
}

.watti_location-name {
    color: var(--watti-yellow);
    font-weight: 500;
}

.watti_location-selector:hover {
    color: var(--watti-yellow);
}

.watti_location-selector:hover .watti_location-name {
    color: #ffffff;
}

/* Bottom Yellow Bar */
.watti_header-main-bar {
    background-color: var(--watti-yellow);
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.watti_header-main-bar .container-fluid {
    max-width: 100%;
    padding: 0 30px;
}

/* Logo Styles */
.watti_logo-container {
    display: flex;
    align-items: center;
}

.watti_logo {
    display: inline-block;
    text-decoration: none;
}

.watti_logo-img {
    height: 50px;
    width: auto;
    max-width: 150px;
}

/* Navigation Styles */
.watti_main-navigation {
    display: flex;
    justify-content: center;
}

.watti_nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 39px;
    align-items: center;
}

.watti_nav-menu li {
    margin: 0;
}

.watti_nav-link, .watti_nav-link:hover {
	color: #000000 !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	transition: color 0.3s ease;
	position: relative;
}

/* Header Buttons */
.watti_header-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    align-items: center;
}

.watti_btn-groceries, .watti_btn-groceries:hover {
    background-color: var(--watti-yellow);
	color: #000000 !important;
	border: 1px solid #000000;
	padding: 13px 24px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	border-radius: 14px;
	transition: all 0.3s ease;
	display: inline-block;
}

.watti_btn-food, .watti_btn-food:hover {
	background-color: #000000;
	color: #FFFFFF !important;
	border: 1px solid #000000;
	padding: 13px 32px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	border-radius: 14px;
	transition: all 0.3s ease;
	display: inline-block;
	box-shadow: 0px 8px 32px 0px #7A42FF66;
}

/* Landing Content */
.watti_landing-content {
    min-height: 60vh;
    padding: 40px 0;
}

/* =====================
   WATTI Landing Page Footer Styles
   ===================== */

/* Main Footer Area */
.watti_footer {
    background-color: #ffffff;
}
.watti_logo img {
	height: 48px;
}

.watti_footer-main {
	padding: 46px 0;
	background-color: #f6f6f6;
}

.watti_footer-main .container-fluid {
    max-width: 100%;
    padding: 0 30px;
}

/* Footer Brand Section */
.watti_footer-brand {
    margin-bottom: 20px;
}

.watti_footer-logo {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
}

.watti_footer-logo-img {
    height: 48px;
    width: auto;
    max-width: 150px;
}

.watti_footer-description {
	color: #5C6574;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	max-width: 400px;
	font-weight: 400;
}
.watti_footer-learn-more {
	text-decoration: underline !important;
	color:inherit !important;
}
/* Footer Section */
.watti_footer-section {
    margin-bottom: 20px;
}

.watti_footer-heading {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #101A24;
	margin-bottom: 20px;
	letter-spacing: 0;
	margin-top: 0;
}

.watti_footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.days_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.watti_footer-list li {
	margin-bottom: 12px;
	font-size: 14px;
	color: #5C6574;
	line-height: 1.6;
}
.watti_footer-link {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.watti_footer-link:hover {
    color: #000000;
    text-decoration: none;
}

/* Social Media Icons */
.watti_footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
}

.watti_social-icon {
	width: 38px;
	height: 38px;
	border: 1px solid #101A24;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease;
	background-color: transparent;
}

.watti_social-icon i {
    font-size: 18px;
    color: #101A24;
}
.watti_footer-list a {
	font-size: 14px;
	font-weight: 400;
	color: #5C6574;
}

/* Bottom Footer Bar */
.watti_footer-bottom {
	background-color: #000000;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
}

.watti_footer-bottom * {
    color: white !important;
	margin-bottom: 0;
	text-decoration: none !important;
}

.watti_footer-legal {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    align-items: center;
}
header {
	position: relative;
	z-index: 3;
}
.al_body_template_three, a, b, body, div, h1, h2, h3, h4, h5, h6, html, label, p, section, span, strong {
	font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0;
}
.watti_banner {
	padding: 110px 0 0;
	margin-bottom: -78px;
	position: relative;
	z-index: 2;
}
.watti_banner h1 {
	font-size: 58px;
	margin-bottom: 13px;
	font-weight: 700;
	text-transform: inherit;
	color: #000;
	margin-top: 24px;
}
.watti_banner h1 span {
	font-size: 58px;
	margin-bottom: 13px;
	font-weight: 700;
	text-transform: inherit;
    color: var(--watti-yellow);
}
.watti_banner p {
	color: #5C6574;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 37px;
	line-height: 1.5;
}
.watti_banner_buttons {
	display: flex;
	gap: 18px;
	align-items: center;
}
.watti_banner::before {
	content: "";
	background: url('images/banner-circles.svg') no-repeat;
	background-size: contain;
	position: absolute;
	top: -170px;
	left: -150px;
	width: 800px;
	height: 800px;
	z-index: -1;
}
.watti_banner::after {
	content: "";
	background: url('images/half-circles.svg') no-repeat;
	background-size: contain;
	position: absolute;
	top: -70px;
	right: -360px;
	width: 700px;
	height: 700px;
	z-index: -1;
}
.button_black {
	background-color: #000000;
	color: #FFFFFF !important;
	border: 1px solid #000000;
	padding: 13px 32px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	border-radius: 14px;
	transition: all 0.3s ease;
	display: inline-block;
}
.button_yellow {
	background-color: var(--watti-yellow);
	color: #000 !important;
	border: 1px solid var(--watti-yellow);
	padding: 13px 32px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	border-radius: 14px;
	transition: all 0.3s ease;
	display: inline-block;
}
.watti_dishes {
	padding: 65px 0 0;
	background: url('images/chef-bg.png') no-repeat;
	background-size: cover;
	background-position: top;
}
.watti_dishes_heading h2 {
	color: #101A24;
	margin-bottom: 26px;
	text-align: center;
	text-transform: inherit;
	font-size: 52px;
	font-weight: 700;
}
.watti_dishes_heading h2 span {
	color: var(--watti-yellow);
}
.watti_dishes_heading p {
	color: #000000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	max-width: 690px;
	margin: 0 auto 40px;
	text-align: center;
}
.watti_dishes_list {
	padding-bottom: 97px;
}
.watti_dish_item {
	max-width: 265px;
	margin: 102px auto 0;
	text-align: center;
	border: 2px solid #E6E6E6;
	background: transparent;
	border-radius: 35px 10px 35px 10px;
	padding: 0 20px 30px;
    position: relative;
}
.watti_dish_item img {
	margin-top: -102px;
}
.watti_dish_item .price_tag {
	width: 54px;
	height: 54px;
	position: absolute;
	top: -80px;
	right: 10px;
	background: #101A24;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: white;
	font-size: 16px;
	font-weight: 700;
}
.watti_dish_item h5 {
	margin: 30px 0 18px;
	font-size: 18px;
	font-weight: 700;
	color: #101A24;
	letter-spacing: 0;
}
.watti_dish_item p {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 400;
	color: #5C6574;
	letter-spacing: 0;
}
.watti_dish_item:hover {
	background: white;
	border: 2px solid white;
}
.watti_chef h2 {
	font-size: 46px;
	margin-bottom: 18px;
	font-weight: 700;
	text-transform: inherit;
	color: #000;
	line-height: 1.2;
}
.watti_chef h2 span {
    color: var(--watti-yellow);
}
.watti_chef p {
    color: #5C6574;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 37px;
    line-height: 1.5;
}
.watti_chef {
	align-items: center;
}
.watti_ways {
	background: black;
	padding: 62px 0 84px;
	position: relative;
	z-index: 2;
}
.watti_ways .container {
    position: relative;
}
.watti_ways_wrapper h4 {
	color: white;
	text-align: center;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 600;
}
.watti_ways_wrapper p {
	color: #FFFFFFB2;
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight:400;
}
.watti_ways_list {
	position: absolute;
	width: 100%;
}
.watti_ways_item {
	background: white;
}
.watti_ways_item {
	background: white;
	border-radius: 20px;
	box-shadow: 0px 6px 20px 0px #0000001A;
	padding: 33px;
	display: flex;
	gap: 24px;
	align-items: center;
}
.watti_ways_item h5 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 5px;
}
.watti_ways_item p {
	font-size: 16px;
	font-weight: 500;
	color: #6C6C6C;
	margin: 0;
}
.watti_features {
	position: relative;
	padding: 219px 0 68px;
	z-index: 0;
}
.watti_features_wrapper h2 {
	font-size: 46px;
	margin-bottom: 18px;
	font-weight: 700;
	text-transform: inherit;
	color: #000;
	line-height: 1.2;
}
.watti_features_wrapper h2 span {
	color: var(--watti-yellow);
}
.watti_features_wrapper p {
    color: #5C6574;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.5;
}
.watti_features_list {
	margin-bottom: 17px;
}
.watti_feature_item {
	padding: 20px 24px;
	border-bottom: 1px solid #F4F4F4;
	display: flex;
	gap: 16px;
	align-items: center;
}
.watti_feature_item:last-child {
	border-bottom: 0px solid #F4F4F4;
}
.watti_feature_item span {
	font-size: 20px;
}
.watti_feature_item h5 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	line-height: 1.5;
}
.watti_features::before {
	content: "";
	background: url('images/circles.svg') no-repeat;
	background-size: contain;
	position: absolute;
	top: -940px;
	right: -360px;
	width: 1200px;
	height: 1200px;
	z-index: -1;
	transform: rotate(220deg);
}
.watti_features::after {
	content: "";
	background: url('images/ride.png') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -70px;
	right: -23px;
	width: 330px;
	height: 420px;
	z-index: -1;
}
.watti_testimonials {
	padding: 116px 0 212px;
	background: url('images/pan-bg.png') no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: top;
}
.watti_testimonials_wrapper h4 {
	font-size: 46px;
	margin-bottom: 18px;
	font-weight: 700;
	text-transform: inherit;
	color: #000;
	line-height: 1.2;
	text-align: center;
}
.watti_testimonials_wrapper p {
    color: #000000B2;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 90px;
    line-height: 1.5;
	text-align: center;
}
.watti_testimonials_item {
	max-width: 582px;
	margin: auto;
	background: white;
	border: 1px solid #0000001A;
	border-radius: 0 60px;
	padding: 42px 50px;
	margin:0 15px;
	position: relative;
}
.watti_testimonials_item_text {
	margin-top: 32px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #1E1E1E;
}
.watti_testimonials_item_quote {
	position: absolute;
	top: 60px;
	right: 35px;
}
.watti_testimonials_item > div {
	display: flex;
	gap: 20px;
	align-items: center;
}

.watti_testimonials_item_image {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
}
.watti_testimonials_item_content h5 {
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
.watti_testimonials_item_content h6 {
	color: #1E1E1E;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.watti_testimonials_rating {
	font-size: 18px;
	margin: 0;
	color: #E0C30A;
}
.watti_subscribe_wrapper {
	text-align: center;
	padding: 46px 40px 80px;
	background: url('images/menu-bg.png') no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: top;
	border-radius: 20px;
	margin-top: -110px;
	margin-bottom: 61px;
}
.watti_subscribe_wrapper h2 {
    font-size: 46px;
  margin-bottom: 18px;
  font-weight: 700;
  text-transform: inherit;
  color: #fff;
  line-height: 1.2;
}
.watti_subscribe_wrapper p {
    color: #FFFFFFB2;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  max-width: 590px;
  margin: 0 auto 22px;
}
.watti_subscribe_wrapper button {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.watti_app {
	padding-bottom: 20px;
}
.watti_app h4 {
	font-size: 46px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: inherit;
	color: #000;
	line-height: 1.2;
	margin-top: 0;
}
.watti_app h6 {
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: inherit;
	color: #000;
	line-height: 1.2;
	margin-top: 0;
}
.watti_app p {
	color: #000000CC;
	font-size: 17px;
	font-weight: 400;
	max-width: 420px;
	line-height: 1.5;
	margin-bottom: 14px;
}
.watti_app_buttons {
	display: flex;
	gap: 20px;
	align-items: center;
}
.watti_app_buttons img {
	height: 50px;
}
.watti_app_wrapper {
	align-items: center;
}
.watti_app {
	padding-bottom: 20px;
	background: url('images/app-bg.png') no-repeat;
	background-size: auto;
	background-size: cover;
	background-position: top;
}
.watti_work {
	padding: 10px 0 80px;
}
.watti_work h2 {
    color: #101A24;
    margin-bottom: 26px;
    text-align: center;
    text-transform: inherit;
    font-size: 52px;
    font-weight: 700;
}
.watti_work h2 span {
    color: var(--watti-yellow);
}
.watti_work p {
	color: #5C6574;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 690px;
  margin: 0 auto 40px;
  text-align: center;
}
.watti_work_wrapper {
	justify-content: center;
}
.watti_work_item {
	max-width: 582px;
	margin: auto;
	background: white;
	border: 1px solid #0000001A;
	border-radius: 10px;
	padding: 42px 50px;
	position: relative;
	text-align: center;
	height: 100%;
}
.watti_work_item img {
	width: 100px;
	margin-bottom: 10px;
}
.watti_work_item h5 {
	margin: 30px 0 18px;
	font-size: 24px;
	font-weight: 700;
	color: #101A24;
	letter-spacing: 0;
}
.watti_work_item p {
	margin: 0 0 18px;
  font-size: 15px;
  font-weight: 400;
  color: #5C6574;
  letter-spacing: 0;
}






/* Responsive Styles */
@media (max-width: 991px) {
    .watti_top-bar-left {
        gap: 20px;
    }

    .watti_nav-menu {
        gap: 20px;
    }

    .watti_header-buttons {
        gap: 10px;
    }

    .watti_btn-groceries,
    .watti_btn-food {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .watti_header-top-bar .container-fluid,
    .watti_header-main-bar .container-fluid {
        padding: 0 15px;
    }

    .watti_top-bar-left {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .watti_top-bar-right {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .watti_header-main-bar .row {
        flex-direction: column;
        gap: 20px;
    }

    .watti_logo-container {
        justify-content: center;
    }

    .watti_main-navigation {
        justify-content: center;
    }

    .watti_nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .watti_header-buttons {
        justify-content: center;
        width: 100%;
    }

    .watti_btn-groceries,
    .watti_btn-food {
        flex: 1;
        text-align: center;
        max-width: 150px;
    }
}

@media (max-width: 575px) {
    .watti_top-bar-item {
        font-size: 12px;
    }

    .watti_location-selector {
        font-size: 12px;
    }

    .watti_nav-menu {
        gap: 10px;
    }

    .watti_nav-link {
        font-size: 14px;
    }

    .watti_logo-img {
        height: 40px;
    }

    .watti_btn-groceries,
    .watti_btn-food {
        padding: 8px 15px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .watti_footer-main {
        padding: 50px 0 30px;
    }

    .watti_footer-main .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .watti_footer-main {
        padding: 40px 0 30px;
    }

    .watti_footer-main .container-fluid {
        padding: 0 15px;
    }

    .watti_footer-bottom .container-fluid {
        padding: 0 15px;
    }

    .watti_footer-legal {
        justify-content: flex-start;
        margin-top: 15px;
        gap: 20px;
    }

    .watti_footer-bottom .row {
        flex-direction: column;
        text-align: center;
    }

    .watti_footer-copyright {
        text-align: center;
        margin-bottom: 10px;
    }

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

@media (max-width: 575px) {
    .watti_footer-main {
        padding: 30px 0 20px;
    }

    .watti_footer-logo-img {
        height: 40px;
    }

    .watti_footer-description {
        font-size: 13px;
    }

    .watti_footer-heading {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .watti_footer-list li {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .watti_social-icon {
        width: 35px;
        height: 35px;
    }

    .watti_social-icon i {
        font-size: 16px;
    }

    .watti_footer-copyright {
        font-size: 12px;
    }

    .watti_footer-legal-link {
        font-size: 12px;
    }

    .watti_footer-legal {
        gap: 15px;
    }
}
