.elementor .e-ab57c75-8988a0b{align-self:center;}.elementor .e-1df6421-e62f371{align-self:center;}.elementor .e-17c51fc2-fbfd940{flex-direction:column;/* =========================================
 LAVENDER SA - MASTER STYLESHEET
 Covers: Blog Content, Sticky Menus, CTAs, Contact Cards
 ========================================= */

/* --- General Blog & Content Sections --- */
article, .lavender-content-section {
max-width: 850px;
margin: 40px auto;
padding: 0 20px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.7;
color: #2d1b4e;
}

article h1, .lavender-content-section h1 {
color: #6B4E9E;
font-size: 2.2rem;
margin-bottom: 10px;
line-height: 1.3;
}

.article-meta, .section-meta {
color: #666;
font-size: 0.9rem;
margin-bottom: 30px;
font-style: italic;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 15px;
}

article h2, .lavender-content-section h2 {
color: #556B2F;
font-size: 1.6rem;
margin-top: 40px;
margin-bottom: 15px;
border-bottom: 2px solid #e9d8fd;
padding-bottom: 8px;
}

article h3, .lavender-content-section h3 {
color: #6B4E9E;
font-size: 1.3rem;
margin-top: 25px;
margin-bottom: 10px;
}

article table, .lavender-content-section table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: #ffffff;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
border-radius: 8px;
overflow: hidden;
}

article th, article td,
.lavender-content-section th, .lavender-content-section td {
padding: 14px 16px;
border: 1px solid #e0e0e0;
text-align: left;
vertical-align: top;
}

article th, .lavender-content-section th {
background: #f9fbf7;
color: #556B2F;
font-weight: 600;
}

article ul, article ol,
.lavender-content-section ul, .lavender-content-section ol {
padding-left: 22px;
margin: 15px 0;
}

article li, .lavender-content-section li {
margin-bottom: 10px;
}

article footer, .section-footer {
margin-top: 40px;
padding: 18px;
background: #f8f5ff;
border-left: 4px solid #6B4E9E;
font-size: 0.9rem;
color: #4a4a4a;
line-height: 1.6;
}

article a, .lavender-content-section a {
color: #556B2F;
text-decoration: underline;
font-weight: 500;
}

article a:hover, .lavender-content-section a:hover {
color: #9d7cb5;
}

/* --- Sticky Navigation Menus (Primary & Secondary) --- */
.lavender-anchor-nav,
.secondary-anchor-nav,
.lavender-guide-nav {
background-color: #ffffff;
border-bottom: 2px solid #e0e0e0;
position: sticky !important;
top: 0 !important;
z-index: 9999 !important;
width: 100% !important;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
box-sizing: border-box;
left: 0; right: 0;
opacity: 1 !important;
visibility: visible !important;
}

.secondary-anchor-nav {
background-color: #f9f7fc !important;
border-bottom: 1px solid #e0e0e0 !important;
top: 60px !important;
z-index: 9998 !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

.nav-container {
max-width: 1200px !important;
margin: 0 auto !important;
padding: 0 10px !important;
width: 100% !important;
box-sizing: border-box;
overflow: visible !important;
}

.nav-list {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
overflow-x: auto !important;
white-space: nowrap !important;
-webkit-overflow-scrolling: touch !important;
scrollbar-width: none !important;
min-height: 60px !important;
}

.nav-list::-webkit-scrollbar { display: none !important; }
.nav-list li { display: inline-block !important; flex-shrink: 0 !important; }

.nav-link, .guide-link, .secondary-link {
display: block !important;
padding: 15px 12px !important;
text-decoration: none !important;
color: #555 !important;
font-size: 0.9rem !important;
font-weight: 600 !important;
transition: all 0.3s ease !important;
border-bottom: 3px solid transparent !important;
}

.nav-link:hover, .guide-link:hover, .secondary-link:hover {
color: #556B2F !important;
border-bottom: 3px solid #556B2F !important;
background-color: #f9fbf7 !important;
}

.nav-link.highlight-btn {
background-color: #556B2F !important;
color: #ffffff !important;
border-radius: 50px !important;
margin-left: 10px !important;
margin-right: 10px !important;
border: none !important;
padding: 10px 18px !important;
flex-shrink: 0 !important;
}

.nav-link.highlight-btn:hover {
background-color: #ffffff !important;
color: #556B2F !important;
border: 2px solid #556B2F !important;
transform: translateY(-2px) !important;
}

/* --- Contact / CTA Cards --- */
.direct-contact-section {
padding: 60px 20px;
background-color: #f9fbf7;
display: flex;
justify-content: center;
}

.contact-container {
display: flex;
justify-content: center;
gap: 30px;
max-width: 900px;
margin: 0 auto;
flex-wrap: wrap;
}

.contact-card {
flex: 1;
min-width: 300px;
display: flex;
align-items: center;
padding: 25px;
border-radius: 12px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
border: 1px solid transparent;
}

.email-card { background-color: #ffffff; border-left: 5px solid #556B2F; }
.email-card:hover { background-color: #556B2F; transform: translateY(-5px); }
.email-card h3, .email-card p, .email-card .action-text, .email-card .icon-wrapper {
color: #556B2F; transition: color 0.3s ease;
}
.email-card:hover h3, .email-card:hover p, .email-card:hover .action-text, .email-card:hover .icon-wrapper {
color: #ffffff;
}

.whatsapp-card { background-color: #ffffff; border-left: 5px solid #9d7cb5; }
.whatsapp-card:hover { background-color: #9d7cb5; transform: translateY(-5px); }
.whatsapp-card h3, .whatsapp-card p, .whatsapp-card .action-text, .whatsapp-card .icon-wrapper {
color: #9d7cb5; transition: color 0.3s ease;
}
.whatsapp-card:hover h3, .whatsapp-card:hover p, .whatsapp-card:hover .action-text, .whatsapp-card:hover .icon-wrapper {
color: #ffffff;
}

.icon-wrapper { margin-right: 20px; font-size: 2rem; }
.text-content h3 { margin: 0 0 5px 0; font-size: 1.2rem; font-weight: 700; }
.text-content p { margin: 0 0 10px 0; font-size: 0.9rem; opacity: 0.8; }
.action-text { font-weight: bold; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }

/* --- Generic CTA Box --- */
.cta-box {
background-color: #556B2F;
padding: 30px;
border-radius: 12px;
text-align: center;
color: #ffffff;
margin: 40px auto;
max-width: 800px;
}

.cta-box h3 { color: #ffffff; margin-top: 0; margin-bottom: 12px; font-size: 1.8rem; }
.cta-box p { margin-bottom: 25px; opacity: 0.95; font-size: 1.1rem; line-height: 1.6; }
.cta-box a {
background-color: #ffffff;
color: #556B2F;
padding: 12px 25px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
display: inline-block;
margin: 5px;
}
.cta-box a:hover { background-color: #f0f0f0; transform: translateY(-2px); }
.cta-box a.secondary-btn {
background-color: transparent;
border: 2px solid #ffffff;
color: #ffffff;
}
.cta-box a.secondary-btn:hover { background-color: #ffffff; color: #556B2F; }

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
article, .lavender-content-section { padding: 0 15px; }
article h1, .lavender-content-section h1 { font-size: 1.8rem; }
article table, .lavender-content-section table { display: block; overflow-x: auto; }

.nav-container { padding: 0 !important; }
.nav-list { justify-content: flex-start !important; padding: 0 15px !important; }
.nav-link, .guide-link, .secondary-link { padding: 12px 10px !important; font-size: 0.85rem !important; }
.nav-link.highlight-btn { margin-left: 5px !important; margin-right: 15px !important; padding: 8px 15px !important; font-size: 0.85rem !important; }

.contact-container { flex-direction: column; }
.contact-card { width: 100%; min-width: auto; }
.cta-box { margin: 30px 15px; padding: 25px 20px; }
}

/* Smooth Scrolling */
html { scroll-behavior: smooth !important; }\n}.elementor .e-15496435-387b5c9{flex-direction:column;/* =========================================
 LAVENDER SA - MASTER STYLESHEET
 Covers: Blog Content, Sticky Menus, CTAs, Contact Cards
 ========================================= */

/* --- General Blog & Content Sections --- */
article, .lavender-content-section {
max-width: 850px;
margin: 40px auto;
padding: 0 20px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.7;
color: #2d1b4e;
}

article h1, .lavender-content-section h1 {
color: #6B4E9E;
font-size: 2.2rem;
margin-bottom: 10px;
line-height: 1.3;
}

.article-meta, .section-meta {
color: #666;
font-size: 0.9rem;
margin-bottom: 30px;
font-style: italic;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 15px;
}

article h2, .lavender-content-section h2 {
color: #556B2F;
font-size: 1.6rem;
margin-top: 40px;
margin-bottom: 15px;
border-bottom: 2px solid #e9d8fd;
padding-bottom: 8px;
}

article h3, .lavender-content-section h3 {
color: #6B4E9E;
font-size: 1.3rem;
margin-top: 25px;
margin-bottom: 10px;
}

article table, .lavender-content-section table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: #ffffff;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
border-radius: 8px;
overflow: hidden;
}

article th, article td,
.lavender-content-section th, .lavender-content-section td {
padding: 14px 16px;
border: 1px solid #e0e0e0;
text-align: left;
vertical-align: top;
}

article th, .lavender-content-section th {
background: #f9fbf7;
color: #556B2F;
font-weight: 600;
}

article ul, article ol,
.lavender-content-section ul, .lavender-content-section ol {
padding-left: 22px;
margin: 15px 0;
}

article li, .lavender-content-section li {
margin-bottom: 10px;
}

article footer, .section-footer {
margin-top: 40px;
padding: 18px;
background: #f8f5ff;
border-left: 4px solid #6B4E9E;
font-size: 0.9rem;
color: #4a4a4a;
line-height: 1.6;
}

article a, .lavender-content-section a {
color: #556B2F;
text-decoration: underline;
font-weight: 500;
}

article a:hover, .lavender-content-section a:hover {
color: #9d7cb5;
}

/* --- Sticky Navigation Menus (Primary & Secondary) --- */
.lavender-anchor-nav,
.secondary-anchor-nav,
.lavender-guide-nav {
background-color: #ffffff;
border-bottom: 2px solid #e0e0e0;
position: sticky !important;
top: 0 !important;
z-index: 9999 !important;
width: 100% !important;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
box-sizing: border-box;
left: 0; right: 0;
opacity: 1 !important;
visibility: visible !important;
}

.secondary-anchor-nav {
background-color: #f9f7fc !important;
border-bottom: 1px solid #e0e0e0 !important;
top: 60px !important;
z-index: 9998 !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

.nav-container {
max-width: 1200px !important;
margin: 0 auto !important;
padding: 0 10px !important;
width: 100% !important;
box-sizing: border-box;
overflow: visible !important;
}

.nav-list {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
overflow-x: auto !important;
white-space: nowrap !important;
-webkit-overflow-scrolling: touch !important;
scrollbar-width: none !important;
min-height: 60px !important;
}

.nav-list::-webkit-scrollbar { display: none !important; }
.nav-list li { display: inline-block !important; flex-shrink: 0 !important; }

.nav-link, .guide-link, .secondary-link {
display: block !important;
padding: 15px 12px !important;
text-decoration: none !important;
color: #555 !important;
font-size: 0.9rem !important;
font-weight: 600 !important;
transition: all 0.3s ease !important;
border-bottom: 3px solid transparent !important;
}

.nav-link:hover, .guide-link:hover, .secondary-link:hover {
color: #556B2F !important;
border-bottom: 3px solid #556B2F !important;
background-color: #f9fbf7 !important;
}

.nav-link.highlight-btn {
background-color: #556B2F !important;
color: #ffffff !important;
border-radius: 50px !important;
margin-left: 10px !important;
margin-right: 10px !important;
border: none !important;
padding: 10px 18px !important;
flex-shrink: 0 !important;
}

.nav-link.highlight-btn:hover {
background-color: #ffffff !important;
color: #556B2F !important;
border: 2px solid #556B2F !important;
transform: translateY(-2px) !important;
}

/* --- Contact / CTA Cards --- */
.direct-contact-section {
padding: 60px 20px;
background-color: #f9fbf7;
display: flex;
justify-content: center;
}

.contact-container {
display: flex;
justify-content: center;
gap: 30px;
max-width: 900px;
margin: 0 auto;
flex-wrap: wrap;
}

.contact-card {
flex: 1;
min-width: 300px;
display: flex;
align-items: center;
padding: 25px;
border-radius: 12px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
border: 1px solid transparent;
}

.email-card { background-color: #ffffff; border-left: 5px solid #556B2F; }
.email-card:hover { background-color: #556B2F; transform: translateY(-5px); }
.email-card h3, .email-card p, .email-card .action-text, .email-card .icon-wrapper {
color: #556B2F; transition: color 0.3s ease;
}
.email-card:hover h3, .email-card:hover p, .email-card:hover .action-text, .email-card:hover .icon-wrapper {
color: #ffffff;
}

.whatsapp-card { background-color: #ffffff; border-left: 5px solid #9d7cb5; }
.whatsapp-card:hover { background-color: #9d7cb5; transform: translateY(-5px); }
.whatsapp-card h3, .whatsapp-card p, .whatsapp-card .action-text, .whatsapp-card .icon-wrapper {
color: #9d7cb5; transition: color 0.3s ease;
}
.whatsapp-card:hover h3, .whatsapp-card:hover p, .whatsapp-card:hover .action-text, .whatsapp-card:hover .icon-wrapper {
color: #ffffff;
}

.icon-wrapper { margin-right: 20px; font-size: 2rem; }
.text-content h3 { margin: 0 0 5px 0; font-size: 1.2rem; font-weight: 700; }
.text-content p { margin: 0 0 10px 0; font-size: 0.9rem; opacity: 0.8; }
.action-text { font-weight: bold; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }

/* --- Generic CTA Box --- */
.cta-box {
background-color: #556B2F;
padding: 30px;
border-radius: 12px;
text-align: center;
color: #ffffff;
margin: 40px auto;
max-width: 800px;
}

.cta-box h3 { color: #ffffff; margin-top: 0; margin-bottom: 12px; font-size: 1.8rem; }
.cta-box p { margin-bottom: 25px; opacity: 0.95; font-size: 1.1rem; line-height: 1.6; }
.cta-box a {
background-color: #ffffff;
color: #556B2F;
padding: 12px 25px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
display: inline-block;
margin: 5px;
}
.cta-box a:hover { background-color: #f0f0f0; transform: translateY(-2px); }
.cta-box a.secondary-btn {
background-color: transparent;
border: 2px solid #ffffff;
color: #ffffff;
}
.cta-box a.secondary-btn:hover { background-color: #ffffff; color: #556B2F; }

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
article, .lavender-content-section { padding: 0 15px; }
article h1, .lavender-content-section h1 { font-size: 1.8rem; }
article table, .lavender-content-section table { display: block; overflow-x: auto; }

.nav-container { padding: 0 !important; }
.nav-list { justify-content: flex-start !important; padding: 0 15px !important; }
.nav-link, .guide-link, .secondary-link { padding: 12px 10px !important; font-size: 0.85rem !important; }
.nav-link.highlight-btn { margin-left: 5px !important; margin-right: 15px !important; padding: 8px 15px !important; font-size: 0.85rem !important; }

.contact-container { flex-direction: column; }
.contact-card { width: 100%; min-width: auto; }
.cta-box { margin: 30px 15px; padding: 25px 20px; }
}

/* Smooth Scrolling */
html { scroll-behavior: smooth !important; }\n}