/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:wght@400;700&display=swap");

@font-face {
  font-family: "TrashHand";
  src: url("../fonts/TrashHand.ttf");
}
/*-------------------------------------------------------------------*/
/* === Keyframes === */
/*======================
1.0. General
========================*/

a, article, aside, body, div, footer, form, h1, h2, h3, h4, h6, header, html, i, img, li, nav, ol, p, section, span, ul{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

html{
  overflow-x: hidden;
}
body {
  font-family: 'Varela Round', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}

/*======================
1.1. Typography
========================*/
h1,
h2,
h3,
h4,
h6 {
  margin: 0 0 20px;
  ##font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 22px;
margin-top: 60px;
}
h4 {
  font-size: 28px;
  line-height: 1.4;
}
h6 {
  font-size: 20px;
  line-height: 1.7;
}
p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #000000;
}
a {
  color: #ff0005;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a:hover,
a:focus {
  color: #bc0004;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
ul li,
ol li {
  margin: 10px 0 0;
  position: relative;
}

.entry-content p{
  margin-bottom: 20px;
}
.entry-content p:last-child{
  margin-bottom: 0;
}

/*======================
1.2 Section Spacings
========================*/
.section {
  position: relative;
  padding: 80px 0;
}
.section.section-padding{
  padding: 80px 0 50px;
}
.section.section-padding.category_section{
  margin-top: -80px;
  padding-top: 0;
}
/*=============================
1.6 Modal, Popups & Dropdowns
==============================*/
.modal-header .close:not(:disabled):not(.disabled):hover{
  background-color: #dd3333;
  opacity: 1;
}

/* 2.2. Header Style 3 */
/*======================
3. Footer
========================*/
.metro_footer {
  position: relative;
  background-color: #ebebeb;
  ##padding: 80px 0 0;
}
.metro_footer p{
  margin-bottom: 20px;
  color: #515151;
  font-size: 15px;
}
.metro_footer-bottom{
  padding: 20px 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
.metro_footer-bottom .metro_footer-copyright{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.metro_footer-bottom .metro_footer-copyright p{
  margin: 0;
}

/* Dark Footer */
.metro_footer.metro_footer-dark{
  background-color: #111111;
}
.metro_footer.metro_footer-dark p{
  color: #b7b7b7;
}
.metro_footer.metro_footer-dark .metro_footer-bottom{
  border-top: 1px solid rgba(255,255,255,.1);
}

/*======================
5. Subheader
========================*/
.metro_subheader-inner{
  display: flex;
padding-top: 55px;
  justify-content: space-between;
  flex-direction: column;

}

/*======================
6. Components
========================*/

/* 6.1. Blog Posts */
.metro_post{
  position: relative;
  margin-bottom: 30px;
}
.metro_post .metro_post-thumb a{
  position: relative;
  display: block;
  overflow: hidden;
}
.metro_post .metro_post-thumb{
  position: relative;
}
.metro_post .metro_post-thumb img{
  transition: .3s;
  width: 100%;
}
.metro_post .metro_post-thumb:hover img{
  transform: scale(1.1);
}
.metro_post .metro_post-body{
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}


.metro_post .metro_post-body h6{
  font-size: 20px;
  margin: 0 0 15px;
  word-break: break-word;
}
.metro_post .metro_post-body h6 a{
  color: #222;
}
.metro_post .metro_post-body h6 a:hover{
  color: #bc0004;
}

.metro_post-meta{
  display: block;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* 6.1.2. Blog Post Details */
.metro_post-single-wrapper{
  margin-bottom: 50px;
}
.metro_post-single-wrapper .entry-content{
  padding: 30px;
  border: 1px solid #ebebeb;
}
.entry-title{
  font-size: 35px;
}
.metro_post-single-thumb{
  position: relative;
}
.metro_post-single-thumb img{
  margin: 0;
}

.metro_related-posts > h4{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.metro_related-posts > h4::before{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ff0005;
}

/* 6.12. Newsletter Popup */
.metro_newsletter-popup-modal .modal-header .close:not(:disabled):not(.disabled):hover{
  background-color: transparent;
}

/* 6.13. Recipe Cards */

.metro_recipe{
  text-align: center;
}

.metro_recipe.metro_recipe-2 .metro_post-body{
  padding: 20px 0 0;
  border: 0;
}


.metro_recipe-single-wrapper .entry-content{
  border: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .section.section-padding.category_section{
    margin-top: 0;
    padding-top: 40px;
  }
  .section {
    padding: 40px 0;
  }
  .section.section-padding{
    padding: 50px 0 20px;
  }

  .metro_footer{
    padding: 50px 0 0 0;
  }

}

@media (max-width: 768px){

  body{
    font-size: 14px;
  }

  h1{
    font-size: 34px;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 26px;
  }
  h4{
    font-size: 22px;
  }
  .metro_footer-bottom .metro_footer-copyright{
    display: block;
    text-align: center;
  }
  .metro_subheader-inner{
   ## padding: 55px 0;
  }


}

@media (max-width: 575px){

  .metro_post .metro_post-body{
    padding: 20px;
  }

  .metro_post-single-wrapper .entry-content{
    padding: 20px 0 0;
    border: 0;
  }

  .entry-title{
    font-size: 26px;
  }

}
.tips-section {
    margin: 20px auto;
    padding: 20px;
    max-width: 800px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.tips-heading {
    text-align: center;
    color: #2c3e50;
    font-size: 22px;
    margin-bottom: 15px;
margin-top: 0px;
}
.tips-list {
    ##list-style-type: decimal;
    padding-left: 40px;
    color: #34495e;
    line-height: 1.6;
}
.tip-item {
    margin-bottom: 10px;
}
.tip-item:last-child {
    margin-bottom: 0;
}

/* ================================
   GLOBAL
================================ */

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* ================================
   HEADER
================================ */

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    z-index: 999;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.logo img {
    height: 42px;
}

/* ================================
   DESKTOP NAV (Improved Look)
================================ */

.main-nav ul {
    display: flex;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 6px 10px;
    background: #f8f8f8;
    border-radius: 40px;
}

.main-nav li {
    position: relative;
}

.main-nav a {
    position: relative;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 30px;
    transition: all .25s ease;
}

/* Subtle default look */
.main-nav a {
    background: transparent;
}

/* Hover effect */
.main-nav a:hover {
    background: #ffffff;
    color: #ff6b35;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Active page */
.main-nav .active > a {
    background: #ff6b35;
    color: #ffffff;
}

/* Remove underline animation (cleaner now) */
.main-nav a::after {
    display: none;
}
.main-nav ul,
.main-nav li {
    margin: 0;
    padding: 0;
}
/* ================================
   DROPDOWN
================================ */

.dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    min-width: 200px;
    background: #ffffff;
    padding: 12px 0;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s ease;
}

.dropdown li {
    display: block;
}

.dropdown a {
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    color: #333;
}

.dropdown a:hover {
    background: #f6f6f6;
    color: #ff6b35;
}

/* Show dropdown on hover */
.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ================================
   MOBILE TOGGLE
================================ */

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.mobile-toggle span {
    width: 26px;
    height: 3px;
    background: #222;
    border-radius: 2px;
}

/* ================================
   MOBILE MENU
================================ */

.mobile-menu {
    position: fixed;
    left: -260px;
    top: 0;
    width: 260px;
    height: 100%;
    background: #fff;
    padding: 90px 20px;
    transition: 0.3s ease;
    z-index: 1000;
    box-shadow: 5px 0 25px rgba(0,0,0,0.08);
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu li {
    margin-bottom: 18px;
}

.mobile-menu a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    font-size: 15px;
}

/* ================================
   OVERLAY
================================ */

.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 998;
}

.overlay.active {
    display: block;
}

/* ================================
   SEARCH SECTION
================================ */

.search-bar-section {
    margin-top: 72px;
    padding: 40px 0;
    background: #f9fafb;
}

.search-box {
    display: flex;
    max-width: 620px;
    margin: auto;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.search-box input {
    flex: 1;
    border: none;
    padding: 15px 22px;
    font-size: 15px;
    outline: none;
}

.search-box button {
    background: #ff6b35;
    border: none;
    padding: 0 28px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

.search-box button:hover {
    background: #e65a28;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {

    .main-nav {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }

    .search-bar-section {
        padding: 25px 15px;
    }
}

/* ===== FIX DROPDOWN LAYOUT ===== */

.main-nav .dropdown {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    min-width: 200px;
    background: #fff;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);

    /* important resets */
    flex-direction: column !important;
}

.main-nav .dropdown li {
    display: block !important;
    width: 100%;
    margin: 0 !important;
}

.main-nav .dropdown a {
    display: block;
    width: 100%;
}



/* ================================
   SEARCH SECTION PREMIUM
================================ */

.search-bar-section {
    margin-top: 72px;

    background: linear-gradient(135deg, #fff7f3, #fff);
    text-align: center;
}

.search-inner {
    max-width: 900px;
    margin: auto;
}

.search-title {
    font-size: 42px;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 15px;
}

.search-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 35px;
}

/* Search Box */
.search-box {
    display: flex;
    max-width: 650px;
    margin: auto;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    background: #fff;
}

.search-box input {
    flex: 1;
    border: none;
    padding: 18px 25px;
    font-size: 16px;
    outline: none;
}

.search-box button {
    background: #ff6b35;
    border: none;
    padding: 0 35px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .25s;
}

.search-box button:hover {
    background: #e65a28;
}

/* Responsive */
@media (max-width: 768px) {
    .search-title {
        font-size: 28px;
    }

    .search-subtitle {
        font-size: 14px;
    }

    .search-box {
        flex-direction: column;
        border-radius: 20px;
    }

    .search-box button {
        padding: 15px;
        width: 100%;
    }
}