@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a {
    text-decoration: unset !important;
}

/*     .swan-form-section {
        position: relative;
        height: 100vh;
        padding: 50px 11px 30px 11px;
    } */
.swan-form-section {
    position: relative;
    /*     height: calc(100vh - 130px); */
    padding: 50px 11px 50px 11px;
}


.swan-form-main-img {
    position: relative;
    height: 100%;
}

.swan-form-main-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(36, 57, 75, 0.78) 0%, rgba(79, 114, 145, 0.1638) 59.39%, rgba(111, 156, 196, 0) 100%);
    z-index: 0;
    pointer-events: none;
    border-radius: 10px;
}

.swan-img {
    height: 100%;
}

.swan-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}

.swan-logo {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.swan-logo img {
    object-fit: cover;
    width: 100%;
}

.swan-main-graph {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 18%;
    width: 100%;
}

.swan-meta {
    position: relative;
    height: 100%;
    padding: 0px 0 0 0;
}

.top-bar-img {
    position: relative;
}

.top-bar-img:before {
    content: ' ';
    background: #191919;
    width: 1.8px;
    height: 20px;
    top: 3px;
    position: absolute;
    right: -12px;
}

.top-bar-img img {
    object-fit: cover;
    width: 100%;
}

.swan-graph {
    width: 25%;
}

.swan-graph img {
    object-fit: cover;
    width: 100%;
}

.swan-percent {
    width: 22%;
}

.swan-percent img {
    width: 100%;
    object-fit: cover;
}

.swan-top-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    border-radius: 8px;
    padding: 17px;
    gap: 20px;
}

.top-bar-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.top-bar-meta:before {
    content: ' ';
    position: absolute;
    background: #ccc;
    width: 2px;
    height: 20px;
    top: 3px;
    left: 54%;
    transform: translateX(-54%);
}

.top-bar-meta p {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 100%;
    color: #333;
    font-weight: 400;
    margin-top: 6px;
}

.swan-main-form fieldset.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.step-indicator .step {
    flex: 1;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    border-bottom: 3px solid #ccc;
    font-weight: 500;
}

.step-indicator .step.active {
    border-color: #00B8EA;
    color: #0d6efd;
}

.swan-main-form {
    position: relative;
    padding-top: 15px;
    height: calc(100% - 58px);
}

.form-content h3 {
    color: #191919;
    font-family: "Playfair Display";
    font-weight: 500;
    font-size: 34px;
    line-height: 52px;
    letter-spacing: 0%;
}

.form-content h3 span {
    color: #00B8EA;
    font-weight: 700;
}

.form-content p {
    color: #616161;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
}


.form-content ul {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0;
}

.form-content ul li {
    background: #F7F7F7;
    border-radius: 100px;
    padding: 21px 28px 21px 55px;
    list-style: none;
    color: #191919;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px 0px #C2C2C21A,
        0px 4px 4px 0px #C2C2C217,
        0px 9px 5px 0px #C2C2C20D,
        0px 16px 6px 0px #C2C2C203,
        0px 24px 7px 0px #C2C2C200;
    position: relative;
}

.form-content ul li:before {
    content: ' ';
    position: absolute;
    background-image: url('https://swanlegal.co.uk/wp-content/uploads/2025/08/list-icon-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#multiStepForm {
    height: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#multiStepForm fieldset {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.btns {
    background: #00B8EA;
    border: 1px solid #00B8EA;
    border-radius: 14px;
    padding: 14px 43px;
    color: white;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.fixed-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;

}

.form-single-card {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 24px;
}

.form-single-card h5 {
    color: #191916;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0%;
    margin: 6px 0;
}

.form-single-card p {
    margin: 0;
}

.prevBtn {
    background: #ACACAC !important;
    border: 1px solid #ACACAC !important;
    color: white !important;
    padding: 14px 43px !important;
    font-size: 18px !important;
}


.choice-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 30px;
}

.choice {
    padding: 0;
    background-color: #F7F7F7;
    border-radius: 8px;
    border: 2px solid transparent;
    box-shadow: 0px 1px 2px 0px #C2C2C21A,
        0px 4px 4px 0px #C2C2C217,
        0px 9px 5px 0px #C2C2C20D,
        0px 16px 6px 0px #C2C2C203,
        0px 24px 7px 0px #C2C2C200;
    color: #191919;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    line-height: 52px;
    letter-spacing: 0%;
    width: 250px;
    height: 72px;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
}

.choice:checked::after {
    border: 2px solid #00B8EA;
    border-radius: 8px;

}

.choice::after {
    content: attr(data-label);
    display: flex;
    border-color: #F7F7F7;
    transition: all 0.3s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.choice:hover {
    border-color: #00B8EA;
    transition: all 0.3s ease;
}


.basic-para {
    color: #00B8EA;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
}

.form-content ul li p {
    margin: 0;
}

.btn:hover {
    border: 1px solid #00B8EA;
    transition: all 0.3s ease;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 20px 0;
}

.custom-checkbox input[type="checkbox"] {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.all-inputs {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.inner-inputs {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.inner-inputs input {
    border: 1px solid #CECECE;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 8px 20px;
    color: #191919;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;

}

.under-form {
    text-align: center;
}

.inner-inputs label {
    color: #191919;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0%;
    text-align: start;
}

.form-content h4 {
    color: #191919;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 52px;
    letter-spacing: 0%;
}

.custom-checkbox label {
    color: #676767;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0%;
}

.under-form p {
    margin: 15px 0 0 0;
}

.under-form p a {
    color: #00B8EA;
    font-weight: 600;
    transition: all 0.3s ease;
}

.under-form p a:hover {
    color: #191919;
    transition: all 0.3s ease;
}

.privacy-btn {
    color: #191919 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 52px !important;
    letter-spacing: 0%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.form-content {
    height: 100%;
}

.final-document {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto 0;
}

.ready-text {
    color: #00B67A !important;
    font-weight: 700 !important;
}

.final-document a {
    color: #191919;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.final-document a:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
}


#tsa-wrapper {
    margin: 10px auto;
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 6px;
}

#tsa-wrapper input {
    width: 100%;
    padding: 10px;
    margin: 30px 0;
    box-sizing: border-box;
}

#tsa-wrapper button {
    padding: 10px 14px;
    cursor: pointer;
}

.tsa-msg {
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.tsa-msg.info {
    background: #eef;
    color: #036;
}

.tsa-msg.error {
    background: #fee;
    color: #900;
}

.tsa-msg.success {
    background: #efe;
    color: #060;
}

.wp-block-table .has-fixed-layout td .wpforms-container {
    padding: 40px 40px;
    background: #fff;
    border-width: 0;
    border-style: solid;
    margin: 0;
}

.wp-block-table td {
    border: none;
}

.wpforms-page-indicator.progress {
    flex-direction: column;
}

.page-id-473 #content {
    background: #f4f4f4;
}

.nv-page-title h1 {
    text-align: center;
    text-transform: capitalize;
    margin: 0 !important;
}

.page-id-473 [tabindex="-1"]:focus,
.page-id-473 input:read-write:focus,
.page-id-473 select:focus,
.page-id-473 textarea:focus {
    outline: 0;
    box-shadow: none;
    --formfieldbordercolor: var(--nv-secondary-accent);
}

.page-id-473 .wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    height: 10px !important;
}

.fixed-buttons {
    margin-top: 30px !important;
}

/* <============ new===================== */
.widget.widget_text p {
    margin-bottom: 10px;
    text-align: start !important;
}

.hfg-slot.center {
    margin-top: 30px !important;
}

.widget {
    margin-bottom: 15px !important;
}

.footer--row-inner.footer-main-inner.footer-content-wrap {
    padding-top: 60px;
}

footer figure {
    width: 120px;
}

.site-footer p:last-child {
    margin-bottom: 0;
    color: white !important;
}

.component-wrap p a {
    color: white !important;
}