/* 
 Theme Name:   expert-bakers-shop-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     expert-bakers-shop
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

@media (max-width: 768px) {
  h1{
    font-size: 28px!important;
  }
  h2{
    font-size: 26px!important;
  }
  h3{
    font-size: 24px!important;
  }
}
.main-navigation .menu {
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 999;
    padding: 10px 0px;
}

.blog-item
 {
    border: 0px solid var(--color-primary1);
    background-color: #fff;
    padding: 37px 0px 22px 0px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 300ms linear 0s;
    margin-bottom: 30px;
    border-radius: 3px;
    text-align: center;
}


.main-navigation .menu > li > a
 {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
    padding: 10px 12px;
    font-weight: 500;
    position: relative;
    z-index: 99;
}

.breadcrumb-section h1
 {
    font-size: 40px;
    overflow-wrap: anywhere;
    font-weight: 600;
    color: #fff;
}
h2{
  margin-top: 40px;
  color: #007e74;
  margin-bottom: 10px;
}
h3{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin-top: 20px;
  color: #007e74;
  margin-bottom: 10px;
} 



b, strong {
    font-weight: 700;
}

.custom-section {
  background: linear-gradient(135deg, #e0f7f5, #f2fffd); 
  padding: 60px 0;
  color: #003d39;
  position: relative;
  overflow: hidden;
}
.custom-section h3{
  color: #e7fdfb;
}
.section-title {
  color: #00A89A;
  font-weight: 800;
  text-align: center;
  position: relative;
  animation: glowFade 1.8s ease-in-out;
  text-shadow: 0 0 10px rgba(0,168,154,0.3), 0 0 20px rgba(0,168,154,0.2);
  background: linear-gradient(to right, #00A89A, #007e74);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title::before,
.section-title::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #00A89A, #007e74);
  border-radius: 5px;
  margin: 0 15px;
  vertical-align: middle;
}

.section-title::before {
  margin-left: 0;
}
.section-title::after {
  margin-right: 0;
}

.custom-box {
  background: linear-gradient(135deg, #00A89A, #007e74);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 168, 154, 0.35);
  color: #fff;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  position: relative;
  overflow: hidden;
}

.custom-box p{
  color: white;
} 
.custom-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 40px rgba(0, 168, 154, 0.6);
}

.box-title {
  font-weight: 700;
  position: relative;
  animation: fadeInUp 1.2s ease-in-out;
  padding-left: 40px;
}

.box-title::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  color: #fff;
  transform: rotate(45deg);
}

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

@keyframes glowFade {
  0% {
    opacity: 0;
    text-shadow: none;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(0,168,154,0.3), 0 0 20px rgba(0,168,154,0.2);
  }
}



.featuree {
  background: url("/img/wellness.jpg");
  background-position: center 94px;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 30px;
  background-color: rgba(0, 0, 0, 0.363);
}

.featuree::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.featuree h2 {
  margin-bottom: 30px;
  color: #EBFCFA;
  font-family: 'Playfair Display', serif;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);
  position: relative;
  z-index: 1;
}

.featuree h3 {
  margin-bottom: 10px;
  color: #EBFCFA;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 1;
}

.featuree p {
  color: #EBFCFA;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}

.featuree ul {
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.featuree ul li {
  color: #ffc49c;
  margin-bottom: 15px;
  list-style-type: none;
  font-size: 1.1rem;
  padding-left: 30px;
  position: relative;
}

.featuree ul li::before {
  content: "🍽️ ";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .featuree {
    padding: 70px 20px;
  }
}




.styled-section {
  background: linear-gradient(135deg, #fff6ed, #ffe9d5);
  padding: 30px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(255, 140, 0, 0.15);
  color: #3a2e1f;
  position: relative;
  overflow: hidden;
}

.styled-section h2 {
  font-weight: 800;
  text-align: center;
  color: #FF914D;
  position: relative;
  background: linear-gradient(to right, #FF914D, #FFAF70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glowTitle 1.5s ease-in-out;
  margin-bottom: 40px;
}

.styled-section h2::before,
.styled-section h2::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #FF914D, #FFAF70);
  border-radius: 5px;
  margin: 0 15px;
  vertical-align: middle;
}



.styled-section h3 {
  position: relative;
  background: linear-gradient(135deg, #FFB27E, #FF914D);
  color: #fff;
  font-weight: 800;
  padding: 10px 25px;
  margin: 40px auto 30px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(255, 145, 77, 0.4);
  letter-spacing: 1px;
  overflow: hidden;
  z-index: 1;
}

.styled-section h3::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: linear-gradient(135deg, #ffe9d5, #fff6ed);
  border-radius: 15px;
  z-index: -1;
  box-shadow: inset 0 0 0 4px #FF914D;
  opacity: 0.3;
}

.styled-section h3::after {
  content: "✨";
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 30px;
  color: #fff;
  transform: rotate(15deg);
}





@keyframes glowTitle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.styled-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.styled-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #4d392b;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 15px 20px 15px 50px;
  box-shadow: 0 4px 12px rgba(255, 145, 77, 0.1);
  transition: background 0.3s ease;
}

.styled-list li:hover {
  background: rgba(255, 255, 255, 0.6);
}

.styled-list li::before {
  position: absolute;
  left: 15px;
  top: 17px;
  font-size: 1.2rem;
  color: #FFA75F;
  background-color: #fff4ea;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(255, 145, 77, 0.3);
}

.styled-list li {
  position: relative;
  padding-left: 50px;
}

.styled-list li i {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.8rem;
  color: #FFA75F;
  background-color: #fff4ea;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(255, 145, 77, 0.3);
}



.main h2 {
    margin-top: 60px;
  background: linear-gradient(90deg, #00A89A 0%, #00c9b7 100%);
  color: #fff;
  padding: 8px 20px;
  border-left: 8px solid #F6F6F6;
  border-radius: 12px;
  font-weight: bold;
  box-shadow: 0 6px 12px rgba(0, 168, 154, 0.3);
  animation: fadeInSlide 1s ease-in-out;
  position: relative;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.main h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 60px;
  height: 4px;
  background-color: #F6F6F6;
  border-radius: 2px;
}

.main h3 {
  color: #00A89A;
  background-color: #F6F6F6;
  padding: 12px 20px;
  border-left: 5px solid #00A89A;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 168, 154, 0.1);
  animation: fadeInUp 1.2s ease;
  position: relative;
}

.main h3::before {
  content: "★";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  color: #00A89A;
  font-size: 1.2rem;
  opacity: 0.8;
}

@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.styled-section-one {
  background-color: #E9FBF9;
  padding: 60px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 142, 130, 0.1);
  color: #333;
  position: relative;
  overflow: hidden;
}

.styled-section-one h2 {
  font-weight: 800;
  text-align: center;
  color: #008E82;
  background: linear-gradient(to right, #008E82, #00B4A0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  position: relative;
}

.styled-section-one h2::before,
.styled-section-one h2::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #008E82;
  border-radius: 5px;
  margin: 0 15px;
  vertical-align: middle;
}

.styled-section-one h3 {
  position: relative;
  background: linear-gradient(135deg, #FFF2E6, #FFE4C0);
  color: #8B4A00;
  font-weight: 700;
  padding: 12px 20px;
  margin: 40px auto 20px;
  border-left: 6px solid #FF914D;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(255, 145, 77, 0.2);
  max-width: 700px;
}

.styled-list-one {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.styled-list-one li {
  background: #fff;
  padding: 12px 20px;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 142, 130, 0.08);
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.styled-list-one li i {
  color: #008E82;
  font-size: 18px;
  margin-right: 12px;
  flex-shrink: 0;
}

.styled-list-one li:hover {
  background-color: #FFF2E6;
  transform: translateX(5px);
}


.custom-section-two {
  background: linear-gradient(135deg, #E9FBF9, #FFF2E6);
  padding: 60px 30px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 142, 130, 0.1);
}

.custom-title {
  text-align: center;
  color: #008E82;
  margin-bottom: 50px;
  font-weight: 700;
  position: relative;
}

.custom-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #008E82;
  display: block;
  margin: 12px auto 0;
  border-radius: 4px;
}

.custom-card {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 142, 130, 0.1);
}

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

.custom-img {
  border-bottom: 4px solid #008E82;
  object-fit: cover;
}

.custom-card-body {
  padding: 20px;
}

.custom-card-title {
  font-size: 1.5rem;
  color: #008E82;
  font-weight: 600;
  margin-bottom: 15px;
}

.custom-card-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

.custom-card-title a:hover {
  color: #FF914D;
}

.custom-card-text {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.sidebar-section {
  background-color: #F7F9FC; 
  padding: 10px; 
  border-radius: 8px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.sidebar-section p {
  font-size: 1rem;
  margin-bottom: 5px; 
  align-items: center;
  position: relative;
  padding-left: 10px;
}

.sidebar-section p:before {
  content: "➶"; 
  font-size: 1.7rem; 
  margin-right: 8px;
  left: 0; 
  top: 0;
  color: #1F77B4; 
}

.sidebar-section p a {
  text-decoration: none;
  color: #333; 
}

.sidebar-section h3 a:hover {
  color: #1F77B4;
}
  
  
  

