/* [Culinary Canvas - Modern Food Magazine]

- Project: Culinary Canvas
- Author: Custom Design
- Version: 2.0.0

*/
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/custom-icon.css);
@import url(css/classy-nav.min.css);
@import url(css/nice-select.min.css);

/* :: 2.1 Cookie and Kate Style Overrides */
:root {
  --primary-color: #000;
  --secondary-color: #666;
  --accent-color: #333;
  --text-dark: #000;
  --text-medium: #666;
  --text-light: #999;
  --bg-light: #ffffff;
  --bg-cream: #ffffff;
  --shadow-light: 0 1px 3px rgba(0,0,0,0.1);
  --shadow-medium: 0 2px 8px rgba(0,0,0,0.15);
  --border-radius: 0;
  --transition: all 0.2s ease;
}
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2c; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #1a1a1a;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em; }

p {
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  color: #474747; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  text-align: center; }
  .section-heading h3 {
    font-size: 30px;
    margin-bottom: 0; }
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white h3 {
    color: #ffffff; }

/* Preloader */
#preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  #preloader img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    border-bottom-color: #1c8314;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(10, 12, 18, 0.55);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #40ba37;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

.nice-select {
  border: none;
  background-color: #f3f5f8;
  border-radius: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #2f2f2f; }
  .nice-select span {
    color: #2f2f2f; }
  .nice-select::after {
    right: 20px; }
  .nice-select .list {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
    width: 100%; }

/* ScrollUp */
#scrollUp {
  background-color: #d4a574;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #141414; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Button */
.canvas-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #b8956a;
  border-radius: 8px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #d4a574;
  font-family: "Inter", sans-serif; }
  .canvas-btn.active, .canvas-btn:hover, .canvas-btn:focus,
  .delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #b8956a;
    border-color: #d4a574;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3); }
  .delicious-btn.btn-2 {
    background-color: #1c8314;
    border-color: #40ba37; }
    .delicious-btn.btn-2.active, .delicious-btn.btn-2:hover, .delicious-btn.btn-2:focus {
      background-color: #40ba37;
      border-color: #1c8314; }
  .delicious-btn.btn-3 {
    background-color: #474747;
    border-color: #1c8314; }
    .delicious-btn.btn-3.active, .delicious-btn.btn-3:hover, .delicious-btn.btn-3:focus {
      background-color: #40ba37;
      border-color: #1c8314; }
  .delicious-btn.btn-4 {
    background-color: transparent;
    border: 3px solid #40ba37;
    line-height: 53px;
    color: #40ba37; }
    @media only screen and (max-width: 767px) {
      .delicious-btn.btn-4 {
        height: 40px;
        line-height: 33px; } }
    .delicious-btn.btn-4.active, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
      line-height: 53px;
      color: #ffffff;
      background-color: #40ba37; }
      @media only screen and (max-width: 767px) {
        .delicious-btn.btn-4.active, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
          height: 40px;
          line-height: 33px; } }
  @media only screen and (max-width: 767px) {
    .delicious-btn {
      height: 40px;
      line-height: 39px; } }

/* :: 4.0 Search Wrapper */
.search-wrapper {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 200;
  top: -80px;
  left: 0;
  background-color: #d4a574;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms; }
  .search-wrapper form {
    position: relative;
    z-index: 1; }
    .search-wrapper form input {
      width: 90%;
      height: 40px;
      border: 2px solid #ffffff;
      font-size: 12px;
      font-style: italic;
      padding: 0 20px;
      margin: 15px 0; }
      @media only screen and (max-width: 767px) {
        .search-wrapper form input {
          width: 80%; } }
    .search-wrapper form button {
      position: absolute;
      width: 60px;
      height: 40px;
      z-index: 1;
      top: 15px;
      border: none;
      right: 10%;
      cursor: pointer;
      outline: none; }
      @media only screen and (max-width: 767px) {
        .search-wrapper form button {
          right: 20%; } }
  .search-wrapper .close-btn {
    position: absolute;
    width: 70px;
    height: 100%;
    background-color: #000000;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 70px;
    font-size: 12px;
    right: 0;
    top: 0;
    z-index: 100; }
  .search-wrapper.on {
    top: 0; }

/* :: 5.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%; }
  .header-area .top-header-area {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddee9; }
    @media only screen and (max-width: 767px) {
      .header-area .top-header-area {
        height: 70px; } }
    .header-area .top-header-area .breaking-news {
      position: relative;
      z-index: 1; }
      .header-area .top-header-area .breaking-news .ticker {
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden; }
        .header-area .top-header-area .breaking-news .ticker ul {
          width: 100%;
          position: relative;
          z-index: 1; }
          .header-area .top-header-area .breaking-news .ticker ul li {
            display: none;
            width: 100%; }
            .header-area .top-header-area .breaking-news .ticker ul li a {
              font-size: 14px;
              color: #b6b6b6;
              font-style: italic; }
              .header-area .top-header-area .breaking-news .ticker ul li a:hover, .header-area .top-header-area .breaking-news .ticker ul li a:focus {
                color: #40ba37; }
    .header-area .top-header-area .top-social-info a {
      display: inline-block;
      color: #b6b6b6;
      font-size: 13px;
      margin-right: 30px; }
      .header-area .top-header-area .top-social-info a:last-child {
        margin-right: 0; }
      .header-area .top-header-area .top-social-info a:hover, .header-area .top-header-area .top-social-info a:focus, .header-area .top-header-area .top-social-info a.active {
        color: #40ba37; }
  .header-area .delicious-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    height: 145px; }
    @media only screen and (max-width: 767px) {
      .header-area .delicious-main-menu {
        height: 80px; } }
    .header-area .delicious-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .delicious-main-menu .classy-navbar {
      height: 145px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .header-area .delicious-main-menu .classy-navbar {
          height: 80px; } }
      .header-area .delicious-main-menu .classy-navbar .classynav ul li a {
        font-weight: 600; }
        .header-area .delicious-main-menu .classy-navbar .classynav ul li a:hover, .header-area .delicious-main-menu .classy-navbar .classynav ul li a:focus {
          font-weight: 600; }
      .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a {
        text-transform: uppercase;
        padding: 12px 18px 11px;
        background-color: transparent;
        border-bottom: 3px solid transparent;
        line-height: 1;
        color: #474747;
        font-weight: 600; }
        .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:hover, .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:focus {
          font-size: 14px;
          color: #ffffff;
          background-color: #40ba37;
          border-bottom: 3px solid #1c8314; }
          .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:hover::after, .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:focus::after {
            color: #ffffff; }
      .header-area .delicious-main-menu .classy-navbar .classynav > ul > li.active > a {
        color: #ffffff;
        background-color: #40ba37;
        border-bottom: 3px solid #1c8314; }
        .header-area .delicious-main-menu .classy-navbar .classynav > ul > li.active > a::after {
          color: #ffffff; }
    .header-area .delicious-main-menu .classynav .search-btn {
      color: #b6b6b6;
      margin-left: 150px;
      cursor: pointer;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .header-area .delicious-main-menu .classynav .search-btn i {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
      .header-area .delicious-main-menu .classynav .search-btn:hover i, .header-area .delicious-main-menu .classynav .search-btn:focus i {
        color: #40ba37; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .delicious-main-menu .classynav .search-btn {
          margin-left: 50px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .delicious-main-menu .classynav .search-btn {
          margin-left: 30px;
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .header-area .delicious-main-menu .classynav .search-btn {
          margin-left: 30px;
          margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .header-area .nav-brand img {
      max-width: 90px; } }

/* :: 6.0 Welcome Area CSS */
.hero-area {
  position: relative;
  z-index: 1;
  margin-left: 4%;
  margin-right: 4%; }

.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 820px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    .hero-slides .single-hero-slide .hero-slides-content {
      position: relative;
      z-index: 1;
      padding: 60px 50px;
      border-left: 3px solid #40ba37;
      background-color: rgba(24, 24, 24, 0.54); }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide .hero-slides-content {
          padding: 30px 20px; } }
      .hero-slides .single-hero-slide .hero-slides-content h2 {
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 30px;
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          .hero-slides .single-hero-slide .hero-slides-content h2 {
            font-size: 24px; } }
      .hero-slides .single-hero-slide .hero-slides-content p {
        font-size: 16px;
        margin-bottom: 50px;
        color: #ffffff; }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 4%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 3px solid #1c8314; }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-prev,
      .hero-slides .owl-next {
        font-size: 13px; } }
  .hero-slides .owl-next {
    left: auto;
    right: 4%; }
  .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }
  .hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 50px;
    z-index: 10;
    width: 80%;
    left: 17%; }
    .hero-slides .owl-dots .owl-dot {
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      margin-right: 10px; }
      .hero-slides .owl-dots .owl-dot.active {
        color: #1c8314; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classynav ul li.cn-dropdown-item > a::after,
  .breakpoint-on .classynav ul li.megamenu-item > a::after {
    top: 10px; } }
@media only screen and (max-width: 767px) {
  .breakpoint-on .classynav ul li.cn-dropdown-item > a::after,
  .breakpoint-on .classynav ul li.megamenu-item > a::after {
    top: 10px; } }

/* :: 7.0 Top Catagory Area */
.single-top-catagory {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .single-top-catagory img {
    width: 100%; }
  .single-top-catagory::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(to right, #000, rgba(0, 0, 0, 0.1));
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.1)); }
  .single-top-catagory .top-cta-content {
    position: absolute;
    top: 50%;
    left: 40px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
    .single-top-catagory .top-cta-content h3 {
      font-size: 30px;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .single-top-catagory .top-cta-content h3 {
          font-size: 18px; } }
    .single-top-catagory .top-cta-content h6 {
      color: #ffffff;
      margin-bottom: 30px;
      display: block;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .single-top-catagory .top-cta-content h6 {
          margin-bottom: 10px; } }

/* :: 8.0 Best Receipe Area */
.best-receipe-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px; }

.single-best-receipe-area {
  position: relative;
  z-index: 1; }
  .single-best-receipe-area img {
    border-bottom: 3px solid #40ba37; }
  .single-best-receipe-area .receipe-content {
    padding-top: 30px;
    text-align: center; }
    .single-best-receipe-area .receipe-content h5 {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: 400;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-best-receipe-area .receipe-content h5:hover, .single-best-receipe-area .receipe-content h5:focus {
        color: #40ba37; }
    .single-best-receipe-area .receipe-content .ratings i {
      font-size: 11px;
      color: #fbb710;
      display: inline-block;
      padding: 0 1px; }

/* :: 9.0 Cta Area */
.cta-area {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 675px;
  background-attachment: fixed; }
  .cta-area .cta-content h2 {
    font-size: 72px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .cta-area .cta-content h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-content h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content h2 {
        font-size: 30px; } }
  .cta-area .cta-content p {
    color: #ffffff;
    margin-bottom: 100px;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content p {
        margin-bottom: 50px; } }

/* :: 10.0 Small Receipe Area */
.small-receipe-area {
  position: relative;
  z-index: 1;
  padding-bottom: 30px; }

.single-small-receipe-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-small-receipe-area .receipe-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    padding-right: 20px; }
  .single-small-receipe-area .receipe-content span {
    font-size: 12px;
    display: block;
    color: #40ba37; }
  .single-small-receipe-area .receipe-content a {
    display: block; }
    .single-small-receipe-area .receipe-content a h5 {
      color: #474747;
      font-size: 18px;
      margin-bottom: 5px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-small-receipe-area .receipe-content a h5 {
          font-size: 16px; } }
      .single-small-receipe-area .receipe-content a h5:hover, .single-small-receipe-area .receipe-content a h5:focus {
        color: #40ba37; }
  .single-small-receipe-area .receipe-content .ratings i {
    font-size: 11px;
    color: #fbb710;
    display: inline-block;
    padding: 0 1px; }
  .single-small-receipe-area .receipe-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: #9b9b9b; }

/* :: 11.0 Quote Area */
.quote-area {
  position: relative;
  z-index: 1;
  border: 10px solid #40ba37;
  padding: 40px 25px;
  margin-bottom: 80px; }
  .quote-area span {
    font-size: 48px;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
    color: #40ba37;
    line-height: 1; }
  .quote-area h4 {
    font-size: 24px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 40px;
    color: #474747; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .quote-area h4 {
        font-size: 20px; } }
  .quote-area p {
    color: #474747;
    font-size: 16px;
    margin-bottom: 50px; }
  .quote-area .date-comments .date {
    font-size: 12px;
    color: #40ba37; }
  .quote-area .date-comments .comments {
    font-size: 12px;
    color: #9b9b9b; }

/* :: 12.0 Newsletter Area */
.newsletter-area {
  position: relative;
  z-index: 1;
  margin-bottom: 80px; }
  .newsletter-area h4 {
    font-size: 24px;
    margin-bottom: 50px;
    display: block;
    color: #474747; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .newsletter-area h4 {
        font-size: 20px; } }

.newsletter-form {
  padding: 30px 15px 100px; }
  .newsletter-form form input {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #ffffff;
    color: #9b9b9b;
    font-size: 12px;
    font-style: italic;
    border-left: 3px solid #1c8314;
    padding: 0 20px;
    margin-bottom: 25px; }
  .newsletter-form p {
    margin-top: 30px;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    font-style: italic; }

/* :: 13.0 Canvas Adds */
.delicious-add {
  position: relative;
  z-index: 1;
  margin-bottom: 80px; }
  .delicious-add img {
    width: 100%; }

/* :: 14.0 Blog Area */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-area {
    margin-top: 80px; } }
@media only screen and (max-width: 767px) {
  .blog-sidebar-area {
    margin-top: 80px; } }

.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-thumbnail .post-date {
      width: 75px;
      height: 100px;
      background-color: #40ba37;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .single-blog-area .blog-thumbnail .post-date {
          top: 10px;
          left: 10px; } }
      .single-blog-area .blog-thumbnail .post-date a {
        color: #ffffff;
        padding: 18px 10px;
        display: block;
        line-height: 1.1;
        font-size: 14px;
        font-weight: 400; }
        .single-blog-area .blog-thumbnail .post-date a span {
          font-size: 30px;
          font-weight: 700;
          display: block; }
      .single-blog-area .blog-thumbnail .post-date:hover, .single-blog-area .blog-thumbnail .post-date:focus {
        background-color: #1c8314; }
  .single-blog-area .blog-content {
    position: relative;
    z-index: 1;
    padding-top: 40px; }
    .single-blog-area .blog-content .post-title {
      font-size: 22px;
      color: #474747;
      margin-bottom: 10px; }
      .single-blog-area .blog-content .post-title:hover, .single-blog-area .blog-content .post-title:focus {
        color: #40ba37; }
    .single-blog-area .blog-content .meta-data {
      font-size: 12px;
      color: #a4a4a4;
      margin-bottom: 20px; }
      .single-blog-area .blog-content .meta-data a {
        text-decoration: underline;
        font-size: 12px;
        color: #a4a4a4; }
        .single-blog-area .blog-content .meta-data a:hover, .single-blog-area .blog-content .meta-data a:focus {
          color: #40ba37; }

.single-widget {
  position: relative;
  z-index: 1; }
  .single-widget h6 {
    margin-bottom: 50px;
    display: block; }
  .single-widget .list {
    padding-left: 30px; }
    .single-widget .list li a {
      display: block;
      padding: 5px 0;
      color: #797979; }
      .single-widget .list li a:hover, .single-widget .list li a:focus {
        color: #40ba37; }

.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-link {
    padding: 0;
    font-size: 16px;
    margin-right: 5px;
    border: none;
    color: #474747; }
    .pagination .page-link:hover, .pagination .page-link:focus {
      background-color: transparent;
      color: #40ba37; }
  .pagination .page-item.active .page-link {
    background-color: transparent;
    color: #40ba37; }

/* :: 15.0 Receipe Area */
.receipe-post-search {
  position: relative;
  z-index: 20; }
  .receipe-post-search form input {
    width: 100%;
    height: 60px;
    background-color: #f3f5f8;
    font-size: 14px;
    padding: 0 20px;
    border: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .receipe-post-search .col-12 {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .receipe-post-search .col-12 {
      margin-bottom: 15px; } }

.receipe-slider {
  position: relative;
  z-index: 1; }
  .receipe-slider .owl-prev,
  .receipe-slider .owl-next {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 4%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 3px solid #1c8314; }
    @media only screen and (max-width: 767px) {
      .receipe-slider .owl-prev,
      .receipe-slider .owl-next {
        font-size: 14px; } }
  .receipe-slider .owl-next {
    left: auto;
    right: 4%; }
  .receipe-slider:hover .owl-prev, .receipe-slider:hover .owl-next {
    opacity: 1;
    visibility: visible; }

.receipe-headline span {
  font-size: 14px;
  display: block;
  color: #a4a4a4;
  margin-bottom: 0; }
.receipe-headline h2 {
  font-size: 36px;
  color: #474747;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .receipe-headline h2 {
      font-size: 24px; } }
.receipe-headline .receipe-duration {
  border-left: 3px solid #40ba37;
  padding: 15px; }
  .receipe-headline .receipe-duration h6 {
    font-size: 15px;
    margin-bottom: 5px; }
    .receipe-headline .receipe-duration h6:last-child {
      margin-bottom: 0; }

.receipe-ratings .ratings {
  margin-bottom: 30px; }
.receipe-ratings i {
  font-size: 18px;
  color: #fbb710;
  padding: 0 3px; }

.single-preparation-step {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-preparation-step h4 {
    color: #474747;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    margin-bottom: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ingredients {
    margin-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .ingredients {
    margin-bottom: 80px; } }
.ingredients h4 {
  color: #474747;
  margin-bottom: 30px; }
.ingredients .custom-checkbox .custom-control-label::before {
  border-radius: 0; }
.ingredients .custom-control-label::before {
  width: 30px;
  height: 30px;
  background-color: #f3f5f8; }
.ingredients .custom-control {
  padding-left: 2.5rem;
  margin-bottom: 30px;
  min-height: 35px; }
.ingredients .custom-control-label {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #2f2f2f; }
.ingredients .custom-control-label::after {
  top: 10px;
  left: 5px;
  width: 20px;
  height: 20px; }
.ingredients .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #40ba37; }

/* :: 16.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 140px;
  background-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .footer-area {
      height: 150px;
      border-top: 1px solid #ebebeb;
      margin-top: 30px; } }
  .footer-area .footer-social-info {
    padding-right: 15px; }
    .footer-area .footer-social-info a {
      display: inline-block;
      color: #b6b6b6;
      font-size: 13px;
      margin-right: 30px; }
      .footer-area .footer-social-info a:last-child {
        margin-right: 0; }
      .footer-area .footer-social-info a:hover, .footer-area .footer-social-info a:focus {
        color: #40ba37; }
  .footer-area p {
    color: #4b4b4b;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 15px; }
    @media only screen and (max-width: 767px) {
      .footer-area p {
        padding-left: 0; } }
    .footer-area p a {
      color: #4b4b4b;
      font-weight: 600; }
      .footer-area p a:hover, .footer-area p a:focus {
        color: #40ba37; }
  @media only screen and (max-width: 767px) {
    .footer-area .footer-logo {
      max-width: 90px; } }

.follow-us-instagram {
  position: relative;
  z-index: 1;
  border-top: 1px solid #dcdcdc; }
  .follow-us-instagram h5 {
    font-size: 18px;
    padding: 35px 0;
    margin-bottom: 0; }
  .follow-us-instagram .insta-feeds {
    position: relative;
    z-index: 1; }
    .follow-us-instagram .insta-feeds .single-insta-feeds {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857%;
      flex: 0 0 14.2857%;
      max-width: 14.2857%;
      width: 14.2857%;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .follow-us-instagram .insta-feeds .single-insta-feeds {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
          width: 25%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .follow-us-instagram .insta-feeds .single-insta-feeds {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
          width: 20%; } }
      .follow-us-instagram .insta-feeds .single-insta-feeds img {
        width: 100%;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
      .follow-us-instagram .insta-feeds .single-insta-feeds .insta-icon {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(64, 186, 55, 0.9);
        top: 0;
        left: 0;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        .follow-us-instagram .insta-feeds .single-insta-feeds .insta-icon a {
          display: inline-block;
          color: #ffffff;
          font-size: 18px; }
      .follow-us-instagram .insta-feeds .single-insta-feeds:hover img {
        -webkit-transform: scale(1.2) rotate(2.5deg);
        transform: scale(1.2) rotate(2.5deg); }
      .follow-us-instagram .insta-feeds .single-insta-feeds:hover .insta-icon {
        opacity: 1;
        visibility: visible; }

/* :: 17.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 92%;
  height: 190px;
  margin-left: 4%;
  margin-right: 4%; }
  @media only screen and (max-width: 767px) {
    .breadcumb-area {
      height: 120px; } }
  .breadcumb-area .breadcumb-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcumb-text h2 {
        font-size: 24px; } }

/* About Us Area */
.sub-heading {
  line-height: 2;
  font-size: 18px;
  text-align: center; }

/* :: 18.0 Contact Area CSS */
.map-area {
  position: relative;
  z-index: 2; }
  .map-area #googleMap {
    width: 100%;
    height: 680px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .map-area #googleMap {
        height: 500px; } }
    @media only screen and (max-width: 767px) {
      .map-area #googleMap {
        height: 350px; } }

.single-contact-information {
  position: relative;
  z-index: 1; }
  .single-contact-information h6 {
    font-size: 14px;
    border-bottom: 2px solid #40ba37;
    display: inline-block;
    color: #40ba37; }

.contact-form-area .form-control {
  height: 52px;
  width: 100%;
  background-color: #f3f5f8;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
  border: none;
  border-left: 3px solid #f3f5f8;
  border-radius: 0;
  padding: 15px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    border-left: 3px solid #40ba37;
    box-shadow: none; }
.contact-form-area textarea.form-control {
  height: 200px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

/* :: 19.0 Elements Area CSS */
.elements-title h2 {
  font-size: 30px;
  margin-bottom: 70px;
  color: #4b4b4b; }

.single-pie-bar h6 {
  font-size: 18px;
  margin-bottom: 0; }

.single-cool-fact {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 80px; }
  .single-cool-fact img {
    display: block;
    margin: 0 auto 10px; }
  .single-cool-fact h3 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #40ba37;
    font-weight: 700; }
  .single-cool-fact h6 {
    font-size: 18px;
    margin-bottom: 0; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    border-radius: 0;
    background-color: #40ba37;
    color: #ffffff;
    border-left: 3px solid #1c8314;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 23px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background-color: #f3f5f8;
      color: #9b9b9b;
      border-left: 3px solid #40ba37; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Tabs CSS*/
.delicious-tabs-content {
  position: relative;
  z-index: 1; }
  .delicious-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .delicious-tabs-content .nav-tabs .nav-link {
      background-color: #f3f5f8;
      color: #9b9b9b;
      border: none;
      border-left: 3px solid #40ba37;
      padding: 0 15px;
      height: 50px;
      line-height: 50px;
      margin: 0 2px;
      border-radius: 0;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .delicious-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .delicious-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      .delicious-tabs-content .nav-tabs .nav-link.active {
        background-color: #40ba37;
        color: #ffffff;
        border-left: 3px solid #1c8314; }
  .delicious-tabs-content .tab-content h6 {
    font-size: 18px; }

/* Features Area */
.single-feature-area {
  position: relative;
  z-index: 1; }
  .single-feature-area h5 {
    margin-bottom: 0;
    padding-left: 30px; }

/*# sourceMappingURL=style.css.map */
/* Modern Custom Styles for Culinary Canvas */

/* Enhanced Header Styling */
.header-area {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(212, 165, 116, 0.15);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top-header-area {
  background: var(--primary-color);
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

/* Modern Navigation */
.canvas-main-menu {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 165, 116, 0.15);
}

/* ====== COOKIE AND KATE STYLE OVERRIDES ====== */

/* Reset header styles */
.header-area {
  background: #fff;
  backdrop-filter: none;
  box-shadow: none;
  border: none;
  position: relative;
  padding: 0;
}

/* Top Navigation */
.top-navigation {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}

.top-nav .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-nav .nav-links li {
  margin: 0 25px;
}

.top-nav .nav-links li a {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}

.top-nav .nav-links li a:hover {
  color: #666;
}

/* Brand Area */
.brand-area {
  padding: 40px 0 30px;
  border-bottom: 2px solid #000;
}

.brand-wrapper {
  position: relative;
}

.tagline {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
}

.tagline em {
  font-style: italic;
  font-weight: 300;
}

.brand-name {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
}

.brand-name em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}

.search-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.search-box input {
  border: 1px solid #ddd;
  padding: 8px 12px;
  font-size: 14px;
  width: 200px;
  margin-right: 5px;
}

.search-box button {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #666;
}

/* Recipe Navigation */
.recipe-navigation {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.recipe-nav .recipe-links {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.recipe-nav .recipe-links li {
  margin-right: 25px;
}

.recipe-nav .recipe-links li a {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}

.recipe-nav .recipe-links li a.active {
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}

.recipe-nav .recipe-links li a:hover {
  color: #666;
}

.browse-text {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #666;
  margin-right: 10px;
}

/* Main Content */
.main-content {
  padding: 40px 0 80px;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  margin-bottom: 40px;
  text-align: left;
}

/* Featured Article */
.featured-article {
  position: relative;
  margin-bottom: 60px;
}

.featured-image {
  position: relative;
  overflow: hidden;
}

.featured-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.featured-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  max-width: 400px;
  margin: 30px;
}

.featured-content .category-badge {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 15px;
  display: block;
}

.featured-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.featured-content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Recipe Cards Grid */
.recipe-card {
  margin-bottom: 30px;
}

.recipe-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}

.recipe-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recipe-card:hover .recipe-image img {
  transform: scale(1.05);
}

.recipe-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  text-align: center;
}

.recipe-overlay h4 {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 5px;
}

.recipe-overlay h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.recipe-overlay .brand {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .brand-name {
    font-size: 32px;
  }
  
  .search-box {
    position: static;
    transform: none;
    justify-content: center;
    margin-top: 20px;
  }
  
  .recipe-nav .recipe-links {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  
  .recipe-nav .recipe-links li {
    margin: 0;
  }
  
  .top-nav .nav-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .top-nav .nav-links li {
    margin: 5px 15px;
  }
  
  .section-title {
    font-size: 28px;
    text-align: center;
  }
  
  .featured-overlay {
    position: static;
    max-width: none;
    margin: 0;
    padding: 20px;
  }
  
  .featured-image img {
    height: 300px;
  }
  
  .featured-content h3 {
    font-size: 24px;
  }
}

/* About Page Styles */
.about-content {
  padding: 60px 0 80px;
}

.about-article {
  max-width: 800px;
  margin: 0 auto;
}

.about-header h1 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.about-image {
  text-align: center;
  margin-bottom: 40px;
}

.about-image img {
  max-width: 400px;
  border-radius: 8px;
}

.about-content-text {
  font-family: "Inter", sans-serif;
  line-height: 1.7;
}

.about-content-text .lead {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.about-content-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.about-content-text h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 40px 0 20px;
}

.signature {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  color: #666;
}

@media (max-width: 768px) {
  .about-header h1 {
    font-size: 32px;
  }
  
  .about-content-text .lead {
    font-size: 18px;
  }
  
  .about-image img {
    max-width: 300px;
  }
}

/* Salad Recipes Page Styles */
.salad-recipes-content {
  padding: 40px 0 80px;
}

.breadcrumb-nav {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.breadcrumb-nav a {
  color: #666;
  text-decoration: none;
}

.salad-header {
  margin-bottom: 60px;
}

.salad-header h1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.salad-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.salad-description a {
  color: #5a8a5a;
  text-decoration: underline;
}

.salad-hero-image img {
  width: 100%;
  border-radius: 8px;
}

.kates-pick {
  background: #f8f8f8;
  padding: 20px 0;
  margin: 40px 0;
}

.kates-pick-label {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 10px;
}

.kates-pick a {
  color: #5a8a5a;
  text-decoration: none;
  font-weight: 600;
}

.most-popular h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.recipe-card-numbered {
  position: relative;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.recipe-card-numbered img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.recipe-number {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(90, 138, 90, 0.9);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.recipe-card-numbered h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 15px 0 0;
  text-align: center;
}

.search-sort-area {
  margin: 60px 0 40px;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.search-sort-area .form-control {
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-family: "Inter", sans-serif;
}

.search-sort-area .btn {
  background: #5a8a5a;
  border: none;
  color: white;
  padding: 12px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.search-sort-area select {
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-family: "Inter", sans-serif;
  background: white;
}

@media (max-width: 768px) {
  .salad-header h1 {
    font-size: 36px;
  }
  
  .most-popular h2 {
    font-size: 28px;
  }
  
  .recipe-card-numbered {
    margin-bottom: 20px;
  }
  
  .search-sort-area .input-group {
    margin-bottom: 15px;
  }
  
  .search-sort-area select {
    margin-bottom: 10px;
  }
}

/* Subscribe Page Styles */
.subscribe-content {
  padding: 60px 0 80px;
}

.subscribe-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}

.subscribe-logo {
  text-align: center;
  margin-bottom: 40px;
}

.subscribe-logo img {
  max-width: 80px;
}

.newsletter-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.newsletter-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.subscription-form {
  max-width: 500px;
  margin: 0 auto 40px;
}

.subscription-form .form-control {
  border: 2px solid #ddd;
  padding: 15px 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 20px;
}

.subscription-form .btn-subscribe {
  background: #000;
  color: white;
  border: none;
  padding: 15px 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  transition: background 0.3s ease;
}

.subscription-form .btn-subscribe:hover {
  background: #333;
}

.privacy-notice {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-bottom: 60px;
}

.benefits-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.benefit-card {
  text-align: center;
  padding: 30px 20px;
}

.benefit-card i {
  font-size: 32px;
  color: #5a8a5a;
  margin-bottom: 20px;
}

.benefit-card h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.benefit-card p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.community-stats {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/bg-img/bg1.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
  margin: 60px 0;
}

.community-stats h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.stat-item {
  text-align: center;
  margin-bottom: 30px;
}

.stat-number {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.stat-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .subscribe-hero h1 {
    font-size: 32px;
  }
  
  .newsletter-section h2 {
    font-size: 26px;
  }
  
  .benefits-section h3 {
    font-size: 24px;
  }
  
  .community-stats {
    padding: 60px 0;
  }
  
  .community-stats h3 {
    font-size: 26px;
  }
  
  .stat-number {
    font-size: 28px;
  }
}

/* Recipe Page Styles */
.recipe-content {
  padding: 40px 0 80px;
}

.recipe-breadcrumb {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.recipe-breadcrumb a {
  color: #666;
  text-decoration: none;
}

.recipe-breadcrumb a:hover {
  text-decoration: underline;
}

.recipe-category-badge {
  display: inline-block;
  background: #f0f0f0;
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.recipe-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  margin-bottom: 30px;
}

.recipe-hero-image {
  margin-bottom: 40px;
}

.recipe-hero-image img {
  width: 100%;
  border-radius: 8px;
}

.recipe-meta {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.recipe-meta-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.meta-item {
  text-align: center;
  flex: 1;
  min-width: 120px;
}

.meta-label {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 5px;
}

.meta-value {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.print-recipe-btn {
  background: #000;
  color: white;
  border: none;
  padding: 12px 25px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.print-recipe-btn:hover {
  background: #333;
}

.recipe-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 40px;
}

.recipe-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.ingredients-list {
  background: #fafafa;
  padding: 25px;
  border-radius: 8px;
  position: sticky;
  top: 20px;
}

.ingredient-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.ingredient-item input[type="checkbox"] {
  margin-right: 12px;
  margin-top: 4px;
  transform: scale(1.2);
}

.ingredient-item label {
  color: #333;
  cursor: pointer;
  margin: 0;
}

.ingredient-item input[type="checkbox"]:checked + label {
  text-decoration: line-through;
  color: #999;
}

.ingredient-subheading {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 20px 0 15px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.instructions-list {
  counter-reset: step-counter;
}

.instruction-step {
  counter-increment: step-counter;
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.instruction-step::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  background: #5a8a5a;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.recipe-notes {
  background: #fff9e6;
  border-left: 4px solid #f0c14b;
  padding: 20px;
  margin: 40px 0;
  border-radius: 0 4px 4px 0;
}

.recipe-notes h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.recipe-notes p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 10px;
}

.related-recipes h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.related-recipe-card {
  text-align: center;
  margin-bottom: 30px;
}

.related-recipe-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.related-recipe-card h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.related-recipe-card p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .recipe-title {
    font-size: 32px;
  }
  
  .recipe-meta-row {
    flex-direction: column;
    gap: 15px;
  }
  
  .meta-item {
    min-width: auto;
  }
  
  .ingredients-list {
    position: static;
    margin-bottom: 30px;
  }
  
  .instruction-step {
    padding-left: 40px;
  }
  
  .instruction-step::before {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

/* Recipe Collection Page Styles */
.recipe-collection-content {
  padding: 40px 0 80px;
}

.recipe-search-section {
  background: #f8f8f8;
  padding: 60px 0;
  margin-bottom: 80px;
}

.recipe-search-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.recipe-search-section p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}

.advanced-search {
  max-width: 800px;
  margin: 0 auto;
}

.advanced-search .form-control,
.advanced-search .form-select {
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.search-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}

.search-btn {
  background: #5a8a5a;
  color: white;
  border: none;
  padding: 12px 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-btn:hover {
  background: #4a7a4a;
}

.category-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}

.category-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 300px;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.7));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.category-overlay h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.category-overlay p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.category-btn {
  background: white;
  color: #000;
  border: none;
  padding: 10px 25px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-btn:hover {
  background: #f0f0f0;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.section-header p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.recipe-grid-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recipe-grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.recipe-grid-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.recipe-grid-content {
  padding: 20px;
}

.recipe-grid-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.3;
}

.recipe-grid-content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.recipe-meta-grid {
  display: flex;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #999;
}

.make-these-badge {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #000;
  color: white;
  padding: 8px 15px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.featured-recipe-card {
  position: relative;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 20px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
}

.featured-recipe-card:hover {
  transform: translateY(-3px);
}

.more-recipes-btn {
  text-align: center;
  margin: 60px 0;
}

.more-recipes-btn .btn {
  background: #5a8a5a;
  color: white;
  border: none;
  padding: 15px 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.more-recipes-btn .btn:hover {
  background: #4a7a4a;
}

.load-more-section {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #ddd;
}

@media (max-width: 768px) {
  .recipe-search-section h2 {
    font-size: 28px;
  }
  
  .search-filters {
    grid-template-columns: 1fr;
  }
  
  .category-showcase {
    grid-template-columns: 1fr;
  }
  
  .recipe-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .section-header h2 {
    font-size: 28px;
  }
}

/* Search Results Styles */
.search-results {
  padding: 30px 0;
}

.search-results p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.search-results-list {
  list-style: none;
  padding: 0;
}

.search-results-list li {
  margin-bottom: 15px;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 4px;
}

.search-results-list li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.search-results-list li a:hover {
  color: #5a8a5a;
}

.no-results {
  text-align: center;
  padding: 40px 0;
}

.no-results p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #666;
}

/* Enhanced Typography */
h1 { font-size: 3.5rem; font-weight: 700; }
h2 { font-size: 2.8rem; font-weight: 600; }
h3 { font-size: 2.2rem; font-weight: 600; }
h4 { font-size: 1.8rem; font-weight: 500; }
h5 { font-size: 1.4rem; font-weight: 500; }
h6 { font-size: 1.2rem; font-weight: 500; }

/* Modern Cards */
.single-blog-area,
.single-small-receipe-area,
.single-best-receipe-area,
.single-top-catagory {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border: 1px solid rgba(212, 165, 116, 0.1);
  position: relative;
}

.single-blog-area:hover,
.single-small-receipe-area:hover,
.single-best-receipe-area:hover,
.single-top-catagory:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 60px rgba(212, 165, 116, 0.2);
}

.single-blog-area::before,
.single-small-receipe-area::before,
.single-best-receipe-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.single-blog-area:hover::before,
.single-small-receipe-area:hover::before,
.single-best-receipe-area:hover::before {
  opacity: 1;
}

/* Enhanced Buttons */
.canvas-btn,
.delicious-btn,
.modern-btn {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border: none;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(212, 165, 116, 0.3);
  position: relative;
  overflow: hidden;
  padding: 12px 30px;
}

.canvas-btn:hover,
.delicious-btn:hover,
.modern-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(212, 165, 116, 0.4);
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-color) 100%);
}

.canvas-btn::before,
.delicious-btn::before,
.modern-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.canvas-btn:hover::before,
.delicious-btn:hover::before,
.modern-btn:hover::before {
  left: 100%;
}

/* Modern Featured Cards Styling */
.modern-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 70px rgba(212, 165, 116, 0.25);
}

.image-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.modern-card:hover .image-container img {
  transform: scale(1.1);
}

.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.1) 0%, rgba(184, 149, 106, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modern-card:hover .overlay-gradient {
  opacity: 1;
}

.modern-content {
  padding: 30px;
  position: relative;
}

.category-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.modern-content h3 {
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.modern-content h6 {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 15px;
  font-style: italic;
}

.modern-content .description {
  color: var(--text-medium);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

/* Modern Recipe Cards */
.recipe-card {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(212, 165, 116, 0.1);
}

.recipe-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(212, 165, 116, 0.2);
}

.recipe-image-container {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.recipe-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.recipe-card:hover .recipe-image-container img {
  transform: scale(1.1);
}

.recipe-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.difficulty-badge {
  background: rgba(212, 165, 116, 0.9);
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.time-badge {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 500;
}

.modern-recipe-content {
  padding: 25px;
}

.recipe-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.cuisine-type {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.modern-ratings {
  display: flex;
  align-items: center;
  gap: 2px;
}

.modern-ratings .fa-star {
  color: #ffc107;
  font-size: 12px;
}

.modern-ratings .fa-star-o {
  color: #e0e0e0;
  font-size: 12px;
}

.rating-count {
  margin-left: 8px;
  font-size: 12px;
  color: var(--text-light);
  font-weight: 500;
}

.modern-recipe-content h5 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--text-dark);
  font-weight: 600;
}

.recipe-description {
  color: var(--text-medium);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.section-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  margin: 20px auto 0;
  border-radius: 2px;
}

/* Modern CTA Section */
.modern-cta-area {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.modern-cta-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(212,165,116,0.3) 100%);
  z-index: 1;
}

.modern-cta-area .cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 30px;
}

.cta-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.modern-cta-area h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 25px;
  line-height: 1.1;
}

.cta-description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 40px;
}

.cta-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "Playfair Display", serif;
}

.stat-label {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.cta-btn {
  font-size: 18px;
  padding: 15px 40px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .modern-cta-area h2 {
    font-size: 2.5rem;
  }
  
  .cta-stats {
    gap: 30px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .cta-description {
    font-size: 1.1rem;
  }
}

/* Modern Search */
.search-wrapper {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  backdrop-filter: blur(10px);
}

/* Modern Hero Enhancements */
.hero-area {
  position: relative;
}

.single-hero-slide {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.single-hero-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(212,165,116,0.2) 100%);
  z-index: 1;
}

.hero-slides-content {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-slides-content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-slides-content p {
  font-size: 1.1rem;
  color: var(--text-medium);
  margin-bottom: 30px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .hero-slides-content {
    padding: 30px;
  }
  
  .hero-slides-content h2 {
    font-size: 2.5rem;
  }
  
  .hero-slides-content p {
    font-size: 1rem;
  }
}

/* Modern Preloader */
#preloader {
  background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-cream) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle-preloader {
  width: 60px;
  height: 60px;
  border: 3px solid rgba(212, 165, 116, 0.2);
  border-top: 3px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#preloader img {
  max-width: 80px;
  opacity: 0.8;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.8; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

/* Enhanced Footer */
.footer-area {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  position: relative;
}

.footer-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-color) 50%, transparent 100%);
}

/* Modern Spacing */
.section-padding {
  padding: 80px 0;
}

.section-padding-100 {
  padding: 100px 0;
}

.section-padding-80-0 {
  padding: 80px 0 0;
}

/* Modern Section Headings */
.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.section-heading .lead {
  font-size: 1.2rem;
  color: var(--text-medium);
  font-weight: 400;
}

/* Modern Navigation Enhancements */
.top-header-area {
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  padding: 10px 0;
}

.breaking-news .ticker ul li a {
  color: white;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.breaking-news .ticker ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.top-social-info a {
  color: white;
  margin: 0 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.top-social-info a:hover {
  color: rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
}

/* Responsive Typography */
@media (max-width: 768px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.8rem; }
  
  .section-heading h2 {
    font-size: 2.2rem;
  }
  
  .section-heading .lead {
    font-size: 1.1rem;
  }
}

/* Recipe Collection Page Styles */
.recipe-search-area {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.recipe-filter-form {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.filter-input, .filter-select {
  border: 2px solid #e9ecef;
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.filter-input:focus, .filter-select:focus {
  border-color: #000;
  box-shadow: none;
  outline: none;
}

.single-recipe-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

.single-recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.recipe-thumb {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.recipe-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.single-recipe-card:hover .recipe-thumb img {
  transform: scale(1.1);
}

.recipe-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #000;
  color: white;
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
}

.recipe-content {
  padding: 25px;
}

.recipe-content h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.recipe-content h5 a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recipe-content h5 a:hover {
  color: #666;
}

.recipe-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.recipe-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999;
}

.prep-time {
  display: flex;
  align-items: center;
  gap: 5px;
}

.difficulty {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.single-category-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.single-category-card:hover {
  transform: translateY(-5px);
}

.category-thumb {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.single-category-card:hover .category-thumb img {
  transform: scale(1.05);
}

.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-content {
  text-align: center;
  color: white;
  padding: 20px;
}

.category-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.category-content p {
  font-size: 14px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #000;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.search-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .recipe-filter-form {
    padding: 20px;
  }
  
  .section-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  
  .recipe-content {
    padding: 20px;
  }
  
  .category-content h3 {
    font-size: 1.5rem;
  }
}