.elementor-150 .elementor-element.elementor-element-284b78ca{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-150 .elementor-element.elementor-element-1a74965e{width:100%;max-width:100%;}.elementor-150 .elementor-element.elementor-element-6c78b85{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-150 .elementor-element.elementor-element-ccf53aa{--display:flex;}.elementor-150 .elementor-element.elementor-element-ae35d85{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-150 .elementor-element.elementor-element-eafa67c{--display:flex;}.elementor-150 .elementor-element.elementor-element-1cb8117e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-150 .elementor-element.elementor-element-52f912a6{--display:flex;}.elementor-150 .elementor-element.elementor-element-10528b86:not(.elementor-motion-effects-element-type-background), .elementor-150 .elementor-element.elementor-element-10528b86 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lorasbakedbasket.com/wp-content/uploads/2026/03/bg-blur-left-02.png");background-position:center left;background-repeat:no-repeat;background-size:contain;}.elementor-150 .elementor-element.elementor-element-10528b86{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-43px;margin-bottom:0px;padding:2em 0em 6em 0em;}.elementor-150 .elementor-element.elementor-element-10528b86 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-150 .elementor-element.elementor-element-4cd92a9f{--divider-border-style:curly;--divider-color:var( --e-global-color-accent );--divider-border-width:3px;--divider-pattern-height:18.8px;--divider-pattern-size:20.6px;}.elementor-150 .elementor-element.elementor-element-4cd92a9f .elementor-divider-separator{width:106px;margin:0 auto;margin-center:0;}.elementor-150 .elementor-element.elementor-element-4cd92a9f .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-150 .elementor-element.elementor-element-a49e90e{text-align:center;}.elementor-150 .elementor-element.elementor-element-1512acd0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-150 .elementor-element.elementor-element-3a5637f6{--display:flex;}.elementor-150 .elementor-element.elementor-element-3052db5e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-150 .elementor-element.elementor-element-14774197{--display:flex;}@media(min-width:768px){.elementor-150 .elementor-element.elementor-element-14774197{--content-width:1400px;}}@media(max-width:1024px){.elementor-150 .elementor-element.elementor-element-10528b86{padding:2em 0em 4em 0em;}}@media(max-width:767px){.elementor-150 .elementor-element.elementor-element-10528b86{padding:2em 0em 3em 0em;}}@media(min-width:1025px){.elementor-150 .elementor-element.elementor-element-10528b86:not(.elementor-motion-effects-element-type-background), .elementor-150 .elementor-element.elementor-element-10528b86 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-1a74965e *//* RESET */
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

/* NAVBAR */
.main-navbar{
width:100%;
background:#ff7a2f;
position:sticky;
top:0;
z-index:9999;
}

.navbar-inner{
display:flex;
align-items:center;
justify-content:space-between;
padding:0 6%;
height:110px;
max-width:1400px;
margin:00 auto;
}

/* LOGO */
.logo img{
height:55px;
}

/* MENU */
.nav-menu{
display:flex;
align-items:center;
}

.nav-menu ul{
display:flex;
gap:30px;
list-style:none;
align-items:center;
}

.nav-menu a{
text-decoration:none;
color:#fff;
font-size:16px;
font-weight:600;
padding:10px 0;
}

/* DROPDOWN */
.dropdown{
position:static;
}

.dropdown-menu{
display:none;
position:absolute;
left:0;
top:90px;
width:100%;
background:#fff;
padding:15px 0;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
justify-content:center;
gap:40px;
}

.dropdown:hover .dropdown-menu{
display:flex;
}

.dropdown-menu li a{
color:#333;
font-size:15px;
}

/* CTA */
.cta-buttons{
display:flex;
gap:15px;
align-items:center;
}

.btn-call{
background:#fff;
width:48px;
height:48px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.btn-call svg{
width:24px;
height:24px;
fill:#333;
}

.btn-whatsapp{
background:#25D366;
color:#fff;
height:42px;
padding:0 22px;
border-radius:30px;
display:flex;
align-items:center;
justify-content:center;
font-weight:600;
line-height:1;
}

/* HAMBURGER */
.hamburger{
display:none;
font-size:30px;
color:#fff;
cursor:pointer;
}

/* MOBILE */
@media (max-width:991px){

.navbar-inner{
height:70px;
}

.hamburger{
display:block;
}

.nav-menu{
position:fixed;
top:70px;
left:-100%;
width:80%;
height:calc(100vh - 70px);
background:#ff7a2f;
flex-direction:column;
transition:0.4s;
padding:40px 30px;
align-items:flex-start;
}

.nav-menu.active{
left:0;
}

.nav-menu ul{
flex-direction:column;
gap:20px;
}

.dropdown-menu{
position:relative;
top:0;
display:none;
flex-direction:column;
background:transparent;
box-shadow:none;
padding-left:20px;
}

.dropdown.open .dropdown-menu{
display:flex;
}

.dropdown-menu li a{
color:#fff;
}

.cta-buttons.desktop-only{
display:none;
}

}

.btn-call svg{
fill:#333 !important;   /* dark color */
width:22px;
height:22px;
display:block;
}

@media (max-width:991px){
.cta-buttons{
display:none !important;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c0f03d */.about-page{
font-family:Poppins,sans-serif;
}

.container{
max-width:1200px;
margin:auto;
padding:80px 20px;
}

/* HERO */

.about-hero{
background:#f7f7f7;
text-align:center;
}

.about-hero h1{
font-size:44px;
color:#10142f;
margin-bottom:20px;
}

.about-hero p{
max-width:850px;
margin:auto;
line-height:1.7;
color:#555;
}

/* PROFILE */

.profile-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.profile-image img{
width:100%;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.profile-text h2{
font-size:32px;
margin-bottom:20px;
color:#10142f;
}

.profile-text p{
line-height:1.7;
margin-bottom:15px;
color:#555;
}

/* PHILOSOPHY */

.baking-philosophy{
background:#f7f7f7;
}

.philosophy-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.philosophy-card{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 6px 20px rgba(0,0,0,0.06);
text-align:center;
}

.philosophy-card h3{
margin-bottom:10px;
}

/* FEATURES */

.features-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.feature{
background:#fff;
padding:18px;
border-left:4px solid #ff7a2f;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

/* AREAS */

.areas-list{
display:flex;
flex-wrap:wrap;
gap:12px;
justify-content:center;
}

.areas-list span{
border:1px solid #ff7a2f;
color:#ff7a2f;
padding:10px 18px;
border-radius:25px;
}

/* CTA */

.about-cta{
background:linear-gradient(135deg,#ff7a2f,#ff9a55);
text-align:center;
color:#fff;
padding:80px 20px;
}

.cta-buttons{
margin-top:25px;
display:flex;
gap:15px;
justify-content:center;
flex-wrap:wrap;
}

.btn-call{
background:#fff;
color:#ff7a2f;
padding:14px 26px;
border-radius:30px;
text-decoration:none;
}

.btn-whatsapp{
background:#25D366;
color:#fff;
padding:14px 26px;
border-radius:30px;
text-decoration:none;
}

/* RESPONSIVE */

@media(max-width:992px){

.profile-grid{
grid-template-columns:1fr;
}

.philosophy-grid{
grid-template-columns:repeat(2,1fr);
}

.features-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.philosophy-grid,
.features-grid{
grid-template-columns:1fr;
}

.about-hero h1{
font-size:30px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14ad095 *//* OUR PHILOSOPHY */

.our-philosophy{
background:#f7f7f7;
text-align:center;
}

.philosophy-intro{
max-width:750px;
margin:auto;
color:#555;
margin-bottom:40px;
}

.philosophy-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.philosophy-box{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

.philosophy-box h3{
margin-bottom:10px;
color:#10142f;
}

/* WHY CHOOSE US */

.why-choose-us{
background:#ffffff;
}

.choose-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.choose-card{
background:#fff;
padding:22px;
border-left:4px solid #ff7a2f;
box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

.choose-card h3{
margin-bottom:10px;
color:#10142f;
}

.choose-card p{
color:#555;
line-height:1.6;
}

/* RESPONSIVE */

@media(max-width:992px){

.philosophy-grid,
.choose-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.philosophy-grid,
.choose-grid{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b5ff06 *//* OUR PHILOSOPHY */

.our-philosophy{
background:#f7f7f7;
text-align:center;
}

.philosophy-intro{
max-width:750px;
margin:auto;
color:#555;
margin-bottom:40px;
}

.philosophy-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.philosophy-box{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

.philosophy-box h3{
margin-bottom:10px;
color:#10142f;
}

/* WHY CHOOSE US */

.why-choose-us{
background:#ffffff;
}

.choose-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.choose-card{
background:#fff;
padding:22px;
border-left:4px solid #ff7a2f;
box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

.choose-card h3{
margin-bottom:10px;
color:#10142f;
}

.choose-card p{
color:#555;
line-height:1.6;
}

/* RESPONSIVE */

@media(max-width:992px){

.philosophy-grid,
.choose-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.philosophy-grid,
.choose-grid{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33932649 */.artisan-bakery-section {
  padding: 100px 20px;
  background: #fafafa;
  font-family: 'Poppins', sans-serif;
}

.bakery-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* IMAGE SIDE */

.bakery-image {
  position: relative;
}

.bakery-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* EXPERIENCE BADGE */

.experience-badge {
  position: absolute;
  top: 20px;
  left: 20px;
   background: linear-gradient(135deg,#ff7a2f,#ff9a55);
  color: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.experience-badge span {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
}

.experience-badge strong {
  font-size: 20px;
}

/* TEXT CONTENT */

.bakery-content h2 {
  font-size: 36px;
  color: #1d2b4f;
  margin-bottom: 20px;
  font-weight: 600;
}

.bakery-content p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 18px;
}

.intro-text {
  font-size: 17px;
}

/* MENU ITEMS */

.menu-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 25px 0;
}

.menu-item {
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border-left: 4px solid #ff7a2f;
}

/* RESPONSIVE */

@media (max-width: 900px) {

  .bakery-container {
    grid-template-columns: 1fr;
  }

  .bakery-image {
    order: -1;
  }

  .bakery-content h2 {
    font-size: 30px;
  }

  .menu-highlights {
    grid-template-columns: 1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52893002 */.cta-order {

  position: relative;
  padding: 120px 20px;

  background-image: url(https://lorasbakedbasket.com/wp-content/uploads/2026/03/cake-5.jpg);
  background-size: cover;
  background-position: center;

  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

/* Dark overlay for readability */

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.65)
  );
}

/* Content container */

.cta-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  z-index: 2;

  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
  padding: 50px 40px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.15);
}

/* Heading */

.cta-order h2 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff !important;
  text-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

/* Subtext */

.cta-subtext {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
}

/* Description */

.cta-description {
  font-size: 16px;
  margin-bottom: 35px;
  color: #ffffff;
}

/* Buttons */

/* FIX BUTTON LAYOUT */

.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

/* Remove column behavior */
.call-wrapper {
  display: contents;
}

/* Ensure buttons align nicely */
.btn-call,
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Call Button */

.btn-call {
  background: #ffffff;
  color: #ff7a2f;
}

.btn-call:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* WhatsApp Button */

.btn-whatsapp {
  background: #25D366;
  color: #fff;
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Delivery areas */

.delivery-areas ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.delivery-areas li {
  background: rgba(255,255,255,0.15);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
}

/* Instagram */

.cta-instagram {
  margin-top: 25px;
  color: #ffffff;
}

.cta-instagram a {
  color: #ffffff;
  text-decoration: underline;
}

/* Tablet */

@media (max-width: 992px){

.cta-container{
padding:40px 30px;
}

.cta-order h2{
font-size:34px;
}

}

/* Mobile */

@media (max-width: 768px){

.cta-order{
padding:80px 20px;
}

.cta-container{
padding:35px 25px;
}

.cta-order h2{
font-size:28px;
line-height:1.3;
}

.cta-subtext{
font-size:16px;
}

.cta-description{
font-size:15px;
}

.cta-buttons{
flex-direction:column;
gap:15px;
}

.btn-call,
.btn-whatsapp{
width:100%;
max-width:260px;
margin:auto;
}

.delivery-areas ul{
gap:10px;
}

}

/* Small Mobile */

@media (max-width:480px){

.cta-container{
padding:30px 20px;
}

.cta-order h2{
font-size:24px;
}

.delivery-areas li{
font-size:13px;
padding:7px 12px;
}

}

.call-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.call-text {
  margin-top: 6px;
  font-size: 14px;
  color: #ff7a2f;
  font-weight: 500;
}/* End custom CSS */