.elementor-7555 .elementor-element.elementor-element-c5d7070{--display:flex;}.elementor-7555 .elementor-element.elementor-element-9e39250 > .elementor-widget-container{margin:-10px -2px 0px -2px;}.elementor-7555 .elementor-element.elementor-element-5b63105{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:-2px;--margin-right:-2px;}.elementor-7555 .elementor-element.elementor-element-314740e{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-7555 .elementor-element.elementor-element-314740e{--content-width:964px;}}/* Start custom CSS for html, class: .elementor-element-9e39250 */.custom-header {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: url('https://www.ma-lawyers.com.au/wp-content/uploads/2025/05/3246-1.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 140px 20px 40px 140px;
    box-sizing: border-box;
}
.custom-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 40% opacity */
    z-index: 0;
}

/* Raise content above overlay */
.custom-header > * {
    position: relative;
    z-index: 1;
}

.custom-header-content {
    width: 424px;
    height: 132px;
    background: url('https://www.ma-lawyers.com.au/wp-content/uploads/2025/04/image-1.png') no-repeat center center;
    background-size: contain;
    margin-bottom: 20px;
}

.custom-header-text {
    width: 50%;
    font-size: 36px;
    font-weight: bold;
    color: white;
    line-height: 1;
    margin-bottom: 20px;
}

.custom-header-text span {
    color: #16B2D6;
}

.custom-header-description {
    width: 44%;
    font-size: 20px;
    color: white;
    line-height: 1.5;
}

/* Tablet: max-width 1024px */
@media (max-width: 1024px) {
    .custom-header {
        align-items: center;
        padding: 100px 20px 40px;
        text-align: center;
    }

    .custom-header-content,
    .custom-header-text,
    .custom-header-description {
        width: 90%;
        margin-bottom: 20px;
    }
}

/* Mobile: max-width 768px */
@media (max-width: 768px) {
    .custom-header {
        padding: 80px 15px 30px;
    }

    .custom-header-content {
        width: 80%;
        height: auto;
        aspect-ratio: 3 / 1;
    }

    .custom-header-text {
        font-size: 28px;
        width: 100%;
    }

    .custom-header-description {
        font-size: 18px;
        width: 100%;
    }
}

/* Small phones: max-width 480px */
@media (max-width: 480px) {
    .custom-header {
        padding: 60px 10px 20px;
    }

    .custom-header-text {
        font-size: 22px;
    }

    .custom-header-description {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd3b549 */.pricing-section {
    background-color: #e9faff;
    padding: 60px 20px;
    text-align: center;
}



.pricing-title {
    font-size: 36px;
    font-weight: bold;
    color: #16b2d6;
    margin-bottom: 80px;
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.pricing-card {
    padding: 20px 10px 20px 20px;
    background-color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    width: 300px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card-header {
    background-color: #16b2d6;
    color: white;
    width: 80%;
    height: 87px;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 5px;
    align-content: center;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 10px; */
    margin: -40px 10px 10px 10px;
}
.pricing-card-body p {
    color: #333 !important;
}
}
.pricing-card-body {
    padding: 20px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    text-align: left !important;
}/* End custom CSS */
/* Start custom CSS *//* Form Container Background */
form.forminator-custom-form {
    background-color: #16B2D6;
    padding: 30px;
    border-radius: 5px;
}

/* Form Headings */
form.forminator-custom-form h2.forminator-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 10px!important;
}

form.forminator-custom-form h3.forminator-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 30px;
}

/* Label Styling */
form.forminator-custom-form label.forminator-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}

/* Input, Textarea, and Select Fields */
form.forminator-custom-form input[type="text"],
form.forminator-custom-form input[type="email"],
form.forminator-custom-form input[type="tel"],
form.forminator-custom-form textarea,
form.forminator-custom-form select {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* Submit Button */
form.forminator-custom-form button.forminator-button-submit {
    background-color: #0E4A7B;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: none;
    padding: 12px 30px;
    min-width: 100% !important;
    border-radius: 4px ;
    cursor: pointer;
}

form.forminator-custom-form button.forminator-button-submit:hover {
    opacity: 0.9;
}

/* Checkbox Labels (Claimant / Respondent) */
form.forminator-custom-form .forminator-checkbox label {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}



.slider-sec .slider.single-item {
    margin-top: 0;
    display: none;
}/* End custom CSS */