header img {
    width: 140px;
}

.mShow {
    display: none;
}

.dShow {
    display: block;
}

.serviceContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all ease;
}

.serviceGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.serviceContent figure {
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
    height: 210px;
}

.serviceContent:after {
    width: 100%;
    height: 100%;
    background: #0000007a;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.serviceContent {
    position: relative;
}

.serviceContent h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-size: 22px;
}

.serviceContent:hover img {
    transform: scale(1.2);
    transition: .5s all ease;
}

.homepageCommonHeading {
    text-align: center;
}

.homepageCommonHeading h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #9d6310;
    margin-bottom: 10px;
}

body {
    font-family: "Inter", serif;
}

.homepageCommonHeading h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #9d6310;
    display: inline-block;
}

.homepageCommonHeading p {
    font-size: 28px;
    color: #595959;
    margin-bottom: 60px;
}


.serviceMainContainer {
    background: #f3f4f6;
    padding: 70px 0px;
}

.howItWorkGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 80px;
}

.howItWorkContet .icon svg {
    width: 65px;
    height: 65px;
    background: #9D6310;
    padding: 11px;
    border-radius: 10px;
    margin-top: -80px;
}

.howItWorkContet {
    background: #f9fafb;
    padding: 30px 30px 45px 30px;
    text-align: center;
}



.howItWorkContainer {
    padding: 70px 0px;
}

.howItWorkContet h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.icon {
    width: fit-content;
    margin: 0 auto;
}

.howItWorkContet .icon svg path {
    fill: #fff;
}


.howItWorkContet p {
    font-size: 18px;
    margin: 0;
    color: #595959;
}

footer {
    background: #303030;
    padding: 70px 0px 30px 0px;
}

.footLeft img {
    width: 200px;
    filter: invert(1);
}

.footerLogo {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 40px;
    margin-bottom: 80px;
    align-items: center;
}

.footRight svg {
    width: 35px;
    height: 28px;
}

.footRight {
    display: flex;
    gap: 15px;
}

.footContent li a {
    color: #fff;
    text-decoration: none;
    color: #b5b5b5;
    font-size: 20px;
    font-weight: 500;
}

.footContent ul {
    padding: 0;
}

.footContent h3 {
    color: #fff;
}

.footRight svg path {
    fill: #b5b5b5;
}

.footerLogo .container:after {
    content: "";
    display: block;
    width: 2px;
    height: 150%;
    background: #5c5c5c;
    position: absolute;
    right: 240px;
    top: 0px;
}

.footerLogo .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footRight {
    position: relative;
}

.footerLogo {
    position: relative;
}

.footQuickLink .container {
    display: flex;
    justify-content: space-between;
}

.footContent h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footContent ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footQuickLink {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 30px;
    margin-bottom: 30px;
    align-items: center;
}

.copyright {
    text-align: center;
    text-decoration: none;
    color: #b5b5b5;
    font-size: 20px;
    font-weight: 500;
    font-size: 16px;
}

.copyright span {
    color: #fff;
}




















nav {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
}

nav ul li a svg {
    top: -1px;
    width: 10px;
    height: 10px;
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 9999999999999999;
    padding: 20px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.101961);
}

.dropdown-trigger:hover .dropdown-menu {
    display: block;
}

nav ul {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    padding-left: 0;
    align-items: center;
    list-style-type: none;
    grid-column-gap: 30px;
}

nav ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.dropdown-trigger {
    display: flex;
    align-items: center;
    height: 100%;
}

nav ul a {
    color: #000;
    text-decoration: none;
    position: relative;
}

nav ul a.topnav {
    top: 5px;
    font-size: 17px;
    color: #333333;
    display: flex;
    font-weight: 500;
    align-items: center;
    grid-column-gap: 10px;
}

.dropdown-trigger:hover a.topnav:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    height: 2px;
    width: 100%;
    background-color: #9d6310;
}

.dropdown-content {
    display: flex;
    grid-column-gap: 100px;
    max-width: 1326px;
    padding: 0px 19.2px;
    margin: 0 auto;
}

.cities-wrap {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #eee;
    padding-right: 55px;
    width: fit-content;
}

.cities-wrap .list-wrap {
    display: flex;
    flex-direction: column;
    grid-row-gap: 18px;
}

.cities-wrap .list-wrap a {
    transition: .5s all ease;
}

.dropdown-content a:hover {
    color: #9d6310 !important;
    transition: color .3s ease;
    left: 0;
}

.dropdown-header {
    color: #000;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0px 0 20px;
}

.states .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 18px;
}

.dropdown-trigger:hover .topnav {
    color: #9d6310;
}



.other-areas {
    margin-top: 20px;
}

.other-areas a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
    box-sizing: initial;
    background: #9d6310;
    color: #fff;
    font-weight: 600;
    width: fit-content;
    font-size: 16px !important;
    padding: 14px 20px;
    border: 1px solid #9d6310;
}

.left-menu {
    display: flex;
    grid-column-gap: 50px;
    align-items: center;
    height: 100%;
}

.right-menu {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.dropdown-content .cities-wrap+.state .states .list {
    grid-column-gap: 30px;
    grid-template-columns: repeat(5, 1fr) !important;
}

.recentsearches {
    width: 250px;
}

.recentsearches ul ul {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    padding-top: 5px;
}

.recentsearches ul li {
    padding: 5px 13px;
}

.auth-dropdown-menu {
    position: absolute;
    top: 59px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 20000;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.101961);
}

.auth-wrap {
    padding-right: 40px;
}

a.signinbtn {
    color: #fff;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    background-color: #9d6310;
    border: 1px solid #9d6310;
    font-weight: 600;
    transition: .5s all ease;
}

a.signinbtn:hover {
    color: #9d6310 !important;
    background-color: unset !important;
    transition: .5s all ease;
}


.authDD:hover .auth-dropdown-menu {
    display: block;
    width: fit-content !important;
}

.authDD {
    height: 100%;
    display: flex;
    align-items: center;
}

.auth-dropdown-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
}

.auth-dropdown-menu span {
    font-weight: 500;
    color: #636363;
    font-size: 15px;
    margin-bottom: 6px;
    display: inline-flex;
    white-space: nowrap;
}

.auth-dropdown-menu ul {
    padding-left: 0;
    list-style-type: none;
    align-items: flex-start;
}

.auth-dropdown-menu ul li a {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #9d6310;
}

.auth-wrap ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 6px;
}

.inputwrapper {
    display: flex;
    width: fit-content;
    background-color: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    padding: 4px;
    border-radius: 50px;
    grid-column-gap: 20px;
    position: relative;
    width: 98%;
}

.pos-rel {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    /* border: 1px solid #dadde1; */
    border-radius: 5px;
    padding: 12px 10px;
    grid-column-gap: 6px;
    background-color: #fff;
}

.pos-rel:not(:last-of-type) {
    border-right: 1px solid #e5e7eb;
}

.pos-rel svg {
    width: 23px;
    height: 23px;
}

.pos-rel input {
    border: none;
    outline: none;
    width: 100%;
}

section.herobannersect {
    padding: 20px;
    height: 600px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

section.herobannersect .container {
    height: 100%;
}

.inputcover .pos-rel:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.inputcover .pos-rel:first-child input::placeholder {
    color: #97a4b1;
}

.inputcover .pos-rel:first-child input {
    color: #000;
}

.inputcover .pos-rel:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.inputcover .pos-rel:last-child input::placeholder {
    color: #3c424a;
}

.inputcover .pos-rel:last-child input {
    color: #000;
}

.inputcover {
    display: grid;
    grid-template-columns: 65% 35%;
}

.inputwrapper button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    box-sizing: initial;
    background: #9d6310;
    color: #fff;
    font-weight: 500;
    width: fit-content;
    border-radius: 50px;
    /* border: 1px solid #9d6310; */
}

.hb-left h1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 58px;
    line-height: 58px;
}

.hb-left h1 span {
    color: #9d6310;
}

.hb-left p {
    color: #5e6673;
    font-size: 19px;
    margin-bottom: 20px;
}

.hb-grid {
    height: 100%;
    display: grid;
    grid-template-columns: 62% 38%;
    grid-column-gap: 0%;
    align-items: center;
}

.hbimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.shape {
    position: absolute;
    left: 0;
    top: 0;
}

.hb-right,
.hb-wrap {
    height: 100%;
}

.hb-wrap {
    position: relative;
    overflow: hidden;
}

img.shape {
    position: absolute;
    left: -103px;
    top: -2px;
    height: 102%;
}

.numbergrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    background-color: #9d6310;
    padding: 30px 0;
}

.numb-box {
    padding: 30px 0;
    border-right: 1px solid #b59260;
}

.numb-box h5 {
    font-weight: 800;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0px;
}

.numb-box span {
    font-size: 19px;
    color: #fff;
}

.numbergrid .numb-box:last-child {
    border-right: none;
}

.dropdown-content a {
    font-size: 14px;
    left: 0;
    position: relative;
    transition: color .3s ease;
}

.recentsearches {
    position: absolute;
    left: 0;
    top: 51px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 6%);
    width: 100%;
    border-radius: 4px;
    padding: 0;
}

.recentsearches ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    /* grid-row-gap: 10px; */
}

.recentsearches ul li {
    padding: 5px 23px;
    font-size: 15px;
    color: #464646;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    padding: 13px;
}

.recentsearches ul li:last-child {
    border-bottom: none;
}

.dnone {
    display: none;
}

.other-areas a:hover {
    color: #9d6310 !important;
    background-color: unset;
    border: 1px solid #9d6310;
}

.auth-dropdown-menu ul li a:hover {
    opacity: .8;
}

.viewContactInfo a:hover {
    border: 1px solid #9d6310;
    background: none;
    color: #9d6310;
    transition: .5s all ease;
}

.viewContactInfo a {
    border: 1px solid #9d6310;
    transition: .5s all ease;
}

.listingViewProfile:hover {
    background: #9d6310;
    transition: .5s all ease;
}

.listingViewProfile:hover a {
    color: #fff;
}

.listingViewProfile:hover a svg path {
    fill: #fff;
}

.listingViewProfile:hover a circle {
    fill: #fff;
}

.listingViewProfile {
    transition: .5s all ease;
}

ul.footerLinkSuggestion li a:hover {
    color: #9d6310;
}

.footContent ul {
    list-style: none;
}

.footContent li a:hover {
    color: #9d6310;
}

.footRight a:hover svg path {
    fill: #fff;
}

button.accordion-button {
    background: #9d6310 !important;
    color: #fff !important;
}

button.accordion-button.collapsed {
    background-color: #f5f5f6 !important;
    color: #000 !important;
}

button.accordion-button::after {
    filter: invert(1);
    opacity: 1;
}




/**** Listing Page ****/

.userListing {
    border: 1px solid #ccc;
}

.userListingData svg {
    width: 15px;
    height: 15px;
}

.whatsappEmail svg {
    width: 32px;
    height: 32px;
}

.listingViewProfile svg {}

.userImage figure {
    margin: 0;
    height: 200px;
    position: relative;
}

.userImage figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userListingLeft {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 20px;
    width: 100%;
}

.userListing {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 56% 22%;
    align-items: center;
    padding: 20px;
    z-index: 0;
}

.userListingRight {
    width: 100%;
}

.listingLang ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 4px;
    flex-flow: wrap;
    margin-bottom: 6px;
}

.listingExpertise ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-flow: wrap;
    margin-bottom: 0 !important;
}

.userListingData h3 {
    font-weight: 700;
    color: #9d6310;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0px;
    font-size: 22px;
}

.userListingData h3 svg path {
    fill: #1a6cc3;
}

.userListingData h1 svg path {
    fill: #1a6cc3;
}

.listingReview {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.listingReview span {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.starRating svg path {
    fill: #fc9835;
}

.starRating {
    display: flex;
    align-items: center;
}

.starRating b {
    margin-left: 10px;
}

.ListingLocationExp {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 8px;
}

.listingLocation {
    display: flex;
    align-items: center;
    gap: 9px;
}

.listingLocation svg {
    width: 18px;
    height: 18px;
}

.listingLang ul li {
    background: #f1f5f9;
    padding: 3px 10px 3px 10px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 12px;
}

.listingExpertise.listingLang {
    margin-top: 8px;
}

.listingExpertise.listingLang li {
    background: #eff2fe;
}

.userImage span {
    width: 100%;
    background: #edaa00;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 2px 5px 2px 5px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
}

.viewContactInfo a {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    background: #9d6310;
    color: #fff;
    padding: 10px;
}

.whatsappEmail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.listingViewProfile svg {
    width: 15px;
    height: 15px;
}

.listingViewProfile {
    border: 1px solid #9d6310;
}

.listingViewProfile a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #9d6310;
}

.listingViewProfile {
    text-align: center;
    padding: 10px;
}

.userListingRight {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.listingViewProfile a svg path {
    fill: #9d6310;
}

.listingViewProfile a svg circle {
    fill: #9d6310;
}

.userListingRight a {
    font-size: 16px;
    font-weight: 500;
}

.whatsappEmail a {
    display: flex;
    align-items: center;
    /* padding: 10px; */
    gap: 10px;
    text-decoration: none;
    color: #333;
    /* border: 1px solid #9d6310; */
    justify-content: center;
}

.userListingRight:after {
    content: "";
    width: 1px;
    height: 130%;
    display: block;
    background: #c1c1c1;
    position: absolute;
    left: -60px;
    top: -15%;
}

.userListingRight {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.ListingLocationExp span {
    font-weight: 600;
    font-size: 13px;
}

.starRating b {
    color: #003d7a;
    font-weight: 500;
}

.whatsappEmail span {
    display: none;
}

.listingContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ListingPagination a svg {
    width: 10px;
    height: 10px;
    position: relative;
    top: 0px;
    left: 0px;
}

.listingContainer {
    margin-bottom: 30px;
}

.ListingPagination a {
    width: 25px;
    height: 25px;
    background: #f5e5ca;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ListingPagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ListingPagination a:first-child svg {
    transform: rotate(180deg);
}

.ListingPagination a svg path {
    fill: #9d6310;
}

.ListingPagination span {
    color: #333;
}

.number-pagi-wrap {
    display: flex;
    column-gap: 9px;
    justify-content: flex-end;
}

.pagi-showing-wrap .pagination p {
    margin-bottom: 0;
}

/* .pagi-showing-wrap ul.pagination .page-item
{
    display: none;
} */

.ListingPagination .pagi-showing-wrap nav {
    height: auto !important;
}

ul.footerLinkSuggestion li a {
    color: #000;
    list-style: none;
    text-decoration: none;
    font-size: 16px;
}

ul.footerLinkSuggestion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    list-style: none;
    gap: 14px;
}

.footerLinkContaier {
    margin-top: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-30 {
    margin-bottom: 30px;
}

.faqContainer {
    margin-top: 70px;
}

.faqContainer .homepageCommonHeading {
    margin-bottom: 40px;
}

.accordion-button {
    background-color: #f5f5f6 !important;
    font-weight: 600;
    color: #000 !important;
    font-size: 16px;
    border: none;
    box-shadow: none !important;
}

div#accordionExample {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: unset;
    border: none;
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.accordion-body {
    border: 1px solid #ccc;
    border-top: none;
}

.userListingData h3 a {
    color: #000;
    text-decoration: none;
}














.accordion-body {
    border: 1px solid #ccc;
    border-top: none;
    font-size: 14px;
}














/**** Details Page *****/
.lawyerDetailsContainer {
    padding: 20px;
    border: 1px solid #ebe7e7;
    margin-bottom: 30px;
    border-radius: 12px;
}

.DetailsHeading svg {
    width: 25px;
    height: 25px;
}

.DetailsHeading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.DetailsHeading h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

.detailsAbout {
    margin-bottom: 50px;
    font-size: 0.9rem;
}

.detailsAbout h4 {
    font-size: 0.9rem;
    font-weight: 700;
}

.detailsAbout ul {
    list-style: none;
    padding: 0;
}

.detailsAbout ul li {
    font-size: 0.9rem;
}

.topHeading {
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.topHeading span {
    font-size: 22px;
    font-weight: 600;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 600px;
    }
}

.mailForm label {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
}

.form2Grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.mailForm input,
.mailForm textarea {
    width: 100%;
    border: 1px solid #ccc;
    height: 45px;
    border*r: 1;
    border-radius: 4px;
    padding-left: 10px;
}

.modal .modal-body {
    padding: 0px 35px;
}

.modal-header {
    border: none;
}

.form1Grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.mailForm textarea {
    height: 80px;
}

.mailForm input::placeholder,
.mailForm textarea::placeholder {
    font-size: 14px;
    color: #676767;
}

.mailForm input:focus,
.mailForm textarea:focus {
    outline: 1px solid #000;
}

.mailForm input::placeholder,
.mailForm textarea::placeholder {}

.mailForm textarea {
    padding-top: 10px;
}

.modal-footer {
    border: none;
}

.modal-footer button {
    text-decoration: none;
    display: block;
    text-align: center;
    background: #9d6310;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #9d6310;
    transition: .5s all ease;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
}

.modal-footer {
    display: flex;
}

.modal-footer button.FormSubmit {
    background: none;
    color: #9d6310;
}

.modal-footer button.FormSubmit:hover {
    background: #9d6310;
    color: #fff;
}

.modal-footer button:hover {
    background: none;
    color: #9d6310;
}















.fliter-wrapflex {
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 15px;
}

.select-wrap {
    padding: 0;
    border-radius: 50px;
    position: relative;
    background-color: #e5e5e5;
}

.select-wrap select {
    border: none;
    background: none;
    outline: none;
    color: #565656;
    font-weight: 700;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 50px;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.select-wrap img {
    top: 50%;
    width: 12px;
    right: 18px;
    position: absolute;
    pointer-events: none;
    transform: translateY(-50%);
}

.breadcrumwrap ul {
    display: flex;
    /* grid-column-gap: 10px; */
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.breadcrumwrap ul li,
.breadcrumwrap ul li a {
    color: #9d6310;
    text-decoration: none;
}

.breadcrumwrap {
    padding: 10px 0 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.breadcrumwrap ul li+li::before {
    content: ">";
    margin: 0 4px;
    color: #aaaaaa;
}

.breadcrumwrap ul li {
    font-size: 13px;
}

.breadcrumwrap ul li:last-child {
    color: #767676;
}

.breadcrumwrap h1 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 25px;
}

.breadcrumwrap>.description {
    margin-top: 10px;
    font-size: 15px;
}

.read-more-btn {
    color: #9d6310 !important;
    font-size: 15px;
    font-weight: 500;
}

section.breadcrumwrap-sect {
    padding: 30px 0;
}

section.filter-sect {
    padding-bottom: 30px;
}

.search-innrwrap {
    width: 50px;
    height: 50px;
    padding: 10px;
    /*     background-color: #f4f4f4; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.search-innrwrap img {
    width: 20px;
    height: 20px;
}

.modal .inputcover {
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
}

.modal .inputcover input::placeholder {
    color: #97a4b1 !important;
}

.modal-header svg {
    width: 20px;
    height: 20px;
}

.modal-header h4 span {
    font-weight: 600;
    font-size: 25px;
}

.modal-header h4 {
    display: flex;
    align-items: center;
    grid-column-gap: 13px;
}

#myModalSearch .modal-header {
    background-color: #f9f9f9;
    margin-bottom: 40px;
}

#myModalSearch .modal-footer button {
    width: 100%;
    padding: 15px 0;
    border-radius: 50px;
    position: relative;
    background-color: #9d6310;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 10px;
}

#myModalSearch .modal-footer button:hover {
    color: #fff;
}

#myModalSearch .modal-footer {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #dee2e6;
}

#myModalSearch .modal-body {
    padding: 0;
}

#myModalSearch .inputcover {
    padding: 0 35px;
    margin-bottom: 50px;
}

.searchbtnwrap {
    padding: 0 15px;
    width: 100%;
}

#myModalSearch .modal-footer button svg path {
    fill: #fff;
}

#myModalSearch .modal-footer button svg {
    width: 18px;
    height: 18px;
}

ul.datehist h4 {
    margin-bottom: .5rem;
}

ul.datehist {
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
    margin-bottom: 0;
}



.grid-add-timingwrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gat-right ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 5px;
}

.gat-right ul li {
    display: grid;
    grid-template-columns: auto 72%;
    grid-column-gap: 50px;
    font-size: 0.9rem;
    font-weight: 500;
}

.gat-right ul li .today {
    display: none;
}

.gat-right ul li.todayactive {
    font-weight: 800;
}

.gat-right ul li.todayactive .today {
    display: contents;
}

ul.socialmedia li svg {
    width: 40px;
    height: 40px;
}

ul.socialmedia {
    display: flex;
    grid-column-gap: 15px;
}

.client-top {
    display: flex;
    grid-column-gap: 30px;
}

span.charc {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #000000;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 3px solid #e6e6e6;
    flex-shrink: 0;
}

.rev-namedate h5 {
    margin-bottom: 5px;
}

.rev-namedate {
    margin-bottom: 5px;
}

.client-top p {
    margin-bottom: 0;
    color: #636363;
}

.rev-namedate span {
    color: #636363;
}

.client-review-box {
    margin: 40px 0 0 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e1e1;
}

.client-review-flex .client-review-box:last-child {
    border-bottom: unset;
    padding-bottom: 0;
}

.loginwrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.comm-btn {
    width: fit-content;
    display: block;
    text-align: center;
    background: #9d6310;
    color: #fff;
    padding: 10px;
    border: 1px solid #9d6310;
    transition: .5s all ease;
}

.comm-btn:hover {
    background: none;
    color: #9d6310;
    transition: .5s all ease;
    border: 1px solid #9d6310;
}

.loginwrap span {
    font-size: 20px;
    color: #636363;
}

.rev-form {
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 6%);
    padding: 25px;
    margin-bottom: 50px;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.mt20 {
    margin-top: 20px;
}

.sharefeedback h4 {
    font-size: 22px;
    margin-bottom: 25px;
}

.detailsListingContainer .ListingLocationExp {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.listingContainer.detailsListingContainer .listingLocation svg {
    width: 15px;
    height: 14px;
}

.allTimeService {
    font-weight: 800;
    font-size: 16px;
}

span.PremiumBadge {
    right: 4px;
    position: absolute;
    top: -12px;
    width: fit-content;
    background: #edaa00;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 2px 25px 2px 25px;
    display: block;
    text-align: center;
    font-size: 12px;
}

.listingContainer.detailsListingContainer .userListing {
    position: relative;
}



/* 17mar2025 start */

.select-wrap {
    z-index: 99;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.select-wrap a {
    width: 100%;
    height: 100%;
    color: #565656;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    text-decoration: none;
    background-color: #e5e5e5;
    padding: 10px 50px 10px 20px;
}

.select-wrap ul {
    left: 0;
    top: 45px;
    width: 100%;
    font-size: 16px;
    padding: 0px 0;
    margin-bottom: 0;
    position: absolute;
    border-radius: 8px;
    background-color: #fff;
    list-style-type: none;
    border: 1px solid #e5e5e5;
}

.checkbox-box-wrap {
    position: relative;
    width: 100% !important;
}

.checkbox-box-wrap input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    margin-top: 0;
}

.checkbox-box label {
    padding: 4px 15px;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box {
    color: #fff;
    border: unset;
    width: 100%;
    background-color: #9d6310;
}

.checkbox-box h4,
.checkbox-box p {
    margin: 0;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box h4 {
    color: #000 !important;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box p {
    color: #4A4B4D !important;
}

.searchbtnwrap button {
    width: fit-content;
    padding: 11.5px 11.5px;
    border-radius: 50px;
    position: relative;
    background-color: #9d6310;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 10px;
    border: 1px solid #9d6310;
    transition: .5s all ease;
}

.searchbtnwrap span {
    padding: 11.5px 30.5px;
    display: block !important;
    justify-content: center;
    align-items: center;
    grid-column-gap: 10px;

    transition: .5s all ease;
}

.text-red {
    color: #c53030;
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #9d6310 !important;
    padding-left: 10px;
    color: #fff !important;

    .text-red {
        color: #fff !important;
    }
}

.searchbtnwrap button:hover {
    background: none;
    color: #9d6310 !important;
    background-color: unset !important;
    border: 1px solid #9d6310;
    transition: .5s all ease;
}

.searchbtnwrap button:hover svg path {
    fill: #ffffff;
}

.searchbtnwrap button svg {
    width: 21px;
    height: 21px;
}

.searchbtnwrap button svg path {
    fill: #fff;
}

.searchbtnwrap span {
    display: none;
}

.topsearch {
    left: 50%;
    top: 70px;
    width: 100%;
    position: absolute;
    padding: 10px 10px;
    transform: translateX(-50%);
    border-radius: 10px;
    background-color: #f1f1f1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 6%);
    max-width: 1326px;
    z-index: 10;
}

.topsearch form {
    width: 100%;
    display: grid;
    grid-template-columns: auto 6.2%;
}

.inputcover {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
}

.userratedate ul {
    display: flex;
    grid-column-gap: 3px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.userratedate li i {
    color: #9d6310;
}

.comp-writeus-wrap {
    display: flex;
    justify-content: space-between;
}

.rev-writeus svg {
    width: 18px;
    height: 18px;
}

.rev-writeus a {
    display: flex;
    grid-column-gap: 10px;
    text-decoration: none;
    align-items: center;
}

.rev-writeus svg path {
    fill: #fff;
    transition: .5s all ease;
}

.rev-writeus a:hover svg path {
    fill: #9d6310;
}

.fullrevontopwrap {
    display: flex;
    grid-column-gap: 12px;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.fullrevontopwrap ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    grid-column-gap: 3px;
}

.fullrevontopwrap li i {
    font-size: 20px;
    color: #9d6310;
}

.fullrevontopwrap li {
    font-size: 15px;
}

.rev-com h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 3px;
}

.rev-com span {
    color: #767674;
    font-size: 17px;
    font-weight: 500;
}

.rev-com {
    margin-bottom: 20px;
}

.fullrevontopwrap ul {
    margin-bottom: 0;
}

span.fullstar {
    font-size: 35px;
    font-weight: 600;
    color: #9d6310;
}

span.totalrev {
    color: #6b6e73;
    font-weight: 500;
    font-size: 17px;
}

.radio-box-wrap {
    width: 100%;
    position: relative;
}

.radio-box-wrap input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    margin-top: 0;
}

.radio-box-wrap input[type="radio"]:checked+.radio-box {
    color: #fff;
    border: 1px solid #9d6310;
    background-color: #9d6310;
}

.radio-box h4,
.radio-box p {
    margin: 0;
}

.radio-box-wrap input[type="radio"]:checked+.radio-box h4 {
    color: #000 !important;
}

.radio-box-wrap input[type="radio"]:checked+.radio-box p {
    color: #4A4B4D !important;
}

.radio-box label {
    padding: 4px 15px;
    width: 100%;
}

.breadcrumwrap li svg {
    width: 18px;
    height: 18px;
}

.breadcrumwrap li svg path {
    fill: #9d6310;
}

.userratedate {
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
}

.stars {
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
    margin-bottom: 20px;
}

.stars i {
    color: #e9e9e9;
    font-size: 24px;
    align-items: center;
    cursor: pointer;
}

.active {
    color: #9d6310 !important;
    transform: none !important;
}

.stars i.active {
    transform: scale(1.2) !important;
}

.dropdown-content a.active,
.dropdown-content a:active {
    transform: none !important;
    color: #9d6310 !important;
}

/* 17mar2025 end */
.select-wrap ul li:hover {
    background: #f5e5cb;
}

.select-wrap ul li .checkbox-box {
    padding: 5px 5px 5px 5px;
}

.select-wrap ul {
    width: 150px;
}

.userratedate li i {
    font-size: 13px;
}

.userratedate ul {
    grid-column-gap: 1px;
}

.stars {
    justify-content: center;
    margin-bottom: 40px;
    grid-column-gap: 8px;
}

.topHeading {
    margin-bottom: 20px;
}

.stars i {
    font-size: 18px;
}



/* hj */


/* responsive menu start */

.dShow {
    display: block;
}

.mShow {
    display: none;
}

#hc-nav-1 {
    display: none;
}


/* responsive menu end */

.checkbox-box svg {
    top: -2px;
    opacity: 0;
    width: 22px;
    height: 22px;
    position: relative;
    transition: .5s all ease;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box {
    color: unset;
    border: unset;
    width: 100%;
    background-color: unset;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box svg {
    opacity: 1;
    transition: .5s all ease;
}


/* hj */





.loginContainer {
    background: #242424;
    width: 500px;
    align-items: center;
    justify-content: center;
    border: 1px solid #5d5d5d;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.login-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-right figure img {
    width: 220px;
}

.login-right {
    height: 100%;
    padding: 30px;
}

.login-right h2 {
    color: #fff;
    font-size: 24px;
}

.login-section label {
    color: #fff;
}

.login-section .form-group {
    display: flex;
    flex-direction: column;
}

.login-section .form-group input {
    height: 46px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 2px;
}

.login-section label {
    margin-bottom: 8px;
    font-size: 14px;
}

.login-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.login-right h2 {
    margin-bottom: 30px;
}

figure.logo img {
    width: 220px;
}

.form-group.checkboxLogin {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.form-group.checkboxLogin input {
    width: 20px;
}

.form-group.checkboxLogin span {
    color: #fff;
}

.login-section button {
    background: #fff;
    height: 58px;
    font-size: 20px;
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #fff;
    transition: .5s all ease;
}

.login-section button:hover {
    background: #9d6310;
    transition: .5s all ease;
    color: #fff;
    border: 1px solid #9d6310;
}

a.backToPage:hover span {
    color: #9d6310;
}

.forgotPassword a:hover {
    color: #9d6310;
}

a.backToPage {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.loginContainer figure {
    margin: 0;
    height: 100%;
}

.login-section .form-group input:focus {
    outline: none;
    border: none;
    /* padding: 5px; */
}

.login-left {
    height: 100%;
}

.modal-backdrop.show {
    opacity: 0.5;
}


a.backToPage {
    gap: 5px;
}

a.backToPage span {
    font-weight: 500;
}

.resend-otp {
    display: flex;
    justify-content: center;
    column-gap: 5px;
}

.form-group.checkboxLogin {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.form-group.checkboxLogin div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.forgotPassword {
    color: #fff;
    text-decoration: none;
}

.forgotPassword a {
    color: #fff;
    text-decoration: none;
}

figure.logo img {
    width: 170px;
    margin-bottom: 10px;
}

.login-right h2 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.passwordContain li svg {
    width: 12px;
    height: 20px;
}

.passwordContain {
    color: #fff;
}

.passwordContain li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.passwordContain ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.passwordContain ul li svg path {
    fill: red;
}

.passwordContain h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

li.passwordActive li svg path {
    fill: green;
}

.passwordContain li.passwordActive svg path {
    fill: #64da64;
}

.passwordContain li.passwordActive {
    color: #64da64 !important;
}

.otpForm {
    display: flex;
    gap: 10px;
}

.otpForm input {
    width: 100%;
    height: 51px !important;
}

.otpForm input {
    text-align: center;
}

a.comm-btn.loadMoreReview svg {}

a.comm-btn.loadMoreReview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    text-decoration: none;
}




/*** desktop **/

/* hj */


/* responsive menu start */

.dShow {
    display: block;
}

.mShow {
    display: none;
}

#hc-nav-1 {
    display: none;
}


/* responsive menu end */

.checkbox-box svg {
    top: -2px;
    opacity: 0;
    width: 22px;
    height: 22px;
    position: relative;
    transition: .5s all ease;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box {
    color: unset;
    border: unset;
    width: 100%;
    background-color: unset;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box svg {
    opacity: 1;
    transition: .5s all ease;
}

.radio-box svg {
    top: 4px;
    right: 10px;
    opacity: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    transition: .5s all ease;
}

.radio-box-wrap input[type="radio"]:checked+.radio-box {
    color: unset;
    border: unset;
    width: 100%;
    background-color: unset;
    display: flex;
    align-items: center;
}

.radio-box-wrap input[type="radio"]:checked+.radio-box svg {
    opacity: 1;
    transition: .5s all ease;
}




.profile-img img {
    width: 150px;
}

.profile-top {
    display: flex;
    padding: 20px;
    margin-top: 20px;
    grid-column-gap: 70px;
    border: 1px solid #c9cad2;
}

.profile-detail ul li svg {
    width: 15px;
    height: 15px;
}

.location-phone-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
}

.profile-detail ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: grid;
    grid-row-gap: 10px;
    width: fit-content;
}

.profile-detail ul li {
    display: flex;
    align-items: center;
    grid-column-gap: 6px;
}

.prof-tab-accrd-wrap .dashboard-wrapper {
    display: grid;
    grid-template-columns: 20% auto;
    grid-column-gap: 20px;
}

.dashboard-left ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 2px;
}

.dashboard-left ul li a {
    /* color: #787878; */
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.dashboard-left ul li {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
}

.prof-tab-accrd-wrap {
    margin-top: 30px;
}

#accordion a.btn {
    width: 100%;
    display: flex;
}

#accordion .card-header {
    padding: 0;
    border-bottom: 2px solid #c9cad2;
}

#accordion a.btn {
    width: 100%;
    display: flex;
    padding: 0 0 10px 0;
    background-color: #fff;
}

#accordion {
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
}

#accordion .card {
    border: unset;
}

#accordion .card-body {
    padding: 10px 0 0;
}


#accordion a.btn:active,
#accordion a.btn:focus {
    border: unset !important;
    outline: unset !important;

}

#accordion a.btn:focus {
    padding-left: 10px !important;
}

.dashboard-left ul .active {
    color: #9d6310 !important;
    transform: unset !important;
}

.tablinks {
    cursor: pointer;
}

.tablinks.active {
    background-color: #9d6310;
}

.tablinks.active a {
    color: #ffff;
}

.genderwrap .radio-box-wrap {
    width: fit-content;
    position: relative;
}

.genderwrap .radio-box-wrap input[type="radio"] {
    position: absolute;
    width: fit-content !important;
    height: 20px !important;
    cursor: pointer;
    opacity: 0;
    margin-top: 0;
    left: 0;
    z-index: 99999;
}

.genderwrap .radio-box-wrap .radio-box {
    height: 20px;
    width: 20px !important;
    border-radius: 50px;
    position: relative;
    border: 1px solid #102540 !important;
}

.genderwrap .radio-box-wrap input[type="radio"]:checked+.radio-box::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    background-color: #102540;
    border: 4px solid #102540;
}

.genderwrap .radio-box-wrap input[type="radio"]:checked+.radio-box::after {
    font-family: Arial, sans-serif;
    content: '\2714';
    top: -1px;
    left: 3px;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    transform: rotate(9deg);
}

.boxshadow {
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(201 189 189);
}

.boxshadow.form-cover {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 700;
    margin-bottom: 5px;
}

.form-group input {
    height: 45px;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
}

.form-group select {
    height: 45px;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
}

.genderwrap {
    display: flex;
    grid-column-gap: 35px;
}

.radio-box-wrap {
    display: flex;
    align-items: center;
    grid-column-gap: 7px;
}

.action-btn-wrap {
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.action-btn-wrap button:first-child {
    color: #9d6310;
    min-width: 90px;
    background: none;
    border: 1px solid #9d6310;
    border-radius: 8px;
}

.action-btn-wrap button:last-child {
    color: #fff;
    padding: 10px;
    display: block;
    min-width: 90px;
    text-align: center;
    background: #9d6310;
    text-decoration: none;
    border: 1px solid #9d6310;
    border-radius: 50px;

}

.action-btn-wrap button:first-child:hover {
    color: #fff;
    background: #9d6310;
}

.action-btn-wrap button:last-child:hover {
    color: white;
    background: #9d6310;
}

.success-txt-message {
    width: 100%;
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px solid #bbf7d0;
    border-radius: 6px;
    background: #f0fdf4;
    color: #166534;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.error-txt-message {
    width: 100%;
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px solid #fecaca;
    border-radius: 6px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.form-group .mand {
    color: #F44336;
}

.prof-name h2 {
    color: #9d6310;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}

.prof-name span {
    font-size: 14px;
    color: #717b9e;
    margin-bottom: 5px;
}

.prof-name span label {
    color: #474d6a;
}

.prof-name {
    position: relative;
    margin-bottom: 25px;
}

.prof-name:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.location-phone-wrap ul:first-child:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    right: -35px;
    background-color: #cccccc;
}

.location-phone-wrap ul:first-child {
    position: relative;
    width: fit-content;
}

.otpwrapper h2 {
    color: #101010;
    font-size: 24px;
    margin-bottom: 20px;
}

.otpwrapper h2 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.otpwrapper form label {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}

.otpwrapper .otpForm input {
    height: 66px !important;
    padding: 10px !important;
    border: 1px solid #00000038 !important;
    border-radius: 6px !important;
}

.otpwrapper button {
    color: #fff;
    background: #9d6310;
    height: 58px;
    font-size: 20px;
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #9d6310;
    transition: .5s all ease;
    margin-bottom: 30px !important;
}

.otpwrapper button:hover {
    color: #000;
    background: none;
    height: 58px;
    font-size: 20px;
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #9d6310;
    transition: .5s all ease;
}

.verify {
    color: #6c91f8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    margin-left: 5px;
}


#progress-bar--container {
    display: flex;
    justify-content: center;
    position: relative;
    top: -32px;
}

#progress-bar--container svg {
    top: 40px;
    left: 10px;
    width: 110px;
    position: relative;
    transform: rotate(104deg) scale(2) !important;
}

#progress--circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke: #9d6310 !important;
}

#progress--text {
    font-weight: 750;
    font-size: 5.5px;
    transform-origin: center;
    transform: rotate(90deg);
}

#progress-bar--container {
    position: relative;
}

/* #progress-bar--container svg {
  transform: rotate(-90deg);
} */

.meter-info {
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    display: none;
}

#meter--ranger {
    width: 100%;
}

#progress--text {
    opacity: 0;
}

.profile-percentage {
    bottom: -60px;
    left: 50%;
    z-index: 1;
    padding: 4px 10px;
    text-align: center;
    align-items: center;
    display: flex;
    border-radius: 50px;
    font-size: 12px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 0 6px #c2c2c2;
    transform: translateX(-26%);
}

#progress-bar--container img {
    left: 5px;
    top: 35px;
    width: 120px;
    padding: 4px;
    position: absolute;
}


.switch_dash {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.switch_dash input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch_dash {
    color: grey;
}

.slider_dash {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}

.slider_dash:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}

.switch_dash input:checked+.slider_dash {
    background-color: #9d6310;
}

.switch_dash input:focus+.slider_dash {
    box-shadow: 0 0 1px #2196F3;
}

.switch_dash input:checked+.slider_dash:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.checkk_dash {
    margin: 10px 0px;
    font-size: 13px;
    color: grey;
}


#verifymodal .topHeading span {
    text-align: center;
}


.verifyFormWrap {
    display: flex;
    grid-column-gap: 10px;
    justify-content: center;
}

.verifyFormWrap input {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #000;
}

#verifymodal .modal-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.switch-wrapper {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
}

.slider-cover {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.form-cover.socialMedia svg {
    width: 20px;
    height: 20px;
}

.form-cover.socialMedia label {
    display: flex;
    align-items: center;
    grid-column-gap: 6px;
}

#accordion .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#accordion .card-header a svg {
    width: 17px;
    height: 17px;
}

#accordion .card-header a svg {
    transform: rotate(180deg);
}

#accordion .card-header a.collapsed svg {
    transform: rotate(0deg);
}

#accordion .card-header a span {
    font-weight: 600;
    padding-top: 6px;
}

.location-phone-wrap li span {
    font-weight: 600;
}

.radio-box-wrap span {
    font-weight: 700;
    font-size: 15px;
}

.infoedit svg {
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
}

.year-aboutu-cover h5 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
}

.infoedit span {
    font-size: 14px;
}

.year-aboutu-cover {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
}

.form-cover.unsetgrid {
    grid-template-columns: repeat(1, 1fr);
}

.grid-one {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.grid-two {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.form-group textarea {
    height: 120px;
    padding: 10px;
    border: 1px solid #e1e1e1;
}

span.disp-label {
    font-weight: 700;
}

.table-wrapper {
    width: 100%;
    margin-bottom: 50px;
}

.table-wrapper table {
    width: 100%;
    border: 1px solid #ccc;
}

.table-wrapper td,
.table-wrapper th {
    padding: 8px;
    text-align: left;
    border: 1px solid #e9f3ff;
}

.table-wrapper th {
    color: #fff;
    background-color: #9d6310;
}

.table-wrapper td img {
    width: 20px;
}

.dashboard-right {
    margin-bottom: 40px;
}

.form-cover.boxshadow .form-group {
    position: relative;
}

.verify.oncontactinput {
    position: absolute;
    top: 43px;
    right: 20px;
}

#verifymodal .modal-header {
    right: 0;
    position: absolute;
    width: fit-content;
    z-index: 999999;
}

.otpwrapper {
    margin-top: 30px;
}

.dashboard-left ul li.tablinks:hover {
    background-color: #9d63102b;
}

.dashboard-left ul li.tablinks.active:hover {
    background-color: #9d6310;
}

/* 10feb */



/****** 19-06-2025 ***/
.timingContent {
    display: grid;
    gap: 50px;
    grid-template-columns: 20% 50%;
}

.timeContent div label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.timeContent {
    display: flex;
    gap: 19px;
}

.timingContainer {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.resentOTP {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    margin-top: 15px;
}

.resentOTP span {
    font-size: 15px;
}

.resentOTP span b {
    color: #9d6310;
}

.resentOTP a {
    text-decoration: none;
    border-bottom: 1px solid #9d6310;
    color: #9d6310;
}

.client-top {
    grid-column-gap: 10px;
    align-items: center;
}

.rev-namedate h5 {
    font-weight: 600;
    margin: 0;
}

span.charc {
    width: 50px;
    height: 50px;
}

.rev-namedate {
    margin: 0;
}

.userratedate {
    margin-bottom: 10px;
    margin-top: 10px;
}

.userratedate li i {
    color: #ffb943;
}

.client-review-box {
    padding-bottom: 0;
    border-bottom: none;
    margin: 0;
}

.client-review-flex {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.UserReviewreceived {
    margin-left: 60px;
}

.UserReviewreceived:before {
    content: "";
    height: 100%;
    width: 3px;
    background: #c3c3c3;
    position: absolute;
    left: -25px;
    top: 0;
}

.UserReviewreceived {
    position: relative;
}

.userratedate.monthsTimerUser {
    margin: 0;
}

.UserReviewreceived .client-top {
    margin-bottom: 15px;
}

.UserReviewreceived span.charc {
    background: none;
}

.UserReviewreceived span.charc svg {
    height: 50px;
    width: 50px;
}

.UserReviewreceived span.charc svg path {
    fill: #9d6310;
}

.userratedate span {
    color: #636363;
    font-weight: 500;
}

.replySectionButton svg {
    width: 15px;
    height: 15px;
}

.replySectionButton a {
    border: 1px solid #d3d3d3;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    text-decoration: none;
    color: #9d6310;
}

.replySectionButton svg path {
    fill: #9d6310;
}

.replySectionButton form input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 25px;
}

.replySectionButton form p {
    font-size: 14px;
    color: #747474;
}

.reviewReplyButton button {
    text-align: center;
    background: #9d6310;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #9d6310;
    transition: .5s all ease;
}

button.postRply {
    background: #c3c3c3;
    color: #5c5c5c;
    border: 1px solid #c3c3c3;
}

button.CancelReview {
    background: none;
    border: none;
    color: #000;
}

h2.commonProfileHEading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

tbody#inquiriesTableBody a svg {
    width: 20px;
    height: 20px;
}

tbody#inquiriesTableBody a svg path {
    fill: #3e3e3e;
}

div#addModal {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

form#inquiryForm .form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

body.theme-default.modal-open:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000000a6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}


div#addModal .modal-content {
    width: fit-content;
    padding: 20px;
}




div#addModal .modal-title {
    font-size: 16px;
    font-weight: 600;

}

div#addModal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    margin-bottom: 25px;
}



div#addModal button.close {
    background: none;
    border: none;
    padding: 0;
    font-size: 21px;
}

div#addModal .modal-body {
    padding: 0;
}

div#addModal label {
    font-size: 14px;
    font-weight: 500;
}

div#addModal .modal-footer {
    display: flex;
    align-items: flex-end;
    padding: 0;
    width: 100%;
    margin-top: 40px;
}

div#addModal .modal-footer button:first-child {
    background: none;
    color: #000;
    border: 1px solid #000;
}

.modal-dialog .btn-close {
    right: 20px;
    position: absolute;
    top: 20px;
}

.modal .modal-body {
    width: 100%;
}

.modal form .form-group label {
    color: #000;
    font-weight: 500;
}

.modal form .form-group input {
    /* border: 1px solid #000; */
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

.modal form .form-group a {
    background: #9d6310;
}

.modal form {
    margin-bottom: 20px;
}

.modal form .form-group a {
    background: #9d6310;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
}


.authmodal.modal form .form-group input,
.authmodal.modal form .form-group input:focus {
    border: 1px solid #beb6b6;
}

.modalback {
    position: absolute;
    left: 10px;
    top: 14px;
}

.modalback a {
    display: flex;
    align-items: center;
    column-gap: 6px;
    text-decoration: none;
}

.modalback a svg path {
    fill: #267dfd;
}

.form-group.emDnone {
    display: none;
}

.socialloginwrapper a svg {
    width: 25px;
    height: 25px;
}

.socialloginwrapper {
    margin-bottom: 40px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    grid-column-gap: 20px;
}

.socialloginwrapper a {
    background-color: #0000000f;
    padding: 10px;
    border-radius: 50px;
}

.orwrap {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    position: relative;
}

.orwrap:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 37%;
    height: 1px;
    background-color: #d0d0d0;
}

.orwrap:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    width: 37%;
    height: 1px;
    background-color: #d0d0d0;
}


.schedule-container {
    width: 100%;
    background: #fff;
}

.schedule-card {
    margin-bottom: 20px;
}

.schedule-day {
    font-weight: 700;
    font-size: 17.5px;
    margin-bottom: 0.75rem;
}

.time-fields {
    gap: 50px;
    display: flex;
}

.time-fields .field {
    flex: 1;
}

.time-fields label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.time-fields input[type="time"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.2s;
    border: 1px solid #e2e8f0;
}





#enquireList .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#enquireList .breadcrumb {
    color: #6c757d;
    font-size: 14px;
}

#enquireList .add-btn {
    background-color: #9d6310;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

#enquireList .add-btn:hover {
    background-color: #218838;
}



#enquireList .table-container {
    overflow-x: auto;
}

#enquireList table {
    width: 100%;
    border-collapse: collapse;
}

#enquireList th {
    background-color: #999999;
    color: white;
    padding: 12px 8px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

#enquireList td {
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
}

#enquireList tr:hover {
    background-color: #f8f9fa;
}

#enquireList .action-btn {
    background-color: #17a2b8;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

#enquireList .action-btn:hover {
    background-color: #138496;
}

#enquireList .no-data {
    text-align: center;
    padding: 40px;
    color: #6c757d;
}

/* Modal Styles */
#enquireList .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#enquireList .modal-content {
    background-color: white;
    margin: 2% auto;
    padding: 0;
    border-radius: 8px;
    width: 80%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
}

#enquireList .modal-header {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#enquireList .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #343a40;
}

#enquireList .close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6c757d;
}

#enquireList .close:hover {
    color: #343a40;
}

#enquireList .modal-body {
    padding: 20px;
}

#enquireList .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#enquireList .form-group {
    flex: 1;
}

#enquireList .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #343a40;
}

#enquireList .required {
    color: #dc3545;
}

#enquireList #enquireList .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

#enquireList .form-control:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

#enquireList select.form-control {
    height: 40px;
}

#enquireList .editor-toolbar {
    border: 1px solid #ced4da;
    border-bottom: none;
    padding: 8px;
    background-color: #f8f9fa;
    border-radius: 4px 4px 0 0;
}

#enquireList .editor-btn {
    background: none;
    border: 1px solid #ced4da;
    padding: 4px 8px;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
}

#enquireList .editor-btn:hover {
    background-color: #e9ecef;
}

#enquireList .editor-content {
    border: 1px solid #ced4da;
    border-top: none;
    min-height: 150px;
    padding: 10px;
    border-radius: 0 0 4px 4px;
}

#enquireList .modal-footer {
    padding: 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

#enquireList .btn-secondary {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

#enquireList .btn-secondary:hover {
    background-color: #5a6268;
}

#enquireList .btn-primary {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

#enquireList .btn-primary:hover {
    background-color: #0056b3;
}

#enquireList .back-btn {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

#enquireList .back-btn:hover {
    background-color: #5a6268;
}

#enquireList .header h2 {
    margin: 0;
}

#enquireList .header {
    margin-bottom: 18px;
}

p.terms-wrap {
    font-size: 13.5px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 7px;
    font-weight: 600;
}

p.terms-wrap input {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0px;
}

p.terms-wrap a {
    text-decoration: none;
}

.form-header-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* new profile design start */

.dash-analytics-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: space-between;
    grid-column-gap: 40px;
    margin-bottom: 20px;
}

.analytics-box {
    padding: 20px;
    border-radius: 20px;
}

.dash-analytics-wrap .analytics-box:nth-of-type(1) {
    background-color: #ffe2e4;
}

.dash-analytics-wrap .analytics-box:nth-of-type(2) {
    background-color: #fff4dd;
}

.dash-analytics-wrap .analytics-box:nth-of-type(3) {
    background-color: #dbfbe6;
}

.dash-analytics-wrap .analytics-box:nth-of-type(4) {
    background-color: #f2e8ff;
}

.analytics-box .icon svg {
    width: 24px;
    height: 24px;
}

.analytics-box span.icon {
    display: inline-flex;
    width: 35px;
    height: 35px;
    padding: 9px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.analytics-box h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
}

.analytics-box .aly-name {
    color: #3d3838;
}

.analytics-box .icon svg path {
    fill: #fff;
}

.dash-analytics-wrap .analytics-box:nth-of-type(1) span.icon {
    background-color: #f9597c;
}

.dash-analytics-wrap .analytics-box:nth-of-type(2) span.icon {
    background-color: #fd9278;
}

.dash-analytics-wrap .analytics-box:nth-of-type(3) span.icon {
    background-color: #3bd856;
}

.dash-analytics-wrap .analytics-box:nth-of-type(4) span.icon {
    background-color: #be82fe;
}

.analytics-chart-wrap {
    display: grid;
    grid-template-columns: 58% 40%;
    grid-column-gap: 2%;
}

#totalQueryChart {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.earning-wrap {
    border-radius: 20px;
    border: 1px solid #d7d7d7;
}

#earningChart {
    background: #fff;
}

.earning-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: Inter, sans-serif;
}

.earning-value {
    font-size: 34px;
    font-weight: 700;
    margin-top: -10px;
    font-family: Inter, sans-serif;
}

.earning-note {
    color: #5f6b78;
    margin-top: -5px;
    font-family: Inter, sans-serif;
}

.analytics-chart-wrap #totalQueryChart {
    height: 380px;
}

.analytics-chart-wrap #earningChart {
    height: 240px;
}

.totalearningwrap {
    padding: 20px;
}

.analytics-table thead th {
    background-color: #999999;
    color: white;
    padding: 12px 8px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.analytics-table thead td {
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
}

.analytics-table table {
    width: 100%;
}

.analytics-table .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.analytics-table .header h2 {
    margin-bottom: 0;
}

.analytics-table tbody td a {
    text-decoration: none;
    text-align: center;
    background-color: #9cd8c4;
    padding: 0px 10px;
    color: #fff;
    border-radius: 50px;
    height: 25px;
    display: inline-flex;
}

.analytics-table tbody tr:nth-child(odd) td a {
    background-color: #9cd8c4;
}

.analytics-table tbody tr:nth-child(even) td a {
    background-color: #9e9e9e;
}

.analytics-table tbody tr td {
    padding: 20px 0;
}

.analytics-table tbody tr {
    border-bottom: 1px solid #e2e2e2;
}

.tablefilter-month select {
    background-color: #fcfcfc;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 2px 3px;
}

.table-container.analytics-table {
    margin-bottom: 30px;
}

/* new profile design end */

/* live fix start */

#search-location .txt-bold {
    font-weight: 700;
}

#search-location ul:first-child li:first-child {
    border-bottom: 1px solid #dddddd;
}

.recentsearches ul li {
    font-weight: 400;
}

.recentsearches ul li b {
    font-weight: 400;
}

.recentsearches {
    right: 0 !important;
    width: 250px !important;
}

/* .recentsearches ul ul:last-child
{
    height: 200px;
    overflow-y: scroll;
} */
.search-text-bold {
    font-weight: 600 !important;
}

.dropdown-content .cities-wrap+.state .states .list {
    grid-template-columns: repeat(4, 1fr);
}

.select-wrap ul {
    width: 170px;
    height: 180px;
    overflow-y: scroll;
}

.mailForm .form-group .error-message {
    color: #f82424;
    font-size: 13px;
    margin-top: 2px;
}

.select-wrap.multiselect ul {
    height: 220px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-body .stars+.error-message {
    color: #f82424;
    font-size: 13px;
}

.modal-body .stars {
    margin-bottom: 0px;
}

.mailForm.form2Grid.mt40 {
    margin-top: 40px;
}

form.savefeedbackform .topHeading {
    margin-bottom: 10px !important;
}

#login .error {
    color: #f82424;
    font-size: 13px;
    margin-top: 3px;
    text-align: left;
}

p.terms-wrap input {
    width: 14px;
    height: 14px;
}

.mob-numcode-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #beb6b6;
    border-radius: 5px;
    padding: 0 10px;
}

.mob-numcode-wrap input {
    border: unset !important;
}

.login-section .error-message.moberror {
    text-align: left;
    color: #f82424;
    font-size: 13px;
}

#login h3 {
    font-size: 17px;
    margin-bottom: 35px;
}

#login .mt-5 {
    margin-top: 0 !important;
}

#login form .form-group label {
    text-align: left;
}

#login button[type="submit"] {
    background: #9d6310 !important;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    width: 100%;
    border: 1px solid #9d6310;
    margin-top: 20px;
    margin-bottom: 20px;
    outline: none;
}


.login-section .error-message {
    text-align: left;
    color: #f82424;
    font-size: 14px;
}

.location-phone-wrap ul:last-child {
    padding-left: 40px;
}

.location-phone-wrap ul:last-child li:first-child {
    align-items: baseline;
}

.location-phone-wrap ul:last-child li:first-child svg {
    position: relative;
    top: 3px;
}

.location-phone-wrap ul:last-child li:first-child label svg {
    top: 0px;
}

.filter-sect .fliter-wrapflex {
    justify-content: flex-start;
}

.ts-wrapper {
    height: auto;
}




/* dropdown fix start */

.filter-sect .fliter-wrapflex .select-wrap {
    position: relative;
    font-family: Arial, sans-serif;
    margin: 10px 0;
}

.filter-sect .fliter-wrapflex .select-wrap label {
    font-size: 14px;
    color: #333;
    height: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}

.filter-sect .fliter-wrapflex .select-wrap select {
    display: none;
}

.filter-sect .fliter-wrapflex .ts-wrapper .ts-control input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    outline: none;
}

.filter-sect .fliter-wrapflex .ts-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    display: none;
    overflow: hidden;
}

.filter-sect .fliter-wrapflex .ts-dropdown .ts-dropdown-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-sect .fliter-wrapflex .ts-dropdown .ts-dropdown-content option {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
}

.filter-sect .fliter-wrapflex .ts-dropdown .ts-dropdown-content option:hover {
    background-color: #f5f5f5;
}

.filter-sect .fliter-wrapflex .ts-control input:focus+.ts-dropdown,
.filter-sect .fliter-wrapflex .ts-dropdown:focus-within {
    display: block;
}

.filter-sect .fliter-wrapflex .ts-dropdown .ts-dropdown-content option.selected {
    background-color: #e0f7fa;
}

.filter-sect .fliter-wrapflex .ts-control input[aria-expanded="true"] {
    border-color: #007bff;
}

.filter-sect .fliter-wrapflex .ts-wrapper.multi {
    position: absolute;
    top: 20px;
}

.filter-sect .fliter-wrapflex .ts-wrapper {
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 10px;
}

.filter-sect .fliter-wrapflex .ts-control input[placeholder] {
    color: #aaa;
}

section.filter-sect {
    z-index: 99;
}

.filter-sect .fliter-wrapflex .ts-dropdown-content .active {
    transform: scale(1) !important;
}

/* dropdd - new fixes start */

.filter-sect .fliter-wrapflex .select-wrap label {
    font-size: 14px;
    color: #333;
    height: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}

.filter-sect .fliter-wrapflex .ts-wrapper.multi {
    position: absolute;
    top: 24px;
    width: 100%;
}


.filter-sect .fliter-wrapflex .ts-wrapper {
    background-color: unset;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #dfdfdf;
    height: 40px;
}


.filter-sect .fliter-wrapflex .select-wrap {
    width: 190px;
    background-color: unset;
}

section.filter-sect {
    height: fit-content;
}

.filter-sect .fliter-wrapflex .ts-wrapper .ts-control input {
    height: fit-content;
}

.fliter-wrapflex .ts-control {
    box-shadow: none;
    height: 38px;
}

.fliter-wrapflex .ts-dropdown {
    margin: 1px 0 0 0;
}

.auth-dropdown-menu .auth-dropdown-content ul {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 10px;
}

.authDD .auth-dropdown-menu {
    width: 100% !important;
}

form#inquiryForm .form-group {
    text-align: left;
}

body.theme-default.overflow-y-hidden:before {
    content: '';
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000061;
    z-index: 87;
}

.fixed.inset-0.z-10.overflow-y-auto {
    z-index: 88 !important;
}

form#inquiryForm .error-message {
    color: #f82424;
    font-size: 13px;
    margin-top: 3px;
    text-align: left;
}

/* dropdd - new fixes end */


/* dropdown fix end */


/* live fix end */

/* new feedback design start */

.recentsearches {
    width: 100% !important;
    box-shadow: 0 0 6px rgb(0 0 0 / 26%);
}

.userImage figure {
    border: 1px solid #dfdfdf;
}

/* .pagi-showing-wrap {
    display: none;
} */

.inputcover .pos-rel:first-child input::placeholder {
    color: #000;
}


.filter-sect .filter-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.filter-sect .select-wrap {
    position: relative;
    width: 220px;
    transform: scale(1) !important;
}

.filter-sect .dropdown-trigger {
    width: 100%;
    box-sizing: border-box;
}

.filter-sect .dropdown-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    background: #f1f1f1;
    cursor: pointer;
}

.filter-sect .dropdown-list {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 260px;
    overflow-y: auto;
    display: none;
    z-index: 99;
}

.filter-sect .select-wrap.active .dropdown-list {
    display: block;
}

.filter-sect .dropdown-search {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.filter-sect .dropdown-search-input {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #ccc;
    font-size: 13px;
}

.filter-sect .option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.filter-sect .dropdown-list .option input {
    display: none;
}

.filter-sect .option input:checked+span {
    font-weight: 600;
}

li.page-item.disabled span {
    background-color: #e1e1e1 !important;
}

/* new feedback design end */

/* Hide result text */
span.result {
    display: none;
}

.filter-wrap {
    width: 170px;
}

.filter-wrap .select2-container {
    width: 100% !important;
}

.filter-wrap .select2-selection--single {
    height: 42px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.filter-wrap .select2-selection__rendered {
    line-height: 50px !important;
    padding-left: 15px;
    color: #333;
}

.filter-wrap .select2-selection__arrow {
    height: 50px;
}

.filter-wrap .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-results__option {
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 18px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border-radius: 4px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #aaaaaa;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaaaaa;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #9d6310;
}

.filter-wrap .select2-selection--single:hover {
    background: #dddddd;
}

.select2-container--default .select2-results__option:hover {
    color: #fff;
    background-color: #9d6310;
}

.searchbtnwrap {
    /* left: 71%;
    position: absolute; */
    width: fit-content;
}

.searchbtnwrap-m {
    left: 71%;
    position: absolute;
    width: fit-content;
}

.topsearch {
    opacity: 1;
    pointer-events: none;
    transition: all 0.3s ease;
}

.topsearch.showsearchbar {
    opacity: 1;
    pointer-events: none;
    transition: all 0.3s ease;
    pointer-events: auto;
}

header .toggle {
    z-index: 86;
}

.view-contact-icon {
    display: none !important;
}

.tablet-show {
    display: none !important;
}

span.select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
}

.breadcrumwrap h1 {
    font-size: 2rem;
}

.breadcrumwrap {
    border-bottom: unset;
    padding-bottom: 10px;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}


button.accordion-button::after {
    filter: unset;
    opacity: 1;
}

.search-innrwrap {
    height: 46px;
    width: 46px !important;
}

.mobile-show.whatsappEmail {
    display: none;
}

.userListingData h1 {
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0px;
    font-size: 22px;
}


@media (min-width: 500px) and (max-width: 991px) {
    section.herobannersect .container {
        height: 100%;
        max-width: 100%;
    }

    section.numbersect .container {
        max-width: 100%;
    }

    .container {
        max-width: 100%;
    }

    .footerLogo .container {
        display: flex;
        padding: 0 20px;
    }

}

@media (min-width: 500px) and (max-width: 1099px) {
    .footerLogo .container {
        display: flex !important;
        padding: 0 20px;
    }


    .userListingLeft-D-M {
        grid-template-columns: 17% 58% !important;
    }

    .tablet-show.whatsappEmail .whatsappEmail {
        row-gap: 25px;
    }

}

@media (min-width: 300px) and (max-width: 991px) {
    .userListingRight .viewContactInfo {
        display: none;
    }

    .userListingRight .listingViewProfile {
        display: none;
    }

    a.view-contact-icon {
        background-color: #9d6310;
        border-radius: 50px;
        width: 27px;
        height: 27px;
        padding: 4px;
    }

    a.view-contact-icon svg path {
        fill: #fff;
    }

    .view-contact-icon {
        display: inline-block;
    }

    .userListingRight {
        display: none;
    }

    .tablet-show.whatsappEmail {
        position: absolute;
        right: 20px;
        z-index: 999999;
        display: flex !important;
    }

    .tablet-show.whatsappEmail .whatsappEmail {
        display: flex;
        flex-direction: column;
    }

    .tablet-show.whatsappEmail .whatsappEmail .view-contact-icon {
        display: inline-block !important;
    }

    .tablet-show.whatsappEmail .whatsappEmail .view-contact-icon svg {
        width: 17px;
        height: 14px;
        position: relative;
        top: 2px;
        left: 1px;
    }

    .tablet-show.uld-langprof-tablet {
        display: flex !important;
    }

    .userListingData.desk-sect {
        display: none;
    }

    .userListingLeft-D-M {
        display: grid !important;
        grid-template-columns: 28% 61%;
        grid-column-gap: 20px;
    }

    .userImage figure {
        width: 100% !important;
        height: 128px !important;
    }

    .tablet-show .listingExpertise.listingLang {
        /* height: 49px; */
        overflow: hidden;
    }

    .listingExpertise.listingLang ul {
        height: 100% !important;
    }

    .userListingData h3 a {
        font-size: 14px;
        display: flex;
        column-gap: 5px;
    }

    .whatsappEmail svg {
        width: 27px;
        height: 27px;
    }

    .mobile-show.whatsappEmail .view-contact-icon {
        display: inline-flex !important;
    }

    .mobile-show.whatsappEmail .view-contact-icon svg {
        width: 17px;
        height: 14px;
        position: relative;
        top: 0px;
        left: 0px;
    }

    #myFilter .modal-dialog {
        height: 440px !important;
        background-color: #fff;
    }

    #myFilter .modal-dialog ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .select2-container {
        z-index: 99999;
    }

    .filter-wrap {
        width: 100%;
    }

    .filter-btn button {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 50px;
        align-items: center;
        text-align: center;
        background: #9d6310;
        color: #fff;
        padding: 10px;
        border: 1px solid #9d6310;
        font-size: 16px;
        font-weight: 500;
    }

    .filter-btn.filled button {
        background: #9d6310;
    }

    .filter-btn.outline button {
        color: #9d6310;
        background: unset;
        border: 1px solid #9d6310;
    }

    .filter-btn button svg {
        width: 20px;
        height: 20px;
        margin-left: 8px;
        position: relative;
        top: 2px;
    }

    .filter-btn.filled button svg path {
        fill: #fff;
    }

}


@media (min-width: 300px) and (max-width: 599px) {
    .tablet-show.whatsappEmail {
        position: relative;
        right: unset;
        z-index: 999999;
        display: none !important;
        justify-content: flex-start;
    }

    .tablet-show.whatsappEmail .whatsappEmail {
        display: flex;
        flex-direction: row;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .userListingLeft-D-M {
        grid-template-columns: 36% 61%;
        grid-column-gap: 10px;
    }

    .listingLang ul {
        height: 24px;
        overflow: hidden;
    }

    .hb-wrap {
        z-index: -1;
    }

}



@media (min-width: 992px) and (max-width: 1199px) {
    nav ul {
        grid-column-gap: 20px;
    }

    nav ul a.topnav {
        font-size: 15px;
    }

    nav ul {
        grid-column-gap: 20px;
    }

    nav ul a.topnav {
        font-size: 15px;
    }

    .cities-wrap {
        padding-right: 25px;
    }

    .dropdown-content {
        grid-column-gap: 30px;
    }

    .dropdown-content .cities-wrap+.state .states .list {
        grid-column-gap: 10px;
    }

    .dropdown-content a {
        font-size: 13px;
    }
}

@media (min-width: 990px) and (max-width: 1399px) {
    .userListingRight a {
        white-space: nowrap;
    }

    .userListingRight {
        width: 80%;
    }

    .userImage {
        width: 100%;
    }

    .userListing {
        grid-template-columns: 78% 22%;
    }

    .userListingRight:after {
        left: -37px;
    }

    .userListingLeft {
        grid-template-columns: 22% 78%;
        gap: 20px;
    }

    .listingExpertise.listingLang ul {
        height: 24px;
        overflow: hidden;
    }

    .container {
        max-width: 100% !important;
    }



}

@media (min-width: 300px) and (max-width: 991px) {
    .hb-grid {
        grid-template-columns: 100%;
    }

    .hb-left h1 {
        font-size: 35px;
        line-height: 38px;
        display: block;
        margin-bottom: 12px;
    }

    .hb-left p {
        font-size: 18px;
    }

    .inputwrapper {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .inputcover {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .inputwrapper button {
        width: 100%;
        box-sizing: border-box;
    }

    section.herobannersect {
        padding: 15px 0px;
    }

    .hbimg {
        object-fit: cover;
        margin-top: 20px;
    }

    .hb-right {
        overflow: hidden;
    }

    .numbergrid {
        grid-template-columns: repeat(1, 1fr);
    }

    .numb-box h5 {
        font-size: 24px;
    }

    .numb-box span {
        font-size: 18px;
    }

    .numb-box {
        padding: 20px 0;
    }

    .serviceGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .serviceContent h3 {
        font-size: 20px;
    }

    .serviceContent figure {
        height: 170px;
    }

    .homepageCommonHeading h3 {
        font-size: 16px;
    }

    .homepageCommonHeading h2 {
        font-size: 25px;
    }

    .serviceMainContainer {
        padding: 40px 0px;
    }

    .homepageCommonHeading p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .howItWorkGrid {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .howItWorkContet .icon svg {
        width: 55px;
        height: 55px;
        padding: 13px;
    }

    .howItWorkContet h3 {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .footerLogo {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .footerLogo .container {
        display: block;
    }

    .footQuickLink .container {
        row-gap: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .footerLogo .container:after {
        display: none;
    }

    footer {
        padding: 30px 0px 30px 0px;
    }

    .footLeft img {
        width: 160px;
    }

    .footLeft {
        margin-bottom: 40px;
    }

    .footRight svg {
        width: 25px;
        height: 24px;
    }

    .footContent h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footContent li a {
        font-size: 17px;
    }

    section.breadcrumwrap-sect {
        display: inline;
    }

    .breadcrumwrap h1 {
        font-size: 19px;
    }

    .breadcrumwrap .description p {
        font-size: 15px;
    }

    .breadcrumwrap ul li,
    .breadcrumwrap ul li a {
        font-size: 12px;
    }

    .breadcrumwrap ul {
        grid-column-gap: 5px;
    }


    section.filter-sect {
        display: none;
    }

    .userListingLeft {
        grid-template-columns: 100%;
    }

    .userListing {
        grid-template-columns: 100%;
        padding: 0;
        border: unset;
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }

    .userImage figure {
        width: 100px;
        height: 100px;
    }

    .userImage span {
        font-size: 10px;
        letter-spacing: 3px;
    }

    .userListingData h3 {
        font-size: 16px;
    }

    .listingReview span {
        font-size: 13px;
    }

    .userListingData svg {
        width: 10px;
        height: 14px;
    }

    .listingReview {
        gap: 5px;
    }

    .starRating b {
        font-size: 13px;
    }

    .dShow {
        display: none;
    }

    .mShow {
        display: block;
    }

    .userListingLeft-D-M {
        display: flex;
        gap: 10px;
    }

    .ListingLocationExp {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    .userListingRight {
        flex-direction: row;
        width: 100%;
        margin-top: 40px;
    }

    .userListingRight a {
        font-size: 14px;
        white-space: nowrap;
    }

    .userListingRight:after {
        width: 100%;
        height: 1px;
        left: 0;
        top: -39%;
    }

    .whatsappEmail {
        order: 2;
        gap: 5px;
    }

    .listingViewProfile svg {
        display: none;
    }

    ul.footerLinkSuggestion {
        grid-template-columns: repeat(1, 1fr);
    }

    .faqContainer {
        margin-top: 40px;
    }

    .faqContainer .homepageCommonHeading {
        margin-bottom: 20px;
    }

    /* hj */

    /* Responsive Menu code start */

    .hc-offcanvas-nav ul {
        flex-direction: column;
        align-items: unset;
        grid-column-gap: 0;
    }

    body.theme-default .hc-offcanvas-nav li {
        height: auto;
        align-items: unset;
    }

    .hc-offcanvas-nav li>.nav-item-wrapper .nav-item-link::before {
        content: unset;
    }

    body.theme-default .hc-offcanvas-nav .nav-close-button span::after {
        margin-left: -2px;
    }

    .hambwrap {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .dshow {
        display: none;
    }

    .mShow {
        display: block;
    }

    #hc-nav-1 {
        display: block;
    }

    header {
        padding: 15px;
    }

    #hc-nav-1-nav-title {
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        background-color: #7A4A00 !important;
        margin: 0;
        padding: 20px;
    }

    body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title {
        background-color: #4a2e04 !important;
    }

    body.theme-default .hc-offcanvas-nav h2.nav-title {
        background-color: #4a2e04 !important;
    }

    /* Responsive Menu code end */

    .mFilterWrap svg {
        width: 22px;
        height: 22px;
    }

    .mFilterWrap {
        padding: 20px 15px;
        display: flex;
        justify-content: flex-end;
    }

    #myFilter {
        z-index: 9999;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    /* Override Bootstrap modal to come from bottom */

    #myFilter .modal-dialog {
        animation: slideUp 0.4s ease-out;
        transform: translateY(0);
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    #myFilter .modal-content {
        border-radius: 0;
        border: none;
    }

    #myFilter .fliter-wrapflex {
        display: flex;
        flex-direction: column;
        grid-row-gap: 18px;
        margin-bottom: 60px;
    }

    .select-wrap {
        z-index: 0;
    }

    .select-wrap.multiselect {
        z-index: 25;
    }

    .select-wrap.sel2 {
        z-index: 24;
    }

    .select-wrap.sel3 {
        z-index: 23;
    }

    .select-wrap.sel4 {
        z-index: 22;
    }

    .select-wrap.sel5 {
        z-index: 21;
    }

    .select-wrap ul {
        width: 100%;
        height: 86px;
        overflow-y: scroll;
    }

    header .toggle span::after {
        bottom: -8px;
    }

    header .toggle span::before {
        top: -8px;
    }

    header .toggle span,
    header .toggle span::before,
    header .toggle span::after {
        height: 2px;
    }

    header .toggle span {
        width: 28px;
    }

    .hc-nav-open header .toggle span::after {
        bottom: -11px;
    }

    .hc-nav-open header .toggle span::before {
        top: -11px;
    }

    /* hj */

    .detailsListingContainer .ListingLocationExp {
        gap: 0px;
    }

    .listingContainer.detailsListingContainer .listingLocation svg {
        width: 11px;
        height: 15px;
    }

    .listingContainer {
        margin-bottom: 20px;
    }

    .grid-add-timingwrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .gat-right ul li {
        display: grid;
        grid-template-columns: 33% 57%;
    }

    ul.socialmedia li svg {
        width: 30px;
        height: 30px;
    }

    .comp-writeus-wrap {
        flex-direction: column;
    }

    .rev-com h2 {
        font-size: 25px;
    }

    span.fullstar {
        font-size: 28px;
    }

    .fullrevontopwrap {
        margin-top: 10px;
    }

    .fullrevontopwrap li i {
        font-size: 16px;
    }

    .form2Grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .modal .modal-body {
        padding: 0px 20px;
    }

    .detailsListingContainer .userListingRight {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        justify-content: center;
        padding: 10px;
        box-shadow: 0px 0px 4px 0px #ccc;
        z-index: 9999;
    }

    .detailsListingContainer .userListingRight:after {
        display: none;
    }

    .mFilterWrap.mShow a {
        background: #fff;
        padding: 8px 10px;
        text-decoration: none;
        color: #000;
        align-items: center;
        gap: 5px;
        border-radius: 4px;
        border: 1px solid #ccc;
        display: flex;
        justify-content: space-between;
        width: 110px;
    }

    .mFilterWrap.mShow {
        padding-top: 0;
        display: flex;
        align-items: center;
    }

    .loginContainer {
        margin-top: 30px;
    }

    .select-wrap.sel5.zindexPtop {
        z-index: 26;
    }

    .select-wrap.sel5.zindexPtop ul {
        top: -90px;
    }


    /* 11feb */

    .prof-tab-accrd-wrap .dashboard-wrapper {
        grid-template-columns: 100%;
    }

    .dashboard-left {
        display: none;
    }

    .profile-top {
        flex-direction: column;
    }

    .dashboard-left {
        display: none;
    }

    .profile-top {
        flex-direction: column;
    }

    .location-phone-wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 15px;
    }

    .location-phone-wrap ul:first-child {
        grid-row-gap: 15px;
    }

    .profile-detail ul {
        grid-row-gap: 15px;
    }

    .location-phone-wrap ul:first-child:after {
        content: unset;
    }

    .prof-name {
        margin-top: 35px;
        text-align: center;
    }

    .boxshadow.form-cover {
        grid-template-columns: repeat(1, 1fr);
    }

    #progress-bar--container svg {
        left: 50%;
        top: 86px;
        transform: rotate(104deg) scale(2) translateY(85%) !important;
    }

    .profile-percentage {
        left: 47%;
    }

    #progress-bar--container img {
        left: 50%;
        transform: translateX(-50%) !important;
    }

    .switch-wrapper {
        margin-top: 10px;
        flex-direction: column;
        align-items: baseline;
    }

    .grid-two {
        grid-template-columns: repeat(1, 1fr);
    }

    /* 11feb */

    .topHeading span {
        font-size: 19px;
    }

    .searchbtnwrap button {
        padding: 8px 8px;
    }

    .searchbtnwrap {
        top: 25px;
        left: 73%;
    }

    .searchbtnwrap button svg {
        width: 14px;
        height: 14px;
    }

    .recentsearches {
        z-index: 99;
    }

    .search-innrwrap {
        height: 30px;
        width: 30px !important;
    }

    .searchbtnwrap {
        top: 26px;
        left: 72%;
    }

    .nav-item.mobile-auth-btn .authDD a {
        color: #ffffff;
        background-color: unset;
        border: unset;
        padding: 0;
    }

    .filterNone {
        display: none;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    #myFilter {
        padding: 0 15px;
    }

    #myFilter ul {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    #myFilter {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    #myFilter ul {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .bottom-fix-icon {
        position: fixed;
        bottom: 30px;
        right: 30px;
    }

    .bottom-fix-icon a svg {
        width: 40px;
        height: 40px;
    }

    .fixIconWrap {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    .fix-view-contact {
        background-color: #9d6310;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        padding: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fix-view-contact svg {
        width: 23px !important;
        height: 23px !important;
        position: relative;
        left: -1px;
    }

    .fix-view-contact svg path {
        fill: #fff;
    }

    .allTimeService {
        font-weight: 500;
        font-size: 13px;
        margin-top: 4px;
    }

}

/** 991  **/


@media (min-width: 300px) and (max-width: 767px) {
    .loginContainer {
        grid-template-columns: repeat(1, 1fr);
        width: 90%;
    }

    .login-left {
        display: none;
    }

    body {
        background-position: center center;
    }

    .table-container.analytics-table {
        margin-bottom: 30px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .analytics-table table {
        width: 1000px;
    }

    .dash-analytics-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .analytics-chart-wrap {
        grid-column-gap: 0;
        grid-row-gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .footerLogo .container {
        display: flex;
        justify-content: space-between;
        padding: 0 14px;
    }

}


p.terms-wrap a {
    color: #9d6310;
}

.modal form .login-section .form-group label {
    text-align: left;
}

.modal form .login-section .form-group button {
    background: #9d6310 !important;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
}

.phone-code-wrap {
    padding: 0 10px;
    border: 1px solid #e1e1e1;
}

.phone-code-wrap input {
    border: unset !important;
}

.mailForm .form-group label {
    text-align: left;
}

.mailForm .form-group .error-message {
    text-align: left;
}

section.filter-sect {
    /*     z-index: 0;
    position: relative; */
    z-index: 9;
    position: relative;
}

ul.pagination .page-item span,
ul.pagination .page-item button {
    border-radius: 50px !important;
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    line-height: 22px;
    background-color: #9d6310;
    color: #fff;
}

ul.pagination .fw-semibold {
    color: #9d6310;
}

@media (min-width: 600px) and (max-width: 991px) {
    .mobile-show.whatsappEmail {
        display: none !important;
    }

    .search-innrwrap {
        height: 30px;
        width: 30px !important;
    }

    .searchbtnwrap {
        top: 27px;
        left: 82%;
    }

}



@media only screen and (min-width: 300px) and (max-width: 599px) {
    .mobile-show.whatsappEmail {
        margin-top: 10px;
        justify-content: flex-start;
        display: flex;
    }

    .userImage figure {
        width: 120px !important;
        height: 120px !important;
    }

    .userListingLeft-D-M {
        grid-template-columns: 130px auto !important;
    }

    .listingExpertise.listingLang li {
        white-space: nowrap;
    }

}

@media only screen and (min-width: 599px) and (max-width: 991px) {
    .userImage figure {
        width: 150px !important;
        height: 150px !important;
    }

    .userListingLeft-D-M {
        grid-template-columns: 160px auto !important;
    }

    .listingExpertise.listingLang {
        width: 80%;
    }

}

@media only screen and (min-width: 885px) and (max-width: 992px) {
    .userListingLeft-D-M {
        grid-template-columns: 17% 52% !important;
    }
}

@media only screen and (min-width:980px) and (max-width: 992px) {
    .userListingData {
        width: 91%;
    }
}

@media only screen and (min-width:992px) and (max-width: 1399px) {
    .userListingData {
        width: 59%;
    }

    .listingExpertise.listingLang ul {
        height: 59px;
    }

    .userListingData h3 a {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
}

@media only screen and (min-width:991px) and (max-width: 1200px) {
    .userListingRight {
        width: 100%;
    }
}


@media only screen and (min-width:1400px) and (max-width: 1499px) {
    .listingExpertise.listingLang {
        width: 70%;
    }
}

@media only screen and (min-width:1300px) and (max-width: 1900px) {

    .userImage figure {
        width: 150px !important;
        height: 150px !important;
    }

    .userListing {
        grid-template-columns: 63% 22% !important;
    }

    .userListingLeft {
        grid-template-columns: 160px 78% !important;
    }

    .userListingRight {
        width: 100% !important;
    }

}

@media only screen and (min-width:1200px) and (max-width: 2000px) {

    .userListingData h3 a {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    .userListingRight {
        width: 100% !important;
    }
}


.ts-wrapper.multi.has-items .ts-control {
    padding: 6px 8px 3px !important;
}

.ts-wrapper.multi .ts-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.ts-control .item {
    background: #e6f0ff;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 2px;
    font-size: 13px;
}

.ts-control input {
    min-height: 24px;
    margin: 2px;
}

.ts-wrapper .ts-control {
    padding: 6px 8px !important;
}

.ts-wrapper.multi .ts-control {
    max-height: 100px;
    overflow-y: auto;

}

.custom-ts .ts-control {
    padding: 6px 8px;
}

/* Fix Tom Select multi-select UI */
.ts-wrapper.multi .ts-control {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    min-height: 44px !important;
    height: auto !important;
    padding: 6px 10px !important;
    gap: 6px;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

/* Fix selected tags */
.ts-control .item {
    background: #e9f2ff;
    border: 1px solid #bcd3ff;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 2px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

/* Fix input inside */
.ts-control input {
    flex: 1;
    min-width: 120px;
    height: 28px !important;
    margin: 2px;
    border: none !important;
    outline: none !important;
}

/* Fix wrapper height issue */
.ts-wrapper {
    width: 100%;
}

/* Fix overflow (important for long lists like courts) */
.ts-wrapper.multi .ts-control {
    max-height: 120px;
    overflow-y: auto;
}

/* Remove broken calc padding */
.ts-wrapper.multi.has-items .ts-control {
    padding: 6px 10px !important;
}

/* ================================
   1. FIX MULTI SELECT CONTAINER
================================ */
.ts-wrapper.multi .ts-control {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px;
    min-height: 44px;
    height: auto !important;
    padding: 8px 10px !important;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

/* ================================
   2. FIX SELECTED TAGS (CHIPS)
================================ */
.ts-control .item {
    display: inline-flex;
    align-items: center;
    background: #eef2f7;
    border: 1px solid #d0d7de;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1.4;
    margin: 2px;
}

/* Close (x) spacing fix */
.ts-control .item .remove {
    margin-left: 6px;
}

/* ================================
   3. FIX INPUT ALIGNMENT
================================ */
.ts-control input {
    flex: 1;
    min-width: 140px;
    height: 30px !important;
    margin: 2px;
    padding: 4px;
    border: none !important;
    outline: none !important;
}

/* Placeholder alignment */
.ts-control input::placeholder {
    color: #6c757d;
}

/* ================================
   4. FIX DROPDOWN
================================ */
.ts-dropdown {
    border-radius: 6px;
    overflow: hidden;
}

/* ================================
   5. REMOVE BROKEN CALC
================================ */
.ts-wrapper.multi.has-items .ts-control {
    padding: 8px 10px !important;
}

/* ================================
   6. FIX FIELD SPACING (IMPORTANT)
================================ */
.form-group,
.mb-3 {
    margin-bottom: 16px !important;
}

/* Label spacing fix */
label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

/* ================================
   7. MATCH PRACTICE AREA STYLE
================================ */
.ts-wrapper {
    width: 100%;
}

/* ================================
   8. SCROLL FOR MANY TAGS
================================ */
.ts-wrapper.multi .ts-control {
    max-height: 120px;
    overflow-y: auto;
}



/* Parent must be relative */
.position-relative {
    position: relative;
}

/* Loader overlay INSIDE container */
.containerLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, 0.7);
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Spinner */
.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.no-data {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;

    /* min-height: 300px; */
    /* adjust as needed */
    width: 100%;

    font-size: 18px;
    font-weight: 500;
    color: #666;
}

.ts-dropdown .optgroup-header {
    font-weight: 500;
}


.practice-cities {
    margin-top: 15px;
}

.practice-city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.city-tag {
    background: #e2ddd6;
    color: #6b4209;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    cursor: default;
    transition: 0.2s;
}

.city-tag:hover {
    background: #9d6310;
    color: #fff;
}

.education-wrapper {
    .edu-card {
        position: relative;
        padding: 25px;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        background: #ffffff;
        margin-bottom: 25px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .form-row {
        margin-bottom: 18px;
    }

    label {
        display: block;
        font-weight: 600;
        margin-bottom: 6px;
        font-size: 14px;
        color: #2c3e50;
    }

    .required-star {
        color: #e74c3c;
    }

    select,
    input {
        width: 100%;
        padding: 12px;
        border: 1px solid #dcdde1;
        border-radius: 6px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .helper-text {
        font-size: 12px;
        color: #7f8c8d;
        margin-top: 6px;
        line-height: 1.4;
        font-style: italic;
    }

    .other-box {
        display: none;
        margin-top: 10px;
    }

    .add-btn {
        background-color: #3498db;
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
        font-size: 14px;
        transition: 0.3s;
    }

    .add-btn:hover {
        background-color: #2980b9;
    }

    .remove-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #ff7675;
        color: white;
        border: none;
        border-radius: 4px;
        padding: 6px 12px;
        font-size: 12px;
        cursor: pointer;
    }
}

.education-listing-wrapper {

    .edu-item {
        padding: 10px 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .edu-year {
        font-weight: 600;
        font-size: 14px;
        color: #111;
        margin-bottom: 4px;
    }

    .edu-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .edu-text {
        font-size: 13px;
        color: #444;
        flex: 1;
        /* IMPORTANT: takes remaining space */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* ICON GROUP FIX */
    .edit-icon,
    .delete-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        border-radius: 4px;
        transition: 0.2s ease;
    }

    .edit-icon svg,
    .delete-icon svg {
        width: 14px;
        height: 14px;
    }

    /* spacing between icons */
    .delete-icon {
        margin-left: 6px;
        color: #dc2626;
    }

    /* hover effects */
    .edit-icon:hover {
        background: #f3f4f6;
    }

    .delete-icon:hover {
        background: #f3f4f6;
    }

    /* optional: icon colors */
    .edit-icon svg path {
        fill: #555;
    }

    .delete-icon svg path {
        fill: #dc2626;
    }
}

.education-wrapper .edu-card {
    position: relative;
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #ffffff;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.education-wrapper .education-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.education-wrapper .form-row {
    margin-bottom: 0;
    min-width: 0;
}

.education-wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #2c3e50;
}

.education-wrapper .required-star {
    color: #e74c3c;
}

.education-wrapper select,
.education-wrapper input {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcdde1;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.education-wrapper .helper-text {
    font-size: 12px;
    color: #7f8c8d;
    margin-top: 6px;
    line-height: 1.4;
    font-style: italic;
}

.education-wrapper .other-box {
    display: none;
    margin-top: 10px;
}

.education-wrapper .remove-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff7675;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .education-wrapper .edu-card {
        padding: 18px;
    }

    .education-wrapper .education-form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

}

.education-listing-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.education-listing-wrapper .edu-item {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.education-listing-wrapper .edu-row {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    grid-template-areas: "year details actions";
    align-items: center;
    gap: 14px;
}

.education-listing-wrapper .edu-year {
    grid-area: year;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #f5e5ca;
    color: #8a570e;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.education-listing-wrapper .edu-details {
    grid-area: details;
    min-width: 0;
}

.education-listing-wrapper .edu-title {
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.education-listing-wrapper .edu-text {
    display: block;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: anywhere;
}

.education-listing-wrapper .edu-actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
}

.education-listing-wrapper .edit-icon,
.education-listing-wrapper .delete-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    transition: 0.2s ease;
}

.education-listing-wrapper .edit-icon svg,
.education-listing-wrapper .delete-icon svg {
    width: 15px;
    height: 15px;
}

.education-listing-wrapper .delete-icon {
    margin-left: 0;
    color: #dc2626;
}

.education-listing-wrapper .edit-icon:hover,
.education-listing-wrapper .delete-icon:hover {
    background: #f3f4f6;
}

.education-listing-wrapper .edit-icon svg path {
    fill: #4b5563;
}

.education-listing-wrapper .delete-icon svg path {
    fill: none;
}

.education-listing-wrapper .edu-empty {
    padding: 14px 16px;
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    color: #6b7280;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767px) {
    .education-listing-wrapper .edu-item {
        padding: 14px;
    }

    .education-listing-wrapper .edu-row {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "year actions"
            "details details";
        align-items: start;
        gap: 10px 12px;
    }

    .education-listing-wrapper .edu-year {
        justify-content: flex-start;
        width: fit-content;
    }

    .education-listing-wrapper .edu-title,
    .education-listing-wrapper .edu-text {
        white-space: normal;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .education-listing-wrapper .edu-row {
        grid-template-columns: 76px minmax(0, 1fr) auto;
        grid-template-areas: "year details actions";
        gap: 12px;
    }

    .education-listing-wrapper .edu-title,
    .education-listing-wrapper .edu-text {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .education-listing-wrapper .edu-row {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "year actions"
            "details details";
        gap: 10px 12px;
    }

    .education-listing-wrapper .edu-actions {
        align-self: start;
        justify-content: flex-end;
    }

    .education-listing-wrapper .edit-icon,
    .education-listing-wrapper .delete-icon {
        width: 34px;
        height: 34px;
    }
}

/* ===============================
   TOM SELECT CLEAN FIX
================================ */

/* Wrapper */
.ts-wrapper {
    width: 100% !important;
    position: relative;
}

/* Main control */
.ts-control {
    display: flex !important;
    align-items: center;
    border: 1px solid #e1e1e1 !important;
    border-radius: 6px !important;
    min-height: 45px;
    padding: 6px 10px !important;
    font-size: 14px;
    background: #fff;
    box-shadow: none !important;
}

/* Focus */
.ts-control.focus {
    border-color: #9d6310 !important;
    box-shadow: 0 0 0 2px rgba(161, 106, 13, 0.1);
}

/* Input */
.ts-control input {
    font-size: 14px !important;
    padding: 4px !important;
    border: none !important;
    outline: none !important;
    width: 100%;
    background: transparent;
}

/* Placeholder */
.ts-control input::placeholder {
    color: #9ca3af;
}

/* Selected item */
.ts-control .item {
    background: #f3f4f6;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
}

/* Remove button */
.ts-control .item .remove {
    margin-left: 6px;
}

/* Dropdown */
.ts-dropdown {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100% !important;
    border-radius: 6px !important;
    border: 1px solid #e5e7eb !important;
    margin-top: 5px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    z-index: 9999 !important;
}

/* Dropdown scroll */
.ts-dropdown-content {
    max-height: 200px;
    overflow-y: auto;
}

/* Options */
.ts-dropdown .option {
    padding: 10px 12px;
    cursor: pointer;
}

/* Hover */
.ts-dropdown .option:hover {
    background: #f9fafb;
}

/* Active */
.ts-dropdown .active {
    background: #9d6310 !important;
    color: #fff !important;
    padding: 10px 42px !important;
}

/* Disabled */
.ts-control.disabled {
    background: #f9fafb !important;
    cursor: not-allowed;
}

.paractice-area-wrapper,
.practice-cities-wrapper {
    .ts-dropdown .active {
        background: #9d6310 !important;
        color: #fff !important;
        padding: 10px 92px !important;
    }
}

.visiting-courts-wrapper {
    .ts-dropdown .active {
        background: #9d6310 !important;
        color: #fff !important;
        padding: 10px 82px !important;
    }
}

/* ===============================
   WORK EXPERIENCE LISTING
================================ */

.work-experience-listing-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.work-experience-listing-wrapper .exp-card {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.work-experience-listing-wrapper .experience-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.work-experience-listing-wrapper .exp-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.work-experience-listing-wrapper .exp-info {
    min-width: 0;
    flex: 1;
}

.work-experience-listing-wrapper .exp-title {
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}

.work-experience-listing-wrapper .exp-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.work-experience-listing-wrapper .exp-role {
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
}

.work-experience-listing-wrapper .exp-dot {
    color: #9ca3af;
    font-size: 13px;
}

.work-experience-listing-wrapper .exp-duration {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 6px;
    background: #f5e5ca;
    color: #8a570e;
    font-size: 13px;
    font-weight: 600;
}

.work-experience-listing-wrapper .edu-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.work-experience-listing-wrapper .edit-icon,
.work-experience-listing-wrapper .delete-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    transition: 0.2s ease;
}

.work-experience-listing-wrapper .edit-icon svg,
.work-experience-listing-wrapper .delete-icon svg {
    width: 15px;
    height: 15px;
}

.work-experience-listing-wrapper .edit-icon:hover,
.work-experience-listing-wrapper .delete-icon:hover {
    background: #f3f4f6;
}

.work-experience-listing-wrapper .edit-icon svg path {
    fill: #4b5563;
}

.work-experience-listing-wrapper .delete-icon {
    color: #dc2626;
}

.work-experience-listing-wrapper .delete-icon svg path {
    fill: none;
}

@media (max-width: 767px) {
    .work-experience-listing-wrapper .exp-card {
        padding: 14px;
    }

    .work-experience-listing-wrapper .exp-main {
        grid-template-columns: 1fr auto;
        grid-template-areas: "main actions";
        align-items: start;
        gap: 10px 12px;
    }

    .work-experience-listing-wrapper .exp-title {
        white-space: normal;
    }

    .work-experience-listing-wrapper .exp-meta {
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .work-experience-listing-wrapper .exp-main {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
    }

    .work-experience-listing-wrapper .exp-title {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .work-experience-listing-wrapper .edu-actions {
        align-self: start;
        justify-content: flex-end;
    }

    .work-experience-listing-wrapper .edit-icon,
    .work-experience-listing-wrapper .delete-icon {
        width: 34px;
        height: 34px;
    }
}

.exp-section-wrapper {

    .exp-card {
        position: relative;
        padding: 18px;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        background: #ffffff;
        margin-bottom: 25px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .form-row {
        margin-bottom: 18px;
    }

    label {
        display: block;
        font-weight: 600;
        margin-bottom: 6px;
        font-size: 14px;
        color: #2c3e50;
    }

    .required-star {
        color: #e74c3c;
    }

    select,
    input {
        width: 100%;
        padding: 12px;
        border: 1px solid #dcdde1;
        border-radius: 6px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .helper-text {
        font-size: 12px;
        color: #7f8c8d;
        margin-top: 6px;
        line-height: 1.4;
        font-style: italic;
    }

    .year-flex {
        display: flex;
        gap: 15px;
    }

    .year-box {
        flex: 1;
    }

    .checkbox-group {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 10px;
        font-size: 13px;
    }

    .checkbox-group input {
        width: auto;
        cursor: pointer;
    }

    .add-btn {
        background-color: #3498db;
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
        font-size: 14px;
    }

    .remove-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #ff7675;
        color: white;
        border: none;
        border-radius: 4px;
        padding: 6px 12px;
        font-size: 12px;
        cursor: pointer;
    }

    .position-wrapper {
        .ts-dropdown .active {
            background: #9d6310 !important;
            color: #fff !important;
            padding: 10px 85px !important;
        }
    }

    .work-year {
        .ts-dropdown .active {
            background: #9d6310 !important;
            color: #fff !important;
            padding: 10px 45px !important;
        }
    }
}


.professional-links-wrapper {

    .prof-card {
        padding: 18px;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px 40px;
        margin-bottom: 35px;
    }

    .form-row {
        display: flex;
        flex-direction: column;
    }

    label {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 14px;
        color: #34495e;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Input Styling */
    input {
        width: 100%;
        padding: 13px 16px;
        border: 1px solid #dcdde1;
        border-radius: 10px;
        font-size: 14px;
        background-color: #fcfcfc;
        transition: all 0.3s ease;
        color: #2c3e50;
    }

    input:focus {
        outline: none;
        border-color: #a57c28;
        background-color: #fff;
        box-shadow: 0 0 0 4px rgba(165, 124, 40, 0.1);
    }

    .helper-text {
        font-size: 11px;
        color: #7f8c8d;
        margin-top: 6px;
        font-style: italic;
    }

    /* Action Buttons */
    .button-group {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        border-top: 1px solid #f1f5f9;
        padding-top: 25px;
    }

    .btn {
        padding: 12px 35px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
    }

    .btn-save {
        background: #9d6310;
        color: white;
        border: none;
    }

    .btn-save:hover {
        background: #9d6310;
        transform: translateY(-1px);
    }

    .btn-cancel {
        background: white;
        border: 1px solid #a57c28;
        color: #a57c28;
    }

    @media (max-width: 768px) {
        .form-grid {
            grid-template-columns: 1fr;
        }
    }
}

.document-form-wrapper {

    .header-title {
        color: #1a202c;
        border-bottom: 3px solid #3182ce;
        padding-bottom: 12px;
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: bold;
    }

    .instruction-box {
        background-color: #ebf8ff;
        border-left: 5px solid #3182ce;
        padding: 15px;
        font-size: 14px;
        color: #2a4365;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .privacy-tag {
        display: block;
        margin-top: 8px;
        color: #2f855a;
        font-weight: 600;
        font-size: 13px;
    }

    #matching-info-box {
        background-color: #fffaf0;
        border: 1px solid #fbd38d;
        padding: 12px;
        border-radius: 8px;
        font-size: 13px;
        color: #744210;
        margin-bottom: 20px;
        display: block;
    }

    .document-row {
        /* background: #f7fafc;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 15px;
        position: relative;
        border: 1px solid #edf2f7;
        border: 1px solid #e0e0e0; */

        padding: 35px;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
        margin-bottom: 10px;
    }

    .remove-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        color: #e53e3e;
        cursor: pointer;
        font-weight: bold;
        font-size: 11px;
        text-transform: uppercase;
    }

    .add-more-btn {
        background-color: #38a169;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .id-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 15px;
    }

    label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 13px;
        color: #4a5568;
    }

    select,
    input[type="file"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #cbd5e0;
        border-radius: 6px;
        box-sizing: border-box;
        background: #fff;
    }

    .declaration-box {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 2px solid #edf2f7;
    }

    .declaration-box label {
        font-weight: normal;
        font-size: 12px;
        color: #4a5568;
        line-height: 1.6;
        cursor: pointer;
    }

    /* Action Buttons */
    .action-buttons {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        margin-top: 30px;
    }

    .btn-save {
        background-color: #3182ce;
        color: white;
        border: none;
        padding: 12px 35px;
        border-radius: 6px;
        font-weight: 600;
        cursor: pointer;
    }

    .btn-cancel {
        background-color: #f7fafc;
        border: 1px solid #cbd5e0;
        padding: 12px 25px;
        border-radius: 6px;
        color: #4a5568;
        cursor: pointer;
    }


}

.working-hours-wrapper {
    .prof-card {
        padding: 18px;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    }

    .timing-group {
        margin-bottom: 40px;
    }

    .day-label {
        font-size: 14px;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 20px;
        display: block;
    }

    .required-star {
        color: #e74c3c;
        margin-left: 3px;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px 40px;
    }

    .form-row {
        display: flex;
        flex-direction: column;
    }

    label {
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 14px;
        color: #34495e;
    }

    /* Time Input Styling */
    .time-input-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

    input[type="time"] {
        width: 100%;
        padding: 13px 16px;
        border: 1px solid #dcdde1;
        border-radius: 10px;
        font-size: 15px;
        background-color: #fcfcfc;
        color: #2c3e50;
        font-family: inherit;
        transition: all 0.3s ease;
    }

    input[type="time"]:focus {
        outline: none;
        border-color: #a57c28;
        background-color: #fff;
        box-shadow: 0 0 0 4px rgba(165, 124, 40, 0.1);
    }

    /* Helper Text */
    .helper-text {
        font-size: 11.5px;
        color: #7f8c8d;
        margin-top: 6px;
        line-height: 1.4;
        font-style: italic;
    }

    .button-group {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        border-top: 1px solid #f1f5f9;
        padding-top: 25px;
        margin-top: 10px;
    }

    .btn {
        padding: 12px 35px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
    }

    .btn-save {
        background: #9d6310;
        color: white;
        border: none;
        box-shadow: 0 4px 10px rgba(165, 124, 40, 0.2);
    }

    .btn-save:hover {
        background: #9d6310;
        transform: translateY(-1px);
    }

    .btn-cancel {
        background: white;
        border: 1px solid #a57c28;
        color: #a57c28;
    }

    .btn-cancel:hover {
        background: #fdfaf3;
    }


    @media (max-width: 600px) {
        .form-grid {
            grid-template-columns: 1fr;
        }
    }
}

.document-list-table {
    width: 100%;
    /* max-width: 660px; */
    margin-bottom: 10px;
}

.document-list-grid {
    width: 100%;
    color: #3f3f3f;
    font-size: 14px;
}

.document-list-row {
    display: grid;
    grid-template-columns: 1.25fr 1.35fr 1fr .8fr;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 20px;
    column-gap: 24px;
}

.document-list-row>div {
    min-width: 0;
    overflow-wrap: anywhere;
}

.document-list-header {
    font-weight: 700;
}

.document-status {
    color: #2d2d2d;
    font-weight: 700;
}

.document-view-link {
    color: #3f3f3f;
    font-weight: 500;
    text-decoration: none;
}

.document-view-link:hover {
    text-decoration: underline;
}

.personal-details-form {
    .prof-card {
        padding: 18px;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px 35px;
        margin-bottom: 35px;
    }

    .form-row {
        display: flex;
        flex-direction: column;
    }

    .full-width {
        grid-column: span 2;
    }

    label {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 14.5px;
        color: #34495e;
    }

    .required-star {
        color: #e74c3c;
        margin-left: 3px;
    }

    input,
    select,
    textarea {
        width: 100%;
        padding: 13px 16px;
        border: 1px solid #dcdde1;
        border-radius: 10px;
        font-size: 14px;
        box-sizing: border-box;
        background-color: #fcfcfc;
        transition: all 0.3s ease;
        color: #2c3e50;
        font-family: inherit;
    }

    input:focus,
    select:focus,
    textarea:focus {
        outline: none;
        border-color: #a57c28;
        background-color: #fff;
        box-shadow: 0 0 0 4px rgba(165, 124, 40, 0.1);
    }

    textarea {
        resize: vertical;
        min-height: 120px;
        line-height: 1.6;
    }

    .special-select {
        border-left: 5px solid #a57c28;
        font-weight: 600;
    }

    .helper-text {
        font-size: 11.5px;
        color: #7f8c8d;
        margin-top: 8px;
        line-height: 1.5;
        font-style: italic;
    }

    .button-group {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        border-top: 1px solid #eee;
        padding-top: 30px;
    }

    .btn {
        padding: 14px 40px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        border: none;
        transition: all 0.3s ease;
    }

    .btn-save {
        background-color: #9d6310;
        color: #ffffff;
    }

    .btn-save:hover {
        background-color: #9d6310;
        transform: translateY(-2px);
    }

    .btn-cancel {
        background-color: #f1f2f6;
        color: #57606f;
    }

    .btn-cancel:hover {
        background-color: #dfe4ea;
    }

    @media (max-width: 650px) {
        .form-grid {
            grid-template-columns: 1fr;
        }

        .full-width {
            grid-column: span 1;
        }
    }

    .languages-spoken-wrapper {
        .ts-dropdown .active {
            background: #9d6310 !important;
            color: #fff !important;
            padding: 10px 85px !important;
        }
    }
}

.professional-details-wrapper {
    .prof-card {
        padding: 18px;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        background: #ffffff;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px 35px;
        margin-bottom: 35px;
    }

    .form-row {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .full-width {
        grid-column: span 2;
    }

    label {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 14.5px;
        color: #34495e;
    }

    .required-star {
        color: #e74c3c;
        margin-left: 3px;
    }

    input,
    select {
        width: 100%;
        padding: 13px 16px;
        border: 1px solid #dcdde1;
        border-radius: 10px;
        font-size: 14px;
        box-sizing: border-box;
        background-color: #fcfcfc;
        transition: all 0.3s ease;
        color: #2c3e50;
    }

    input:focus,
    select:focus {
        outline: none;
        border-color: #a57c28;
        background-color: #fff;
        box-shadow: 0 0 0 4px rgba(165, 124, 40, 0.1);
    }

    .special-select {
        border-left: 5px solid #a57c28;
        font-weight: 600;
    }

    .helper-text {
        font-size: 11.5px;
        color: #7f8c8d;
        margin-top: 8px;
        line-height: 1.5;
        font-style: italic;
    }

    .custom-select-wrapper {
        position: relative;
        width: 100%;
    }

    .search-input {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23a57c28" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
        background-repeat: no-repeat;
        background-position: right 15px center;
        padding-right: 45px !important;
    }

    .years-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        border: 1px solid #dcdde1;
        border-radius: 12px;
        margin-top: 8px;
        max-height: 280px;
        overflow-y: auto;
        z-index: 1000;
        display: none;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

    .year-item {
        padding: 14px 18px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f1f2f6;
        transition: background 0.2s;
    }

    .year-item:hover {
        background-color: #fdfaf3;
    }

    .year-val {
        font-weight: 700;
        color: #2c3e50;
    }

    .year-exp {
        font-size: 12px;
        color: #a57c28;
        background: #fdfaf3;
        padding: 3px 10px;
        border-radius: 20px;
        border: 1px solid rgba(165, 124, 40, 0.15);
    }


    .button-group {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        border-top: 1px solid #eee;
        padding-top: 30px;
    }

    .btn {
        padding: 14px 40px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        border: none;
        transition: all 0.3s ease;
    }

    .btn-save {
        background-color: #9d6310;
        color: #ffffff;
    }

    .btn-save:hover {
        background-color: #9d6310;
    }

    .btn-cancel {
        background-color: #f1f2f6;
        color: #57606f;
    }

    .btn-cancel:hover {
        background-color: #dfe4ea;
    }


    .years-dropdown::-webkit-scrollbar {
        width: 7px;
    }

    .years-dropdown::-webkit-scrollbar-thumb {
        background: #dcdde1;
        border-radius: 10px;
    }

    .paractice-area-wrapper {
        .ts-dropdown .active {
            background: #9d6310 !important;
            color: #fff !important;
            padding: 10px 48px !important;
        }
    }

    .visiting-courts-wrapper {
        .ts-dropdown .active {
            background: #9d6310 !important;
            color: #fff !important;
            padding: 10px 82px !important;
        }
    }

    .practice-cities-wrapper {
        .ts-dropdown .active {
            background: #9d6310 !important;
            color: #fff !important;
            padding: 10px 82px !important;
        }
    }



    @media (max-width: 650px) {
        .form-grid {
            grid-template-columns: 1fr;
        }

        .full-width {
            grid-column: span 1;
        }

        .button-group {
            flex-direction: column-reverse;
        }

        .btn {
            width: 100%;
        }
    }
}

.contact-details-wrapper {

    .prof-card {
        padding: 18px;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 40px;
        margin-bottom: 35px;
    }

    .form-row {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .full-width {
        grid-column: span 2;
    }

    label {
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 14px;
        color: #34495e;
    }

    .required-star {
        color: #e74c3c;
        margin-left: 3px;
    }

    input,
    select {
        width: 100%;
        padding: 13px 16px;
        border: 1px solid #dcdde1;
        border-radius: 10px;
        font-size: 14.5px;
        background-color: #fcfcfc;
        transition: all 0.3s ease;
        color: #2c3e50;
    }

    input:focus,
    select:focus {
        outline: none;
        border-color: #a57c28;
        box-shadow: 0 0 0 4px rgba(165, 124, 40, 0.1);
    }

    .input-container {
        position: relative;
        display: flex;
        align-items: center;
    }

    .input-container input {
        padding-right: 185px;
    }

    .verified-text {
        position: absolute;
        right: 75px;
        color: #16a34a;
        font-weight: 700;
        font-size: 12px;
        background: #dcfce7;
        border: 1px solid #bbf7d0;
        border-radius: 20px;
        padding: 2px 10px;
        pointer-events: none;
    }

    .verified-text-separator {
        position: absolute;
        right: 65px;
        color: #000;
    }

    .verify-link {
        position: absolute;
        right: 10px;
        color: #4a90e2;
        font-weight: 700;
        font-size: 13px;
        cursor: pointer;
        text-decoration: none;
    }


    .helper-text {
        font-size: 11.5px;
        color: #7f8c8d;
        margin-top: 6px;
        line-height: 1.4;
        font-style: italic;
    }


    .toggle-group {
        display: flex;
        gap: 25px;
        margin-top: 12px;
    }

    .toggle-item {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 12.5px;
        font-weight: 600;
        color: #475569;
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 34px;
        height: 18px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #cbd5e1;
        transition: .3s;
        border-radius: 20px;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .3s;
        border-radius: 50%;
    }

    input:checked+.slider {
        background-color: #a57c28;
    }

    input:checked+.slider:before {
        transform: translateX(16px);
    }

    .button-group {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        border-top: 1px solid #f1f5f9;
        padding-top: 25px;
    }

    .btn {
        padding: 12px 35px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }

    .btn-save {
        background: #9d6310;
        color: white;
        border: none;
    }

    .btn-cancel {
        background: white;
        border: 1px solid #a57c28;
        color: #a57c28;
    }

    @media (max-width: 768px) {
        .prof-card {
            padding: 20px 14px;
            border-radius: 12px;
        }

        .form-grid {
            grid-template-columns: 1fr;
            gap: 22px;
        }

        .form-row,
        .input-container {
            min-width: 0;
        }

        .full-width {
            grid-column: span 1;
        }

        .input-container {
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 8px 10px;
        }

        .input-container input {
            flex: 0 0 100%;
            padding-right: 16px;
        }

        .verified-text,
        .verify-link {
            position: static;
        }

        .verified-text-separator {
            display: none;
        }

        .toggle-group {
            /* flex-direction: column; */
            gap: 12px;
        }

        .button-group {
            flex-direction: column-reverse;
        }

        .btn {
            width: 100%;
        }
    }
}

.ts-control {
    align-items: center;
}

.ts-control input {
    flex: 1;
    min-width: 120px !important;
    width: auto !important;
}

.languages-spoken-wrapper {
    position: relative;
}

.languages-spoken-wrapper+.helper-text {
    margin-top: 8px;
    position: relative;
    z-index: 0;
}

.exp-text {
    font-size: 14px;
    color: #9d6310;
    font-weight: 400;
    padding: 5px 0px 0px 0px;
}

.ts-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
    font-weight: 800;
}

.about-counter {
    text-align: right;
    margin-top: -20px;
    font-size: 11.5px;
    color: #7f8c8d;
}


.professional-details-2-wrapper {
    .prof-card {
        padding: 18px;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
        margin-bottom: 10px;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px 35px;
        margin-bottom: 35px;
    }

    .form-row {
        display: flex;
        flex-direction: column;
        position: relative;
    }



    label {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 14.5px;
        color: #34495e;
    }

    .required-star {
        color: #e74c3c;
        margin-left: 3px;
    }

    input,
    select {
        width: 100%;
        padding: 13px 16px;
        border: 1px solid #dcdde1;
        border-radius: 10px;
        font-size: 14px;
        box-sizing: border-box;
        background-color: #fcfcfc;
        transition: all 0.3s ease;
        color: #2c3e50;
    }

    input:focus,
    select:focus {
        outline: none;
        border-color: #a57c28;
        background-color: #fff;
        box-shadow: 0 0 0 4px rgba(165, 124, 40, 0.1);
    }

    .helper-text {
        font-size: 11.5px;
        color: #7f8c8d;
        margin-top: 8px;
        line-height: 1.5;
        font-style: italic;
    }

    .btn {
        padding: 14px 40px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        border: none;
        transition: all 0.3s ease;
    }

    .btn-save {
        background-color: #a57c28;
        color: #ffffff;
        box-shadow: 0 5px 15px rgba(165, 124, 40, 0.25);
    }

    .btn-save:hover {
        background-color: #8e6a22;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(165, 124, 40, 0.35);
    }

    .btn-cancel {
        background-color: #f1f2f6;
        color: #57606f;
    }

    .btn-cancel:hover {
        background-color: #dfe4ea;
    }



    @media (max-width: 650px) {
        .form-grid {
            grid-template-columns: 1fr;
        }

        .full-width {
            grid-column: span 1;
        }

        .button-group {
            flex-direction: column-reverse;
        }

        .btn {
            width: 100%;
        }
    }
}

.text-optional {
    color: #a0aec0;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.tag-required-live {
    background-color: #fff5f5;
    color: #e53e3e;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #fed7d7;
    margin-right: 15px;
}

.tag-verified {
    background-color: #f0fff4;
    color: #38a169;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #c6f6d5;
    margin-right: 10px;
}

.error-message {
    color: #f82424;
    font-size: 13px;
    margin-top: 2px;
}

.profile-review {
    .review-card {
        margin: 30px auto;
        padding: 25px;
        border: 1px solid #e6e6e6;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    }

    .advocate-name {
        font-size: 22px;
        color: #222;
        margin-bottom: 25px;
        border-bottom: 2px solid #9d6310;
        display: inline-block;
        padding-bottom: 5px;
    }

    .review-layout {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .rating-col {
        flex: 1 1 250px;
        text-align: center;
    }

    .score-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 40px;
        font-weight: bold;
        color: #222;
    }

    .single-star {
        color: #9d6310;
        font-size: 40px;
    }

    .rating-total {
        font-size: 20px;
        color: #555;
    }

    .cta-btn {
        margin-top: 20px;
        background: #9d6310;
        color: #fff;
        padding: 12px 25px;
        border: none;
        border-radius: 50px;
        font-weight: 600;
        cursor: pointer;
        width: 100%;
        max-width: 250px;
    }

    .bars-col {
        flex: 2 1 300px;
    }

    .bar-row {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
        color: #555;
        margin-bottom: 8px;
    }

    .bar-bg {
        flex-grow: 1;
        height: 8px;
        background: #f0f0f0;
        border-radius: 4px;
    }

    .bar-fill {
        height: 100%;
        background: #9d6310;
        border-radius: 4px;
    }

    .count-text {
        min-width: 30px;
        text-align: right;
    }

    .review-list {
        margin: 20px auto;
        padding: 0 25px 30px 25px;
    }

    .review-item {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .reviewer-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .reviewer-name {
        font-weight: 700;
        color: #333;
    }

    .verified-badge {
        font-size: 11px;
        background: #e8f5e9;
        color: #166534;
        padding: 2px 8px;
        border-radius: 12px;
        margin-left: 8px;
        font-weight: 600;
    }

    .review-date {
        font-size: 12px;
        color: #666;
    }

    .stars {
        color: #9d6310;
        font-size: 14px;
        margin: 5px 0;
        justify-content: left !important;
    }

    .review-text {
        color: #555;
        margin: 8px 0;
        line-height: 1.5;
    }

    /* Reply Section */
    .reply-box {
        background: #fdfaf5;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
        margin-left: 25px;
        border-left: 3px solid #9d6310;
    }

    .reply-header {
        font-weight: 700;
        color: #9d6310;
        font-size: 13px;
        display: flex;
        justify-content: space-between;
    }

    .reply-text {
        color: #444;
        font-size: 14px;
        margin-top: 5px;
    }
}

/* No Review Rating Style */
.noReview {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.noReview span {
    font-size: 13px;
    color: #555;
    font-weight: 400;
}

.noReview a {
    color: #9d6310;
    border: 1px solid #9d6310;
    padding: 1px 7px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    line-height: 1.6;
}

.noReview a:hover {
    background: #9d6310;
    color: #fff;
    transition: .3s all ease;
}

@media (max-width: 768px) {
    .text-limit {
        max-width: 20ch;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .noReview span {
        font-size: 11px;
    }
}

:root {
    --gold-color: #9d6310;
    --bg-color: #f8f9fa;
    --card-bg: #ffffff;
    --text-color: #333333;
    --border-color: #dddddd;
}


.section-card-container {


    padding: 30px 0;

    .section-card {
        background: var(--card-bg);
        padding: 25px;
        border-radius: 12px;
        border: 1px solid var(--border-color);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        margin-bottom: 30px;
    }

    .section-card h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 1.2rem;
        border-bottom: 2px solid var(--gold-color);
        padding-bottom: 10px;
        margin-bottom: 20px;
        display: inline-block;
    }


    .category-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .category-link {
        padding: 12px 20px;
        background: #fff;
        border: 1px solid var(--border-color);
        border-radius: 50px;
        text-decoration: none;
        color: var(--text-color);
        /* font-weight: 500; */
        transition: all 0.3s ease;
        white-space: nowrap;
        font-size: 0.95rem;
    }

    .category-link:hover {
        background: var(--gold-color);
        color: white;
        border-color: var(--gold-color);
    }


    .district-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
        transition: max-height 0.3s ease;
        overflow: hidden;
    }

    .district-link {
        display: flex;
        align-items: center;
        padding: 10px 0;
        text-decoration: none;
        color: #555;
        font-size: 0.95rem;
        border-bottom: 1px solid #f1f1f1;
    }

    .district-link::before {
        content: "●";
        color: var(--gold-color);
        font-size: 0.7rem;
        margin-right: 8px;
    }

    .toggle-container {
        margin-top: 20px;
        text-align: center;
    }

    .toggle-btn {
        background: #fff;
        border: 1px solid var(--gold-color);
        color: var(--gold-color);
        padding: 8px 25px;
        cursor: pointer;
        border-radius: 4px;
        font-weight: 600;
    }

    @media (max-width: 600px) {
        .district-grid.collapsed .district-link:nth-child(n+4) {
            display: none;
        }
    }

    @media (min-width: 601px) {
        .toggle-container {
            display: none;
        }
    }

    .matrix-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
    }

    .matrix-table th {
        background: #f9f9f9;
        padding: 12px 15px;
        text-align: left;
        font-weight: 600;
        border: 1px solid var(--border-color);
    }

    .matrix-table td {
        padding: 12px 15px;
        border: 1px solid var(--border-color);
    }

    .matrix-table a {
        color: var(--gold-color);
        text-decoration: none;
        font-size: 0.95rem;
    }
}

/* Mobile nav profile card */
.mobile-profile-item {
    list-style: none;
}

.mobile-profile-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background-color: #9d6310;
    border-radius: 50px;
    /* padding: 5px 15px 5px 5px; */
    width: fit-content;
}

.mobile-avatar-wrap {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.mobile-avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9d6310;
    font-size: 16px;
    font-weight: 700;
}

.mobile-user-name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

/* Mobile menu width */
@media (min-width: 300px) and (max-width: 991px) {
    body.theme-default .hc-offcanvas-nav .nav-container {
        width: 80vw !important;
        max-width: 80vw !important;
        min-width: unset !important;
    }

    body.theme-default .hc-offcanvas-nav {
        width: 80vw !important;
        max-width: 80vw !important;
    }

    body.hc-nav-open {
        overflow: hidden;
    }

    body.hc-nav-open::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        pointer-events: none;
    }
}

/* Avatar circle fix */
.avatar {
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.auth-mobile {
    background: #FFFFFF !important;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    color: #A46E1F !important;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-item.mobile-auth-btn .auth-mobile a {
    color: #9D630F !important;
}

.profile-menu {
    .user-profile-wrapper {
        position: relative;
        display: inline-block;
    }

    .profile-btn {
        background-color: #9d6310;
        color: white;
        padding: 8px 15px;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.9rem;
        transition: background 0.3s;
    }

    .profile-btn-mobile {
        background-color: #9d6310;
        color: white;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.9rem;
        transition: background 0.3s;
    }


    .avatar {
        width: 30px;
        height: 30px;
        background-color: #fff;
        color: #9d6310;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .arrow-icon {
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .rotate-arrow {
        transform: rotate(180deg);
    }

    .dropdown-content {
        display: none;
        position: absolute;
        right: 0;
        background-color: #ffffff;
        min-width: 160px;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        z-index: 1000;
        margin-top: 8px;
        border: 1px solid #ddd;
    }

    .dropdown-content a {
        color: #333;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .dropdown-content a:active,
    .dropdown-content a.active {
        transform: none !important;
        color: #9d6310 !important;
    }


    .dropdown-content a:hover {
        background-color: #9d6310;
        color: #ffffff !important;
    }

    .show {
        display: block;
    }
}

.filter-container {

    .filter-wrapper {
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .desktop-view {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0px;
        position: relative;
        flex-wrap: nowrap;
    }

    .left-filters-group {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-wrap: nowrap;
    }

    .filter-item-desktop {
        position: relative;
    }

    .filter-btn {
        max-width: 160px;
        height: 38px;
        padding: 0 15px;
        background: white;
        border: 1px solid #ddd;
        border-radius: 50px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        transition: 0.2s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }

    .filter-btn:hover {
        border-color: #9d6310;
        color: #9d6310;
    }

    .filter-dropdown {
        display: none;
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        background: white;
        border: 1px solid #ddd;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        width: 240px;
        z-index: 1000;
    }

    .search-box {
        padding: 8px;
        border-bottom: 1px solid #eee;
    }

    .search-box input {
        width: 100%;
        padding: 6px;
        border: 1px solid #ccc;
        border-radius: 16px;
    }

    .scroll-list {
        max-height: 200px;
        overflow-y: auto;
    }

    .filter-dropdown a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
        cursor: pointer;
        transition: 0.1s;
    }

    .filter-dropdown a:hover,
    .filter-dropdown a.selected {
        background: #9d6310 !important;
        color: white !important;
    }

    .filter-btn.active-filter {
        border-color: #9d6310;
        color: #9d6310;
        background: #fdf6ec;
        font-weight: 600;
    }

    .sort-btn-desktop {
        max-width: 190px;
        height: 38px;
        padding: 0 15px;
        background: #9d6310;
        color: white;
        border: 1px solid #9d6310;
        border-radius: 50px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }


    .sort-dropdown-desktop {
        display: none;
        position: absolute;
        top: calc(100% + 5px);
        right: 0;
        background: white;
        border: 1px solid #ddd;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        width: 220px;
        z-index: 1000;
    }

    .sort-dropdown-desktop a,
    .m-sort-dropdown a {
        display: block;
        padding: 12px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #eee;
        transition: 0.2s;
        cursor: pointer;
    }

    .sort-dropdown-desktop a:hover,
    .sort-dropdown-desktop a.selected,
    .m-sort-dropdown a:hover,
    .m-sort-dropdown a.selected {
        background: #9d6310 !important;
        color: white !important;
    }

    .mobile-view {
        display: none;
        width: 100%;
        gap: 10px;
        padding: 10px 0px;
        position: relative;
        box-sizing: border-box;
    }

    .m-btn {
        flex: 1;
        padding: 12px;
        border-radius: 16px;
        font-weight: bold;
        cursor: pointer;
        font-size: 13px;
        box-sizing: border-box;
    }

    .m-btn-filter {
        background: white;
        color: #9d6310;
        border: 2px solid #9d6310;
    }

    .m-btn-sort {
        background: #9d6310;
        color: white;
        border: 2px solid #9d6310;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .m-sort-dropdown {
        display: none;
        /* position: absolute; */
        top: 65px;
        left: 0;
        width: 100%;
        background: white;
        border: 1px solid #9d6310;
        border-radius: 6px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    @media (max-width: 1100px) {
        .desktop-view {
            display: none !important;
        }

        .mobile-view {
            display: flex !important;
        }
    }

    .m-filter-panel {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 9999;
        flex-direction: column;
        margin: auto;
    }

    @media (min-width: 769px) and (max-width: 1100px) {
        .m-filter-panel {
            max-width: 500px;
            max-height: 600px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }
    }

    .m-filter-head {
        padding: 15px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        background: #fff;
    }

    .m-filter-body {
        display: flex;
        flex: 1;
        overflow: hidden;
    }

    .m-filter-tabs {
        width: 35%;
        background: #f5f5f5;
        overflow-y: auto;
        border-right: 1px solid #eee;
    }

    .m-tab-btn {
        padding: 15px 10px;
        font-size: 13px;
        color: #333;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        font-weight: 500;
        -webkit-tap-highlight-color: transparent;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .m-tab-btn.active {
        background: #fff;
        color: #9d6310 !important;
        font-weight: bold;
        border-left: 4px solid #9d6310;
    }

    .m-tab-btn.has-value {
        color: #9d6310;
        font-weight: 600;
    }

    .m-filter-contents {
        width: 65%;
        overflow-y: auto;
        background: #fff;
        padding: 5px;
    }

    .m-tab-content {
        display: none;
    }

    .m-tab-content.active {
        display: block;
    }

    .m-filter-contents a {
        display: block;
        padding: 12px 10px;
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #f5f5f5;
        font-size: 14px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: background 0.1s;
    }

    .m-filter-contents a:hover {
        background: #f0e6d3;
        color: #9d6310;
    }

    .m-filter-contents a.selected {
        background: #9d6310 !important;
        color: white !important;
    }

    .m-filter-footer {
        padding: 10px;
        border-top: 1px solid #eee;
        background: #fff;
        z-index: 10;
    }

    .m-apply-btn {
        width: 100%;
        padding: 12px;
        background: #9d6310;
        color: white;
        border: none;
        border-radius: 16px;
        font-weight: bold;
        font-size: 15px;
        cursor: pointer;
        display: block;
    }
}

@media (max-width: 768px) {
    .pos-rel:not(:last-of-type) {
        border-right: none !important;
        border-bottom: 1px solid #e5e7eb;
    }

    .inputwrapper button {
        margin-top: -9px !important;
    }

}


.search-form-container {
    .search-wrapper {
        width: 100%;
        /* max-width: 900px; */
        margin: 0 auto;
    }

    .search-toggle-btn {
        background: #b8860b;
        color: white;
        border: none;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .search-toggle-btn svg {
        width: 20px;
        height: 20px;
        fill: white;
    }

    .search-container {
        display: flex;
        gap: 8px;
        background: white;
        border: 1px solid #e5e7eb;
        border-radius: 50px;
        padding: 4px;
        margin-top: 10px;
    }

    .search-container.dnone {
        display: none;
    }

    .search-input-group {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 0 16px;
        position: relative;
        /* border-radius: 6px; */
    }

    .search-input-group:not(:last-of-type) {
        border-right: 1px solid #e5e7eb;
    }

    .search-input-group input {
        border: none;
        outline: none;
        width: 100%;
        font-size: 16px;
    }

    .search-btn {
        background: #9d6310;
        color: white;
        border: none;
        border-radius: 50px;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        white-space: nowrap;
    }

    .search-input-group {
        position: relative;
    }

    .search-input-group svg {
        font-weight: 700;
    }

    .recentsearches-other {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        margin-top: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        display: none;
    }

    .recentsearches-other.active {
        display: block;
    }

    .recentsearches-other ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .recentsearches-other li {
        padding: 12px 16px;
        cursor: pointer;
        border-bottom: 1px solid #f3f4f6;
    }

    .recentsearches-other li:last-child {
        border-bottom: none;
    }

    .recentsearches-other li:hover {
        background: #f9fafb;
    }

    @media (max-width: 991px) {
        .search-container {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 768px) {
        .search-container {
            flex-direction: column;
            gap: 0;
            padding: 12px;
            border-radius: 16px;
            margin-bottom: 20px;
        }

        .search-input-group {
            padding: 10px 12px;
        }

        .search-input-group:not(:last-of-type) {
            border-right: none !important;
            border-bottom: 1px solid #e5e7eb;
        }

        .search-input-group:last-of-type {
            border-bottom: none;
        }

        .search-input-group input {
            font-size: 14px;
        }

        .search-btn {
            width: 100%;
            padding: 12px;
            margin-top: 8px;
        }
    }
}


