.elementor-1660 .elementor-element.elementor-element-3426bb1{--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;}/* Start custom CSS for html, class: .elementor-element-dc97181 *//* Base Wrapper & Generous Spacing Layout */
.withcare-westmelbourne-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
    font-size: 15px;
    background-color: #ffffff;
}

.withcare-westmelbourne-wrapper section {
    padding: 60px 0 !important; /* Generous breathing room */
}

.withcare-westmelbourne-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Decent & Clean Heading Typography Harmony */
.withcare-westmelbourne-wrapper h1, 
.withcare-westmelbourne-wrapper h2, 
.withcare-westmelbourne-wrapper h3, 
.withcare-westmelbourne-wrapper h4 {
    color: #0f172a;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px !important;
}

.withcare-westmelbourne-wrapper h1 {
    font-size: 42px !important;
    line-height: 1.2 !important;
}

.withcare-westmelbourne-wrapper h2.section-title {
    font-size: 32px !important;
    line-height: 1.3 !important;
}

.withcare-westmelbourne-wrapper h3 {
    font-size: 22px !important;
    line-height: 1.4 !important;
}

.withcare-westmelbourne-wrapper h4 {
    font-size: 18px !important;
    line-height: 1.4 !important;
}

/* Fix for Process Card Headings to Ensure White Text */
.withcare-westmelbourne-wrapper .grid-3 h3 {
    color: #ffffff !important;
}

/* Structural Layout Components */
.withcare-westmelbourne-wrapper .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.withcare-westmelbourne-wrapper .grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

@media (max-width: 768px) {
    .withcare-westmelbourne-wrapper .grid-2 { grid-template-columns: 1fr; gap: 32px; }
    .withcare-westmelbourne-wrapper section { padding: 40px 0 !important; }
    .withcare-westmelbourne-wrapper h1 { font-size: 32px !important; }
    .withcare-westmelbourne-wrapper h2.section-title { font-size: 26px !important; }
    .withcare-westmelbourne-wrapper h3 { font-size: 20px !important; }
    .withcare-westmelbourne-wrapper h4 { font-size: 17px !important; }
}

/* Premium Component Card Styling */
.withcare-westmelbourne-wrapper .image-holder {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.withcare-westmelbourne-wrapper .image-holder img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.withcare-westmelbourne-wrapper .premium-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 32px !important;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.withcare-westmelbourne-wrapper .premium-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.withcare-westmelbourne-wrapper .quick-answer-card {
    background: #f0fdf4;
    border-left: 4px solid #16a34a;
    padding: 24px !important;
    border-radius: 8px;
    margin-bottom: 30px;
}

.withcare-westmelbourne-wrapper .quiz-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 32px !important;
    border-radius: 12px;
}

/* Timeline Left Line Decoration */
.withcare-westmelbourne-wrapper .timeline-step {
    border-left: 3px solid #0056b3;
    padding-left: 24px;
    margin-bottom: 32px;
    position: relative;
}

/* Responsive Table Elements */
.withcare-westmelbourne-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.withcare-westmelbourne-wrapper th {
    background: #f1f5f9;
    padding: 16px !important;
    font-weight: 600;
    text-align: left;
}
.withcare-westmelbourne-wrapper td {
    padding: 16px !important;
    border-bottom: 1px solid #e2e8f0;
}

/* Button UI */
.withcare-westmelbourne-wrapper .btn {
    padding: 12px 28px !important;
    font-size: 15px !important;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: all 0.2s ease;
}
.withcare-westmelbourne-wrapper .btn-primary { background: #0056b3; color: #fff; }
.withcare-westmelbourne-wrapper .btn-primary:hover { background: #004085; }
.withcare-westmelbourne-wrapper .btn-outline { border: 2px solid #0056b3; color: #0056b3; background: transparent; }
.withcare-westmelbourne-wrapper .btn-outline:hover { background: #f0f7ff; }

/* Dynamic Dark Bottom Banner */
.withcare-westmelbourne-wrapper .premium-cta-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    padding: 60px !important;
    border-radius: 16px;
    text-align: center;
    margin-top: 40px;
}
.withcare-westmelbourne-wrapper .premium-cta-banner h3 { color: #fff !important; }/* End custom CSS */