:root {
    --primary-color: #D16DF2;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.banner-sec {
    background: url(../images/banner-back.svg) 0 0 no-repeat;
    background-size: cover;
    padding: 100px 0px 0px;
    border-radius: 0px 0px 40px 40px;
}

.banner-content h1 {
    color: #fff;
    font-weight: bold;
    font-size: 58px;
    text-align: center;
    line-height: 1.3em;
}

.gradient-txt {
    font-size: 55px;
    display: block;
    background: linear-gradient(270deg, #C44AED -0.58%, #EBAFFF 50.45%, #8F00BE 100.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-content p {
    max-width: 750px;
    margin: 15px auto;
    text-align: center;
}

a {
    transition: 0.3s all ease-in-out;
}

.btn-grp a {
    display: inline-flex;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 35px;
}

.btn-grp a:hover {
    border: 2px solid #fff;
    color: #000;
    background: #fff;
}

.btn-grp {
    margin: 35px 0px 40px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn-grp .gradient-btn {
    border: 2px solid #C44AED;
}

.btn-grp .gradient-btn:hover {
    border: 2px solid #C44AED;
    background: #C44AED;
    color: #fff;
}

header {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px 0px;
}

.nav-link {
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px !important;
    display: inline-flex;
    line-height: 100%;
}

.nav-link:hover {
    color: #fff;
    background: var(--primary-color);
}

.login-btn .nav-link {
    border: 1px solid var(--primary-color);
}

.banner-content {
    padding-top: 60px;
}

h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
}

.padd-60 {
    padding: 60px 0px;
}

.primary-color {
    color: var(--primary-color);
}

.mw-100 {
    max-width: 100%;
}

.content-solution {
    background: rgb(209 109 242 / 10%);
    padding: 30px;
    border-radius: 10px;
}

.content-solution h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.about-sec {
    background: url(../images/banner-back.svg) 0 0 no-repeat;
    background-size: cover;
}

.content-about {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    padding: 24px;
}

.icon-about {
    display: flex;
    gap: 15px;
}

.icon-about span {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);
    flex: 0 0 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.content-about-inner h4 {
    font-size: 20px;
}

.row-background {
    background: rgb(209 109 242 / 10%);
    border-radius: 30px;
    overflow: hidden;
}

.content-over-view h4 {
    font-size: 20px;
}

.content-over-view li {
    position: relative;
    list-style: none;
    margin-top: 10px;
}

.content-over-view li:before {
    content: "";
    background: url(../images/check.svg) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    position: absolute;
    left: -33px;
}

.document-txt p {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.steps-outer img {
    margin-bottom: 20px;
}

.steps-outer h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.steps-outer p,
.steps-works-box p {
    font-size: 14px;
    margin-bottom: 0px;
}

.how-it-work-sec {
    background: rgb(209 109 242 / 10%);
}

.steps-works-box {
    background: #fff;
    border: 1px solid var(--primary-color);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.steps-main h4 span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    border-radius: 50px;
    color: #fff;
}

.steps-main h4 {
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.steps-works-box h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgb(209 109 242 / 10%);
}

.accordion-item {
    background: transparent !important;
    border: none;
}

div#accordionExample {
    border-radius: 24px;
    --bs-accordion-bg: rgb(255 255 255 / 10%);
    max-width: 920px;
    margin: 0 auto;
}

.accordion-button {
    color: rgb(255 255 255 / 50%);
    padding: 5px 15px;
}

.accordion-body {
    background: rgb(255 255 255 / 10%);
    color: #fff;
    text-align: left;
    font-weight: 300;
}

.accordion-button {
    border-bottom: 1px transparent;
}

.accordion-button:not(.collapsed) {
    background: rgb(255 255 255 / 10%);
    color: #fff;
    box-shadow: none;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.accordion-button::after {
    filter: invert(1) !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.contact-info {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.address a,
.address p {
    color: #000;
    text-decoration: none;
    max-width: 260px;
}

.contact-form {
    background: rgb(209 109 242 / 10%);
    padding: 40px;
    border-radius: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 50px;
    margin: 10px 0px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.contact-form textarea {
    height: 90px;
}

.submit {
    display: inline-flex;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--primary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 35px;
    line-height: 100%;
    background: var(--primary-color);
    transition: 0.3s all ease-in-out;
}

.submit:hover {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 35px;
    line-height: 100%;
    background: transparent;
}

footer {
    background: #353535;
    padding: 40px 0px 20px;
}

.logo-footer p {
    margin-top: 20px;
    font-weight: 400;
    max-width: 320px;
}

.links-footer ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}

.links-footer ul a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.follow-us-outer ul {
    display: flex;
    gap: 10px;
}

.follow-us-outer h5 {
    margin-bottom: 15px;
}

.copyright-txt {
    border-top: 1px solid #464646;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
    margin-bottom: 0;
}

.navbar-nav li {
    margin-left: 5px;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.links-footer ul a:hover {
    opacity: 0.6;
}



/**Franchise Page Css*/
.find-lawyer-wrapper {
    max-width: 1190px;
    margin: 0 auto;
    border-radius: 24px;
    border-radius: 24px;
    border: 1px solid var(--Gradient, #EAACFF);
    background: var(--Secondary, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #353535);
    padding: 40px;
    color: #fff;
}

.franchise-banner {
    padding: 100px 0px 250px;
}

.laywers-form .form-group select {
    width: 100%;
    border-radius: 4px;
    height: 40px;
    background: transparent;
    color: #fff;
    padding: 0px 5px;
    font-size: 14px;
}

.laywers-form .form-group {
    flex: 0 0 220px;
}

.laywers-form {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: end;
}

.laywers-form .form-btn {
    max-width: calc(100% - 450px);
    flex: 0 0 auto;
}

.search-btn {
    border-radius: 40px;
    border: 1px solid var(--Gradient, #EAACFF);
    background: transparent;
    color: #fff;
    padding: 0px;
    height: 40px;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 8px;
    transition: 0.3s all ease-in-out;
    padding: 0px 20px;
}

.search-btn:hover {
    background: var(--primary-color);
}

.titles-find-lawyer h4 {
    font-size: 18px;
}

.titles-find-lawyer p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.divider {
    border-color: #ffffff4a;
}

.title-list {
    font-size: 18px;
}

.laywer-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #fff;
    margin-bottom: 10px;
}

.lawyer-list-wrapper {
    text-align: center;
    background: rgb(255 255 255 / 20%);
    padding: 20px 20px 10px;
    border-radius: 10px;
}

.lawyer-list-wrapper h5 {
    margin-bottom: 10px;
}

.lawyer-list-wrapper p {
    font-size: 14px;
    margin-bottom: 10px;
}

.title-list {
    font-size: 18px;
    margin-bottom: 15px;
}

.find-lawyer-wrapper {
    margin-top: -200px;
}

option {
    color: #000;
}

h5 {
    font-size: 18px;
}

.content-feature {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    padding: 15px;
}

.steps-feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-icons span {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(209 109 242 / 30%);
    border-radius: 10px;
}

.feature-content p {
    margin: 0;
    font-size: 14px;
}

.feature-content h5 {
    margin-bottom: 5px;
}

.list-power ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    font-size: 14px;
    margin: 0;
}

.list-pdf {
    background: rgb(209 109 242 / 8%);
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.list-pdf h4 {
    background: var(--Gradient, linear-gradient(180deg, #EAACFF 0%, #C44AED 100%));
    padding: 15px;
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: #fff;
}

.steps-pdf {
    padding: 25px;
}

.steps-pdf p {
    font-size: 14px;
    margin: 0;
}

.line-img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.security-step {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    padding: 15px;
}

.security-step img {
    margin-bottom: 15px;
}

.security-step h6 {
    margin-bottom: 6px;
}

.security-step p {
    font-size: 14px;
}

.desktop-img img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.franchise-about-sec {
    background: url(../images/about.svg) 0 0 no-repeat;
    background-size: cover;
}

.about-boxes {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.about-boxes hr {
    margin: 10px 0px 8px;
    max-width: 60px;
    border-top: 3px solid #000;
    border-radius: 10px;
    opacity: 1;
}

.about-boxes p {
    margin: 0;
    font-size: 14px;
}

.login-franchise .nav-link {
    color: var(--primary-color);
}

.login-franchise .nav-link:hover {
    color: #fff;
}


/*Laywer listing page css*/
.laywer-list-page {
    margin: 0;
    border: none;
    max-width: 100%;
    padding: 0px;
    background: none;
    margin-top: 80px;
}

.laywer-list-page .col {
    flex: 0 0 20%;
    margin: 10px 0px;
}

.laywer-list-page .row-lawyers {
    margin-top: 20px;
}

.country-search {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.country-search p {
    margin: 0px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.back-btn {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
}

.laywer-list-banner {
    padding-bottom: 60px;
    border-radius: 0px;
}

header .dropdown-toggle::after {
    margin-left: 5px;
    margin-top: 7px;

}

header .nav-item.dropdown .nav-link {
    background-color: #fff;
    color: #282828;
}

header .dropdown-item {
    font-size: 14px;
}

header .dropdown-item:hover {
    background: #f5f5f5;
}