@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    margin-bottom: 0;
    text-decoration: none;
}

.container {
    max-width: 1224px;
}

.yellow-color {
    color: #dd9d26;
}

.header .navbar-brand {
    font-size: 26px;
    font-weight: 800;
    color: #222f64;
}

.header .navbar {
    padding: 18px 0;
    box-shadow: 0 0 6px 0px hsl(0deg 0% 0% / 45%);
}

.hero-section .text-p {
    color: #d1d5db;
    max-width: 580px;
    position: relative;
}

.bullet-list {
    list-style: none;
    padding-left: 0;
}

ul.bullet-list li {
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
    color: white;
    font-size: 16px;

}

.hero-section .text-p-14 {
    color: #667085;
    max-width: 470px;
    width: 100%;
    margin: 16px 0;
    font-size: 14px;
}

ul.bullet-list li::before {
    content: "✓";
    color: #9bd7ff;
    font-weight: 800;
    margin-top: .05rem;
}

.header ul {
    gap: 20px;
}

.primary-btn {
    font-size: 16px;
    border-radius: 8px;
    padding: 13px 34px;
    transition: 0.3s all linear;
    box-shadow: 0 6px 18px rgba(245, 166, 35, .35);
    background: linear-gradient(90deg, #ffd76f, #f5a623);
    color: #0b1220;
    font-weight: 800;
}

.primary-btn:hover {
    background: linear-gradient(-90deg, #ffd76f, #f5a623);
}

.header ul li a {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.header ul li a:hover {
    color: #22c1c3 !important;
}

.header ul li a.active {
    color: #22c1c3 !important;
}

/*  hero section */

.hero-title {
    font-size: 48px;
    font-weight: 800;
    color: white;
    max-width: 540px;
}

.grad {
    background: linear-gradient(90deg, #2b6df6, #22c1c3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-section {
    background-image: linear-gradient(rgba(11, 15, 25, .65), rgba(11, 15, 25, .65));
    padding: 96px 0;
    position: relative;
}

.hero-section .text-p {
    margin-bottom: 16px;
}

.text-p {
    font-size: 18px;
    color: #6F737B;
}

.input-div:not(:first-child) {
    margin-top: 20px !important;
}

.wpcf7-spinner {
    position: absolute !important;
}

.form-div {
    background-color: white;
    padding: 28px;
    border-radius: 16px;
    backdrop-filter: blur(100px);
    max-width: 486px;
    margin-left: auto;
    box-shadow: 0 10px 30px rgba(3, 10, 26, .12);
}

/*  hero section end */
/* information section */

.text-p-20 {
    font-size: 20px;
    color: black;
    line-height: 1.1em;
}

.fw-600 {
    font-weight: 600;
}

.icon-div {
    width: 90px;
    height: 90px;
    background-color: hsla(241, 82%, 57%, 0.1);
    border-radius: 100%;
    display: grid;
    place-content: center;
    transition: 0.2s all linear;
}

.text-p-16 {
    font-size: 16px;
    color: #667085;
}

.icon-div-info .text-p-24 {
    color: black;
}

.icon-div img {
    max-width: 50px;
    height: auto;
}

.icon-div-info p {
    text-align: center;
}

.icon-div img {
    width: 100%;
    height: 100%;
}

.card-div {
    display: flex;
    gap: 26px;
    align-items: center;
    background-image: url(../images/card-bg.png);
    height: 304px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 30px 30px 30px;
    flex-direction: column;
    justify-content: center;
}

.card-div:hover .icon-div {
    transform: translateY(-10px) scale(1.02);
}

.card-div::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1882352941);
    -webkit-filter: blur(70px);
    filter: blur(70px);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.35;
}

.information-section {
    padding: 100px 0;
    /* background: #f4f8ea; */
    /* border: 1px solid #e7e7e7; */
    box-shadow: 0 0 36px 0px hsl(0deg 0% 0% /5%);
}

.input-design {
    height: 38px;
    border: 1px solid #d9e2ef;
    border-radius: 12px;
}

textarea.input-design {
    height: 120px;
    resize: none;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.input-design:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #dd9d26;
    color: black;
}

/* information section end */
.legalmatch-section {
    padding: 100px 0;
}

.section-title {
    color: #0b1220;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 48px;
}

.how-it-works-section .section-title {
    max-width: 778px;
    font-size: 32px;
    text-align: center;
}

.text-p-24 {
    font-size: 24px;
    color: #000000;
}

.lawyer-section {
    background-color: #222f64;
    padding: 30px;
}

.how-it-works-section {
    padding: 48px 0;
    position: relative;
    background-color: #0b1f44;
}

.how-it-works-section .section-title {
    color: white;
}

.how-it-works-section::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 443px;
    top: 40px;
    left: 0;
    background-image: url(../images/how-it-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.how-it-works-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4px 16px;
}


.how-it-works-card .text-p-16 {
    color: #d1d5db;
    max-width: 352px;
    margin: .25rem auto 0;
    text-align: center;
}



.how-it-works-card .card-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 800;
    margin: 16px 0 8px 0;
    text-align: center;
}


.testimonial-slider-section {
    padding: 48px 0;
    background-color: white;
}

.slid-div {
    padding: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: #e8e8e8;
    height: 100%;
    min-height: 232px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rivew-content {
    margin-bottom: 20px;
}

.slid-div p {
    color: black;
}

.testimonial-slider-section .swiper-wrapper {
    padding-bottom: 40px;
}

.testimonial-slider-section .swiper-pagination {
    bottom: 0;
}

.testimonial-slider-section .swiper-pagination .swiper-pagination-bullet {
    background-color: #e8e8e8;
    opacity: 1;
}

.testimonial-slider-section .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #dd9d26;
}

.testimonial-slider {
    padding-top: 10px;
}

.footer {
    padding: 48px 0 0 0;
    background-color: #0b1f44;
}

.footer-links-div h3 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer-links-div p {
    color: #dbe6f6;
    margin-bottom: 16px;
    font-size: 16px;
}

.social-links {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
}

.social-links a {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: #0b1220;
    background: linear-gradient(180deg, #ffd76f, #f5a623);
    border-radius: 999px;
    text-decoration: none;
    font-size: .95rem;
    box-shadow: 0 10px 20px rgba(245, 166, 35, .35);
    border: 3px solid rgba(255, 255, 255, .92);
    outline: 2px solid rgba(255, 255, 255, .18);
    transition: transform .15s ease, box-shadow .15s ease;
}

.social-links a:hover {
    transform: translateY(-10px);
}

.social-links a i {
    font-size: 16px;
    color: black;
    transition: 0.3s all linear;
}


.footer-links-div ul {
    padding: 0;
}

.footer-links-div ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links-div ul li a {
    font-size: 16px;
    transition: 0.3s all linear;
    display: block;
    color: #dbe6f6;

}


.footer-links-div ul li:not(:last-child) {
    margin-bottom: 10px;
}


.conatc-div {
    display: flex;
    gap: 8px;
}

.conatc-div:not(:last-child) {
    margin-bottom: 20px;
}

.conatc-div i {
    font-size: 16px;
    color: black;
}

.copy-right-div {
    padding: 0 0 30px 0;
}

.copy-right-div .text-p {
    color: white;
    font-size: 16px;
}

.footer a {
    color: rgba(255, 255, 255);
}

.footer a:hover {
    color: #ffd76f;
}

h3.footer-sub-title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
    letter-spacing: .2px;
    font-size: 18px;
}

.header .navbar-toggler {
    border: 0;
}

.header .navbar-toggler i {
    color: #222f64;
}

.header .navbar-toggler:hover i {
    color: #dd9d26;
}

.header .navbar-toggler:focus {
    box-shadow: none;
}

.find-lawyers-section {
    padding: 48px 0;
}

.find-lawyers-section .container {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 14px 46px #E8EEF9;
    box-shadow: 0px 14px 46px #E8EEF9;
    border-radius: 20px;
    padding: 48px;
}

.find-lawyers-section .btn-div {
    display: grid;
    place-content: center;
    margin-top: 40px;
}

.find-lawyers-state a {
    display: block;
    color: #667085;
}

.section-sub-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 27px;
}

.find-lawyers-state a {
    font-size: 18px;
    transition: 0.3s all linear;
}

.find-lawyers-state a:hover {
    color: #dd9d26;
}

.find-lawyers-info:not(:last-of-type) {
    margin-bottom: 70px;
}

.find-lawyers-section-color {
    background-color: #f4f8ea;
}

.privacy-policy-section {
    padding: 100px 0;
}

.privacy-policy-info p {
    font-size: 16px;
    margin-bottom: 12px;
}

.copy-right-div {}

.copy-right-div ul {
    padding: 0;
    display: flex;
    justify-content: start;
    gap: 20px;
}

.copy-right-div ul li {
    list-style: none;
}

.copy-right-div ul li a {
    color: #dbe6f6;
    font-size: 16px;
}

/* loder css */


.loader-wrapper {
    --line-width: .5px;
    --curtain-color: #f5f7ff;
    --outer-line-color: #7883e6;
    --middle-line-color: #46459d;
    --inner-line-color: var(--color-primary);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loader {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    /*   transform: translate(-50%, -50%); */
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: var(--line-width) solid transparent;
    border-top-color: var(--outer-line-color);
    border-radius: 100%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

.loader:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: var(--line-width) solid transparent;
    border-top-color: var(--inner-line-color);
    border-radius: 100%;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border: var(--line-width) solid transparent;
    border-top-color: var(--middle-line-color);
    border-radius: 100%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    background: var(--curtain-color);
    width: 51%;
    height: 100%;
    z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
    left: 0;
}

.loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.section-small-title {
    font-size: 16px;
    text-align: center;
    color: black;
    margin-bottom: 10px;
}

.find-lawyers-section-bg {
    position: relative;
}


/* ================
contact page 
================ */

.sub-hero-section {
    background-image: url(../images/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.sub-hero-section .section-title {
    margin-bottom: 0;
}

.breadcrumb-text {
    width: fit-content;
    font-size: 16px;
    color: black;
    padding: 12px 30px;
    background: #fff;
    border-radius: 31px;
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}

.breadcrumb-text a span {
    color: #6F737B;
}

.breadcrumb-text a {
    color: #000000;
}

.contact-form-section {
    padding: 100px 0;
}

.contact-form-section .form-info {
    max-width: 1174px;
    margin: auto;
    padding: 100px 0;
}

.contact-form-section .container {
    box-shadow: 0px 24px 39px rgba(0, 0, 0, 0.05);
}

.contact-form-section .input-div {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.contact-us-section {
    padding: 100px 0;
}

.contact-info {
    display: flex;
    align-items: center;
    padding: 40px;
    gap: 20px;
    border-width: 0px 1px 1px 1px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 15px;
}


.contact-img img {
    width: 100%;
    height: auto;
}

.contact-text .text-p-24 a {
    transition: 0.3s all linear;
}

.contact-text .text-p-24:hover a {
    color: #3a37eb !important;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: #0b1220;
    background: linear-gradient(180deg, #ffd76f, #f5a623);
    border-radius: 999px;
    text-decoration: none;
    font-size: .95rem;
    box-shadow: 0 10px 20px rgba(245, 166, 35, .35);
    border: 3px solid rgba(255, 255, 255, .92);
    outline: 2px solid rgba(255, 255, 255, .18);
    transition: transform .15s ease, box-shadow .15s ease;
}

.contact-info-icon i {
    font-size: 20px;
}

.google-map iframe {
    width: 100%;
}

.about-us-section {
    padding: 100px 0;
}

.about-us-image {
    width: 100%;
    max-width: 100%;
}

.about-us-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
}


.about-us-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 30px;
}

.about-banner-section {
    padding: 100px 0;
    background-image: url(../images/about-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000b0;
    background-blend-mode: multiply;
}

.about-banner-section .btn-div {
    display: flex;
    justify-content: center;
}

.about-find-lawyers-section {
    padding: 0 0 100px 0;
}

.faq-section .accordion-item {
    box-shadow: 0px 12px 52px rgba(46, 44, 165, 0.1);
    margin-bottom: 20px;
    border: none;
    border-radius: 15px;
}

.faq-section .accordion-wrapper-area .accordion .accordion-item .accordion-header button::after {
    background-image: none;
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 14px;
    right: 11px;
}

.faq-section .accordion-wrapper-area .accordion .accordion-item .accordion-header button[aria-expanded=true]::after {
    content: "\f077";
    transform: rotate(1deg);
    background: linear-gradient(90deg, #2b6df6, #22c1c3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.faq-section .accordion-wrapper-area.wrapper-area-inner .accordion .accordion-item .accordion-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #667085;
    padding: 25px;
}

.faq-section .accordion-wrapper-area .accordion .accordion-item .accordion-header button[aria-expanded=true] {
    background: #FFFFFF;
    border-radius: 15px;
    color: #0b1220;
    box-shadow: none;
}

.faq-section .accordion-wrapper-area.wrapper-area-inner .accordion .accordion-item .accordion-header button span {
    margin-right: 5px;
    background: linear-gradient(90deg, #2b6df6, #22c1c3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.faq-section .accordion-wrapper-area.wrapper-area-inner .accordion .accordion-item .accordion-header button {
    border-radius: 15px;
    padding: 16px 38px 16px 16px;
    font-size: 16px;
    display: flex;
    align-items: start;
}

.faq-section .accordion-wrapper-area.wrapper-area-inner .accordion .accordion-item .accordion-header button:focus {
    box-shadow: none;
}

.faq-section .accordion-wrapper-area {
    margin-top: 30px;
}

.find-lawyers-state ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.form-modal {
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.form-modal.show {
    z-index: 100;
}

.modal-backdrop.fade.show {
    z-index: 0;
}

.form-modal .form-div {
    max-width: 100%;
    box-shadow: none;
    padding: 10px;
}

.form-modal .modal-dialog {
    width: 100%;
    max-width: 460px;
}

.form-modal label {
    margin-bottom: 10px;
}

.form-modal select option {
    color: #636669;
}

.form-modal .primary-btn {
    width: 100%;
}

.form-modal .input-design::placeholder,
.form-modal .form-floating label {
    color: #6F737B;
}

.form-modal .input-design {
    border-radius: 0;
    border-width: 0 0 1px 0;
}

.form-modal .modal-header {
    border: none;
}

.form-modal .form-title {
    font-size: 40px !important;
    font-weight: 600;
}

.form-modal .form-title {
    font-size: 30px !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}


.form-modal .form-floating {
    width: 100%;
}

.form-modal .input-div {
    width: 100%;
    justify-content: start;
}

.help-you-deserve form {
    width: 100%;
    /* max-width: 600px; */
    margin: auto;
}

.text-h5 {
    font-size: 16px;
    margin-top: 20px;
    color: black;
    padding-left: 14px;
}

.help-you-deserve .wpcf7-radio {
    border: none;
}

.help-you-deserve .wpcf7-spinner {
    position: absolute !important;
    bottom: 8px;
    left: calc(50% - 40px);
}

.faq-section .about-us-image {
    padding-left: 50px;
}

.help-you-deserve select {
    color: #6F737B;
    font-size: 14px;
}

.help-you-deserve label {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}

.help-you-deserve .input-design::placeholder {
    font-size: 14px;
}


.input-design[type="number"]::-webkit-outer-spin-button,
.input-design[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* ============================
step form 
============================= */

/* Progress Bar */
.progress-container {
    background: #222f64;
    margin-bottom: 30px;
    height: 2px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: #dd9d26;
    border-radius: 20px;
    transition: width 0.3s;
}

.step {
    display: none;
}

.step.active {
    display: block;
}


.contact-form-div h3 {
    font-size: 25px;
    font-weight: 400;
    color: #222f64;
    margin-bottom: 40px;
}

.contact-form-div h3 span {
    color: #dd9d26;
}

/* redio btn css */

.options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 400px;
    margin-bottom: 30px;
}

.help-you-deserve label {
    display: flex;
    align-items: center;
    background: #52576c;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    transition: background 0.3s, border-color 0.3s;
}

.help-you-deserve label:hover {
    background: hsla(228, 49%, 26%, 0.5);
    color: #020010;
}

.help-you-deserve input[type="radio"] {
    display: none;
}

/* Letter label styles */
.help-you-deserve .letter {
    background: white;
    border-radius: 3px;
    color: #2e77bb;
    font-weight: 700;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 12px;
    user-select: none;
}

/* Highlight selected option */
.help-you-deserve input[type="radio"]:checked+label {
    background: #dd9d26;
    color: white;
}

.help-you-deserve input[type="radio"]:checked+label .letter {
    background: white;
    color: #2e77bb;
    font-weight: 800;
}

.step-form {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 40px;
}

/* thanks page  */

.thank-you-section {
    padding: 100px 0;
}

.thank-you-template-main-div {
    padding: 80px;
    text-align: center;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    max-width: 800px;
    margin: auto;
    border-radius: 24px;
}

.thank-you-template-main-div h1 {
    font-size: 72px;
    line-height: 1em;
    font-family: 'Kaushan Script', cursive !important;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 50px;
    background: linear-gradient(90deg, #2b6df6, #22c1c3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.textaria-div {
    width: 100%;
    max-width: 600px;
}

.help-you-deserve textarea.input-design {
    height: 160px;
    resize: none;
}

.contact-form-section.help-you-deserve-page .input-div {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

/* ============== */

.form-title {
    color: #0b1220;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;

}

.tag-section {
    display: inline-block;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #cbd5e1;
    font-size: .85rem;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
    padding: .3rem .6rem;
    border-radius: 999px;
    margin-bottom: .9rem;
}

.form-label-design {
    font-weight: 600;
    font-size: 16px;
    color: #0b1220;
}

.check-box-terms .text-label {
    color: #0b1220;
    font-size: 16px;
}

.fineprint {
    color: #667085;
    font-size: 14px;
}

.benefit-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

.benefit-card:hover .benefit-icon {
    transform: translateY(-10px);
}

.benefit-icon {
    width: 72px;
    height: 72px;
    margin-inline: auto;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #ffd76f, #f5a623);
    color: #fff;
    box-shadow: 0 10px 22px rgba(245, 166, 35, .28);
    transition: transform .2s ease, box-shadow .2s ease;
}

.benefit-title {
    font-weight: 800;
    color: #0b1220;
    line-height: 1.2;
    text-align: center;
    margin: 16px 0 8px 0;
}

.benefit-card-divider::before {
    content: "";
    position: absolute;
    top: 12%;
    bottom: 12%;
    width: 1px;
    background: black;
    opacity: .6;
    right: 0;
}

.benefit-desc {
    color: #667085;
    max-width: 352px;
    font-size: .95rem;
    text-align: center;
    margin: 8px 0 16px 0;
}

.why-choose-section {
    padding: 48px 0;
}

.benefit-icon i {
    font-size: 28px;
}

.card-img i {
    font-size: 30px;
    color: #fff;
}


.card-img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #ffd76f, #f5a623);
    box-shadow: 0 12px 26px rgba(245, 166, 35, .35);
    border: 6px solid #fff;
    outline: 4px solid rgba(255, 255, 255, .18);
    transition: transform .2s ease, box-shadow .2s ease;
    position: relative;
}

.step-num {
    position: absolute;
    inset: auto 50% auto auto;
    transform: translate(50%, -50%);
    top: 0;
    right: 0;
    background: #2b6df6;
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    border-radius: 999px;
    padding: .15rem .55rem;
    border: 1px solid rgba(255, 255, 255, .35);
}

.how-it-works-card:hover .card-img {
    transform: translateY(-10px);
}

.footer-hr {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(231, 237, 247, .35), transparent);
}

.footer-links-div .icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: #0b1220;
    background: linear-gradient(180deg, #ffd76f, #f5a623);
    border-radius: 999px;
    text-decoration: none;
    font-size: .95rem;
    box-shadow: 0 10px 20px rgba(245, 166, 35, .35);
    border: 3px solid rgba(255, 255, 255, .92);
    outline: 2px solid rgba(255, 255, 255, .18);
    transition: transform .15s ease, box-shadow .15s ease;
    flex: 0 0 36px;
}

.footer-links-div .primary-btn {
    padding: 7px 14px;
    color: #0b1220 !important;
    width: 145px;
}

.primary-btn[disabled] {
    background: transparent;
    border: 1px solid black;
    box-shadow: none;
}

.why-injury-img {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.why-injury-img img {
    width: 100%;
    height: auto;
    box-shadow: 0 12px 30px rgba(3, 10, 26, 0.1);
    border-radius: 20px;
}

.why-injury-victims-section {
    padding: 48px 0;
}

.why-copy {
    position: relative;
    padding-left: 18px;
}

.why-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2rem;
    bottom: 0.2rem;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffd76f, #f5a623);
    opacity: 0.9;
}

.why-tag {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #3056d3;
    background: rgba(43, 109, 246, 0.08);
    border: 1px solid rgba(43, 109, 246, 0.15);
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    margin-bottom: 0.6rem;
}

.why-copy .text-p-16 {
    margin-bottom: 16px;
}

.why-copy .section-title {
    margin-bottom: 7px;
}


.why-points li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--color-secondary);
    font-weight: 600;
    list-style: none;
}

.chip {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: linear-gradient(180deg, #ffd76f, #f5a623);
    color: #fff;
    box-shadow: 0 8px 18px rgba(245, 166, 35, 0.35);
}

.why-points {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.privacy {
    background: rgba(43, 109, 246, 0.08);
    border: 1px solid rgba(43, 109, 246, 0.18);
    color: #0b1220;
    border-radius: 12px;
    padding: 0.6rem 0.75rem;
    font-weight: 600;
}

.privacy i {
    color: #2b6df6;
    margin-right: 0.4rem;
}

.video-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    /* Extra safety */
}

.video-div video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.check-box-link{
    color: #2b6df6;
}