/* =========================================================
   LOCAL SEO WORK
   CONTACT US PAGE
   COMPLETE CSS
   ASTRA SAFE / FULL WIDTH / RESPONSIVE
   ========================================================= */


/* =========================================================
   1. ASTRA + WORDPRESS FULL WIDTH BREAKOUT
   ========================================================= */

.lsw-template-rendered {
    display: block !important;

    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: 0 !important;

    padding: 0 !important;

    position: relative !important;
    left: 0 !important;

    box-sizing: border-box !important;
}


/* Main template */

.lsw-template-rendered .lsw-contact-page {
    display: block !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* Every Contact page section */

.lsw-template-rendered
.lsw-contact-page > section {

    display: block !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    box-sizing: border-box !important;
}


/* Prevent Astra entry-content spacing */

.lsw-template-rendered
.entry-content
.lsw-contact-page,

.lsw-template-rendered
.wp-block-post-content
.lsw-contact-page {

    width: 100% !important;
    max-width: none !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* First section absolutely no top gap */

.lsw-template-rendered
.lsw-contact-page
section:first-child {

    margin-top: 0 !important;
    padding-top: 72px !important;
}


/* =========================================================
   2. GLOBAL CONTACT PAGE
   ========================================================= */

.lsw-contact-page {

    --navy: #111a2e;

    --blue: #2563eb;
    --blue-dark: #1d4ed8;
    --blue-light: #edf4ff;

    --green: #10a957;
    --green-dark: #0b934a;
    --green-light: #eaf9f0;

    --soft: #f5f8fc;

    --border: #dce4ee;
    --border-dark: #cbd6e4;

    --text: #334155;
    --muted: #64748b;

    --white: #ffffff;

    width: 100% !important;
    max-width: none !important;

    color: var(--navy);

    font-family: inherit;

    line-height: 1.55;

    overflow: hidden;
}


/* Universal box sizing */

.lsw-contact-page *,
.lsw-contact-page *::before,
.lsw-contact-page *::after {

    box-sizing: border-box;
}


/* Remove theme margins */

.lsw-contact-page h1,
.lsw-contact-page h2,
.lsw-contact-page h3,
.lsw-contact-page h4,
.lsw-contact-page p {

    margin-top: 0;
}


/* Links */

.lsw-contact-page a {

    text-decoration: none !important;
}


/* Images */

.lsw-contact-page img {

    max-width: 100%;
    height: auto;
}


/* Accent text */

.lsw-contact-page h1 span,
.lsw-contact-page h2 span {

    color: var(--blue);
}


/* =========================================================
   3. CONTENT CONTAINER
   ========================================================= */

.lsw-template-rendered
.lsw-contact-container {

    display: block !important;

    width: calc(100% - 40px) !important;

    max-width: 1120px !important;

    min-width: 0 !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    box-sizing: border-box !important;
}


/* Label */

.lsw-contact-label {

    display: inline-block;

    margin-bottom: 13px;

    color: var(--blue);

    font-size: 11px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: 1.6px;
}


/* =========================================================
   4. MAIN CONTACT SECTION
   ========================================================= */

.lsw-contact-main {

    width: 100% !important;
    max-width: none !important;

    padding: 72px 0 95px !important;

    background: #ffffff;

    overflow: hidden;
}


/* Main grid */

.lsw-template-rendered
.lsw-contact-main-grid {

    display: grid !important;

    width: 100% !important;

    max-width: 1120px !important;

    min-width: 0 !important;

    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(300px, .75fr) !important;

    gap: 65px !important;

    align-items: start !important;
}


/* =========================================================
   5. FORM CARD
   ========================================================= */

.lsw-contact-form-card {

    display: block !important;

    width: 100% !important;
    max-width: none !important;

    min-width: 0 !important;

    padding: 42px !important;

    border: 1px solid var(--border);

    border-radius: 20px;

    background: #ffffff;

    box-shadow:
        0 20px 60px rgba(15, 23, 42, .07);
}


/* =========================================================
   6. FORM HEADING
   ========================================================= */

.lsw-form-heading {

    display: block;

    width: 100%;

    padding-bottom: 28px;

    border-bottom: 1px solid var(--border);
}


.lsw-form-heading h1 {

    display: block !important;

    width: auto !important;

    max-width: 650px !important;

    margin: 0 0 15px 0 !important;

    padding: 0 !important;

    color: var(--navy) !important;

    font-family: inherit !important;

    font-size: clamp(38px, 4.5vw, 54px) !important;

    line-height: 1.04 !important;

    letter-spacing: -2px !important;

    font-weight: 700 !important;

    white-space: normal !important;
}


.lsw-form-heading h1 span {

    color: var(--blue) !important;

    font-size: inherit !important;

    line-height: inherit !important;
}


.lsw-form-heading p {

    display: block;

    width: 100%;

    max-width: 650px;

    margin: 0 !important;

    color: var(--muted) !important;

    font-size: 14px !important;

    line-height: 1.7 !important;
}


/* =========================================================
   7. FORM PLACEHOLDER
   ========================================================= */

.lsw-contact-form-placeholder {

    display: block;

    width: 100%;

    min-width: 0;

    margin-top: 30px;
}


/* Form header */

.lsw-placeholder-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 23px;
}


.lsw-placeholder-header strong {

    display: block;

    color: var(--navy);

    font-size: 15px;

    line-height: 1.3;
}


.lsw-placeholder-header > div > span {

    display: block;

    margin-top: 3px;

    color: var(--muted);

    font-size: 11px;

    line-height: 1.4;
}


.lsw-placeholder-header
.lsw-required-note {

    color: #94a3b8;

    font-size: 10px;

    white-space: nowrap;
}


/* =========================================================
   8. FORM ROW
   ========================================================= */

.lsw-demo-form {

    display: block;

    width: 100%;

    min-width: 0;
}


.lsw-contact-form-row {

    display: grid !important;

    width: 100% !important;

    min-width: 0 !important;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr) !important;

    gap: 17px !important;
}


/* =========================================================
   9. FORM FIELD
   ========================================================= */

.lsw-contact-field {

    display: block;

    width: 100%;

    min-width: 0;

    margin-bottom: 19px;
}


.lsw-contact-field label {

    display: block !important;

    width: 100% !important;

    margin: 0 0 7px 0 !important;

    padding: 0 !important;

    color: var(--navy) !important;

    font-family: inherit !important;

    font-size: 12px !important;

    line-height: 1.4 !important;

    font-weight: 700 !important;
}


.lsw-contact-field label em {

    color: var(--green);

    font-style: normal;
}


/* Inputs */

.lsw-contact-field input,
.lsw-contact-field select,
.lsw-contact-field textarea {

    display: block !important;

    width: 100% !important;

    max-width: none !important;

    min-width: 0 !important;

    border: 1px solid var(--border) !important;

    border-radius: 7px !important;

    background: #fbfcfe !important;

    color: var(--navy) !important;

    outline: none !important;

    box-shadow: none !important;

    font-family: inherit !important;

    font-size: 13px !important;

    line-height: 1.4 !important;

    transition:
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}


.lsw-contact-field input,
.lsw-contact-field select {

    height: 48px !important;

    padding: 0 14px !important;
}


.lsw-contact-field textarea {

    min-height: 145px !important;

    padding: 14px !important;

    resize: vertical !important;
}


.lsw-contact-field input::placeholder,
.lsw-contact-field textarea::placeholder {

    color: #94a3b8 !important;
}


.lsw-contact-field input:focus,
.lsw-contact-field select:focus,
.lsw-contact-field textarea:focus {

    border-color: var(--blue) !important;

    background: #ffffff !important;

    box-shadow:
        0 0 0 3px rgba(37, 99, 235, .07) !important;
}


/* =========================================================
   10. SERVICE CHECKBOXES
   ========================================================= */

.lsw-service-options {

    display: grid !important;

    width: 100% !important;

    min-width: 0 !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap: 9px !important;
}


.lsw-service-options label {

    position: relative;

    display: flex !important;

    align-items: center;

    width: 100% !important;

    min-width: 0 !important;

    min-height: 43px;

    margin: 0 !important;

    padding: 9px 10px !important;

    border: 1px solid var(--border);

    border-radius: 6px;

    background: #fbfcfe;

    cursor: pointer;

    transition: .2s ease;
}


.lsw-service-options label:hover {

    border-color: #b9ccef;

    background: #f8fbff;
}


.lsw-service-options input {

    flex: 0 0 auto;

    width: 14px !important;

    min-width: 14px !important;

    height: 14px !important;

    margin: 0 7px 0 0 !important;

    padding: 0 !important;

    accent-color: var(--blue);
}


.lsw-service-options span {

    min-width: 0;

    color: var(--text);

    font-size: 11px;

    line-height: 1.3;

    font-weight: 600;
}


/* =========================================================
   11. SUBMIT BUTTON
   ========================================================= */

.lsw-contact-submit {

    display: flex !important;

    align-items: center;

    justify-content: center;

    width: 100% !important;

    min-height: 50px !important;

    margin: 0 !important;

    padding: 12px 20px !important;

    border: 0 !important;

    border-radius: 5px !important;

    background: var(--green) !important;

    color: #ffffff !important;

    font-family: inherit !important;

    font-size: 13px !important;

    line-height: 1.2 !important;

    font-weight: 700 !important;

    cursor: pointer;

    box-shadow: none !important;

    transition: .2s ease;
}


.lsw-contact-submit span {

    margin-left: 8px;

    font-size: 16px;
}


.lsw-contact-submit:hover {

    background: var(--green-dark) !important;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* =========================================================
   12. FORM TRUST MESSAGE
   ========================================================= */

.lsw-form-trust {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    margin-top: 13px;
}


.lsw-form-trust span {

    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 18px;

    width: 18px;

    height: 18px;

    border-radius: 50%;

    background: var(--green-light);

    color: var(--green);

    font-size: 10px;

    line-height: 1;

    font-weight: 800;
}


.lsw-form-trust p {

    margin: 0 !important;

    color: #94a3b8 !important;

    font-size: 10px !important;

    line-height: 1.4 !important;
}


/* =========================================================
   13. RIGHT CONTACT DETAILS
   ========================================================= */

.lsw-contact-details {

    display: block !important;

    width: 100% !important;

    max-width: none !important;

    min-width: 0 !important;

    padding-top: 10px;
}


.lsw-contact-details h2 {

    display: block !important;

    width: 100% !important;

    max-width: 450px !important;

    margin: 0 0 17px 0 !important;

    padding: 0 !important;

    color: var(--navy) !important;

    font-family: inherit !important;

    font-size: clamp(32px, 4vw, 44px) !important;

    line-height: 1.08 !important;

    letter-spacing: -1.5px !important;

    font-weight: 700 !important;
}


.lsw-contact-details h2 span {

    color: var(--blue) !important;

    font-size: inherit !important;
}


.lsw-contact-details > p {

    width: 100%;

    max-width: 450px;

    margin: 0 0 27px 0 !important;

    color: var(--muted) !important;

    font-size: 14px !important;

    line-height: 1.65 !important;
}


/* =========================================================
   14. CONTACT INFORMATION
   ========================================================= */

.lsw-contact-info-list {

    display: grid;

    width: 100%;

    gap: 0;
}


.lsw-contact-info {

    display: flex !important;

    align-items: center;

    gap: 13px;

    width: 100%;

    min-width: 0;

    padding: 15px 0;

    border-bottom: 1px solid var(--border);

    text-decoration: none !important;
}


.lsw-info-icon {

    display: flex !important;

    align-items: center;

    justify-content: center;

    flex: 0 0 40px;

    width: 40px;

    height: 40px;

    border: 1px solid #bce7cc;

    border-radius: 9px;

    color: var(--green);

    font-size: 15px;

    line-height: 1;
}


.lsw-contact-info div {

    min-width: 0;
}


.lsw-contact-info small,
.lsw-contact-info strong {

    display: block;
}


.lsw-contact-info small {

    margin-bottom: 2px;

    color: var(--muted);

    font-size: 10px;

    line-height: 1.4;
}


.lsw-contact-info strong {

    color: var(--navy);

    font-size: 12px;

    line-height: 1.5;

    word-break: break-word;
}


/* =========================================================
   15. WHATSAPP
   ========================================================= */

.lsw-contact-whatsapp {

    display: flex !important;

    align-items: center;

    gap: 12px;

    width: 100%;

    min-width: 0;

    margin-top: 23px;

    padding: 15px;

    border-radius: 10px;

    background: var(--green-light);

    text-decoration: none !important;

    transition: .2s ease;
}


.lsw-contact-whatsapp:hover {

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(16, 169, 87, .10);
}


.lsw-whatsapp-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 38px;

    width: 38px;

    height: 38px;

    border-radius: 50%;

    background: var(--green);

    color: #ffffff;
}


.lsw-contact-whatsapp div {

    flex: 1;

    min-width: 0;
}


.lsw-contact-whatsapp strong,
.lsw-contact-whatsapp small {

    display: block;
}


.lsw-contact-whatsapp strong {

    color: var(--navy);

    font-size: 12px;

    line-height: 1.4;
}


.lsw-contact-whatsapp small {

    margin-top: 2px;

    color: var(--muted);

    font-size: 10px;
}


.lsw-contact-whatsapp > b {

    color: var(--green);
}


/* =========================================================
   16. MAP
   ========================================================= */

.lsw-contact-map {

    position: relative;

    width: 100%;

    height: 190px;

    overflow: hidden;

    margin-top: 22px;

    border: 1px solid var(--border);

    border-radius: 13px;

    background: #edf3f8;
}


.lsw-map-grid {

    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            #d7e0e9 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            #d7e0e9 1px,
            transparent 1px
        );

    background-size: 34px 34px;

    opacity: .65;
}


.lsw-map-road {

    position: absolute;

    height: 5px;

    background: #ffffff;

    box-shadow:
        0 0 0 1px #dce4eb;
}


.lsw-road-one {

    width: 130%;

    left: -15%;

    top: 45%;

    transform: rotate(-17deg);
}


.lsw-road-two {

    width: 110%;

    left: -5%;

    top: 65%;

    transform: rotate(14deg);
}


.lsw-map-pin {

    position: absolute;

    top: 50%;

    left: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 55px;

    height: 55px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: rgba(37, 99, 235, .12);
}


.lsw-map-pin span {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 23px;

    height: 23px;

    border-radius: 50%;

    background: var(--blue);

    color: #ffffff;

    font-size: 8px;
}


.lsw-map-label {

    position: absolute;

    top: calc(50% + 40px);

    left: 50%;

    padding: 5px 9px;

    transform: translateX(-50%);

    border-radius: 4px;

    background: #ffffff;

    color: var(--navy);

    font-size: 9px;

    line-height: 1.2;

    font-weight: 700;

    white-space: nowrap;

    box-shadow:
        0 5px 15px rgba(15,23,42,.10);
}


/* =========================================================
   17. SERVICES SECTION
   ========================================================= */

.lsw-contact-services {

    width: 100% !important;

    padding: 90px 0 !important;

    background: var(--soft);

    overflow: hidden;
}


.lsw-contact-centered {

    display: block;

    width: 100%;

    max-width: 730px;

    margin: 0 auto 42px;

    text-align: center;
}


.lsw-contact-centered h2 {

    display: block !important;

    width: 100% !important;

    max-width: 730px !important;

    margin: 0 0 15px 0 !important;

    padding: 0 !important;

    color: var(--navy) !important;

    font-family: inherit !important;

    font-size: clamp(32px, 4vw, 45px) !important;

    line-height: 1.08 !important;

    letter-spacing: -1.5px !important;

    font-weight: 700 !important;
}


.lsw-contact-centered h2 span {

    color: var(--blue) !important;

    font-size: inherit !important;
}


.lsw-contact-centered p {

    width: 100%;

    max-width: 600px;

    margin: 0 auto !important;

    color: var(--muted) !important;

    font-size: 14px !important;

    line-height: 1.65 !important;
}


/* Service grid */

.lsw-template-rendered
.lsw-contact-service-grid {

    display: grid !important;

    width: 100% !important;

    max-width: 1120px !important;

    min-width: 0 !important;

    grid-template-columns:
        repeat(4, minmax(0, 1fr)) !important;

    gap: 16px !important;
}


.lsw-contact-service-grid > a {

    display: block;

    width: 100%;

    min-width: 0;

    min-height: 245px;

    padding: 27px;

    border: 1px solid var(--border);

    border-radius: 15px;

    background: #ffffff;

    text-decoration: none !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.lsw-contact-service-grid > a:hover {

    transform: translateY(-5px);

    border-color: #c5d6ef;

    box-shadow:
        0 18px 40px rgba(15,23,42,.08);
}


.lsw-contact-service-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 47px;

    height: 47px;

    margin-bottom: 25px;

    border: 1px solid #bce7cc;

    border-radius: 10px;

    color: var(--green);

    font-size: 19px;

    line-height: 1;

    font-weight: 700;
}


.lsw-contact-service-grid h3 {

    display: block;

    width: 100%;

    margin: 0 0 8px 0 !important;

    color: var(--navy) !important;

    font-family: inherit !important;

    font-size: 18px !important;

    line-height: 1.3 !important;

    font-weight: 600 !important;
}


.lsw-contact-service-grid p {

    margin: 0 0 18px 0 !important;

    color: var(--muted) !important;

    font-size: 13px !important;

    line-height: 1.6 !important;
}


.lsw-contact-service-grid strong {

    color: var(--green);

    font-size: 11px;

    line-height: 1.3;
}


/* =========================================================
   18. WHY CONTACT SECTION
   IMPORTANT GRID FIX
   ========================================================= */

.lsw-contact-why {

    width: 100% !important;

    max-width: none !important;

    padding: 100px 0 !important;

    background: #ffffff;

    overflow: hidden !important;
}


/* Main Why grid */

.lsw-template-rendered
.lsw-contact-why-grid {

    display: grid !important;

    width: 100% !important;

    max-width: 1120px !important;

    min-width: 0 !important;

    grid-template-columns:
        minmax(0, .85fr)
        minmax(0, 1.15fr) !important;

    gap: 80px !important;

    align-items: start !important;
}


/* =========================================================
   19. WHY HEADING
   ========================================================= */

.lsw-contact-why-heading {

    display: block !important;

    width: 100% !important;

    max-width: 450px !important;

    min-width: 0 !important;
}


.lsw-contact-why-heading h2 {

    display: block !important;

    width: auto !important;

    max-width: 430px !important;

    margin: 0 0 18px 0 !important;

    padding: 0 !important;

    color: var(--navy) !important;

    font-family: inherit !important;

    font-size: clamp(32px, 4vw, 45px) !important;

    line-height: 1.08 !important;

    letter-spacing: -1.5px !important;

    font-weight: 700 !important;

    white-space: normal !important;
}


.lsw-contact-why-heading h2 span {

    display: inline !important;

    color: var(--blue) !important;

    font-size: inherit !important;

    line-height: inherit !important;
}


.lsw-contact-why-heading p {

    display: block !important;

    width: 100% !important;

    max-width: 430px !important;

    margin: 0 !important;

    padding: 0 !important;

    color: var(--muted) !important;

    font-size: 14px !important;

    line-height: 1.65 !important;
}


/* =========================================================
   20. WHY REASONS
   ========================================================= */

.lsw-template-rendered
.lsw-contact-reasons {

    display: grid !important;

    width: 100% !important;

    min-width: 0 !important;

    gap: 25px !important;
}


.lsw-template-rendered
.lsw-contact-reason {

    display: grid !important;

    width: 100% !important;

    min-width: 0 !important;

    grid-template-columns:
        44px
        minmax(0, 1fr) !important;

    gap: 16px !important;

    align-items: start !important;
}


/* Number */

.lsw-contact-reason > span {

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    flex: 0 0 42px;

    width: 42px !important;

    height: 42px !important;

    min-width: 42px !important;

    border: 1px solid #bce7cc !important;

    border-radius: 10px !important;

    color: var(--green) !important;

    font-size: 11px !important;

    line-height: 1 !important;

    font-weight: 800 !important;
}


/* Reason text wrapper */

.lsw-contact-reason > div {

    display: block !important;

    width: 100% !important;

    min-width: 0 !important;
}


/* Reason heading */

.lsw-template-rendered
.lsw-contact-reason h3 {

    display: block !important;

    width: 100% !important;

    max-width: none !important;

    margin: 0 0 7px 0 !important;

    padding: 0 !important;

    color: var(--navy) !important;

    font-family: inherit !important;

    font-size: 19px !important;

    line-height: 1.3 !important;

    letter-spacing: -.2px !important;

    font-weight: 600 !important;

    white-space: normal !important;
}


/* Reason paragraph */

.lsw-template-rendered
.lsw-contact-reason p {

    display: block !important;

    width: 100% !important;

    max-width: none !important;

    margin: 0 !important;

    padding: 0 !important;

    color: var(--muted) !important;

    font-size: 13px !important;

    line-height: 1.65 !important;
}


/* =========================================================
   21. FAQ SECTION
   ========================================================= */

.lsw-contact-faq {

    width: 100% !important;

    max-width: none !important;

    padding: 95px 0 !important;

    background: var(--soft);

    overflow: hidden;
}


/* FAQ wrapper */

.lsw-template-rendered
.lsw-faq-wrapper {

    display: grid !important;

    width: 100% !important;

    max-width: 1000px !important;

    min-width: 0 !important;

    grid-template-columns:
        minmax(240px, .35fr)
        minmax(0, 1fr) !important;

    gap: 35px !important;

    margin: 55px auto 0 !important;
}


/* =========================================================
   22. FAQ INTRO CARD
   ========================================================= */

.lsw-faq-intro-card {

    position: relative;

    display: block;

    width: 100%;

    min-width: 0;

    min-height: 310px;

    padding: 27px;

    overflow: hidden;

    border-radius: 17px;

    background: var(--navy);

    color: #ffffff;
}


.lsw-faq-intro-card::after {

    content: "?";

    position: absolute;

    right: -20px;

    bottom: -48px;

    color: rgba(255,255,255,.035);

    font-size: 170px;

    line-height: 1;

    font-weight: 800;
}


.lsw-faq-question-mark {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 48px;

    height: 48px;

    margin-bottom: 35px;

    border-radius: 12px;

    background: var(--blue);

    color: #ffffff;

    font-size: 24px;

    line-height: 1;

    font-weight: 700;
}


.lsw-faq-intro-card > span {

    display: block;

    margin-bottom: 8px;

    color: #93c5fd;

    font-size: 9px;

    line-height: 1.3;

    font-weight: 800;

    letter-spacing: 1.3px;
}


.lsw-faq-intro-card h3 {

    display: block;

    margin: 0 0 9px 0 !important;

    color: #ffffff !important;

    font-size: 20px !important;

    line-height: 1.3 !important;

    font-weight: 600 !important;
}


.lsw-faq-intro-card p {

    margin: 0 !important;

    color: #cbd5e1 !important;

    font-size: 12px !important;

    line-height: 1.65 !important;
}


.lsw-faq-intro-card a {

    display: inline-block;

    margin-top: 17px;

    color: #ffffff !important;

    font-size: 11px;

    line-height: 1.3;

    font-weight: 700;
}


/* =========================================================
   23. FAQ LIST
   ========================================================= */

.lsw-faq-list {

    display: grid;

    width: 100%;

    min-width: 0;

    gap: 9px;
}


.lsw-faq-list details {

    display: block;

    width: 100%;

    min-width: 0;

    overflow: hidden;

    border: 1px solid var(--border);

    border-radius: 11px;

    background: #ffffff;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


.lsw-faq-list details:hover {

    border-color: #bfd0e7;
}


.lsw-faq-list details[open] {

    border-color: #bfd0e7;

    box-shadow:
        0 10px 25px rgba(15,23,42,.05);
}


/* Summary */

.lsw-faq-list summary {

    display: grid !important;

    grid-template-columns:
        42px
        minmax(0, 1fr)
        30px !important;

    align-items: center;

    gap: 13px;

    width: 100%;

    min-width: 0;

    padding: 17px 18px !important;

    margin: 0 !important;

    cursor: pointer;

    list-style: none;

    color: var(--navy);
}


.lsw-faq-list summary::-webkit-details-marker {

    display: none;
}


/* FAQ number */

.lsw-faq-number {

    display: flex !important;

    align-items: center;

    justify-content: center;

    width: 36px !important;

    height: 36px !important;

    min-width: 36px !important;

    border-radius: 9px;

    background: var(--blue-light);

    color: var(--blue);

    font-size: 10px;

    line-height: 1;

    font-weight: 800;
}


/* FAQ title */

.lsw-faq-title {

    display: block;

    min-width: 0;

    color: var(--navy);

    font-size: 13px;

    line-height: 1.4;

    font-weight: 700;
}


/* Plus */

.lsw-faq-plus {

    display: flex !important;

    align-items: center;

    justify-content: center;

    width: 28px !important;

    height: 28px !important;

    min-width: 28px !important;

    border-radius: 50%;

    background: #f3f6fa;

    color: var(--blue);

    font-size: 19px;

    line-height: 1;

    font-weight: 400;

    transition: .2s ease;
}


.lsw-faq-list details[open]
.lsw-faq-plus {

    background: var(--green-light);

    color: var(--green);

    transform: rotate(45deg);
}


/* Answer */

.lsw-faq-answer {

    display: block;

    width: auto;

    margin-left: 68px;

    margin-right: 25px;

    padding: 0 0 19px;
}


.lsw-faq-answer p {

    display: block;

    width: 100%;

    margin: 0 !important;

    color: var(--muted) !important;

    font-size: 12px !important;

    line-height: 1.7 !important;
}


/* =========================================================
   24. FINAL CTA
   ========================================================= */

.lsw-contact-final-cta {

    width: 100% !important;

    padding: 85px 0 !important;

    background: #ffffff;

    overflow: hidden;
}


.lsw-contact-cta-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    width: 100%;

    min-width: 0;

    padding: 55px;

    border: 1px solid var(--border);

    border-radius: 24px;

    background:
        linear-gradient(
            120deg,
            #edf5ff,
            #f8fbff
        );
}


.lsw-contact-cta-box h2 {

    display: block;

    max-width: 680px;

    margin: 0 0 13px 0 !important;

    color: var(--navy) !important;

    font-size: clamp(32px, 4vw, 45px) !important;

    line-height: 1.08 !important;

    letter-spacing: -1.5px !important;

    font-weight: 700 !important;
}


.lsw-contact-cta-box h2 span {

    color: var(--blue) !important;
}


.lsw-contact-cta-box p {

    max-width: 600px;

    margin: 0 !important;

    color: var(--muted) !important;

    font-size: 14px !important;

    line-height: 1.65 !important;
}


/* CTA buttons */

.lsw-contact-cta-buttons {

    display: flex;

    align-items: center;

    gap: 10px;

    flex-wrap: wrap;

    flex: 0 0 auto;
}


.lsw-contact-btn-primary,
.lsw-contact-btn-white {

    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    min-height: 45px;

    padding: 11px 19px;

    border-radius: 4px;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 700;

    text-decoration: none !important;

    white-space: nowrap;
}


.lsw-contact-btn-primary {

    background: var(--green);

    color: #ffffff !important;
}


.lsw-contact-btn-primary:hover {

    background: var(--green-dark);

    color: #ffffff !important;
}


.lsw-contact-btn-white {

    border: 1px solid var(--border);

    background: #ffffff;

    color: var(--blue) !important;
}


.lsw-contact-btn-white:hover {

    border-color: #b9ccef;

    color: var(--blue-dark) !important;
}


/* =========================================================
   25. TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .lsw-template-rendered
    .lsw-contact-main-grid {

        grid-template-columns:
            minmax(0, 1.35fr)
            minmax(280px, .75fr) !important;

        gap: 45px !important;
    }


    .lsw-template-rendered
    .lsw-contact-why-grid {

        gap: 55px !important;
    }


    .lsw-contact-form-card {

        padding: 35px !important;
    }

}


/* =========================================================
   26. TABLET / SMALL LAPTOP
   ========================================================= */

@media (max-width: 950px) {

    /* Main contact */

    .lsw-template-rendered
    .lsw-contact-main-grid {

        grid-template-columns: 1fr !important;

        gap: 55px !important;
    }


    .lsw-contact-details {

        max-width: 700px !important;

        padding-top: 0 !important;
    }


    .lsw-contact-details h2,
    .lsw-contact-details > p {

        max-width: 700px !important;
    }


    /* Why */

    .lsw-template-rendered
    .lsw-contact-why-grid {

        grid-template-columns: 1fr !important;

        gap: 50px !important;
    }


    .lsw-contact-why-heading {

        max-width: 700px !important;
    }


    .lsw-contact-why-heading h2,
    .lsw-contact-why-heading p {

        max-width: 700px !important;
    }


    /* Services */

    .lsw-template-rendered
    .lsw-contact-service-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }


    /* FAQ */

    .lsw-template-rendered
    .lsw-faq-wrapper {

        grid-template-columns: 1fr !important;

        max-width: 850px !important;

        gap: 25px !important;
    }


    .lsw-faq-intro-card {

        min-height: auto !important;
    }


    .lsw-faq-question-mark {

        margin-bottom: 20px;
    }


    /* CTA */

    .lsw-contact-cta-box {

        display: block !important;
    }


    .lsw-contact-cta-buttons {

        margin-top: 28px;
    }

}


/* =========================================================
   27. MOBILE
   ========================================================= */

@media (max-width: 600px) {

    /* Full width */

    .lsw-template-rendered {

        width: 100vw !important;

        max-width: 100vw !important;

        min-width: 100vw !important;

        margin-top: 0 !important;

        margin-left: calc(50% - 50vw) !important;

        margin-right: 0 !important;

        padding: 0 !important;
    }


    /* Container */

    .lsw-template-rendered
    .lsw-contact-container {

        width: calc(100% - 28px) !important;

        max-width: 1120px !important;
    }


    /* Main */

    .lsw-contact-main {

        padding: 50px 0 70px !important;
    }


    /* Form */

    .lsw-contact-form-card {

        padding: 25px 19px !important;

        border-radius: 15px;
    }


    .lsw-form-heading h1 {

        font-size: 39px !important;

        letter-spacing: -1.5px !important;
    }


    .lsw-form-heading p {

        font-size: 13px !important;
    }


    /* Form rows */

    .lsw-contact-form-row {

        grid-template-columns: 1fr !important;

        gap: 0 !important;
    }


    /* Services */

    .lsw-service-options {

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }


    /* Services section */

    .lsw-contact-services {

        padding: 70px 0 !important;
    }


    .lsw-template-rendered
    .lsw-contact-service-grid {

        grid-template-columns: 1fr !important;
    }


    .lsw-contact-service-grid > a {

        min-height: auto !important;

        padding: 24px;
    }


    /* Why */

    .lsw-contact-why {

        padding: 70px 0 !important;
    }


    .lsw-template-rendered
    .lsw-contact-why-grid {

        gap: 40px !important;
    }


    .lsw-contact-why-heading h2 {

        font-size: 33px !important;

        letter-spacing: -1px !important;
    }


    .lsw-template-rendered
    .lsw-contact-reason {

        grid-template-columns:
            40px
            minmax(0, 1fr) !important;

        gap: 13px !important;
    }


    .lsw-contact-reason > span {

        width: 38px !important;

        height: 38px !important;

        min-width: 38px !important;
    }


    .lsw-template-rendered
    .lsw-contact-reason h3 {

        font-size: 18px !important;

        line-height: 1.3 !important;
    }


    .lsw-template-rendered
    .lsw-contact-reason p {

        font-size: 12px !important;

        line-height: 1.6 !important;
    }


    /* FAQ */

    .lsw-contact-faq {

        padding: 70px 0 !important;
    }


    .lsw-template-rendered
    .lsw-faq-wrapper {

        margin-top: 35px !important;

        gap: 20px !important;
    }


    .lsw-faq-intro-card {

        padding: 23px;

        min-height: 250px !important;
    }


    .lsw-faq-question-mark {

        width: 42px;

        height: 42px;

        margin-bottom: 23px;
    }


    .lsw-faq-list summary {

        grid-template-columns:
            36px
            minmax(0, 1fr)
            28px !important;

        gap: 9px;

        padding: 14px !important;
    }


    .lsw-faq-number {

        width: 32px !important;

        height: 32px !important;

        min-width: 32px !important;
    }


    .lsw-faq-title {

        font-size: 12px;

        line-height: 1.4;
    }


    .lsw-faq-plus {

        width: 28px !important;

        height: 28px !important;

        min-width: 28px !important;
    }


    .lsw-faq-answer {

        margin-left: 55px;

        margin-right: 15px;

        padding-bottom: 17px;
    }


    .lsw-faq-answer p {

        font-size: 11px !important;
    }


    /* Final CTA */

    .lsw-contact-final-cta {

        padding: 55px 0 !important;
    }


    .lsw-contact-cta-box {

        padding: 30px 23px !important;

        border-radius: 17px;
    }


    .lsw-contact-cta-box h2 {

        font-size: 33px !important;

        letter-spacing: -1px !important;
    }


    .lsw-contact-cta-buttons {

        display: grid !important;

        grid-template-columns: 1fr;

        width: 100%;

        gap: 8px;
    }


    .lsw-contact-btn-primary,
    .lsw-contact-btn-white {

        width: 100%;

        min-height: 46px;
    }


    /* Map */

    .lsw-contact-map {

        height: 170px;
    }


    /* Quick form header */

    .lsw-placeholder-header {

        align-items: flex-start;

        flex-direction: column;

        gap: 5px;
    }

}


/* =========================================================
   28. EXTRA ASTRA TYPOGRAPHY PROTECTION
   ========================================================= */

/*
   These selectors prevent Astra from applying its own
   content widths / typography to our template.
*/


.lsw-template-rendered
.lsw-contact-page h1,
.lsw-template-rendered
.lsw-contact-page h2,
.lsw-template-rendered
.lsw-contact-page h3 {

    max-width: none;
}


.lsw-template-rendered
.lsw-contact-page p {

    max-width: none;
}


.lsw-template-rendered
.lsw-contact-page
.wp-block-group {

    max-width: none !important;
}


.lsw-template-rendered
.lsw-contact-page
.is-layout-constrained {

    max-width: none !important;
}


.lsw-template-rendered
.lsw-contact-page
.wp-block-columns {

    max-width: none !important;
}


/* =========================================================
   29. PREVENT ASTRA PAGE SPACING
   ========================================================= */

.lsw-template-rendered,
.lsw-template-rendered > *,
.lsw-template-rendered
.lsw-contact-page {

    box-sizing: border-box !important;
}


.lsw-template-rendered
.lsw-contact-page
.lsw-contact-main {

    margin-top: 0 !important;
}


.lsw-template-rendered
.lsw-contact-page
.lsw-contact-services {

    margin-top: 0 !important;
}


.lsw-template-rendered
.lsw-contact-page
.lsw-contact-why {

    margin-top: 0 !important;
}


.lsw-template-rendered
.lsw-contact-page
.lsw-contact-faq {

    margin-top: 0 !important;
}


.lsw-template-rendered
.lsw-contact-page
.lsw-contact-final-cta {

    margin-top: 0 !important;
}


/* =========================================================
   30. FINAL SAFETY - NO HORIZONTAL OVERFLOW
   ========================================================= */

.lsw-template-rendered
.lsw-contact-page
.lsw-contact-container,

.lsw-template-rendered
.lsw-contact-page
.lsw-contact-main-grid,

.lsw-template-rendered
.lsw-contact-page
.lsw-contact-why-grid,

.lsw-template-rendered
.lsw-contact-page
.lsw-contact-service-grid,

.lsw-template-rendered
.lsw-contact-page
.lsw-faq-wrapper {

    overflow: visible;

    box-sizing: border-box !important;
}


/* Mobile final overflow protection */

@media (max-width: 600px) {

    .lsw-template-rendered
    .lsw-contact-page {

        overflow-x: hidden !important;
    }

}