@font-face {
    font-family: 'Georgia';
    src: url('/georgiab.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #505E66;
}

p {
    line-height: 160%;
}

h1,
h2,
h3,
h4 {
    color: #0A2C46;
    font-weight: 700;
    font-family: 'Georgia', sans-serif;
}

h1,
h2 {
    padding-bottom: 16px;
}

h1 {
    font-size: 40px;
    line-height: 120%;
    color: #fff;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 28px;
    padding-bottom: 16px;
}

h4 {
    font-size: 24px;
}

img {
    width: 100%;
}

.site-width {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt16 {
    padding-top: 16px;
}

.pb0 {
    padding-bottom: 0;
}

.mt40 {
    margin-top: 40px;
}

.mt24 {
    margin-top: 24px;
}

.mt16 {
    margin-top: 16px;
}

.mt8 {
    margin-top: 8px;
}
.mx1000 {
    max-width: 1000px;
}
.mx780 {
    max-width: 780px;
}
.mx382 {
    max-width: 382px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

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

a {
    text-decoration: none;
    color: inherit;
}

.small {
    font-size: 13px !important;
    font-weight: 700 !important;
}

.lgt-bg {
    background: #DEF1FF;
}

.dark-bg {
    background: #0A2C46;
    color: #fff;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}
.gap8 {
    gap: 8px;
}
.gap16 {
    gap: 16px;
}

.gap40 {
    gap: 40px;
}

.gap56 {
    gap: 56px;
}

.grid {
    display: grid;
}

header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9999;
    padding: 16px 0;
}

header .flex {
    justify-content: space-between;
    align-items: center;
}

.btn,
button#Send{
    border: 1px solid #688C59;
    border-radius: 999px;
    padding: 16px 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #688C59;
    font-size: 20px;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    cursor: pointer;
}

.btn:hover {
    background-color: #fff;
    color: #688C59;
}
.btn:hover img{
   filter: brightness(0) saturate(100%) invert(49%) sepia(20%) saturate(669%) hue-rotate(58deg) brightness(98%) contrast(91%);
}
.btn-wht {
    background: unset;
    border: 1px solid #fff;
    color: #fff;
}

.btn img {
    max-width: 20px;
}

.lgt-bg .btn-wht,
.penalties-section .btn-wht,
.seven-day-box .btn-wht {
    border: 1px solid #0A2C46;
    color: #0A2C46;
}

.banner {
    background: #0A2C46;
    color: #EEF2F5;
    padding: 80px 0;
}

.banner .flex .colm:first-child {
    flex: 1 55%;
    max-width: 55%;
}

.banner .flex .colm:last-child {
    flex: 1 45%;
    max-width: 45%;
}

.card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    color: #505E66;
}

.grn-txt {
    color: #688C59;
    font-size: 16px;
}
.lock img {
    width: 24px;
    height: 24px;
}
.check {
    list-style: none;
}

ul.check li {
    line-height: 36px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
}

ul.check li:before {
    content: "";
    background: url("../../../../images/mingcute_check-fill.svg") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.call-grn {
    color: #688C59;
}

.blu-btn,
button#Send{
    background: #0A2C46;
    border: 1px solid #0A2C46;
    display: block;
    width: max-content;
}

.blu-btn:hover {
    background: #fff;
    border: 1px solid #0A2C46;
    color: #0A2C46;
}

.card .blu-btn {
    margin-top: 8px;
    width: 100%;
}

.card p:last-child {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.grid-4 .sec {
    border-radius: 16px;
    border: 1px solid #DBE3EA;
    background: #EEF2F5;
    padding: 24px;
}

.grid-4 .sec .numb {
    border-radius: 4px;
    background: #0A2C46;
    padding: 8px;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.colm1 {
    flex: 1 100%;
}

.badges {
    justify-content: space-between;
}

.badges img {
    max-width: 120px;
}

.dark-bg .sec {
    background: rgba(238, 242, 245, 0.10);
}

.dark-bg .sec p {
    color: #EEF2F5;
}

.dark-bg h2,
.dark-bg h4 {
    color: #fff;
}

.dark-bg .grid-4 .sec .numb {
    background: unset;
    color: #A9D195;
    padding: 0;
    width: unset;
    height: unset;
    text-align: left;
    display: block;
}
.dark-bg .grn-txt,
.banner .grn-txt,
.consultation-section .grn-txt{
    color:#A9D195;
}

.truth-section .flex .colm:first-child {
    flex: 1 50%;
    max-width: 50%;
}

.truth-section .flex .colm:last-child {
    flex: 1 50%;
    max-width: 50%;
}

.dui-points {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dui-point {
    background: #EEF2F5;
    border: 1px solid #DBE3EA;
    border-left: 2px solid #688C59;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 16px;
    line-height: 160%;
    color: #0A2C46;
}

.dui-point strong {
    font-weight: 700;
}
.penalties-section {
    background: #EEF2F5;
}

.penalty-table {
    width: 100%;
    overflow: hidden;
}

.penalty-row {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.2fr;
    align-items: stretch;
    font-size: 18px;
    line-height: 160%;
}

.penalty-row > div {
    padding: 12px;
    display: flex;
    align-items: center;
}

.penalty-row:not(.penalty-head):nth-child(add) {
    background: #DBE3EA;
}

.penalty-row:not(.penalty-head):nth-child(even) {
    background: #fff;
}

.penalty-head {
    background: #0A2C46;
    color: #fff;
}

.penalty-head > div {
    padding: 8px 10px;
}
.mobile-penalty-table {
    display: none;
}

.info-card {
    border: 1px solid #DBE3EA;
    border-radius: 16px;
    padding: 24px;
}
.no-border .sec {
    border: 0;
}

/* 7-Day Notice Box */

.seven-day-box {
    background: rgba(169, 209, 149, 0.20);
    border: 2px solid #688C59;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.seven-day-icon {
    width: 42px;
    height: 42px;
    min-width: 30px;
    border-radius: 50%;
    background: #688C59;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.seven-day-content {
    flex: 1;
}


.consultation-section {
    background: linear-gradient(110deg, #355F4B, #0A2C46);
    padding: 60px 0;
    color: #fff;
}

.consultation-section h2 {
    color: #fff;
    max-width: 500px;
}

.consultation-section .flex .colm:first-child {
    flex: 1 50%;
    max-width: 50%;
}

.consultation-section .flex .colm:last-child {
    flex: 1 50%;
    max-width: 50%;
}

.consultation-section .check li {
    color: #fff;
    line-height: 36px;
}

.consultation-image img {
    display: block;
    max-width: 100%;
    margin-left: auto;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border: 1px solid #DBE3EA;
    border-radius: 16px;
    padding: 24px;
    cursor:pointer;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.faq-answer ul {
    list-style: disc;
    line-height: 1.8;
}
.faq-question span {
    font-size: 24px;
    color: #0A2C46;
}

.faq-answer {
    margin-top: 16px;
     display: none;
   opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease, transform .3s ease;
}
.faq-item.active .faq-answer {
    display: block;
  opacity: 1;
    transform: translateY(0);
}


.faq-answer ul {
    padding-left: 18px;
    margin-top: 4px;
}

.faq-cta {
    background: #0A2C46;
    color: #fff;
}

.faq-cta h2 {
    color: #fff;
}

.faq-cta p {
    max-width: 780px;
    margin: 0 auto;
    font-size: 18px;
}
.colm.form {
    background: #fff;
    padding: 32px 24px;
    border-radius: 24px;
}
.colm.form p{
    color:#505E66;
}
label.formControlLabel {
    display: none;
}
.rsform-block {
    margin-top: 16px;
}
.form input,
.form textarea{
    border: 1px solid #DBE3EA;
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
        font-size: 17px;
    font-family: 'Open Sans';
}
button#Send{
    width:100%;
    margin-top: 24px;
}
footer {
    background: #122530;
    color: #EEF2F5;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1.1fr 1.1fr 0.8fr;
    gap: 40px;
}

.footer-brand img {
    max-width: 230px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(237deg) brightness(107%) contrast(101%);
}

.footer a,
.footer-info a{
    color: #EEF2F5;
}

.footer a:hover {
    color: #A9D195;
}

.footer-col h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
    font-family: "Open Sans", sans-serif;
   font-weight: 600;
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 1024px) {

    .site-width {
        padding-left: 40px;
        padding-right: 40px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 21px;
    }

    body {
        font-size: 16px;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner .flex .colm:first-child,
    .banner .flex .colm:last-child,
    .truth-section .flex .colm:first-child,
    .truth-section .flex .colm:last-child {
        flex: 1 50%;
        max-width: 50%;
    }

    .gap56 {
        gap: 32px;
    }

    .penalty-row {
        font-size: 16px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 32px;
    }
.consultation-section .site-width > .flex,
.banner .site-width > .flex,
.abt-matt{
    flex-direction:column;
}
.consultation-section .flex .colm,
.abt-matt .colm,
.banner .colm{
    flex:1 100%!important;
    max-width:100%!important;
}
.banner .site-width > .flex{
align-items: flex-start;
}
.card {
    width: 100%;
}
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .site-width {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Typography */

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 32px;
        line-height: 120%;
    }

    h2 {
        font-size: 28px;
        line-height: 120%;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    /* Spacing */

    .ptb60 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
.ptb60:has(.seven-day-box) {
padding-top: 0px;
}
button#Send {
    font-size: 14px;
    padding: 18px 18px;
}
    .mt40 {
        margin-top: 28px;
    }

    .mt24 {
        margin-top: 20px;
    }
div#mod-custom109 span {
    display: none;
}
    /* Flex */

    .flex {
        flex-wrap: wrap;
    }
.lock{
            display: block;
}
    .gap40,
    .gap56 {
        gap: 32px;
    }

    /* Buttons */

    .btn {
        font-size: 16px;
        padding: 12px;
        width:100%;
    }

    /* Banner */

    .banner {
        padding: 50px 0;
    }

    .banner .flex .colm:first-child,
    .banner .flex .colm:last-child {
        flex: 1 100%;
        max-width: 100%;
    }

    .banner .card {
        padding: 24px;
    }

    /* General Four Column Grids */

    .grid-4 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .grid-4 .sec {
        padding: 20px;
    }

    /* Attorney Section */

    .lgt-bg .flex {
        align-items: flex-start;
    }

    .colm1 {
        flex: 1 100%;
        max-width: 100%;
    }

    .colm2 {
        flex: 1 100%;
        width: 100%;
    }

    .badges {
        gap: 16px;
        justify-content: flex-start;
    }

    .badges img {
        max-width: 105px;
    }

    /* Truth Section */

    .truth-section .flex .colm:first-child,
    .truth-section .flex .colm:last-child {
        flex: 1 100%;
        max-width: 100%;
    }

    .dui-points {
        width: 100%;
    }

    /* Penalty Table */

    .penalty-table {
        display: none;
    }

    .mobile-penalty-table {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;
    }

    .mobile-penalty-card {
        border: 1px solid #DBE3EA;
        border-radius: 16px;
        overflow: hidden;
        background: #fff;
    }

    .mobile-penalty-title {
        background: #0A2C46;
        color: #fff;
        padding: 16px 12px;
        font-size: 16px;
        line-height: 140%;
        font-weight: 600;
    }

  

    .mobile-penalty-content > div {
        padding: 16px 12px;
    }

    .mobile-penalty-content > div:first-child {
        background: #fff;
    }

    .mobile-penalty-content > div:last-child {
        background: #EEF2F5;
    }

    .mobile-penalty-content span {
        display: block;
        color: #688C59;
        font-size: 13px;
        line-height: 120%;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .mobile-penalty-content p {
        font-size: 16px;
        line-height: 150%;
    }

    /* Info Cards */

    .info-card {
        padding: 20px;
    }

    /* Seven Day Box */

    .seven-day-box {
        padding: 16px;
        gap: 24px;
        flex-direction: column;
    }
ul.check li {
    line-height: 24px;
    margin-bottom:12px;
}
    .seven-day-content h2 {
        font-size: 26px;
    }

    .seven-day-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    /* Consultation */

    .consultation-section {
        padding: 45px 0;
    }
    

    .consultation-section .flex .colm:first-child,
    .consultation-section .flex .colm:last-child {
        flex: 1 100%;
        max-width: 100%;
    }

    .consultation-image {
        width: 100%;
    }

    /* FAQ */

    .faq-item {
        padding: 18px;
    }

    .faq-question {
        gap: 12px;
    }

    .faq-question h4 {
        font-size: 18px;
        line-height:130%;
    }

    .faq-question span {
        font-size: 22px;
    }

    .faq-answer {
        margin-top: 12px;
    }

    /* CTA */
    .faq-cta .flex {
        flex-direction: column;
        align-items: center;
    }

    /* Footer */

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}
.footer-info {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.footer-icon {
    font-size: 20px;
    line-height: 1.3;
    min-width: 16px;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    color:#fff;
}
img.call{
    max-width: 18px!important;
}
.footer-info img{
    max-width: 24px;
}
p.copyrightTXT {
    font-size: 14px;
    padding: 10px 0;
}
