/* ----------------------------------------------
:: Template Name: Yummy Blog - Food Blog Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0.0
:: Last Updated: 11-13-2017
---------------------------------------------- */

/* -------- [Master Stylesheet] --------
:: 1.0 Base CSS
:: 2.0 Top Header Area CSS
:: 3.0 Menu Area CSS
:: 4.0 Wellcome Area CSS 
:: 5.0 Top Feature Area CSS 
:: 6.0 Blog Area CSS 
:: 7.0 Instagram Area CSS 
:: 8.0 Footer Social Area CSS 
:: 9.0 Goole Map Area CSS
:: 10.0 Sidebar Area CSS
:: 11.0 Breadcumb Area CSS
:: 12.0 Paginatio Area CSS
:: 13.0 Contact Area CSS
:: 14.0 Single Blog CSS
----------------------------------- */

/* ***** Fonts ***** */

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700|Quicksand:300,400,500,700|Shadows+Into+Light+Two");

/* ***** Import CSS ***** */

@import "css/bootstrap/bootstrap.min.css";
@import "css/others/animate.css";
@import "css/others/magnific-popup.css";
@import "css/others/meanmenu.min.css";
@import "css/others/owl.carousel.min.css";
@import "css/others/font-awesome.min.css";
@import "css/others/pe-icon-7-stroke.css";

/* --------------------
:: 1.0 Base CSS
-------------------- */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #232d37;
  line-height: 1.25;
}

p {
  color: #51545f;
  font-size: 16px;
}

.section_padding_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section_padding_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_padding_50_20 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.section_padding_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section_padding_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section_padding_80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.section_padding_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_padding_80_50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.section_padding_30_80 {
  padding-top: 30px;
  padding-bottom: 80px;
}

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

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

img {
  max-width: 100%;
}

.mt-15 {
  margin-top: 15px;
}

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

.mt-40 {
  margin-top: 40px;
}

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

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

.mt-150 {
  margin-top: 150px;
}

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

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

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

.mr-100 {
  margin-right: 100px;
}

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

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

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

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

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

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

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

.ml-100 {
  margin-left: 100px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

#scrollUp {
  bottom: 55px;
  font-size: 14px;
  right: 50%;
  width: 30px;
  background-color: #fc6c3f;
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-right: -15px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 500;
  outline: none;
}

li {
  list-style: none;
}

.heading_text > p {
  font-size: 16px;
}

.heading_text > h2 {
  font-weight: 500;
  color: #333;
}

.heading_text > h3 {
  color: #b4b4b4;
  font-size: 90px;
  font-weight: 100;
  margin: 0;
}

.font-shadow-into-light {
  font-family: "Shadows Into Light Two", cursive !important;
}

.yummy-table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.yummy-table-cell {
  display: table-cell;
  vertical-align: middle;
}

#preloader {
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.yummy-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running yummy-load;
  animation: 2000ms linear 0s normal none infinite running yummy-load;
  background: transparent none repeat scroll 0 0;
  border-color: #dddddd #dddddd #fc6c3f;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  height: 40px;
  left: calc(50% - 20px);
  position: relative;
  top: calc(50% - 20px);
  width: 40px;
  z-index: 9;
}

@-webkit-keyframes yummy-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes yummy-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* --------------------
:: 2.0 Top Header Area CSS
-------------------- */

.top_header_area {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ebebeb;
}

.top_header_area .top_social_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_header_area .top_social_bar > a {
  font-size: 12px;
  color: #232d37;
  margin-right: 20px;
}

.top_header_area .top_social_bar > a:hover {
  color: #fc6c3f;
}

.top_header_area .top_social_bar > a:last-of-type {
  margin-right: 20px;
}

.top_header_area .signup-search-area {
  height: 40px;
  position: relative;
  z-index: 3;
}

.top_header_area .signup-search-area a {
  font-size: 13px;
  color: #222;
}

.top_header_area .signup-search-area .login a {
  margin-right: 13px;
  border-right: 2px solid #c2c2c2;
  padding-right: 13px;
}

.top_header_area .signup-search-area .search_button {
  margin-left: 54px;
}

#searchBtn {
  position: relative;
  z-index: 8;
}

.search-hidden-form {
  position: absolute;
  width: 100%;
  z-index: 4;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 12px;
}

.search-hidden-form.search-form-open {
  z-index: 18;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-hidden-form #search-anything {
  width: 100%;
  height: 30px;
  border: 1px solid #ddd;
  top: 5px;
  position: relative;
  padding: 5px 10px;
}

.search-hidden-form span {
  line-height: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  text-align: center;
  top: 5px;
  right: 0;
  border: 1px solid #ddd;
  color: #888;
  cursor: pointer;
  z-index: 5;
  font-size: 13px;
  border-left: none;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.search-hidden-form span:hover {
  color: #000;
}

/* --------------------
:: 3.0 Menu Area CSS
-------------------- */

.logo_area .yummy-logo {
  font-family: "Shadows Into Light Two", cursive;
  font-size: 25px;
  margin-bottom: 0;
  padding: 20px 20px 20px 0;
  display: inline-block;
  color: #232d37;
}

.navbar.navbar-expand-lg {
  padding: 0;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link {
  padding: 25px 30px;
  color: #232d37;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar.navbar-expand-lg .navbar-nav .active .nav-link {
  color: #fc6c3f;
}

.dropdown-item {
  font-weight: 500;
  color: #232d37;
  font-size: 14px;
  text-transform: uppercase;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fc6c3f;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* --------------------
:: 4.0 Wellcome Area CSS 
-------------------- */

.welcome-single-slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.welcome-single-slide .project_title a > h5 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.welcome-single-slide .project_title {
  position: absolute;
  content: "";
  bottom: -300px;
  left: 0;
  z-index: 3;
  background: rgba(252, 108, 63, 0.7);
  padding: 30px;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms;
}

.welcome-single-slide:hover .project_title {
  bottom: 0;
}

.welcome-single-slide .post-date-commnents a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.welcome-single-slide .post-date-commnents a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.welcome-single-slide .post-date-commnents a:first-child {
  margin-right: 30px;
}

.welcome-single-slide .post-date-commnents a:first-child:after {
  width: 2px;
  height: 80%;
  content: "";
  position: absolute;
  top: 10%;
  right: -14px;
  z-index: 2;
  background-color: #fff;
}

.welcome-post-sliders {
  position: relative;
  z-index: 1;
}

.welcome-post-sliders .owl-prev {
  position: absolute;
  width: 10%;
  background-color: transparent;
  height: 100%;
  top: 0;
  left: 0;
  cursor: url(img/core-img/back.png), auto !important;
  z-index: 9;
}

.welcome-post-sliders .owl-next {
  position: absolute;
  width: 10%;
  background-color: transparent;
  height: 100%;
  top: 0;
  right: 0;
  cursor: url(img/core-img/next.png), auto !important;
}

/* --------------------
:: 5.0 Top Feature Area CSS 
-------------------- */

.categories_area {
  padding: 80px 0 50px 0;
}

.single_catagory {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single_catagory img {
  border-radius: 20px;
}

.catagory-title {
  width: 220px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  text-align: center;
  border-radius: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  align-content: center;
}

.single_catagory:hover .catagory-title {
  background-color: #fc6c3f;
}

.catagory-title a > h5 {
  margin-bottom: 0;
  line-height: 50px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single_catagory:hover .catagory-title a > h5 {
  color: #fff;
}

/* --------------------
:: 6.0 Blog Area CSS 
-------------------- */

.post-thumb img {
  border-radius: 30px;
  margin-bottom: 30px;
}

.post-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-author a,
.post-date a,
.post-favourite a,
.post-comments a,
.post-share a {
  color: #b5aec4;
  font-size: 14px;
}

.post-author a:hover,
.post-date a:hover,
.post-favourite a:hover,
.post-comments a:hover,
.post-share a:hover {
  color: #000;
}

.post-favourite a,
.post-comments a {
  margin-right: 15px;
}

.post-author a {
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.post-author a:after {
  width: 2px;
  height: 60%;
  content: "";
  position: absolute;
  top: 20%;
  right: -14px;
  z-index: 2;
  background-color: #b5aec4;
}

.single-post {
  margin-bottom: 30px;
}

.single-post h2,
.single-post h4 {
  margin: 10px 0;
  color: #232d37;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
}

.single-post h2:hover,
.single-post h4:hover {
  color: #fc6c3f;
}

.single-post p {
  color: #51545f;
}

.single-post .read-more {
  font-size: 12px;
  color: #b5aeba;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  height: 40px;
  min-width: 170px;
  line-height: 40px;
  text-align: center;
}

.single-post .read-more:hover {
  color: #000;
  border: 1px solid #000;
}

/* List Blog Area CSS */

.list-blog.single-post .post-thumb,
.list-blog.single-post .post-content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: 15px;
}

.list-blog.single-post .post-content {
  margin-right: 0;
  margin-left: 15px;
  margin-bottom: 30px;
}

.list-blog.single-post {
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.blog_area .col-12:last-of-type .list-blog.single-post {
  margin-bottom: 0;
  border-bottom: none;
}

.blog_area .col-12:last-of-type .list-blog.single-post .post-thumb img {
  margin-bottom: 0;
}

/* --------------------
:: 7.0 Instagram Area CSS 
-------------------- */

.instagram_gallery_item {
  position: relative;
  z-index: 1;
}

.instagram_gallery_item img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
}

.instagram_gallery_item .hover_overlay {
  background: rgba(252, 108, 63, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  z-index: 5;
}

.instagram_gallery_item:hover .hover_overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.instagram_gallery_item .follow-me a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.instargram_area {
  position: relative;
  z-index: 1;
}

.instargram_area .owl-prev {
  position: absolute;
  width: 10%;
  background-color: transparent;
  height: 100%;
  top: 0;
  left: 0;
  cursor: url(img/core-img/back.png), auto !important;
  z-index: 9;
}

.instargram_area .owl-next {
  position: absolute;
  width: 10%;
  background-color: transparent;
  height: 100%;
  top: 0;
  right: 0;
  cursor: url(img/core-img/next.png), auto !important;
}

/* --------------------
:: 8.0 Footer Social Area CSS 
-------------------- */

.footer-social-area {
  border-bottom: 1px solid #eeeeee;
  padding: 50px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-icon > a {
  color: #51545f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-icon > a:hover {
  color: #fc6c3f;
}

.single-icon > a > i {
  font-size: 16px;
  padding-right: 12px;
}

.footer-content {
  padding: 50px 0 65px 0;
  border-bottom: 1px solid #eeeeee;
}

.footer-logo-area .yummy-logo {
  font-family: "Shadows Into Light Two", cursive;
  font-size: 60px;
  margin-bottom: 0;
  padding: 0 0 20px 0;
  display: inline-block;
  color: #232d37;
}

.copy_right_text {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copy_right_text > p {
  font-size: 14px;
  color: #b5aec4;
  margin-bottom: 0;
}

.footer_area .navbar.navbar-expand-lg .navbar-nav .nav-link {
  padding-bottom: 0;
}

/* --------------------
:: 9.0 Goole Map Area CSS
-------------------- */

#googleMap {
  height: 620px;
  width: 100%;
}

/* --------------------
:: 10.0 Sidebar Area CSS
-------------------- */

/* About me */

.single-widget-area {
  margin-bottom: 50px;
}

.widget-title > h6 {
  background: #fee2d9;
  height: 40px;
  width: 100%;
  line-height: 40px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.about-me-widget-thumb img {
  height: 200px;
  width: 200px;
  margin: auto;
  border-radius: 50%;
}

.about-me-widget h4 {
  margin: 15px 0;
  font-weight: 400;
}

.about-me-widget p {
  color: #51545f;
  margin-bottom: 0;
}

/* subscribe_follow_area */

.subscribe-link > a {
  font-size: 14px;
  color: #51545f;
  padding: 0 15px;
}

.subscribe-link > a:hover {
  color: #fc6c3f;
}

.subscribe-link {
  padding-top: 20px;
}

/* popular post */

.popular-post-widget .single-populer-post img {
  margin-right: 10px;
  border-radius: 20px;
  margin-bottom: 30px;
  -ms-flex-item-align: center;
  align-self: center;
}

.popular-post-widget .single-populer-post:last-of-type img {
  margin-bottom: 0;
}

.popular-post-widget .single-populer-post img {
  width: calc(50% - 10px);
}

.popular-post-widget .single-populer-post img,
.popular-post-widget .single-populer-post .post-content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.popular-post-widget .single-populer-post .post-content {
  margin-left: 10px;
}

.popular-post-widget .single-populer-post .post-content > p {
  font-size: 14px;
  color: #b5aec4;
  font-weight: 400;
  margin-bottom: 0;
}
/* Recently Viewed */
.image-container-recently {
    width: 200px !important;
    height: 150px !important;
    overflow: hidden !important;
}

.fixed-size-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; /* Crops to fill container */
}
/* Add Widget */

.add-widget .add-widget-area {
  position: relative;
  z-index: 1;
}

.add-widget .add-widget-area img {
  border-radius: 30px;
}

.add-widget .add-widget-area:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(30, 29, 29, 0.8);
  z-index: 1;
  border-radius: 30px;
}

.add-widget .add-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.add-widget .add-text h2,
.add-widget .add-text p {
  color: #fff;
}

.add-widget .add-text p {
  font-size: 14px;
}

.add-widget .add-text a {
  min-width: 130px;
  height: 40px;
  border: 1px solid #fc6c3f;
  color: #fc6c3f;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 30px;
  line-height: 40px;
}

.add-widget .add-text a:hover {
  border: 1px solid #fc6c3f;
  color: #fff;
  background-color: #fc6c3f;
}

/* Newsletter Widget CSS */

.newsletter-widget p {
  font-size: 14px;
}

.newsletter-form {
  position: relative;
  z-index: 1;
}

.newsletter-form input {
  width: 100%;
  height: 40px;
  background-color: #f5f5f8;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  padding: 0 20px;
  font-size: 14px;
  color: #b5aec4;
}

.newsletter-form button {
  width: 40px;
  height: 40px;
  background-color: #fc6c3f;
  border: none;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
}

/* --------------------
:: 11.0 Breadcumb Area CSS
-------------------- */

.breadcumb-area {
  width: 100%;
  height: 100px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.breadcumb-area:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(35, 45, 55, 0.7);
  z-index: -1;
}

.breadcumb-area .bradcumb-title h2 {
  font-size: 48px;
  color: #fff;
}

.breadcumb-nav .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  margin-top: 30px;
}

.breadcumb-nav .breadcrumb .breadcrumb-item a {
  color: #232d37;
  font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
  font-family: "FontAwesome";
}

/* --------------------
:: 12.0 Paginatio Area CSS
-------------------- */

.pagination-area {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.pagination-area .pagination .page-link {
  color: #51545f;
  margin: 0 2.5px;
}

.pagination-area .pagination .page-item.active .page-link,
.pagination-area .pagination .page-link:focus,
.pagination-area .pagination .page-link:hover {
  color: #fff;
  background-color: #fc6c3f;
  border-color: transparent;
}

.pagination-area .page-status p,
.contact-info-area .single-contact-info p {
  margin-bottom: 0;
}

/* --------------------
:: 13.0 Contact Area CSS
-------------------- */

.contact-form .form-control,
.comment-form .form-control {
  border: 1px solid #ebebeb;
  height: 50px;
}

.contact-form .form-control:focus,
.comment-form .form-control:focus {
  border: 1px solid #000;
}

.contact-form textarea.form-control,
.comment-form textarea.form-control {
  height: 130px;
}

.contact-btn {
  margin-top: 50px;
  width: 160px;
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #fc6c3f;
  border-radius: 30px;
}

.contact-btn:hover {
  color: #fff;
  background-color: #d43f10;
}

.contact-form-sidebar {
  background-size: cover;
  background-position: center center;
}

/* -------------------- 
:: 14.0 Single Blog CSS
-------------------- */

.single-post-share-info a {
  width: 30px;
  display: block;
  height: 30px;
  background-color: #ddd;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.single-post-share-info a i {
  line-height: 30px;
}

.single-post-share-info a.facebook {
  background-color: #4c65a8;
}

.single-post-share-info a.facebook:hover {
  background-color: #3555ac;
}

.single-post-share-info a.twitter {
  background-color: #41a1f6;
}

.single-post-share-info a.twitter:hover {
  background-color: #087ee6;
}

.single-post-share-info a.googleplus {
  background-color: #f43535;
}

.single-post-share-info a.googleplus:hover {
  background-color: #e20707;
}

.single-post-share-info a.instagram {
  background-color: #8f6247;
}

.single-post-share-info a.instagram:hover {
  background-color: #6d4025;
}

.single-post-share-info a.pinterest {
  background-color: #f0c605;
}

.single-post-share-info a.pinterest:hover {
  background-color: #a88c0a;
}

.yummy-blockquote {
  padding-left: 30px;
  border-left: 2px solid #fc6c3f;
}

.yummy-blockquote h5 {
  font-size: 18px;
}

.yummy-blockquote h6 {
  font-size: 14px;
  text-transform: uppercase;
}

.br-30 {
  border-radius: 30px !important;
}

.single_blog_area ul li {
  position: relative;
  z-index: 1;
  color: #51545f;
  margin-bottom: 15px;
  padding-left: 30px;
}

.single_blog_area ul li:before {
  position: absolute;
  content: "\f111";
  left: 0;
  top: 5px;
  font-family: "FontAwesome";
  font-size: 8px;
  color: #fc6c3f;
}

.tags-area {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
}

.tags-area a {
  color: #292f3b;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ebebeb;
  display: inline-block;
  margin-bottom: 3px;
}

.tags-area a:hover {
  color: #fff;
  background-color: #fc6c3f;
}

.related-post-area {
  border-bottom: 1px solid #ebebeb;
}

.related-post-area .single-post {
  margin-bottom: 0;
}

.related-post-slider .post-content h6 {
  line-height: 1.5;
  margin-bottom: 0;
}

.related-post-slider .post-thumb img {
  margin-bottom: 10px;
}

.related-post-slider .owl-prev,
.related-post-slider .owl-next {
  position: absolute;
  top: -60px;
  border: 1px solid #ebebeb;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: 30px;
  background-color: #fff;
}

.related-post-slider .owl-next {
  right: 0;
}

.comment_area {
  border-bottom: 1px solid #ebebeb;
}

.single_comment_area {
  position: relative;
  z-index: 1;
}

.single_comment_area:after {
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #ebebeb;
  left: 100px;
  top: 0;
  z-index: 2;
  content: "";
}

.single_comment_area ol li.single_comment_area {
  margin-left: 130px;
}

.single_comment_area ol li.single_comment_area:after {
  display: none;
}

.comment-wrapper {
  margin-bottom: 30px;
}

.comment-wrapper .comment-author {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 60px;
}

.single_comment_area
  ol
  li.single_comment_area
  .comment-wrapper
  .comment-author {
  margin-right: 30px;
}

.comment-wrapper .comment-author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.comment-wrapper .comment-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.comment-wrapper .comment-date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-wrapper .comment-content h5 {
  font-size: 18px;
  margin: 5px 0;
}

.comment-wrapper .comment-content a {
  min-width: 80px;
  height: 30px;
  border: 1px solid #ebebeb;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #232d37;
  display: inline-block;
}

.comment-wrapper .comment-content a.active {
  color: #fff;
  background-color: #fc6c3f;
}

/* Bg Pattern */
.bg-pattern {
  background-attachment: fixed;
  background-position: center center;
  background-image: url(img/bg-img/bg-pattern.jpg);
  position: relative;
  background-size: cover;
  z-index: 1;
}
.bg-pattern:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.95);
  z-index: -1;
}

#pattern-switcher {
  width: 120px;
  background-color: #fc6c3f;
  position: fixed;
  top: 15%;
  z-index: 9999;
  cursor: pointer;
  height: 50px;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#pattern-switcher.pattern-remove {
  right: -200px;
}

#pattern-switcher:hover {
  background-color: #e3410e;
}

#patter-close > i {
  position: fixed;
  width: 20px;
  height: 20px;
  background-color: #111;
  font-size: 11px;
  line-height: 20px;
  border-radius: 50%;
  right: 110px;
  top: calc(15% - 10px);
  text-align: center;
  z-index: 99999;
  color: #fff;
  cursor: pointer;
}
/* Search Suggestions Styles */
.search-suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

.suggestion-item {
    border-bottom: 1px solid #f0f0f0;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.suggestion-item a:hover {
    background-color: #f8f9fa;
    text-decoration: none;
}

.suggestion-item.active a {
    background-color: #007bff;
    color: white;
}

.search-hidden-form {
    position: relative;
}
/* Recently Viewed Widget Styles */
.recent-blog-list {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
}

.recent-blog-list::-webkit-scrollbar {
    width: 5px;
}

.recent-blog-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.recent-blog-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.recent-blog-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.recent-blog-item {
    padding: 8px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.recent-blog-item:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

.recent-blog-item:last-child {
    border-bottom: none;
}

.recent-blog-img {
    flex-shrink: 0;
}

.recent-blog-info {
    flex-grow: 1;
    overflow: hidden;
}

.recent-blog-title {
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

.recent-blog-item:hover .recent-blog-title {
    color: #3498db;
}

/* Empty state styling */
.recently-viewed-empty {
    text-align: center;
    padding: 20px;
    color: #7f8c8d;
}

.recently-viewed-empty i {
    font-size: 2rem;
    margin-bottom: 10px;
    opacity: 0.5;
}

/* Clear button styling */
.recently-viewed-clear-btn {
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.color_text {
color: white !important;
}
.recently-viewed-clear-btn:hover {
    background: #e74c3c;
    color: white;
    border-color: #e74c3c;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .recent-blog-img img {
        width: 40px !important;
        height: 40px !important;
    }
    
    .recent-blog-title {
        font-size: 0.8rem !important;
    }
}

/* Animation for message */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.fade-out {
    animation: fadeOut 0.3s ease forwards !important;
}

/* Alert container styling */
#alert-container {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 9999;
    max-width: 600px;
    margin: 0 auto;
    pointer-events: none;
}

#alert-container .alert {
    pointer-events: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: none;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

#alert-container .alert-success {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: white;
}

#alert-container .alert-info {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
}

#alert-container .alert-warning {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
}

#alert-container .alert-danger {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
}

/* --------------------
:: Cookie Manager CSS
-------------------- */

/* Cookie Consent Banner */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    padding: 15px 20px;
    z-index: 10000;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.3);
    font-family: "Poppins", sans-serif;
    animation: slideUp 0.5s ease-out;
    border-top: 1px solid #fc6c3f;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.cookie-consent-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cookie-consent-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #e0e0e0;
    font-family: "Poppins", sans-serif;
}

.cookie-consent-content a {
    color: #fc6c3f;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.cookie-consent-content a:hover {
    color: #ff8c69;
    text-decoration: underline;
}

.cookie-consent-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Cookie Buttons - Matching Theme */
.btn-cookie {
    padding: 10px 22px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cookie:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-cookie:active {
    transform: translateY(0);
}

.accept-all {
    background: linear-gradient(135deg, #fc6c3f 0%, #ff8c69 100%);
    color: white;
    border: 2px solid #fc6c3f;
}

.accept-all:hover {
    background: linear-gradient(135deg, #ff8c69 0%, #fc6c3f 100%);
}

.essential-only {
    background: #444;
    color: white;
    border: 2px solid #666;
    font-weight: 500;
}

.essential-only:hover {
    background: #555;
    border-color: #777;
}

.customize {
    background: transparent;
    border: 2px solid #fc6c3f;
    color: #fc6c3f;
    font-weight: 500;
}

.customize:hover {
    background: rgba(252, 108, 63, 0.1);
}

/* Cookie Preferences Modal */
.cookie-preferences-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.cookie-modal-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 30px;
    max-width: 650px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    color: #232d37;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideUp 0.4s ease-out;
    border: 1px solid #ebebeb;
}

@keyframes modalSlideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-modal-content h3 {
    color: #232d37;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
}

.cookie-modal-content > p {
    color: #51545f;
    margin-bottom: 25px;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
}

/* Cookie Categories */
.cookie-category {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.cookie-category:hover {
    border-color: #fc6c3f;
    box-shadow: 0 4px 12px rgba(252, 108, 63, 0.1);
}

.cookie-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cookie-category-header h4 {
    margin: 0;
    color: #232d37;
    font-size: 18px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}

.cookie-required {
    color: #fc6c3f;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
    background: #fee2d9;
    padding: 2px 8px;
    border-radius: 20px;
}

.cookie-category p {
    margin: 0;
    color: #51545f;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
}

/* Cookie Toggle Switch - Matching Theme */
.cookie-toggle {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
}

.cookie-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #ddd;
}

.cookie-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input:checked + .cookie-slider {
    background: linear-gradient(135deg, #fc6c3f 0%, #ff8c69 100%);
    border-color: #fc6c3f;
}

input:checked + .cookie-slider:before {
    transform: translateX(26px);
}

input:focus + .cookie-slider {
    box-shadow: 0 0 1px #fc6c3f;
}

input:disabled + .cookie-slider {
    background-color: #999;
    cursor: not-allowed;
}

input:disabled + .cookie-slider:before {
    background-color: #ddd;
}

/* Modal Buttons */
.cookie-modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.save-btn {
    background: linear-gradient(135deg, #fc6c3f 0%, #ff8c69 100%);
    color: white;
    border: 2px solid #fc6c3f;
    padding: 12px 28px;
    font-size: 14px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.save-btn:hover {
    background: linear-gradient(135deg, #ff8c69 0%, #fc6c3f 100%);
    transform: translateY(-2px);
}

.cancel-btn {
    background: #666;
    color: white;
    border: 2px solid #666;
    padding: 12px 28px;
    font-size: 14px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.cancel-btn:hover {
    background: #777;
    border-color: #777;
    transform: translateY(-2px);
}

/* Cookie Preferences Link in Footer */
.cookie-preferences-link {
    color: #fc6c3f !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
}

.cookie-preferences-link:hover {
    color: #ff8c69 !important;
    background: rgba(252, 108, 63, 0.1);
    text-decoration: underline !important;
}

/* Responsive Design for Cookie Banner */
@media (max-width: 768px) {
    .cookie-consent-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-consent-content p {
        margin-bottom: 15px;
        text-align: left;
    }
    
    .cookie-consent-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .btn-cookie {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .cookie-modal-content {
        padding: 20px;
        margin: 10px;
        border-radius: 20px;
    }
    
    .cookie-modal-buttons {
        flex-direction: column;
    }
    
    .cookie-modal-buttons button {
        width: 100%;
    }
    
    .cookie-category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .cookie-toggle {
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .cookie-consent-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-cookie {
        width: 100%;
        margin-bottom: 8px;
    }
    
    .btn-cookie:last-child {
        margin-bottom: 0;
    }
    
    .cookie-consent-content {
        padding: 15px;
    }
    
    .cookie-modal-content {
        padding: 15px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .cookie-modal-content {
        background: #1a1a1a;
        color: #e0e0e0;
        border-color: #333;
    }
    
    .cookie-category {
        background: #222;
        border-color: #333;
    }
    
    .cookie-category-header h4 {
        color: #e0e0e0;
    }
    
    .cookie-category p {
        color: #aaa;
    }
    
    .cookie-modal-buttons {
        border-top-color: #333;
    }
}

/* Print Styles */
@media print {
    .cookie-consent-banner,
    .cookie-preferences-modal {
        display: none !important;
    }
}

/* Cookie Policy Page Styling */
.cookie-policy-content {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.cookie-policy-content h1 {
    color: #232d37;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #fc6c3f;
    padding-bottom: 15px;
}

.cookie-policy-content h2 {
    color: #232d37;
    font-family: "Quicksand", sans-serif;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cookie-policy-content h3 {
    color: #fc6c3f;
    font-family: "Quicksand", sans-serif;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.cookie-policy-content p {
    color: #51545f;
    line-height: 1.7;
    margin-bottom: 15px;
}

.cookie-policy-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.cookie-policy-content ul li {
    color: #51545f;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.cookie-policy-content ul li:before {
    content: "•";
    color: #fc6c3f;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.cookie-policy-content .card {
    border: 1px solid #ebebeb;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.cookie-policy-content .card-body {
    padding: 25px;
}

.cookie-policy-content .btn-primary {
    background: linear-gradient(135deg, #fc6c3f 0%, #ff8c69 100%);
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cookie-policy-content .btn-primary:hover {
    background: linear-gradient(135deg, #ff8c69 0%, #fc6c3f 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(252, 108, 63, 0.3);
}

/* Cookie Status Indicator */
.cookie-status-indicator {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 10px;
}

.cookie-status-active {
    background: rgba(76, 175, 80, 0.1);
    color: #4caf50;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.cookie-status-inactive {
    background: rgba(244, 67, 54, 0.1);
    color: #f44336;
    border: 1px solid rgba(244, 67, 54, 0.3);
}

/* Floating Cookie Preferences Button */
.floating-cookie-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #fc6c3f 0%, #ff8c69 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(252, 108, 63, 0.4);
    transition: all 0.3s ease;
    border: 2px solid white;
}

.floating-cookie-btn:hover {
    transform: scale(1.1) rotate(15deg);
    box-shadow: 0 6px 20px rgba(252, 108, 63, 0.6);
}

.floating-cookie-btn:active {
    transform: scale(0.95);
}

/* Cookie Table for Detailed View */
.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cookie-table th {
    background: #fee2d9;
    color: #232d37;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    border-bottom: 2px solid #fc6c3f;
}

.cookie-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #ebebeb;
    color: #51545f;
    font-family: "Poppins", sans-serif;
}

.cookie-table tr:hover {
    background: #f9f9f9;
}

.cookie-table tr:last-child td {
    border-bottom: none;
}

/* Cookie Type Badges */
.cookie-type-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 5px;
}

.cookie-type-essential {
    background: rgba(252, 108, 63, 0.1);
    color: #fc6c3f;
    border: 1px solid rgba(252, 108, 63, 0.3);
}

.cookie-type-analytics {
    background: rgba(33, 150, 243, 0.1);
    color: #2196f3;
    border: 1px solid rgba(33, 150, 243, 0.3);
}

.cookie-type-marketing {
    background: rgba(156, 39, 176, 0.1);
    color: #9c27b0;
    border: 1px solid rgba(156, 39, 176, 0.3);
}

.cookie-type-functional {
    background: rgba(76, 175, 80, 0.1);
    color: #4caf50;
    border: 1px solid rgba(76, 175, 80, 0.3);
}
/* Newsletter Styling */
/* Newsletter Styling */
.newsletter-form {
    position: relative;
}

#newsletter-email {
    width: 100%;
    padding: 12px 50px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.3s ease;
}

#newsletter-email:focus {
    outline: none;
    border-color: #fc6c3f;
    box-shadow: 0 0 0 2px rgba(252, 108, 63, 0.2);
}

#newsletter-submit {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #fc6c3f;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important; /* Use flexbox for centering */
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    overflow: hidden; /* Prevent overflow issues */
}

/* CRITICAL FIX: Ensure Font Awesome icon displays */
#newsletter-submit i.fa,
#newsletter-submit i.fas,
#newsletter-submit i.far,
#newsletter-submit i.fab {
    color: white !important;
    font-size: 16px !important;
    display: block !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Force Font Awesome font family */
#newsletter-submit i:before {
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Specific fix for paper-plane-o */
#newsletter-submit i.fa-paper-plane-o:before {
    content: "\f1d9" !important; /* Paper plane outline Unicode */
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

#newsletter-submit:hover {
    background: #e55a30;
}

#newsletter-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
}

#newsletter-submit:disabled i {
    color: #888 !important;
}

#newsletter-message {
    border-radius: 8px;
    padding: 12px 15px;
    margin: 15px 0;
    font-size: 14px;
    display: none;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FAQ Section Styling */

/* Container for each FAQ item */
.faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

/* Remove border from last FAQ item */
.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Question styling */
.faq-question {
    font-weight: 700;
    color: #232d37;  /* Dark heading color from theme */
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

/* Question icon (optional - if you want a Q icon) */
.faq-question:before {
    content: "Q:";
    position: absolute;
    left: 0;
    color: #fc6c3f;  /* Theme orange color */
    font-weight: 700;
}

/* Answer styling */
.faq-answer {
    color: #51545f;  /* Body text color from theme */
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 25px;
    margin-bottom: 0;
}

/* Answer icon (optional) */
.faq-answer:before {
    content: "A:";
    position: absolute;
    left: 0;
    color: #fc6c3f;
    font-weight: 500;
    margin-left: 25px;
}

/* Alternative styling without icons (simpler) */
.faq-item-simple {
    margin-bottom: 25px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border-left: 3px solid #fc6c3f;
}

.faq-question-simple {
    font-weight: 700;
    color: #232d37;
    margin-bottom: 8px;
    font-size: 16px;
}

.faq-answer-simple {
    color: #51545f;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* FAQ heading styling */
.faq-section-title {
    margin-bottom: 30px;
    position: relative;
}

.faq-section-title h3 {
    font-size: 24px;
    color: #232d37;
    font-weight: 700;
    margin-bottom: 15px;
}

.faq-section-title h6 {
    background: #fee2d9;
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-radius: 2px;
    margin-bottom: 30px;
    padding-left: 15px;
    color: #232d37;
    font-size: 16px;
}

/* Two-column FAQ layout (optional) */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* ========================================
   RESPONSIVE FIXES FOR MOBILE DEVICES
   ======================================== */

/* Fix for Blog Grid on Mobile */
@media (max-width: 767px) {
    /* Ensure posts stack properly */
    .blog_area .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Single post content adjustments */
    .single-post .post-content {
        padding: 0 10px;
    }
    
    /* Post headline font size on mobile */
    .single-post h2.post-headline {
        font-size: 20px;
    }
    
    .single-post h3.post-headline {
        font-size: 18px;
    }
    
    /* Post meta section - stack vertically on very small screens */
    .post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .post-author-date-area {
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .post-comment-share-area {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    /* Fix for post-author separator line */
    .post-author a:after {
        display: none;
    }
    
    /* Better spacing for read more button */
    .single-post .read-more {
        min-width: 140px;
        height: 38px;
        line-height: 38px;
        font-size: 11px;
    }
}

/* Fix for Featured Image Grid - Ensure 2 columns on tablet, 1 on mobile */
@media (max-width: 576px) {
    .blog_area .col-12.col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Sidebar Fixes for Mobile */
@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 40px !important;
    }
}

@media (max-width: 576px) {
    /* Popular posts widget fix */
    .popular-post-widget .single-populer-post {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .popular-post-widget .single-populer-post img {
        width: 80%;
        max-width: 200px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .popular-post-widget .single-populer-post .post-content {
        margin-left: 0;
        width: 100%;
    }
    
    /* About me widget fix */
    .about-me-widget-thumb img {
        width: 150px;
        height: 150px;
    }
    
    .about-me-widget p {
        font-size: 14px;
        padding: 0 10px;
    }
    
    /* Subscribe social links - wrap properly */
    .subscribe-link {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    
    .subscribe-link > a {
        padding: 8px 12px;
        margin-bottom: 5px;
    }
}

/* Fix for Logo Area on Mobile */
@media (max-width: 576px) {
    .logo_area.text-center {
        padding: 0 15px;
    }
    
    .logo_area .yummy-logo {
        font-size: 24px;
        padding: 15px 10px;
    }
    
    .logo_area .tagline {
        font-size: 14px;
        padding: 0 10px;
    }
}

/* Fix for Instagram/Carousel Area */
@media (max-width: 767px) {
    .instargram_area .owl-prev,
    .instargram_area .owl-next {
        width: 30px;
        height: 30px;
        background: rgba(0,0,0,0.5);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .instargram_area .owl-prev {
        left: 5px;
    }
    
    .instargram_area .owl-next {
        right: 5px;
    }
}

/* Fix for Newsletter Section */
@media (max-width: 576px) {
    .newsletter-widget {
        text-align: center;
    }
    
    .newsletter-form {
        max-width: 100%;
    }
    
    #newsletter-email {
        font-size: 14px;
        padding: 10px 45px 10px 15px;
    }
    
    #newsletter-submit {
        width: 36px;
        height: 36px;
    }
    
    #newsletter-submit i.fa-paper-plane-o:before {
        font-size: 14px;
    }
}

/* Fix for Pinned Marker on Mobile */
@media (max-width: 576px) {
    .pinned-marker {
        padding: 3px 8px;
        font-size: 11px;
        top: 5px;
        left: 5px;
    }
    
    .pinned-marker i {
        font-size: 10px;
    }
}

/* Fix for Category/List Blog Area on Mobile */
@media (max-width: 767px) {
    .list-blog.single-post {
        flex-direction: column !important;
    }
    
    .list-blog.single-post .post-thumb,
    .list-blog.single-post .post-content {
        flex-basis: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    
    .list-blog.single-post .post-thumb img {
        margin-bottom: 15px;
    }
}

/* Fix for Pagination on Mobile */
@media (max-width: 576px) {
    .pagination-area {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .pagination .page-item .page-link {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* Fix for Recently Viewed Widget */
@media (max-width: 576px) {
    .image-container-recently {
        width: 60px !important;
        height: 60px !important;
    }
    
    .recent-blog-title {
        font-size: 13px !important;
    }
    
    .recent-blog-item {
        padding: 10px;
    }
}

/* Fix for Footer on Mobile */
@media (max-width: 767px) {
    .footer-social-area {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 30px 15px;
    }
    
    .single-icon > a {
        display: inline-block;
        padding: 5px 10px;
    }
    
    .footer-logo-area .yummy-logo {
        font-size: 40px;
    }
    
    .copy_right_text {
        height: auto;
        padding: 15px;
        text-align: center;
    }
    
    .copy_right_text > p {
        font-size: 12px;
    }
}

/* Fix for Navigation Menu on Mobile */
@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 15px;
    }
    
    .navbar-toggler {
        margin: 10px 0;
    }
}

/* Ensure images are responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Fix for any overflow issues */
.container,
.container-fluid {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    width: 100%;
}

/* Fix for welcome slider on mobile */
@media (max-width: 767px) {
    .welcome-single-slide .project_title {
        padding: 15px;
    }
    
    .welcome-single-slide .project_title a > h5 {
        font-size: 16px;
    }
    
    .welcome-single-slide .post-date-commnents a {
        font-size: 11px;
    }
}
/* FAQ card style */
.faq-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 25px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.faq-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-color: #fc6c3f;
}

.faq-card .faq-question-card {
    font-size: 18px;
    color: #232d37;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fc6c3f;
    font-weight: 600;
}

.faq-card .faq-answer-card {
    color: #51545f;
    line-height: 1.7;
    font-size: 15px;
}

/* FAQ toggle (accordion style) */
.faq-toggle-item {
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    overflow: hidden;
}

.faq-toggle-question {
    background: #f9f9f9;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    color: #232d37;
    transition: all 0.3s;
}

.faq-toggle-question:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    color: #fc6c3f;
    transition: transform 0.3s;
}

.faq-toggle-question.active:after {
    transform: rotate(180deg);
}

.faq-toggle-question:hover {
    background: #fee2d9;
}

.faq-toggle-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fff;
    color: #51545f;
    line-height: 1.6;
}

.faq-toggle-answer.show {
    padding: 20px;
    max-height: 500px;
    border-top: 1px solid #ebebeb;
}

/* The exact styling used in the blog */
.faq-item {
    margin-bottom: 20px;
}

.faq-question {
    font-weight: 700;
    color: #232d37;
}

.faq-answer {
    color: #51545f;
}


