@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meie+Script&display=swap');
/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://wordpress.org/themes/twentytwenty/
 Description: Twenty Twenty Child Theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     twentytwenty
 Version:      1.0.0
*/

/* Add your custom CSS below */


/*header code start here*/
/* Nunito Font */

.meie-script-regular {
  font-family: "Meie Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

body {
 font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x:hidden !important;
}
h2,h3,h4,h5{
    font-family: "Varela Round", sans-serif !important;
}
p{
   font-family: "Poppins", sans-serif !important; 
}
 a{
    text-decoration:none;
 }
.header-inner {
    padding: 0;
}
#site-header .header-inner {
    justify-content: space-around;
}

ul.primary-menu li a {
    color: #0e0e0e !important;
    font-size: 16px;
    letter-spacing: 0.1px;
    font-weight: 600;
    font-family: "Varela Round", sans-serif !important;
}
#site-header .site-logo img {
    width:90%;
}
.header-toggles {
    display: none;
}
ul.primary-menu {
    align-items: center;
}

#site-header {
    padding: 10px;
}

.bakers-btn a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 14px 36px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.1px;
    background: #f5aa10;
}

.delci-btn a {
    font-size: 14px;
    color: #fff;
    font-weight: 500 !important;
    padding: 20px 41px;
    display: inline-block;
    margin-top: 16px;
    letter-spacing: 0.1px;
    border-radius: 4px;
    background: #f5aa10 !important;
}
#site-header {
  position: relative;
  z-index: 1;
  padding-bottom:0;

}
#site-header .primary-menu a:hover{
    text-decoration:none;
}

.baker-inner {
    width: 22%;
    text-align: end;
}
#site-header .primary-menu li:hover a{
  color:#B28564;
}
#site-header .primary-menu li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 68%;
    height: 3px;
     background: #B28564;
    transition: transform 0.3s ease;
}
#site-header .primary-menu li a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

#site-header::after {
    content: "";
    position: absolute;
    /* bottom: -18px; */
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/waverss.png");
    background-position: bottom;
    opacity: 1;
}
/* .baker-videos::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 29px;
    background-image: url("https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/wavers-1.png");
    background-position: top;
    opacity: 1;
} */

#site-header .primary-menu > li {
    margin-right: 13px;
}

.header-titles-wrapper {
    width: 15%;
}
ul.primary-menu {
    align-items: center;
    margin: 0 !important;
}
.header-navigation-wrapper {
    width: 82%;
}
/*header code ends here*/


.baker-videos{
    position:relative;
}

.delicious-inner {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center !important;
}
.baker-videos video {
    height: 580px !important;
}
.baker-videos {
    height: 580px !important;
}
.baker-videos video{
  filter:brightness(0.7);
}
.delicious-inner .e-con-inner {
    display: flex;
    justify-content: center;
    align-items: center !important;
}
.delicious-inner h3 {
    color: #f5aa10!important;
    font-weight: 500 !important;
    font-family: "Meie Script", cursive !important;
    font-size: 93px;
}
.delicious-inner h1 {
    font-family: "Varela Round", sans-serif !important;
    font-size: 68px;
    color: #fff !important;
    letter-spacing: 8px;
}
/* Responsive height */
@media (max-width: 768px) {
  .video-banner {
    height: 300px;
  }
}


/*product item stsrt here*/

.bakery-grid h4 {
    margin: 0;
}
.bakery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap:10px;
}
p.availability {
    margin-top: 4px;
    margin-bottom: 10px;
}

span.bakery-tag {
    padding-top: 22px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.bakery-card {
    width: calc(100% / 3 - 7px);
}

.bakery-img img {
    height: 260px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 50% !important;
    max-width: 260px !important;
    margin: 0 auto;
    border-color: #f5aa10 !important;
    border-style: dashed !important;
    border-width: 2px 3px 2px 3px !important;
}
.our-product h4 {
    color: #B28564 !important;
    font-size: 46px;
    font-family: "Varela Round", sans-serif !important;
}
.our-product {
    background-image: url(https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/breds.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Slick spacing fix */
.items-slider {
    margin: 0 -15px;
}

.items-slider .bakery-card {
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
/* Ensure equal height slides */
.items-slider .slick-slide {
    height: auto;
}

/* Arrow styling */
.items-slider .slick-prev,
.items-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 2;
}

.items-slider .slick-prev {
    left: -45px;
}

.items-slider .slick-next {
    right: -45px;
}

.items-slider .slick-prev:before, .items-slider .slick-next:before {
    font-size: 26px;
    color: #fff;
    opacity: inherit;
}
/* Mobile arrow adjustment */
@media (max-width: 767px) {
    .items-slider .slick-prev {
        left: -25px;
    }
    .items-slider .slick-next {
        right: -25px;
    }
}
.bakery-content h3 {
    margin: 0;
    font-size: 20px;
    color: #B28564 !important;
     font-family: "Varela Round", sans-serif !important;
     letter-spacing:0.1px;
}

.our-product {
    position: relative;
}

.our-product::after {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    width: 180px;
    height: 180px;
    background-image: url("https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/freshers.png");
    background-size: cover;
    margin: 0 auto;
    background-position: center;
    /* z-index: 1; */
}
.our-product {
    padding-top: 80px;
}

.bakery-content .description {
    font-size: 15px;
    color: #666;
    max-width: 300px;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
   letter-spacing: 0.1px !important;
}
.about-us h6 {
    font-family: "Varela Round", sans-serif !important;
    font-style: italic;
    letter-spacing: 0.1px !important;
}
.about-us h2 {
    font-weight: 600;
    font-family: "Varela Round", sans-serif !important;
    letter-spacing: 0.1px !important;
    

}
/*bakery tabs section*/
.menu-section {
    text-align: center;
    background: #7E5A4E;
    padding: 80px 20px;
    font-family: 'Nunito', sans-serif;
}
.menu-subtitle {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.1px !important;
}
.menu-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
}

.menu-tabs .tab {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    text-decoration: none !important;
    position: relative;
    letter-spacing:0.1px !important;
}

.menu-tabs .tab span {
    display: block;
    margin-top: 12px;
    color: #fff;
    letter-spacing: 0.1px !important;
}
.menu-tabs .tab.active::after {
    content: "";
    width: 60px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: -43px;
    transform: translateX(-50%) rotate(
1deg);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.menu-tabs .tab.active span {
    color: #ffc95b;
    text-decoration: none;
    border-bottom: 1px solid #ffc95b;
    letter-spacing:0.1px !important;
}
.menu-content {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  letter-spacing: 0.1px !important;
}
.testi-reviews .ti-wp-testimonial-1 {
    padding-top: 56px;
}
.tab-content {
  display: none;
  letter-spacing:0.1px !important;
}

.tab-content.active {
  display: block;
  letter-spacing:0.1px !important;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 60px;
}

.menu-section .item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-section .item h4 {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.1px !important;
    text-align: left;
}
.menu-section h2 {
    margin-top: 0;
    color: #fff;
    font-family: "Varela Round", sans-serif;
    padding-top: 13px;
    letter-spacing: 0.1px;
}
.testi-reviews h2 {
    font-family: "Varela Round", sans-serif !important;
}
.menu-section .menu-grid .item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.menu-section .item p {
  margin: 4px 0 0;
  font-size: 13px;
  letter-spacing: 0.1px !important;
  color: #777;
	text-align:left;
}

.menu-section .menu-tabs .tab img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin: 0 auto;
}

.menu-tabs span {
    font-size: 18px;
}

.gallery-mans h4{
    margin-top: 0;
    font-family: "Varela Round", sans-serif;
}
.gallery-mans h3{
    font-family: "Varela Round", sans-serif;
}
.gallery-mans h4:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 153px;
    height: 19px;
    width: 156px;
    background-image: url(https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/image-40.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-mans h4:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 150px;
    height: 19px;
    width: 156px;
    background-image: url(https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/image-39.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-mans h4{
    position:relative;
    display:inline-block;
}

.our-expertise h3.elementor-image-box-title {
    margin: 0;
    padding-bottom: 10px;
}
.our-expertise h4 {
    padding-bottom: 20px;
}

/*blog start here*/

.latest-posts {
  text-align: center;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-date {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #caa14a;
  color: #fff;
  font-size: 11px;
  padding: 6px 12px;
  letter-spacing: 1px;
}

.blog-content {
  padding: 30px 25px;
}

.blog-content h3 {
    margin: 0;
    padding-bottom: 12px;
    letter-spacing: 0.1px;
    color: #B28564;
    font-size: 20px;
}
.latest-posts .section-title {
    margin: 0;
    padding-bottom: 10px;
}
.blog-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
.latest-posts p {
    padding-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.1px;
}
.read-more {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.read-more:hover {
  color: #caa14a;
}
.blog-content h3 {
    margin: 0;
    padding-bottom: 12px;
}

.latest-posts .section-title {
    margin: 0;
    color: #B28564;
    letter-spacing: 0.1px;
}
/* Responsive */
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-titles-wrapper {
    width: 100%;
    margin-right: 0 !important;
    display: flex;
    justify-content: flex-start !important;
}
.header-navigation-wrapper {
    width: 100%;
}
.baker-inner {
    width: 100%;
}
.header-titles-wrapper {
    width: 100%;
}
#site-header {
    justify-content: flex-start !important;
}

.bakers-btn {
    text-align: center;
}
.featured-collect .e-con-inner {
    margin-top: -154px !important;
    padding: 15px !important;
}
ul.modal-menu li a {
    color: #000 !important;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    /* font-size: 20px !important; */
}
	.explore .tabs {
    gap: 9px !important;
}
	.wheater-mains p {
    max-width: 350px;
    margin: 0 auto;
}
}
@media (max-width: 639px) {
  .featured-collect .e-con-inner {
   display:block !important;
}
.collect-featureds {
    width: 100% !important;
}
.google-reviews {
    width: 100%;
}
.featured-collect .e-con-inner {
    margin-top: 0px !important;
    padding: 28px !important;
}
.breads {
    margin-left: 0 !important;
}
.collect-featureds {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
}
.custom_faq_style summary.e-n-accordion-item-title {
    padding: 12px 16px !important;
}
.custom_faq_style span.e-n-accordion-item-title-icon {
    padding: 14px;
    border-radius: 50% !important;
}
.page-id-27 .collect-featureds {
    width: 100% !important;
}

.gallery-mans h4:after {
    height: 12px;
    width: 117px !important;
}
.gallery-mans h4:before {
    top: 0px;
    right: 100px;
}
.gallery-mans h4:before {
    width: 92px !important;
    height: 9px;
}
.robo_gallery {
 margin-left:-7px !important;
}
.collect-featureds {
    padding-top: 16px !important;
}
	.explore .cards {
    grid-template-columns: repeat(2, 1fr) !important;
}
	.explore .tabs {
    display: block !important;
}
	.explore .tab {
    width: 100% !important;
	 margin-top: 13px;
}
}


@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 579px) {
.page-id-27 .collect-featureds {
    width: 100% !important;
}
	.wheater-mains img {
    display: none !important;
}
	.menu-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 19px 24px;
}
	.page-id-6 .menu-content {
    padding: 20px;
}
	.caramel figure.elementor-image-box-img {
    display: flex;
    justify-content: center;
}
}



.marquee-wrapper {
  position: relative;
  width: 100%;
  background: #fff; /* change if needed */
}

.marquee {
  display: flex;
  width: fit-content;
  animation: marquee 20s linear infinite;
}

.marquee span {
  font-size: 120px;          /* BIG text */
  font-weight: 300;
  letter-spacing: 8px;
  white-space: nowrap;
  color: rgba(210, 170, 130, 0.25); /* light beige like image */
  text-transform: uppercase;
}

/* Animation */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .marquee span {
    font-size: 60px;
    letter-spacing: 4px;
  }
  .featured-collect .e-con-inner {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center;
}
.collect-featureds {
    width: calc(100% / 2 - 10px) !important;
}
.google-reviews {
    width: 100%;
}
}

.process-main h3{
    margin-top:0;
}
.timer {
    position: relative;
}

.timer::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 150px;
    width: 60px;
    height: 60px;
    background: url("https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/arws.png");
}

/* .bakerys-btns a {
    font-size: 14px;
    color: #fff;
    font-weight: 500 !important;
    padding: 13px 36px;
    display: inline-block;
    margin-top: 16px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    background: #f5aa10 !important;
} */

.bakerys-btns a {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    font-weight: 500 !important;
    padding: 13px 46px 13px 36px; /* extra right space for arrow */
    display: inline-block;
    margin-top: 16px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    background: #f5aa10 !important;
    transition: transform 0.3s ease;
    white-space:nowrap;
}

/* Shine overlay */
.bakerys-btns a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.4s ease;
}

/* Arrow icon */
.bakerys-btns a::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) translateX(-5px);
    opacity: 0;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Hover animation */
.bakerys-btns a:hover::before {
    left: 100%;
}

.bakerys-btns a:hover {
    transform: scale(1.05);
}

/* Show arrow on hover */
.bakerys-btns a:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}


.about-us img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.about-us{
  padding:0;
  margin:0;
}
.materials-bake h3 {
    margin: 0 !important;
    padding-bottom: 12px;
}

.breads {
    position: relative;
    margin-left: calc(-30vw + 48%);
}
.breads img {
    display:inline-block;
     vertical-align:middle;
}

.ekit-wid-con .elementskit-infobox.gradient-active:hover::before {
    left: 0;
}

.ekit-wid-con .elementskit-infobox.gradient-active::before {
    position: absolute;
    content: "";
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%;
}
/*Faq start here*/

.custom_faq_style .e-n-accordion-item-title-text {
    font-size: 20px !important;
    font-family:"Varela Round", sans-serif !important;
}

.custom_faq_style .e-n-accordion-item-title-text {
    font-size: 16px !important;
    font-family: "Poppins", sans-serif !important;
}


.delicious-bars {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.delicious-bars::after {
    content: '';
    position: absolute;
    top: 26%;
    left: 50%;
    width: 116%;
    height: 138%;
    background-image: url('https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/pwerd.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 0;
}
/* Main image */
.delicious-bars img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
}
.custom_faq_style summary.e-n-accordion-item-title {
    border-radius: 43px !important;
    background-color: #f3efeb;
    padding: 12px 23px !important;
    margin-bottom: 10px;
}

/*fixed section*/


.business-section {
  width: 100%;
  background: #fff;
}

.business-wrapper {
  display: flex;
  min-height: 100vh;
}

/* LEFT IMAGE */
.business-left {
  position: sticky;
  top: 0;
  width: 45%;
  height: 100vh;
}

.business-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT CONTENT */
.business-right {
  width: 55%;
  padding: 80px 60px;
}

.small-title {
  font-size: 12px;
  letter-spacing: 2px;
  color: #b48a5a;
  text-transform: uppercase;
}

.business-right h2 {
  font-size: 40px;
  margin: 15px 0;
}

.intro-text {
  max-width: 600px;
  color: #666;
  line-height: 1.8;
}

/* FEATURES */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 40px 0;
}

.feature-item h4 {
  margin-bottom: 5px;
}

.feature-item p {
  font-size: 14px;
  color: #777;
}

/* IMAGE */
.content-image img {
  width: 100%;
  margin: 40px 0;
  display: block;
}

/* PROGRESS */
.progress-item {
  margin-bottom: 20px;
}

.progress-item span {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

.progress-bar {
  height: 4px;
  background: #eee;
}

.progress-fill {
  height: 100%;
  background: #b48a5a;
}



.we-helpeds {
  display: flex;
  align-items: flex-start;
}

/* LEFT CONTENT – SCROLLS */

/* RIGHT IMAGE – STICKY INSIDE SECTION */
.we-helpeds .helped-grow {
   position:sticky; 
   top:20px;
   height:calc(100vh - 0px); 
}
.features-section h2 {
    margin: 0;
}
/* IMAGE FULL COVER */
.we-helpeds .helped-grow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.choco-item {
    margin-right: calc(29% - 38vw) !important;
}

/*Featured coding start here*/

/* FEATURES SECTION */
.features-section {
    padding-top: 0;
    padding-bottom: 0;
}

.features-section .section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px !important;
  font-weight: 700;
  letter-spacing: 1px;
  color:#B28564;
}

/* SLIDER WRAPPER */
.features-slider {
  position: relative;
}

/* FEATURE CARD */
.feature-card {
    background: #f8f6f2;
    padding: 20px;
    margin: 0 15px;
    text-align: center;
    border-radius: 12px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* CARD TITLE */
.feature-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #B28564;
    font-weight: 600;
    letter-spacing: 0.1px !important;
    margin-top: 27px;
}

/* CARD TEXT */
.feature-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    letter-spacing:0.5px !important;
     font-family: "Poppins", sans-serif;
}

/* REMOVE BLUE OUTLINE */
.slick-slide {
  outline: none;
}

.feature-img img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    border-radius: 50% !important;
    border: dotted #f5aa10 !important;
}
.features-section h2 {
    margin: 0 !important;
}
.features-section {
    padding-top: 0;
}


.about-us {
  display: flex;
  align-items: flex-start;
}

/* LEFT CONTENT – SCROLLS */

/* RIGHT IMAGE – STICKY INSIDE SECTION */
.about-us .abouter-discover {
    position: sticky !important;
    top: 20px;
    height: calc(100vh - 134px) !important;
}
/* IMAGE FULL COVER */
.about-us .abouter-discover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.items-slider .slick-prev, .items-slider .slick-next {
    background-color: #B28564;
    border-radius: 50%;
    height: 52px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.roatter {
  animation: rotateRoatter 12s linear infinite;
}

@keyframes rotateRoatter {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.blog-content a {
    color: #7e5a4e;
    padding-right: 0;
}
.blog-content span {
    color: #7e5a4e;
    padding-right: 8px;
}

/* Testimonial Code Starts Here */
.ti-review-text-container.ti-review-content {
    font-family: 'Poppins';
    font-size: 14px !important;
    letter-spacing: 0.1px;
}
.ti-name {
    color: #8c5f3a !important;
}
/* Testimonial Code Ends Here */
/* 
footer code start here */

	footer#site-footer {
		background-color: #7e5a4e;
		padding: 90px 0 10px;
		position: relative;
		overflow: hidden;
	}


	footer#site-footer::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 225px;
		background-image: url('https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/bander.png');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		z-index: 2;
		pointer-events: none;
		top: -11px;
	}


	.custom-footer {
		width: 100%;
		margin-top: 120px;
		margin-bottom:20px;
	}

	/* center container */
	.footer-inner {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		gap: 0px;
	}

	.footer-col {
		width: 33%;
	}


	/* common column */
	.footer-col {
		color: #fff;

	}

	.footer-col-1 {
		width: 25%;
	}

	.footer-col-2 {
		width: 50%;
	}

	.footer-col-3 {
		width: 25%;
	}


	/* LEFT */
	.footer-left {
		text-align: left;
	}

	/* CENTER */
	.footer-center {
		text-align: center;
		position: relative;
		padding: 0 20px;
	}

	.footer-center::before {
		content: "";
		position: absolute;
		inset: 0;
		background-image: url('https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/wheat.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 184px;
		opacity: 0.15;
		z-index: 0;
	}

	.footer-center * {
		position: relative;
		z-index: 1;
	}

	/* RIGHT */
	.footer-right {
		text-align: left;
	}

	.footer-right ul li {
		list-style: none;

	}

	figure.wp-block-image.size-full {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-right ul li a {
		font-size: 14px;
		color: #ffff;
	}

	/* MENU STYLES */
	ul#menu-footer-menu {
		margin: 0;
		padding: 0;
	}

	ul#menu-footer-menu li {
		list-style: none;
		margin-bottom: 8px;
	}

	ul#menu-footer-menu a {
		color: #fff !important;
		font-size: 14px;
		text-decoration: none;
	}

	h4.footer-title {
		font-size: 22px;
		margin-bottom: 15px;
		margin-top: 0px;
		color: #fff;
		font-family: "Varela Round", sans-serif !important;

	}

	/* LOGO SIZE */
	.footer-center img {
		max-width: 110px;
		margin-bottom: 15px;
	}

	ul#menu-footer-menu li {
		margin-left: 0px;
	}

	ul#menu-footer-menu-1 li {
		margin-left: 0px;
	}

	ul#menu-footer-menu-1 {
		margin: 0px;
	}


	.footer-widget.footer-widget-right {
		margin-left: 98px;
	}

	.footer-widget.footer-widget-center p {
		color: #fff;
		font-size: 14px;
	}

	.footer-widget.footer-widget-center figure {
		margin: 0px !important;
	}

	#site-footer .section-inner {
		display: block;
	}


.footer_right_section {
    width: 84%;
    margin: 0px auto 0px;
    padding-top: 19px;
    border-top: 1px solid #fff;
}

.footer_right_section p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 6px;
}
	ul#menu-privacy-policy li {
		margin-left: 0px;
	}

	.footer-widget .footer-title {
		margin-top: 0px;
	}

	.footer-widget.footer-widget-right ul {
		margin-left: 0px;
	}

/* 
footer code start end here */



/* mobile responsive */

@media (max-width:767px){

  .baker-videos video {
    height: 477px !important;
}

button.toggle.search-toggle.mobile-search-toggle {
    display: none;
} 
span.toggle-text {
    display: none;
}
.baker-inner {
    width: 100%;
    text-align: center;
    margin-left: -10px;
}

.header-titles-wrapper {

    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    padding: 0px;
    text-align: left;
}
.header-inner.section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    margin: 0px;
}

#site-header {
    padding-bottom: 15px;
}
.header-titles-wrapper {
    width: 24%;
}
.bakers-btn a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.1px;
    background: #f5aa10;
}

.menu-section button.card-btn a {
    padding: 7px 12px;
    font-size: 12px;
}

.menu-section .menu-grid .item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}


/* .bakery-card {
    width: 100% !important;
} */


.menu-section .item {
    display: block;

}

.menu-section .item p {
    text-align: left;
}

.menu-tabs {
    flex-wrap: wrap;
    gap: 0px !important;
}

.menu-tabs .tab.active::after {
    content: "none";
    display: none;
}

.menu-section .menu-tabs .tab img {
    width: 50px;
    height: 50px;

}


.menu-tabs span {
    font-size: 14px;
}

.menu-tabs .tab span {
    font-size: 14px;
}

.menu-section h2 {

    font-size: 26px;
}
.marquee-wrapper {
    position: relative;
    width: 100%;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
}


.items-slider .slick-prev {
    left: 15px;
}

.items-slider .slick-prev, .items-slider .slick-next {
    height: 39px;
    width: 39px;
}
.items-slider .slick-next {
    right: 15px;
}
.bakery-img img {
    height: 154px !important;;
    max-width: 154px !important;
}
.features-section .section-title {
    font-size: 26px;
    margin-bottom: 20px !important;

}
.footer-col-1 {
    width: 100%;
    order: 2;
}
.footer-col-2 {
    width: 100%;
    order: 1;
}
.footer-col-3 {
    width: 100%;
    order: 3;
}
.footer-widget.footer-widget-right {
    margin-left: 0px;
}
.footer-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
   display: flex;
   flex-direction: column;
   gap: 20px;

}

.footer-center {
    text-align: left;
    position: relative;
    padding: 0px;
}
figure.wp-block-image.size-full {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

footer#site-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 162px;
    background-image: url('https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/bander.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 2;
    pointer-events: none;
    top: 6px;
}
.business-left {
  position: static;

}

.menu-section {
    text-align: center;
    background: #7E5A4E;
    padding: 50px 10px;
    font-family: 'Nunito', sans-serif;
}

.baker-videos {
    height: 474px !important;
}
#site-header::after {
    bottom: -18px;
}

.we-helpeds .helped-grow {
   position:static; 

}


.gallery-mans h4:before {
    top: 0px;
    right: 107px;

}


.gallery-mans h4:after {
    top: 0px;
    left: 107px;
}
  .featured-collect .e-con-inner {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center;
}
.collect-featureds {
    width: calc(100% / 2 - 10px) !important;
}
.google-reviews {
    width: 100%;
}

}

@media
 (min-width: 768px) and (max-width: 1024px) {

  #site-header::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 19px;
    background-image: url("https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/waverss.png");
    background-position: bottom;
    opacity: 1;
}
.google-reviews {
    width: 100% !important;
}

.baker-inner {
    text-align: center;
}
.robo_gallery {
 margin-left:-7px !important;
}

.header-inner.section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    margin: 0px;
}

#site-header {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}

button.toggle.search-toggle.mobile-search-toggle {
    display: none;
} 
span.toggle-text {
    display: none;
}
.header-titles-wrapper {

   padding: 10px !important;
}
ul.primary-menu li a {
    font-size: 14px !important;
}

.header-titles-wrapper {
    width: 16%;
    margin-right: 0 !important;
}

.menu-tabs .tab span {

    font-size: 14px;
}


.menu-section h2 {

    font-size: 32px;
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
}

.features-section .section-title {
    font-size: 26px;

}

.footer-col-1 {
    width: 50%;
    order: 2;
}
.footer-col-2 {
    width: 100%;
    order: 1;
}
.footer-col-3 {
    width: 50%;
    order: 3;
}
.footer-widget.footer-widget-right {
    margin-left: 0px;
}

.footer-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.footer-center {
    text-align: left;
    position: relative;
    padding: 0px;
}
figure.wp-block-image.size-full {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}
footer#site-footer::before {
    height: 180px;
    top: 6px;
}


.items-slider .slick-prev {
    left: 25px;
}
.items-slider .slick-next {
    right: 25px;
}



}

/* .best_seller_product {
    position: relative;
}

.best_seller_product::before {
    content: "";
    display: block;
    background: url(https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/menu-left.png) no-repeat center;
    width: 260px;
    height: 480px;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: .2;
    transform: translateY(-50%);
    z-index: 1;
}

.best_seller_product::after {
    content: "";
    display: block;
    background: url(https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/menu-right.png) no-repeat center;
    width: 260px;
    height: 640px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .2;
    z-index: 1;
} */

.img_first,
.img_second {
  will-change: transform;
  transition: transform 0.12s linear;
}
.custom_faq_style .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: #fff !important;
}


ul.bannerForm li {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100% !important;
    list-style: none;
}
.bannerForm input, .bannerForm textarea {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background-color: #f8faff;
    border: 1px solid #000;
    margin-bottom: 11px;
}
ul.bannerForm {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
ul.bannerForm li {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
ul.bannerForm li p {
    width: 100%;
}
.bannerForm  li p {
    margin-bottom: 0 !important;
}
.bannerForm input, .bannerForm textarea {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    border-radius: 6px;
    padding-left: 32px;
    border: 1px solid #B28564;
}
.email-forms {
    padding: 20px;
    background-color: #b28564f2;
    border-radius: 20px;
}
.bannerForm li {
    width: calc(50% - 10px) !important;
}
.contact-mains h3 {
    margin: 0;
}
.contact-mains .elementor-icon {
    margin-bottom: 25px;
}
.contact-mains  input[type="submit"]{
    background-color:#F5AA10 !important;
}
.contact-mains  input[type="submit"] {
    background-color: #Fff !important;
    padding: 15px 24px;
    border: 0;
    font-size: 16px;
    color: #B28564;
    border-radius: 8px;
}


.bannerForm .icon-location .icon {
    background-image: url('https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/image-43-copy.png');
}
.bannerForm .icon-mesage .icon {
    background-image: url('https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/image-42.png');
}
.bannerForm .icon-tel .icon {
    background-image: url('https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/image-44.png');
}
.bannerForm .icon-email .icon {
    background-image: url('https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/image-42.png');
}
.bannerForm .icon-user .icon {
    background-image: url('https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/image-40-1.png');
}
.bannerForm .icon {
    z-index: 999;
}
.bannerForm .icon-user .icon {
    position: absolute;
    top: 15px;
    left: 4px;
}
.bannerForm .icon-email .icon {
    position: absolute;
    top: 15px;
    left: 4px;
}
.bannerForm .icon-tel .icon{
    position: absolute;
    top: 11px;
    left: 4px;
}
.bannerForm .icon-location .icon{
    position: absolute;
    top: 13px;
    left: 4px;
}
.bannerForm .icon-mesage .icon{
     position: absolute;
    top: 13px;
    left: 4px;
}
.bannerForm .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0.5) !important;
}

.email-forms {
    padding: 42px 20px 0px 20px !important;
    border-radius: 20px !important;
}
.primary-menu-wrapper ul.primary-menu li ul.sub-menu li a {
    color: #fff !important;
}
#site-header .primary-menu li:hover a {
    color: #B28564 !important;
}

#site-header .primary-menu li:hover ul.sub-menu a {
    color: #000!important;
    letter-spacing: 0.5px;
    font-size: 14px;
/*     border-bottom: 1px solid #b2856436; */
    padding: 15px 30px;
}

.recent-posts {
    box-shadow: 0px 0px 10px #0000002b;
    padding: 20px;
    border-radius: 3px;
    margin-top: 17px;
    background-color: #fbf9f9;
}
.recent-posts h3 {
    margin-top: 0;
}

.features-section .slick-prev, .features-section .slick-next {
    background-color: #B28564;
    border-radius: 50%;
    height: 52px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.features-section .slick-prev {
    left: -56px !important;
}
.features-section .slick-next {
    right: -61px !important;
}

/* 
 *   

#site-header .primary-menu ul.sub-menu li a::after {
    content: "›";
    margin-left: auto;    
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}


#site-header .primary-menu li:hover ul.sub-menu li:hover a {
    transition: 0.2s ease-in-out;
    color: #B28564 !important;
}


#site-header .primary-menu li:hover ul.sub-menu li:hover a::after {
    opacity: 1;
    transform: translateX(4px);
} */
#site-header .primary-menu ul.sub-menu li a::after {
    background: transparent !important;
}
/* Submenu link base */
/* Submenu links */
#site-header .primary-menu ul.sub-menu li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;              /* space between text and arrow */
}

/* 
#site-header .primary-menu ul.sub-menu li a::after {
    content: "›";        
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
#site-header .primary-menu li ul.sub-menu li a::after {
    left: 75% !important;
    bottom: 29px !important;
}
#site-header .primary-menu li:hover ul.sub-menu li:hover a::after {
    opacity: 1;
    transform: translateX(0);
}
 */
#site-header .primary-menu li:hover ul.sub-menu li:hover a {
    color: #B28564 !important;
}
a.read-more {
    position: relative;
    padding: 8px 16px;
    border: 1px solid transparent;
}

a.read-more::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #7e5a4e;
    transform: scale(0.9);
    opacity: 0;
    border-radius: 4px;
    transition: all 0.3s ease;
}


a.read-more:hover::after {
    transform: scale(1);
    opacity: 1;
}

/* 
#site-header .primary-menu li:hover ul.sub-menu li:hover a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;            
    transform: translateY(-50%);
    background: transparent !important;
}

#site-header .primary-menu li:hover ul.sub-menu li:hover a{
	position:relative;
}
#site-header .primary-menu ul.sub-menu li a {
    display: flex;
    align-items: center;  
    white-space: nowrap; 
}
#site-header .primary-menu ul.sub-menu li:hover > a {
    color: #B28564 !important;
}

#site-header .primary-menu ul.sub-menu li:hover > a::after {
    opacity: 1;
    transform: translateX(4px);
}

#site-header .primary-menu ul.sub-menu li a::after {
    content: "›";
    margin-left: auto;
    padding-left: 10px;
    border: 0;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    width: max-content !important;
    min-width: max-content !important;
    background: transparent !important;
}
 */
body:not(.overlay-header) .primary-menu ul {
    background-color: #fff !important;
}
.primary-menu > li > .icon {
    color: #b28564 !important;
}
.featured-collect .e-con-inner {
    margin-top: -104px !important;
    padding: 28px !important;
    border-radius: 10px;
    background-color: #fcf8f4;
    /* padding-left: 33px; */
    margin-bottom: 50px;
}
#site-header .primary-menu > li {
    margin-right: 6px !important;
} 
.recent-posts h4.pt-cv-title a {
    color: #B28564 !important;
    letter-spacing: 0.2px;
}
.recent-posts h3{
      color: #B28564 !important;
    letter-spacing: 0.2px;
}
.featuring-products h3 {
    margin: 0 !important;

}
.best-featuring a {
    width: 100%;
}
.explore .tab button:focus {
    text-decoration: none;
}

.header-navigation-wrapper .primary-menu li.current-menu-item > a{
	text-decoration:none !important;
}
.best-featuring {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    gap: 10px !important;
	background-color:#fff;
	overflow:hidden !important;
	border-radius:10px !important;
}
.best-featuring p{
	margin-bottom:0 !important;
}

 .explore {
  max-width: 1100px;
  margin: auto;
  text-align: center;
  padding: 40px 20px;
}

.explore h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 0.2px;
    color: #B28564;
}
.explore .tabs {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
}

.explore .tab {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 5px;
  color: #444;
  position: relative;
}

.explore .tab.active {
    font-weight: 600;
    color: #fff;
    background-color: #B28564;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-decoration: none;
    padding: 12px 20px;
}

.explore .tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.explore .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
	padding-top:40px;
}
.explore .tabs button:hover {
    text-decoration: none;
}
.explore .cards img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
}

/**bakrie**/

.bakeries-section {
  padding: 60px 20px;
}

.bakeries-section .bakery-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.bakeries-section .bakery-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.bakeries-section .bakery-card:hover {
  transform: translateY(-6px);
}

.bakeries-section .bakery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.bakeries-section .bakery-content {
  text-align: center;
  padding: 20px;
}

.bakeries-section .bakery-content h3 {
  color: #b87442;
  font-size: 20px;
  margin-bottom: 10px;
}

.bakeries-section .bakery-content p {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
    letter-spacing: 0.2px;
    max-width: 266px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.bakeries-section .bakery-content h3 {
    position: relative;
    padding-bottom: 19px;
}
.bakeries-section .bakery-content h3::after {
    position: absolute;
    content: "";
    background-image: url('https://sanabel.midriffdeveloper.online/wp-content/uploads/2025/12/wavers.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
}
.bakeries-section .bakery-content .price {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

.bakeries-section .bakery-content .btn {
  display: inline-block;
  background: #f8b313;
  color: #fff;
  padding: 10px 22px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
}

.bakeries-section .bakery-content .btn:hover {
  background: #e0a000;
}
.bakeries-section .bakery-card {
    width: inherit !important;
}
.menu-section button.card-btn {
    display: block;
    background: transparent;
    color: #fff;
    padding: 0 !important;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0;
}
@media (max-width: 1024px) {
.star-views {
    width: 600px !important;
}
	.charcoarls-first .delci-btn a {
    margin: -66px 0 0 5px !important;
}
	.buns-brochis .delci-btn a {
    margin: -36px 0 0 -83px !important;
}
}
/* Responsive */
@media (max-width: 992px) {
  .bakeries-section .bakery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
    max-width: 100%;
}
	.star-views {
    width: 500px !important;
}
	.hotpotos {
    top: 89px !important;
}
	.cookscnd .star-views {
    left: 290px !important;
}
/* 	.trendy-mains .delci-btn {
    margin: 5px 0 0 51px !important;
} */
	.charcoarls-first .charcols {
    top: 113px !important;
}
	.starbrouncies {
    top: 43px !important;
    left: 288px !important;
    width: 460px !important;
}
	.almraters {
    top: 343px !important;
}
	.almondsbiscuits {
    top: 75px !important;
}
	.cookfirst .trip-cooks {
    top: 72px !important;
}
	.cookfirst .delci-btn a {
    margin: -18px 0 0 -3px !important;
}
	.delci-btn{
		margin:23px 0 0 5px!important;
	}
	.cookfirst .delci-btn a {
    margin-top: 55px !important;
}
	.cookscnd .delci-btn a {
    margin-top: -138px !important;
    margin-left: -57px !important;
}
	.star-views {
    width: 400px;
}
}

@media (max-width: 576px) {
  .bakeries-section .bakery-grid {
    grid-template-columns: 1fr;
  }
	.cookscnd .delci-btn a {
    margin-top: 0 !important;
    margin-left: -0!important;
}
	.cookfirst .delci-btn a {
    margin-top: -0px !important;
}
}
@media (max-width: 479px) {
	.almraters {
    top: 315px !important;
}
	.bakerys-btns {
    margin-top: 0 !important;
}
	.speaclity-breads {
    padding: 0px;
}
	.almondsbiscuits {
    top: 25px !important;
}
	.trip-cooks {
    display: none;
}
	.star-views {
    display: none;
}
}

.menu-section button.card-btn a {
    padding: 9px 36px !important;
}
/**/
.primary-menu li.menu-item-has-children:focus >
ul, .primary-menu li.menu-item-has-children.focus > ul{
	opacity:0 !important;
}
.primary-menu ul{
	transition:inherit !important;
}
.primary-menu li.menu-item-has-children:hover > ul {
    display: flex;
    flex-wrap: wrap;
    width: 810px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 33px;
    border-top: 7px solid #B28564;
	transition:inherit !important;
}

.primary-menu li.menu-item-has-children:hover > ul .menu-item {
    width: calc(100% / 3);
}
.primary-menu ul::after{
	display:none;
}

.trendy-mains h3 {
    margin: 0;
    padding-bottom: 20px;
}
.grainywholer {
    position: relative;
    display: inline-block;
}

.grainywholer img {
    display: block;
    width: 100%;
}

.grainywholer::after {
    content: '';
    position: absolute;
    top: 3%;
    left: 8%;
    width: 100%;
    height: 100%;
    border: 2px solid #8D6443;
    z-index: -1; /* puts border behind image */
}

.speaclity-breads h3{
	margin:0;
}
.turkisher h3{
	padding-bottom:20px;
}
/* .turkisher .elementor-image-box-wrapper{
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
	padding:0 30px;

} */

/* #site-header .primary-menu li:hover ul.sub-menu li:hover a:before {
    content: "";
    border-left: 0 solid;
    -webkit-transition: padding 0.2s, border-color 0.2s;
    transition: padding 0.2s, border-color 0.2s;
    color: #BC8157;
} */
/* #site-header .primary-menu li ul.sub-menu li a {
    position: relative;
    padding-left: 18px;
}

#site-header .primary-menu li ul.sub-menu li a::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background-color: #d57a3a;
    transition: height 0.3s ease;
}

#site-header .primary-menu li:hover ul.sub-menu li:hover a::before {
    height: 45%;
} */

#site-header .primary-menu li ul.sub-menu li a {
    position: relative;
    padding-left: 18px; /* space for the left bar */
    margin-left: 0;
    transition: 
        margin-left 0.3s ease,
        color 0.3s ease;
}

#site-header .primary-menu li ul.sub-menu li a::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background-color: #d57a3a;
    transition: height 0.3s ease;
}

/* Hover effect */
#site-header .primary-menu li ul.sub-menu li:hover a {
    margin-left: -6px; /* moves text to the left */
}

#site-header .primary-menu li ul.sub-menu li:hover a::before {
    height: 45%;
}

.footer-credits {
    display: none;
}
.footer-widget ul#menu-footer-menu li a:after , .footer-widget ul#menu-privacy-policy li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 68%;
    height: 3px;
    background: #fff;
    transition: transform 0.3s ease;
}
.footer-widget ul#menu-footer-menu a:hover , .footer-widget ul#menu-privacy-policy a:hover {
    text-decoration: none;
}
.footer-widget ul#menu-footer-menu li a:hover::after , .footer-widget ul#menu-privacy-policy li a:hover::after{
    transform: translateX(-50%) scaleX(1);
}
.footer-widget ul#menu-footer-menu li a , .footer-widget ul#menu-privacy-policy li a {
    position: relative;
}


.footer-widget ul#menu-footer-menu li:hover a , .footer-widget ul#menu-privacy-policy li:hover a {
    color: #fff !important;
}
.chocproducts {
    margin-right: calc(-56vw + 54%) !important;
}

.pie img {
    max-height: 230px;
    object-fit: cover;
}