#chat-container,
#chat-toggle {
    bottom: 10px;
    right: 10px;
    position: fixed
}

.icon-industries,
.icon.mini-logo,
.png.logo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#categoriesList a,
#categoriesList button,
.main-header ul li a {
    font-weight: 500;
    display: block;
    color: #333
}

#categoriesList a.active,
#categoriesList button.active,
.main-header ul li a.active,
.main-header ul li a:hover,
ul.horizontal-list li a.active {
    font-weight: 600;
    background-color: var(--brown-color);
    color: #333;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

#chat-container button:hover,
a.filled div,
button.filled div {
    background-color: var(--secondary-brown-color)
}

#chat-container.active,
.center,
.column,
.main-header ul.main li:hover ul.inner,
.row {
    display: flex
}

.header-card,
.talign-center {
    text-align: center
}

footer ul,
ul.horizontal-list,
ul.main {
    list-style: none
}

#categoriesList a,
* {
    text-decoration: none
}

.title.white,
button:not(.simple),
ul.horizontal-list li a {
    text-transform: uppercase
}

.fade-in-animation,
.hidden {
    transition: .6s ease-in-out
}

:root {
    color-scheme: only light;
    --dark-brown: #9d7d50;
    --dark-brown-2: #ac8a5a;
    --light-gray: #f9f7f5;
    --main-color: #fff;
    --btn-main-color: #e9e0d3;
    --brown-color: #e9e0d3;
    --secondary-brown-color: #e9e0d3;
    --light-brown-color: #f2cf9f;
    --green-color: #e9f0e0;
    --light-green-color: #e9f0e0
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat.woff2);
    font-display: swap
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #aaa
}

::-webkit-scrollbar-track {
    background-color: #fff
}

.main-wrapper,
body,
html {
    background-color: var(--main-color)
}

* {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent
}

.main-header ul li a,
button {
    border-radius: 0;
    font-size: 1rem
}

body,
html {
    scroll-behavior: smooth
}

#contactBar,
.main-header,
.main-header ul.inner {
    background-color: #fcfcfc
}

.sizable,
.sizable-wrapper {
    max-width: 1600px;
    margin: 0 auto
}

.header-wrapper {
    position: sticky;
    top: 0;
    z-index: 9999
}

#contactBar,
.main-header ul,
.relative,
a.filled span,
button.filled span {
    position: relative;
}

#contactBar .png.logo,
#contactBar img.logo {
    position: absolute;
    z-index: 1;
    left: 80px;
    top: 7px
}

#contactBar a.filled {
    padding: 7px 10px
}

#contactBar .mini-text.white {
    color: #fff
}

#contactBar .mini-text {
    font-size: 1.2rem
}

#contactBar a img.social-media {
    filter: invert(1)
}

#contactBar button {
    border-radius: 0 !important
}

#contactBar img.social-media,
.social-links img.social-media {
    opacity: .7;
    transition: .4s ease-in-out
}

#contactBar img.social-media:hover,
.fade-in-animation,
.social-links img.social-media:hover {
    opacity: 1
}

#categoriesList {
    background-color: #222;
    border-top: 5px solid var(--brown-color);
    border-bottom: 5px solid var(--brown-color)
}

#categoriesList a,
#categoriesList button {
    cursor: pointer;
    padding: 10px;
    background-color: #fff;
    font-size: 1rem
}

.main-header ul li {
    margin-left: 3px;
    margin-right: 3px
}

.main-header ul li a {
    padding: 8px 10px;
    transition: .4s ease-in-out
}

.main-header ul.inner {
    position: absolute !important;
    left: 50%;
    top: 100%;
    white-space: nowrap;
    transform: translateX(-50%);
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, .2) 0 0 20px;
    display: none
}

.main-header ul.inner li a {
    text-align: left;
    width: 100%
}

.header-card {
    width: 13rem;
    font-size: 1rem !important
}

.row {
    flex-direction: row
}

#chat-toggle,
.column {
    flex-direction: column
}

.center {
    align-items: center;
    justify-content: center
}

.layout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.layout.white {
    background-color: rgba(255, 255, 255, .5)
}

.layout.black {
    background-color: rgba(0, 0, 0, .5)
}

.layout.green {
    background-color: var(--brown-color)
}

.layout.green09 {
    background-color: rgba(6, 71, 32, .9)
}

.aitems-center {
    align-items: center
}

.jcontent-end {
    justify-content: flex-end
}

.jcontent-center {
    justify-content: center
}

.jcontent-sbetween {
    justify-content: space-between
}

.jcontent-evenly {
    justify-content: space-evenly
}

.flex1 {
    flex: 1
}

.cpointer {
    cursor: pointer
}

.block {
    display: block
}

.aself-start {
    align-self: flex-start
}

.fwrap {
    flex-wrap: wrap
}

.fitC {
    object-fit: cover
}

.marginL10 {
    margin-left: 10px
}

.marginT10 {
    margin-top: 10px
}

.icon.close,
.marginT20 {
    margin-top: 20px
}

.marginT30 {
    margin-top: 30px
}

.marginB30 {
    margin-bottom: 30px
}

.marginT50 {
    margin-top: 50px
}

.marginLRauto {
    margin-left: auto;
    margin-right: auto
}

.paddingLR30 {
    padding-left: 30px;
    padding-right: 30px
}

.paddingLR80 {
    padding-left: 80px;
    padding-right: 80px
}

.padding20x40 {
    padding: 20px 40px
}

.padding10x80 {
    padding: 10px 80px
}

.padding15x80 {
    padding: 15px 80px
}

.padding25x80 {
    padding: 25px 80px
}

.padding40x80 {
    padding: 40px 80px
}

.padding40x100 {
    padding: 40px 100px
}

.paddingTB40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding20x10 {
    padding: 20px 10px
}

.padding10 {
    padding: 10px
}

.padding20 {
    padding: 20px
}

.padding30 {
    padding: 30px
}

.padding30x20 {
    padding: 30px 20px
}

.padding40 {
    padding: 40px
}

.gap5 {
    gap: 5px
}

.gap10 {
    gap: 10px
}

.gap20 {
    gap: 20px
}

.gap30 {
    gap: 30px
}

.gap40 {
    gap: 40px
}

.gap50 {
    gap: 50px
}

.gap80 {
    gap: 80px
}

.img24 {
    width: 24px
}

.img28 {
    width: 28px;
    height: 28px
}

.img38 {
    width: 38px
}

.img48 {
    width: 48px
}

.img68 {
    width: 68px;
    height: 68px
}

.img96 {
    width: 96px;
    height: 96px
}

.logo {
    width: 17rem;
    height: 80px
}

.icon.mini-logo,
.png.logo {
    background-image: url('../images/logo.webp')
}

.logo-large,
.template-selections {
    width: 300px
}

@media (max-width:400px) {
    .logo-large {
        width: 50%
    }
}

.mini-logo {
    width: 14rem
}

.talign-justify {
    text-align: justify
}

.talign-left {
    text-align: left
}

.title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000
}

.sub-title.white,
.title.white {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.sub-title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #000
}

.card-title,
.section-title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000
}

.section-mini-title {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.description {
    font-size: 16px;
    line-height: 1.6;
    color: #000
}

.description.white,
.white {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, );
}

.mini-text {
    font-size: 15px;
    line-height: 1.5
}

.gray {
    color: #222
}

.normal {
    font-weight: 400
}

.bold {
    font-weight: 700
}

.bold500,
.calendar-btn,
button {
    font-weight: 500
}

.brown {
    color: var(--brown-color)
}

.light-brown,
footer.main ul li a:hover {
    color: var(--light-brown-color)
}

.green {
    color: var(--green-color)
}

.green-bg,
a.filled.green,
button.filled.green {
    background-color: var(--green-color)
}

a.filled,
button.filled {
    padding: 14px 20px;
    font-size: 1.1rem;
    color: #333;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
    background-color: var(--btn-main-color);
    cursor: pointer;
    position: relative;
    overflow: hidden
}

a.filled div,
button.filled div {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    font-weight: 500;
    font-size: 1.1rem;
    transition: .4s ease-in-out
}

.stretchedX,
a.filled:hover div,
button.filled:hover div {
    width: 100%
}

.absolute {
    position: absolute
}

.width30p {
    width: 20%
}

.width90p {
    width: 90%
}

.width80p {
    width: 80%
}

.stretched {
    width: 100%;
    height: 100%
}

ul.horizontal-list li {
    float: left
}

ul.horizontal-list li a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    color: #333;
    font-size: 1rem
}

footer.main {
    overflow: hidden;
    background-color: #222
}

footer.main img.main {
    filter: brightness(0) invert(1)
}

footer.main ul li a {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: .4s ease-in-out
}

footer.main ul li a:hover {
    border-bottom: 1px solid var(--light-brown-color)
}

footer.main .box {
    flex: 1;
    margin-top: 20px
}

footer.main .box:first-child {
    margin-top: 0
}

#verbageSection .sp-card:hover .line::after,
footer.main .top-bar {
    background-color: var(--btn-main-color)
}

a.filled div.green,
button.filled div.green {
    background-color: var(--light-green-color)
}

footer.main .bottom-bar,
footer.main .social-links-container {
    background-color: #222
}

footer.main .social-links-container a {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

footer.main .line {
    width: 100%;
    height: 2px;
    background-color: #999;
    position: relative
}

footer.main .line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30%;
    height: 3px;
    transform: translateY(-50%);
    background-color: var(--light-brown-color)
}

footer.main form {
    width: 90%;
    margin: 0 auto
}

footer.main form input,
footer.main form input[type=email] {
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff
}

footer.main form input::placeholder {
    color: #eee
}

footer.main form input[type=checkbox] {
    width: 20px;
    height: 20px
}

.hidden {
    opacity: 0
}

.card-fade-in-animation,
.card-hidden {
    transition: transform .6s ease-in-out, opacity .6s ease-in-out
}

.card-hidden {
    opacity: 0;
    transform: translateY(40px)
}

.card-fade-in-animation {
    opacity: 1;
    transform: translateY(0)
}

.hide-loader,
.line {
    transition: .4s ease-in-out
}

.play {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.play::after,
.play::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    animation: linear infinite playAnimation
}

.play::before {
    animation-duration: 2s
}

.play::after {
    animation-duration: 1.5s;
    animation-delay: .5s
}

@keyframes playAnimation {
    0% {
        opacity: 0;
        width: 0;
        height: 0
    }

    50% {
        opacity: .4;
        width: 50%;
        height: 50%
    }

    100% {
        opacity: 0;
        width: 100%;
        height: 100%
    }
}

.border-brown {
    border: 1px solid var(--secondary-brown-color)
}

.border5-brown {
    border: 5px solid var(--brown-color)
}

.transparent {
    background-color: transparent
}

.line {
    width: 60px;
    height: 5px;
    background-color: var(--dark-brown);
    margin-top: 5px
}

#verbageSection .sp-card:hover .line,
.line.light {
    background-color: var(--dark-brown)
}

.line.white,
.loader-container {
    background-color: #fff
}

section header {
    margin-bottom: 40px;
    text-align: center
}

.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.loader {
    width: 65px;
    aspect-ratio: 1;
    position: relative
}

.loader:after,
.loader:before {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset var(--brown-color);
    animation: 2.5s infinite l4
}

.loader:after {
    animation-delay: -1.25s
}

@keyframes l4 {

    0%,
    100% {
        inset: 0 35px 35px 0
    }

    12.5% {
        inset: 0 35px 0 0
    }

    25% {
        inset: 35px 35px 0 0
    }

    37.5% {
        inset: 35px 0 0 0
    }

    50% {
        inset: 35px 0 0 35px
    }

    62.5% {
        inset: 0 0 0 35px
    }

    75% {
        inset: 0 0 35px 35px
    }

    87.5% {
        inset: 0 0 35px 0
    }
}

.hide-loader {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

#google_translate_element .goog-logo-link,
#google_translate_element .goog-te-gadget span,
.goog-te-banner-frame.skiptranslate,
.hide,
.skiptranslate iframe,
.website-input {
    display: none !important
}

#google_translate_element .goog-te-gadget {
    font-size: 0
}

#google_translate_element select {
    width: 10rem !important;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 5px 0
}

#google_translate_element select option {
    color: #000 !important
}

#google_translate_element .goog-te-combo {
    font-size: 14px
}

body {
    top: 0 !important
}

.calendar {
    width: 500px;
    border: 1px solid #333;
    padding: 40px 20px
}

.calendar .left,
.calendar .right {
    width: 48px;
    height: 48px
}

.calendar .grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    place-items: center
}

.calendar-btn {
    width: 58px;
    height: 58px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    user-select: none;
    cursor: pointer
}

.calendar-btn.active,
.calendar-option.active {
    background-color: var(--green-color);
    color: #fff
}

#chat-container #message,
#chat-toggle,
#chat-toggle .image {
    background-color: transparent
}

.icon.contact-us,
.icon.request-call {
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-size: 100%
}

#chat-container button,
#chat-container header,
.calendar-btn.today,
.calendar-btn.today::before,
.mobile-nav li div {
    background-color: var(--brown-color)
}

.icon.ask {
    background-image: url('../icons/ask.png');
    width: 48px;
    height: 48px
}

.icon.menu {
    background-image: url('../icons/nav.png')
}

.icon.close {
    background-image: url('../icons/close.png');
    margin-bottom: 20px
}

.calendar-btn.next-month,
.calendar-btn.prev-month {
    color: #888;
    font-weight: 400
}

.calendar-btn.today {
    color: #fff
}

.calendar-btn.today::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.alert-error {
    color: #f95d41;
    text-align: center
}

.alert-success {
    color: #7ebb23;
    text-align: center
}

#mobileCloseHeader,
#mobileHeader,
.mobile-nav {
    display: none
}

#mobileHeader .mini-logo {
    width: 12rem !important;
    height: 3rem
}

.copyright {
    border-top: 1px solid #fff;
    color: #fff
}

.calendar-form {
    border: 3px solid #333;
    max-width: 1200px;
    padding: 20px;
    margin: 30px auto
}

.calendar-option {
    padding: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 2px solid var(--green-color);
    color: var(--green-color);
    cursor: pointer !important;
    font-weight: 700;
    font-size: 16px
}

.star {
    color: var(--dark-brown);
    font-size: 30px
}

.icon,
.testimonial-down,
.testimonial-icon,
.testimonial-left,
.testimonial-right {
    width: 28px;
    height: 28px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.icon.request-call {
    background-image: url('../icons/request-call-icon.png')
}

.icon.contact-us {
    background-image: url('../icons/contact-icon.png')
}

.testimonial-icon {
    background-image: url('../icons/testimonial.png');
    background-size: cover
}

.testimonial-left {
    width: 48px;
    height: 48px;
    background-image: url('../icons/left-color.png')
}

.testimonial-right {
    width: 48px;
    height: 48px;
    background-image: url('../icons/right-color.png')
}

.icon-industries {
    width: 34px;
    height: 38px
}

.icon-industries.services {
    background-image: url('../icons/services.png')
}

.icon-industries.technology {
    background-image: url('../icons/technology.png')
}

.icon-industries.industries {
    background-image: url('../icons/industries.png')
}

.icon-industries.wellness {
    background-image: url('../icons/wellness.png')
}

.icon-industries.construction {
    background-image: url('../icons/construction.png')
}

.icon-industries.consumer {
    background-image: url('../icons/consumer.png')
}

.icon-industries.business-services {
    background-image: url('../icons/business-services.png')
}

.icon.enroll {
    width: 40px;
    height: 40px;
    background-image: url('../icons/signup.png')
}

#verbageSection form input,
#verbageSection form textarea {
    padding-left: 20px;
    padding-right: 20px
}

#verbageSection .sp-card:hover img {
    filter: none !important
}

#verbageSection .sp-card:hover .absolute {
    height: 0 !important
}

#verbageSection form.sp-card textarea {
    height: 16rem
}

.icon.mini-logo {
    width: 8rem;
    background-size: contain;
    background-position-x: left
}

.form-input {
    font-size: 18px;
    width: 100%;
    padding: 0 20px;
    height: 50px
}

.form-textarea {
    font-size: 18px;
    width: 100%;
    resize: vertical;
    padding: 20px;
    height: 14rem
}

.tox.tox-tinymce {
    width: 100% !important
}

.blackLayer {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5)
}

.nicEdit-main {
    background-color: #fff;
    color: #222
}

html {
    -webkit-text-size-adjust: 100%
}

span.row.aitems-center.gap10 img {
    width: 15px !important;
    height: 15px !important;
    filter: brightness(0) invert(1)
}

.description.location {
    width: 100%;
    margin: 0 auto;
    padding: 20px
}

.inner.show {
    display: flex !important
}

.area-links li a {
    color: #333;
    text-decoration: underline
}

#mobileCloseHeader .icon {
    margin-right: 20px !important
}

.mobile-nav ul {
    display: flex;
    flex-direction: column !important;
    gap: 0 !important
}

.mobile-nav li.relative ul.inner-menu {
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    display: none;
    overflow: hidden !important
}

.mobile-nav li div {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    color: #fff
}

.mobile-nav li {
    width: 100%;
    text-align: center
}

.mobile-nav li a {
    color: #fff !important
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    cursor: pointer
}

.footer-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.testimonial-icon {
    width: 30px !important;
    height: 20px !important
}

#chat-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    z-index: 999;
    animation: 3s infinite bounce
}

#chat-toggle .image {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

#chat-toggle .tag {
    padding: 5px;
    background-color: var(--green-color);
    color: #fff
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

#chat-container {
    width: 400px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: -5px 10px 10px rgba(0, 0, 0, .1);
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 999999
}

#chat-container header {
    color: #fff;
    padding: 15px 20px
}

#chat-container header .image {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #fff
}

#chat-container header .image img,
#chat-toggle img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#chat-container #chat-box {
    flex-grow: 1;
    margin: 10px;
    overflow-y: auto;
    padding: 5px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

#chat-container .text-message {
    max-width: 50%;
    word-break: break-all;
    padding: 10px;
    background-color: #eee;
    border-radius: 50px;
    display: flex;
    align-self: flex-start;
    align-items: center
}

#chat-container .message-parent {
    height: 60px;
    border-top: 1px solid #ccc
}

#chat-container #message {
    flex: 1;
    height: 100%;
    font-size: 16px;
    padding: 20px 20px;
    margin-bottom: 5px;
}

#chat-container button {
    width: 60px;
    height: 100%;
    border: none;
    color: #fff;
    cursor: pointer
}

#videoPopup,
.arrow {
    background-color: var(--dark-brown);
    border: none !important;
    font-size: 35px !important;
}

.form-grid-3 .fieldset,
.grid-3 {
    grid-template-columns: repeat(3, 1fr)
}

#aboutTag,
#maV-Cards,
#requestCall,
.sp-card .line {
    position: relative
}

#industriesServed .slider,
.ma-card .line::after,
.sp-card .line::after {
    transform: translateY(-50%);
    top: 50%
}

.listing-btn img,
.ma-card .content img,
.menu-slider.active .main img,
.popup .main .image img,
.registration-contact-card img,
#listingPopup p,
.box-card {
    line-height: 1.7
}

#home {
    overflow: hidden
}

#home .background-images {
    left: 0;
    top: 0
}

#home .background-images img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s ease-in-out
}

.arrow {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-in-out
}

#industriesServed .slider,
.slider-content {
    transition: .5s ease-in-out
}

.faq-card,
.faq-card .tag,
.pagination-card,
.popup-content,
.slider-card,
.sp-card,
table.list tbody td {
    background-color: #fff
}

#buyerProcedures .sp-card .absolute,
.blog-card .tag,
.service-card .tag,
.sp-card .line::after {
    background-color: var(--brown-color)
}

#homeSliderText {
    flex: 1;
    text-align: center;
    color: #fff;
    transition: opacity .3s ease-in-out, transform .5s ease-in-out;
    overflow: hidden;
    text-transform: uppercase
}

#homeSliderText {
    font-size: 6rem;
    font-weight: 500 !important
}

.animate-text-left {
    transform: translateX(-90%);
    opacity: 0
}

.animate-text-right {
    transform: translateX(90%);
    opacity: 0
}

.grid-3 {
    display: grid;
    gap: 30px
}

#about .text-container,
#buyerContactForm form,
#buyerProcedures .tree,
#buyerProcedures .tree-card,
#faq fieldset,
#faq form,
#listingPopup fieldset,
#listingPopup form,
#listings fieldset,
#listings form,
#requestCall .text-container,
#sellerContactForm form,
#sellingProcess fieldset,
#sellingProcess form,
.blog-card,
.dashboard-form .image img,
.menu-slider,
.service-card {
    width: 100%
}

.blog-card .image-container,
.service-card .image-container {
    height: 14rem;
    overflow: hidden;
}

.blog-card .image-container img.main,
.service-card .image-container img.main {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .4s ease-in-out
}

.blog-card .tag,
.service-card .tag {
    width: 58px;
    height: 58px;
    left: 28px;
    top: 11.8rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .2) -5px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-grid-3 input,
.form-grid-3 textarea {
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    background-color: transparent;
    font-size: 1.1rem
}

.blog-card .tag {
    width: 68px;
    height: 68px;
    text-align: center
}

.blog-card .text-container,
.service-card .text-container {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-top: 50px;
    min-height: 340px
}

.service-card button {
    margin-top: auto
}

#industriesServed {
    min-height: 420px;
    background-color: #f5f5f8
}

#industriesServed .text-container.loaded {
    background: url('../images/Industries\ Served.webp') 0 0/cover no-repeat;
}

#industriesServed .text-container {
    width: 50%;
    padding: 40px 13% 40px 5%;
    background-color: white
}

#industriesServed .slider {
    display: flex;
    padding: 20px;
    gap: 10px;
    overflow-x: auto;
    left: 40%;
    width: 60%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    z-index: 1;
    user-select: none
}

@keyframes slide {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

#industriesServed .slider::-webkit-scrollbar {
    display: none
}

.slider-card {
    width: 440px;
    min-height: 300px;
    flex: 0 0 auto;
    transition: transform .3s
}

.blog-card,
.dashboard-blog-card .image img,
.dashboard-blog-card .line,
.menu-slider .main img,
.sp-card .absolute,
.sp-card .line,
.sp-card .line::after,
.sp-card img {
    transition: .4s ease-in-out
}

#aboutTag {
    width: 90%;
    padding: 10px;
    border: 1px solid var(--light-brown-color)
}

#about .image-container {
    width: 350px;
    margin-right: 40px;
    margin-bottom: 40px;
    float: left
}

#about .description {}

#transworldData {
    min-height: 300px;
    padding: 40px;
    background-color: white
}

#transworldData.loaded {}

#transworldData .layout {
    backdrop-filter: blur(5px)
}

.transworld-data-card {
    padding: 30px;
    width: 15rem;
    background-color: #d0e6e8;
    border-radius: 10px
}

.transworld-data-card .line {
    height: 2px;
    margin-bottom: 15px
}

#transworldText {
    background-color: var(--light-gray)
}

.blog-card .description,
.dashboard-blog-card .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-card .text-container {
    min-height: 12rem
}

.blog-card:not(.blog-card-sidebar):hover .image-container img,
.dashboard-blog-card:hover .image img {
    transform: translate(-50%, -50%) scale(1.1)
}

.blog-card:not(.blog-card-sidebar):hover {
    box-shadow: rgba(0, 0, 0, .1) 0 20px 20px
}

.blog-card:not(.blog-card-sidebar):hover .line,
.dashboard-blog-card:hover .line {
    width: 40%
}

#blogSeeMoreBtn {
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto
}

#requestCall {
    min-height: 440px;
    background-color: white
}

#requestCall.loaded {
    background-image: url('../images/request-call-3.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#requestCall .background-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity .5s;
    opacity: 0
}

#requestCall .background-layer.bg-loaded {
    background-image: url('../images/request-call.webp');
    opacity: 1
}

#requestCall .text-container .inner {
    padding: 40px 30% 40px 100px;
    height: 100%
}

.form-grid-3 .fieldset {
    display: grid;
    gap: 30px;
    width: 100%
}

.form-grid-3 input {
    width: 100%;
    height: 55px;
    padding-left: 20px;
    padding-right: 20px
}

.form-grid-3 textarea {
    width: 100%;
    height: 80px;
    padding: 20px;
    resize: vertical
}

.form-grid-3 button {
    align-self: flex-start;
    padding: 16px 20px;
    white-space: nowrap
}

.form-grid-3 input::placeholder,
.form-grid-3 textarea::placeholder {
    color: #eee
}

#testimonials .slider,
.contact-container .slider {
    left: 0;
    top: 0;
    min-height: 520px;
    overflow: hidden
}

.contact-container .arrow {
    border-color: var(--light-brown-color);
    cursor: pointer;
    z-index: 1
}

#sellingProcess input,
#sellingProcess textarea,
.menu-slider.active .content {
    border-bottom: 1px solid var(--brown-color)
}

.testimonial-card {
    flex: 1 0 32%;
    text-align: center
}

#buyerProcedures .tree-card.before,
.sp-card {
    text-align: left
}

.testimonial-card .text-container {
    padding: 20px 20px 50px;
    border-bottom: 1px solid var(--light-brown-color);
    min-height: 350px
}

.testimonial-card .tag {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid var(--light-brown-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -29px;
    animation: 2s ease-in-out infinite verticalMovement
}

@keyframes verticalMovement {

    0%,
    100% {
        bottom: -29px
    }

    50% {
        bottom: -39px
    }
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.sp-card {
    flex: 1 0 calc(33% - 20px);
    max-width: calc(33% - 20px);
    padding: 40px 20px;
    cursor: default
}

.popup-content,
table.list tbody tr,
table.list th {
    text-align: center
}

.sp-card .line {
    width: 100%;
    height: 2px;
    background-color: var(--light-brown-color)
}

.sp-card .line::after {
    content: '';
    position: absolute;
    left: 0;
    width: 20%;
    height: 5px
}

#videoPopup,
.sp-card:hover .absolute {
    height: 100%
}

.sp-card .absolute {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--green-color)
}

.sp-card .mini-text,
.sp-card .section-mini-title {
    width: 100%;
    transition: .4s ease-in-out
}

.sp-card:hover .mini-text,
.sp-card:hover .section-mini-title {
    color: black !important
}

#sellingProcess input {
    width: 100%;
    height: 55px;
    font-size: 1.1rem;
    padding-bottom: 5px
}

#sellingProcess textarea {
    width: 100%;
    height: 7rem;
    resize: vertical;
    font-size: 1.1rem;
    padding-top: 20px;
    padding-bottom: 5px
}

#buyerProcedures .grid,
#sellingProcess .grid {
    background-color: var(--light-gray);
    max-width: 1600px
}

#maV-Cards {
    min-height: 500px
}

#maV-Cards .video-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    background: url('../images/bg1-medium.webp') 0 0/cover no-repeat;
    background-color: white;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

#maV-Cards .cards-container {
    position: relative;
    padding-top: 340px
}

#listingPopup,
#maV-Cards .cards-container .grid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

#videoPopup {
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 0
}

#faq .contact-container,
#filtersContainer,
#listingPopup .contact-container,
#listings .contact-container {
    width: 400px;
    position: sticky;
    align-self: flex-start
}

.slider-container {
    display: flex;
    align-items: center;
    position: relative
}

.card-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 10px;
    background: 0 0;
    gap: 20px
}

.ma-card {
    flex: 1 0 calc(32% - 30px);
    max-width: calc(32% - 30px);
    height: 420px;
    overflow: hidden;
    border: 1px solid #333
}

.ma-card .line {
    width: 100%;
    height: 2px;
    background-color: #333;
    position: relative
}

.ma-card .line::after {
    content: '';
    position: absolute;
    left: 0;
    width: 35%;
    ;
    height: 5px
}

.ma-card .content img {
    width: 48px !important;
    height: 48px !important
}

.ma-card img.fitC {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.ma-card .bottom {
    min-height: 10rem;
    padding-top: 40px;
    background-color: #fff;
    position: absolute;
    align-items: flex-start !important;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: .6s ease-in-out
}

.ma-card .bottom .description {
    font-size: .9rem
}

.ma-card .icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff
}

.ma-card .content {
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background-color: #d0e6e8;
    transition: .6s ease-in-out
}

.ma-card:hover .content {
    top: 0
}

.ma-card:hover .bottom {
    bottom: -100%
}

#businessValuation .line.vertical {
    width: 5px;
    height: 14rem;
    background-color: var(--brown-color)
}

.box-card.mini,
.dashboard-inner .section-header {
    width: 70%
}

#businessValuation .tree .simple-card {
    min-height: 320px
}

.registration-contact-card {
    width: 300px;
    min-height: 300px;
    padding: 20px;
    text-align: center;
    background-color: var(--green-color)
}

.dashboard-blog-card,
.faq-card {
    min-height: 14rem;
    cursor: pointer
}

.registration-contact-card .description {
    margin-top: 20px;
    font-size: .9rem
}

#buyerContactForm form input,
#buyerContactForm form select,
#sellerContactForm form input,
#sellerContactForm form select {
    width: 100%;
    height: 55px;
    font-size: 1.1rem;
    background-color: #f9f7f5;
    border: 1px solid #aaa;
    padding-left: 20px;
    padding-right: 20px
}

#buyerContactForm form .selection,
#sellerContactForm form .selection {
    padding-right: 20px;
    background-color: #f9f7f5;
    border: 1px solid #aaa;
}

.col-2 {
    grid-column: span 2
}

#buyerContactForm form textarea,
#sellerContactForm form textarea {
    width: 100%;
    min-height: 12rem;
    padding: 20px;
    background-color: #f9f7f5;
    border: 1px solid #aaa;
    font-size: 1.1rem;
    resize: vertical
}

.menu-slider .main {
    width: 100%;
    min-height: 60px;
    border: 1px solid var(--light-brown-color);
    padding: 20px;
    cursor: pointer;
    color: #333;
    background-color: white;
}

.menu-slider.active .main h2 {
    color: black
}

.menu-slider.active .main {
    border: 1px solid var(--brown-color);
    background-color: var(--brown-color);
    color: #fff
}

.menu-slider .main img {
    scroll-margin-top: 400px
}

.menu-slider.active .main img {
    transform: rotate(-180deg)
}

.menu-slider .content {
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 0
}

.menu-slider.active .content {
    height: 0;
    padding: 20px;
    line-height: 1.6;
    border-left: 1px solid var(--brown-color);
    border-right: 1px solid var(--brown-color)
}

#buyerProcedures.sizable-wrapper,
#dashboardStatistics,
.sizable,
.sizable-form {
    max-width: 1600px
}

#buyerProcedures .tree-card.before .inner {
    padding-left: 13px;
    margin-left: auto
}

#buyerProcedures .tree-card .inner {
    position: relative;
    width: 50%;
    padding-left: 0;
    padding-right: 13px
}

#buyerProcedures .tree-card.before .line.vertical {
    left: 0;
    right: unset
}

#buyerProcedures .tree-card .line.vertical {
    width: 5px;
    height: 100%;
    position: absolute;
    left: unset;
    right: -5px
}

#buyerProcedures .tree-card .box {
    width: 8rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brown-color);
    padding: 5px;
    margin-left: 20px
}

#buyerProcedures .tree-card.before .box {
    margin-right: 20px
}

#buyerProcedures .tree-card .box div {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-right: auto
}

#buyerProcedures .tree-card.before .box div {
    margin-left: auto;
    margin-right: 0
}

#buyerProcedures .tree-card {
    text-align: right
}

#filtersContainer {
    top: 0
}

#faq .contact-container .inner,
#listingPopup .contact-container .inner,
#listings .contact-container .inner {
    width: 100%;
    padding: 40px 20px;
    background-color: var(--light-gray)
}

#faq input,
#listingPopup input,
#listings input {
    width: 100%;
    height: 55px;
    font-size: 1.1rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    border: 1px solid #333;
    background-color: #fff
}

#faq textarea,
#listingPopup textarea,
#listings textarea {
    width: 100%;
    height: 5rem;
    resize: vertical;
    font-size: 1.1rem;
    padding: 20px;
    border: 1px solid #333;
    background-color: #fff
}

.white-box {
    padding: 10px 20px;
    width: 100%;
    font-size: 1.1rem
}

#listingPopup p,
.page-btn {
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0)
}

.listing-card {
    border: 1px solid #aaa;
    cursor: pointer;
    position: relative;
    transition: .4s
}

.listing-card .favourite {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 38px;
    height: 38px
}

#listingsList .listing-card:hover {
    border: 1px solid #333;
    box-shadow: rgba(0, 0, 0, .2) 0 0 30px
}

#listingsList .listing-card:hover .top-bar {
    background-color: var(--green-color)
}

.listing-card img.main-image {
    width: 100% !important;
    height: 200px;
    align-self: stretch;
    object-fit: cover
}

.listing-card .top-bar {
    background-color: #eee;
    padding-left: 20px;
    transition: .4s
}

.listing-card ul {
    margin-left: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.listing-popup {
    width: 100%;
    background-color: #fff;
    padding: 40px 30px;
    transition: .4s
}

.listing-btn,
.page-btn {
    background-color: var(--main);
    color: white !important;
    padding: 10px 20px
}

#descriptionContainer,
.dashboard-inner .main-section,
.listing-popup .inner {
    flex: 1
}

.popup.active .listing-popup,
.popup.active .main {
    opacity: 1;
    transform: translateY(0)
}

.listing-popup .title {
    font-size: 1.2rem;
    font-weight: 500
}

#listingPopup .bottom-thirty,
#listingPopup .top-thirty {
    font-size: 1.2rem
}

#listingPopup .description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px
}

#listingPopup .description-wrapper li {
    margin-bottom: 20px;
    font-size: 16px
}

#listingPopup .sidebar img.main-image {
    width: 100%;
    height: 500px;
    object-fit: cover
}

.listing-btn .description {
    color: #fff
}

.sold-listing-card {
    width: 100%;
    border: 1px solid #333
}

.sold-listing-card .image {
    width: 100%;
    height: 12rem;
    position: relative
}

.dashboard-inner .logo-container,
.dashboard-inner aside {
    width: 15rem;
    height: 100%
}

.sold-listing-card .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sold-listing-card .image .tag {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    background-color: #e8492d
}

.listing-card li,
.sold-listing-card li {
    font-size: 15px
}

.sold-listing-card .info {
    padding: 20px
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.page-btn {
    color: #000;
    border: none;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .3s
}

.page-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed
}

.page-number {
    font-size: 18px;
    margin: 0 10px;
    color: #333
}

#buyerRegistration .fieldset input,
#buyerRegistration .fieldset select {
    height: 55px !important;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    font-size: 1.1rem;
    background-color: #eee
}

@media (max-width:1000px) {
    #buyerRegistration .row.main {
        flex-wrap: wrap
    }

    #buyerRegistration .row .flex1 {
        flex: unset;
        width: 100%
    }

    #buyerRegistration .row .width20p {
        width: 80px
    }

    #buyerRegistration .row.main .width20p {
        width: 100%
    }
}

.dashboard-wrapper {
    margin: 0 auto;
    background-color: #f3f4f6
}

.dashboard-inner {
    background-color: #eff2f6;
    overflow: hidden
}

.dashboard-inner header.main {
    width: 100%;
    height: 80px;
    background-color: #fff
}

#loginWrapper a.filled,
#loginWrapper button.filled,
.dashboard-inner a.filled,
.dashboard-inner button.filled,
.popup .main .image {
    background-color: var(--brown-color)
}

.dashboard-inner .section-mini-title {
    font-size: 1.1rem
}

.dashboard-inner .mini-text {
    font-size: .8rem
}

.dashboard-inner .logo-container .mini-text {
    margin-left: 10px
}

.dashboard-inner .header-inner {
    padding-left: 40px;
    padding-right: 40px
}

.dashboard-inner aside {
    background-color: #fff;
    overflow-y: auto;
    padding-top: 40px
}

.dashboard-aside-card {
    border-radius: 20px;
    transition: .4s
}

button.dashboard-aside-card {
    background-color: transparent;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none
}

.dashboard-aside-card.active,
.dashboard-aside-card:hover {
    background-color: var(--light-gray)
}

.dashboard-inner main {
    flex: unset;
    height: calc(100% - 80px)
}

.dashboard-inner .main-section-inner {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.horizontal-flexbox {
    display: flex;
    padding-bottom: 20px;
    overflow-x: auto
}

.dashboard-blog-card {
    flex: 1 0 20rem;
    max-width: 20rem;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden
}

.dashboard-blog-card.wrapped {
    flex: 1 0 calc(25% - 20px);
    max-width: calc(25% - 20px)
}

.menu-icon {
    margin-right: auto;
    display: none
}

@media (min-width:1801px) {
    .dashboard-blog-card.wrapped {
        flex: 1 0 20rem;
        max-width: 20rem
    }

    .faq-card {
        flex: 1 0 24rem !important;
        max-width: 24rem !important
    }
}

.dashboard-blog-card .image {
    width: 100%;
    height: 10rem;
    position: relative
}

.dashboard-blog-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.dashboard-statistics-card {
    padding: 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.dashboard-statistics-card::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 30%;
    height: 100%;
    border-radius: 100% 0 0 40%;
    background-color: rgba(255, 255, 255, .2)
}

.dashboard-statistics-card::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 1;
    width: calc(30% - 20px);
    height: 100%;
    border-radius: 100% 0 0 40%;
    background-color: rgba(255, 255, 255, .4)
}

.popup .main,
.steps .informative {
    background-color: #fff;
    border-radius: 20px
}

#loginWrapper a.filled div,
#loginWrapper button.filled div,
.dashboard-inner a.filled div,
.dashboard-inner button.filled div {
    background-color: var(--secondary-brown-color)
}

.popup {
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: grid;
    place-items: center;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .6s
}

.steps {
    background-color: rgba(0, 0, 0, .7);
    z-index: 999999
}

.steps .informative {
    width: 800px;
    padding: 30px
}

.popup.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.popup .main {
    width: 500px;
    padding: 40px 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: .4s
}

.popup .main .image {
    width: 80px;
    height: 80px;
    box-shadow: rgba(0, 0, 0, .2) -5px 5px 10px;
    border-radius: 50%
}

.dashboard-form input,
.popup input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    font-size: 1.1rem;
    border-radius: 10px;
    border: 1px solid #333
}

.dashboard-form textarea,
.popup textarea {
    width: 100%;
    height: 10rem;
    padding: 20px;
    font-size: 1.1rem;
    border-radius: 10px;
    border: 1px solid #333;
    resize: vertical
}

.dashboard-form input,
.dashboard-form textarea {
    border: none
}

.cancel {
    background-color: tomato !important
}

.cancel div {
    background-color: #ff755d !important
}

.dashboard-form .image {
    width: 300px;
    overflow: hidden;
    border-radius: 20px
}

.faq-card {
    flex: 1 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    border-radius: 30px;
    padding: 40px 20px 20px;
    border: 1px solid transparent;
    position: relative;
    margin-top: 30px;
    transition: .4s
}

.faq-card .tag {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #888;
    position: absolute;
    left: 40px;
    top: -30px
}

.faq-card:hover {
    border: 1px solid #888
}

.faq-card .description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

table.list {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%
}

table.list th {
    padding: 20px 10px;
    font-size: 1.1rem
}

table.list tbody td {
    padding: 20px 0;
    font-size: 1.1rem;
    border-bottom: 10px solid #eff2f6
}

table.list tbody td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

table.list tbody td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.pagination-card {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #333
}

.pagination-card.active {
    background-color: #4169e1;
    color: #fff;
    font-size: 1.1rem
}

#loginWrapper form {
    width: 350px;
    border-radius: 30px;
    padding: 30px;
    background-color: rgba(0, 0, 0, .03);
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, .07) 20px 40px 80px
}

.popup-content {
    padding: 20px;
    border-radius: 20px;
    width: 350px;
    position: relative
}

.popup-content input {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 0;
    height: 55px;
    padding: 0 20px;
    font-size: 1.1rem
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    cursor: pointer
}

#verbageSection #testimonialsList input,
#verbageSection .service-card input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    font-size: 1.4rem
}

#verbageSection #industriesServed textarea,
#verbageSection #testimonialsList textarea,
#verbageSection .service-card textarea {
    width: 100%;
    height: 10rem;
    resize: vertical;
    padding: 20px;
    font-size: 1.2rem;
    user-select: auto
}

#verbageSection #about textarea,
#verbageSection #transworldText textarea {
    width: 100%;
    height: 400px;
    resize: vertical;
    padding: 20px;
    font-size: 1.2rem;
    user-select: auto;
    margin-top: 30px
}

#verbageSection #transworldText textarea {
    height: 300px
}

#verbageSection #about textarea::placeholder,
#verbageSection #industriesServed textarea::placeholder,
#verbageSection .service-card textarea::placeholder {
    color: #aaa
}

#nextSteps .informative {
    max-height: 600px;
    height: auto;
    overflow-y: auto
}

#nextSteps .informative p {
    margin-top: 20px;
    margin-bottom: 20px
}

#filtersContainer select {
    width: 80%
}

#transworldListingsTitle {
    margin-top: 30px
}

#filtersContainer .inner {
    margin-top: 30px;
    width: 100%;
    background-color: #fff;
    padding: 30px
}

#filtersContainer .line {
    width: 90%;
    height: 1px;
    background-color: #aaa
}

#sideBar .listing-card ul li {
    font-size: 13px !important
}

.blog-category-card {
    padding: 10px;
    color: black;
    background-color: var(--brown-color);
    cursor: pointer;
    text-shadow: none !important;
}

.service-card .tag img {
    width: 28px;
    height: 28px;
    filter: brightness(0) inert(1)
}

span.row.aitems-center.gap10 img {
    width: 15px !important;
    height: 15px !important;
    filter: brightness(0) invert(1)
}

.locations-served {
    display: none !important
}

@media (max-width:1800px) {
    #requestCall .text-container .inner {
        padding-right: 35%
    }

    .ma-card {
        flex: 1 0 30%;
        max-width: 30%;
        height: 420px
    }
}

@media (max-width:1600px) {
    .cookies-eu-banner {
        width: 100% !important
    }

    .white-box {
        padding: 10px;
        font-size: 1rem
    }

    #listings .contact-container {
        width: 300px
    }

    .ma-card {
        height: 480px
    }
}

@media (max-width:1500px) {

    .dashboard-blog-card.wrapped,
    .faq-card {
        flex: 1 0 calc(33% - 20px);
        max-width: calc(33% - 20px)
    }
}

@media (max-width:1400px) {
    #transworldListingsTitle {
        display: none
    }

    #listingPopup {
        flex-direction: column
    }

    #listingPopup .contact-container {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px
    }

    #listingMainContent {
        margin: 0;
        flex-direction: column
    }

    #filtersContainer {
        width: 100%;
        position: unset;
        display: flex;
        flex-direction: row;
        padding-top: 50px
    }

    .white-box {
        width: 14rem
    }

    #listings .contact-container {
        width: 500px;
        margin-left: auto;
        margin-right: auto
    }

    .ma-card {
        flex: 1 0 48%;
        max-width: 48%;
        height: 400px
    }
}

@media (max-width:1350px) {
    .template-selections {
        order: -1;
        margin: 0 auto
    }
}

@media (max-width:1300px) {
    #dashboardStatistics .grid-4 {
        grid-template-columns: repeat(2, 1fr)
    }

    #calculatorSection {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px
    }

    #calculatorSection .contact-container {
        margin-left: auto;
        margin-right: auto;
        width: 500px
    }

    #buyerProcedures .tree {
        gap: 30px
    }

    #buyerProcedures .tree-card .inner {
        width: 70%
    }

    #buyerProcedures .tree-card .line.vertical {
        height: 50%
    }
}

@media (max-width:1250px) {

    #verbageSection .grid-3,
    .form-grid-3 .fieldset {
        grid-template-columns: 1fr 1fr
    }

    #dashboardBlogs .dashboard-blog-card.wrapped,
    .dashboard-blog-card.wrapped,
    .faq-card {
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px)
    }

    #listingPopup .sidebar img.main-image {
        height: 400px
    }

    .ma-card {
        height: 420px
    }

    .form-grid-3 .fieldset input:nth-child(3) {
        grid-column: 2 span
    }
}

@media (min-width:1200px) {
    #sideBar.contact-container .blog-card {
        flex: 1 0 100% !important
    }
}

@media (max-width:1200px) {
    #contactBar .row.gap20 {
        display: none;
    }

    #buyerRegistration {
        width: 100%
    }

    #sideBar.contact-container {
        width: 100%;
        background-color: var(--light-gray)
    }

    #sideBar.contact-container form {
        width: 400px
    }

    #sideBar.contact-container .arrows-container {
        margin-top: -60px !important
    }

    #sideBar.contact-container .listing-card {
        flex: 1 0 calc(33% - 20px) !important
    }

    #sideBar.contact-container .blog-card {
        flex: 1 0 33% !important
    }

    #faq {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    #faq .contact-container {
        margin-left: auto;
        margin-right: auto
    }

    #industriesServed .text-container .inner {
        padding-left: 80px
    }

    .testimonial-card {
        flex: 1 0 50%
    }

    .logo {
        width: 12rem
    }

    .png.logo {
        height: 60px
    }
}

@media (max-width:1100px) {
    #mainContent {
        flex-direction: column
    }

    #listingPopup .sidebar,
    .calculator-grid-card {
        width: 100%
    }

    .main-header {
        flex-direction: column;
        gap: 30px
    }

    .registration-contact-cards {
        justify-content: center
    }

    .homeCenter {
        flex-direction: column;
        justify-content: center
    }

    .padding20x40 {
        padding: 20px
    }

    .padding40x100 {
        padding: 40px
    }

    .popup .inner {
        width: 100%;
        height: 100%
    }

    .popup .sub-title {
        font-size: 1.4rem
    }

    .popup .valuation-highlight {
        padding: 10px 30px;
        font-size: 1.1rem;
        font-weight: 500
    }

    #industriesServed .text-container .inner {
        padding-left: 40px
    }
}

@media (max-width:1000px) {
    .sp-card {
        flex: 1 0 calc(50% - 20px) !important;
        max-width: calc(50% - 20px)
    }

    #about .text-container,
    #buyerProcedures .tree-card .inner,
    #sellerContactForm .grid-2,
    .description.location {
        width: 100%
    }

    .cookies-eu-banner {
        padding: 10px !important
    }

    #sellerContactForm .grid-2,
    .grid-3 {
        grid-template-columns: repeat(2, 1fr)
    }

    #sideBar.contact-container .listing-card {
        flex: 1 0 calc(50% - 20px) !important
    }

    #sideBar.contact-container .blog-card {
        flex: 1 0 50% !important
    }

    #buyerProcedures .tree-card .inner .line,
    #buyerProcedures .tree-card .inner .row,
    .dashboard-wrapper .logo-container {
        display: none
    }

    .menu-icon {
        display: block
    }

    .dashboard-wrapper aside {
        position: fixed;
        height: 100%;
        z-index: 99999;
        left: -100%;
        transition: .4s ease-in-out
    }

    .ma-card {
        flex: 1 0 60%;
        max-width: 60%;
        height: 420px
    }

    #maQualification .flex1,
    #sellingProcess .flex1,
    footer.main .flex1 {
        flex: unset;
        width: 100%
    }

    #maQualification {
        gap: 50px
    }

    .ma-card {
        flex: 1 0 50%
    }

    .grid-2 {
        grid-template-columns: 1fr;
        width: 60%;
        margin: 0 auto
    }

    .steps .grid-2 {
        grid-template-columns: 1fr 1fr
    }

    .steps .informative {
        width: 90%
    }

    #contactBar.paddingLR80 {
        padding: 20px 40px
    }

    .padding25x80 {
        padding: 25px 40px
    }

    footer.main .box {
        width: 100%;
        flex: unset;
        max-width: unset
    }

    #footerTopBarTextContainer {
        text-align: center
    }

    footer.main .social-links-container {
        flex-direction: column;
        gap: 30px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:1280px) {
    #contactBar {
        justify-content: space-between;
    }

    .png.logo {
        position: initial !important;
        left: 0 !important;
        top: 0 !important
    }
}

@media (max-width:1260px) {
    .png.logo {
        width: 240px !important;
        height: 60px !important;
        background-size: 100% 100% !important
    }
}

@media (max-width:950px) {

    #contactBar img.logo,
    #industriesServed .slider,
    .png.logo {
        position: relative !important;
        left: 0 !important;
        top: 0 !important
    }

    .png.logo {
        transform: none !important;
        background-size: cover !important;
        height: 60px !important
    }

    #contactBar {
        gap: 30px;
        justify-content: center
    }
}

@media (max-width:900px) {
    .ma-card {
        flex: 1 0 70%;
        max-width: 70%;
        height: 400px
    }

    #businessValuation .tree,
    #contactBar {
        flex-direction: column
    }

    #requestCall .text-container .inner {
        padding-left: 40px;
        padding-right: 40%
    }

    .form-grid-3 .fieldset {
        grid-template-columns: 1fr
    }

    .form-grid-3 .fieldset input:nth-child(3) {
        grid-column: 1 span
    }

    #businessValuation .line.vertical {
        width: 80%;
        height: 5px
    }

    .testimonial-card {
        flex: 1 0 100%
    }

    .testimonial-card .text-container {
        min-height: 300px
    }

    #homeSliderText {
        font-size: 3.5rem !important
    }

    #industriesServed {
        min-height: unset;
        flex-direction: column
    }

    #industriesServed .text-container {
        width: 100%;
        padding: 40px 80px
    }

    #industriesServed .slider {
        transform: unset;
        width: 100%
    }

    #requestCall .form-grid-3 fieldset {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    #requestCall .form-grid-3 fieldset input {
        flex: 1 0 32%
    }

    #requestCall .form-grid-3 fieldset input:nth-child(3) {
        width: 100%
    }

    .sp-card {
        flex: 1 0 100%;
        max-width: 100%
    }
}

@media (max-width:800px) {
    #requestCall .text-container .inner {
        padding-left: 40px;
        padding-right: 30%
    }

    #about .image-container {
        width: 14rem
    }

    .ma-card {
        flex: 1 0 100%
    }

    #requestCall .background-layer {
        width: 80%
    }
}

@media (max-width:750px) {
    .listing-card .main {
        width: 100% !important;
        height: 10rem !important
    }

    #verbageSection .grid-3,
    .grid-2 {
        grid-template-columns: 1fr
    }

    .blog-section .dashboard-blog-card,
    .faq-card {
        flex: 1 0 calc(100% - 20px);
        max-width: calc(100% - 20px)
    }

    #dashboardSettings .row.gap30,
    .listing-card {
        flex-direction: column
    }

    #dashboardBlogs .dashboard-blog-card.wrapped {
        flex: 1 0 calc(70% - 20px);
        max-width: calc(70% - 20px)
    }

    .listing-card img.main-image {
        width: 100%;
        height: 10rem !important
    }

    .ma-card {
        flex: 1 0 80%;
        max-width: 80%;
        height: 400px
    }

    .grid-2 {
        margin: 20px auto 0;
        width: 90%
    }

    .padding40x100 {
        padding: 40px 20px
    }

    #requestCall .text-container {
        width: 95%
    }
}

@media (max-width:651px) or (max-height:450px) {
    #chat-container {
        width: 90% !important
    }

    #categoriesList:not(.terms) {
        display: none !important
    }

    .mobile-nav {
        display: block
    }

    #main-logo-holder,
    #contactBar div.logo,
    #contactBar img.logo,
    #mainNav ul.main.row.fwrap.aitems-center.jcontent-center {
        display: none
    }

    #mainNav ul,
    #mobileCloseHeader,
    #mobileHeader {
        display: flex
    }

    #mainNav {
        position: fixed;
        z-index: 999999;
        width: 300px;
        height: 100%;
        background-color: var(--brown-color);
        top: 0;
        right: -100%;
        overflow-y: auto;
        padding: 40px 0;
        transition: .4s
    }

    #mainNav ul {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    #mainNav a {
        text-align: center
    }

    #mainNav ul li ul {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        height: auto !important;
        width: auto !important;
        transform: none !important;
        border: none !important;
        box-shadow: none !important
    }

    #mainHeader {
        padding: 10px 40px
    }
}

@media (max-width:650px) {
    #home .sub-title {
        display: none
    }

    .data-room-grid-6 {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .sp-card {
        flex: 1 0 90% !important;
        max-width: 90%
    }

    #contactBar div.row.aitems-center.gap10,
    #contactBar div.row.gap20,
    .google_translate_element {
        display: none !important
    }

    #contactBar span.row.aitems-center.gap10 {
        font-size: 13px
    }

    #contactBar span.row.aitems-center.gap10 .icon,
    span.row.aitems-center.gap10 img {
        width: 18px;
        height: 18px
    }

    .cookies-eu-banner p {
        font-size: 10px !important
    }

    .calendar {
        width: 100%;
        border: none !important;
        overflow: auto
    }

    .calendar-form {
        width: 100% !important
    }

    #dashboardStatistics .grid-4,
    .grid-3 {
        grid-template-columns: 1fr
    }

    #sideBar.contact-container .listing-card {
        flex: 1 0 calc(100% - 0px) !important
    }

    #sideBar.contact-container .blog-card {
        flex: 1 0 100% !important
    }

    .dashboard-inner .main-section-inner {
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        padding: 20px;
        transform: none;
        width: calc(100% - 40px);
        height: calc(100% - 40px)
    }

    #faq .contact-container,
    #listingPopup .contact-container,
    #listings .contact-container,
    #requestCall .text-container,
    .dashboard-inner .section-header {
        width: 100%
    }

    #dashboardBlogs .dashboard-blog-card.wrapped {
        flex: 1 0 calc(100% - 20px);
        max-width: calc(100% - 20px)
    }

    #listingPopup .listing-btn,
    #requestCall .form-grid-3 fieldset input {
        flex: unset;
        width: 100%
    }

    .ma-card {
        flex: 1 0 100%;
        max-width: 100%;
        height: 450px
    }

    #buyerProcedures .tree-card .inner {
        flex-direction: column;
        text-align: center !important
    }

    #buyerProcedures .tree-card .box {
        order: -1
    }

    #testimonials .slider-container {
        flex-wrap: wrap;
        justify-content: center
    }

    #testimonials .slider {
        min-height: 400px
    }

    #homeSliderText {
        font-size: 2.5rem !important
    }

    #maCardsSection {
        flex-direction: column;
        gap: 30px
    }

    .grid-3 {
        margin: 0 auto;
        width: 340px
    }

    #requestCall .background-layer {
        width: 100%
    }

    #requestCall .text-container .inner {
        padding-right: 40px
    }
}

@media (max-width:550px) {
    #contactBarLinks {
        flex-direction: column !important
    }

    .side-popup .inner {
        width: 100% !important
    }

    .slider-card {
        width: 340px
    }

    #about .description {
        text-align: left
    }

    .steps .col-2 {
        grid-column: span 1
    }

    .steps .grid-2 {
        grid-template-columns: 1fr
    }

    .ma-card {
        height: 450px
    }
}

@media (max-height:500px) {
    #chat-container {
        height: 90% !important
    }
}

@media (max-width:500px) {

    #sellerContactForm .grid-2,
    .footer-grid2,
    .form-grid-2 fieldset {
        grid-template-columns: 1fr
    }

    #sideBar.contact-container form {
        width: 90%
    }

    .ma-card {
        height: 500px
    }

    #calculatorSection .contact-container,
    #requestCall .text-container {
        width: 100%
    }

    .box-card.mini {
        width: 80%
    }

    #homeSliderText {
        font-size: 2rem !important
    }

    .arrow {
        width: 38px;
        height: 38px
    }

    .arrow img {
        width: 24px;
        height: 24px
    }

    #industriesServed .text-container {
        padding-left: 40px;
        padding-right: 40px
    }

    #about .image-container {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    #about div.mini-text,
    #about h2.section-title {
        text-align: center
    }

    #sellerContactForm .col-2 {
        grid-column: span 1
    }

    #testimonials img.img48 {
        width: 48px;
        height: 48px
    }
}

@media (max-width:450px) {
    .data-room-grid-6 {
        grid-template-columns: 1fr !important
    }

    .sp-card {
        flex: 1 0 100% !important;
        max-width: 100%
    }

    .g-recaptcha {
        transform: scale(.75);
        transform-origin: 0 0;
        max-width: 100%
    }

    .ma-card {
        height: 550px
    }

    .box-card.mini,
    .grid-3 {
        width: 100%
    }

    .grid-2 {
        width: 90%
    }
}

#contactBar {
    z-index: 9999;
}

button.filled span,
a.filled span {
    font-weight: 600;
}

.fieldset-hlabel {
    color: white;
}

.light-brown-bg {
    background-color: var(--light-brown-color);
}

.ma-card:hover .mini-text,
.ma-card:hover .section-mini-title {
    color: black !important
}

.message-owner {
    margin-left: auto;
    color: white;
    background-color: var(--brown-color) !important;
}

.connectivity {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: tomato;
    position: absolute;
    left: 0;
    top: 0;
}

#adminConnected1 {
    top: 6px;
    left: 6px;
}

.connectivity.online {
    background-color: #7ebb23
}

.img40 {
    width: 40px;
    height: 40px
}

img {
    user-select: none;
}

#dataRoom button.filled {
    background-color: var(--brown-color) !important;
}

#dataRoom button.filled div {
    background-color: var(--secondary-brown-color)
}

#loginWrapper.data-room form {
    border-radius: 0 !important;
    background-color: white !important;
}

button:disabled {
    color: black;
    text-shadow: none !important
}

.brown-dark {
    color: #735a38;
}

.listing-card strong {
    font-size: 13px !important;
    font-weight: 600
}

.data-room-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 50px;
}

.folder-image {
    width: 128px;
    height: 128px;
}

.data-room-card .absolute {
    left: 50%;
    top: 60%;
    text-align: center;
    transform: translate(-50%, -50%)
}

@media (max-width:1450px) {
    .data-room-grid-6 {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:1000px) {
    .data-room-grid-6 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.img64 {
    width: 64px;
}

@media (max-width:350px) {
    #loginWrapper form {
        width: 100%
    }
}

#aboutTag ul li {
    list-style-type: disc !important;
    font-size: 13px !important;
    font-weight: 500;
    text-align: left
}

#aboutTag ul {
    padding-left: 40px !important
}

footer .description.white {
    font-size: 18px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
    font-weight: 500
}

.mobile-nav {
    font-size: 18px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
    font-weight: 500
}

@media (min-width:651px) {
    #overlayLayer {
        display: none !important
    }
}

@media (max-width:400px) {

    #faq .contact-container .inner,
    #listingPopup .contact-container .inner,
    #listings .contact-container .inner {
        padding: 40px 0 !important
    }
}

ol.breadcrumb {
    padding: 0 !important
}

ol.breadcrumb li {
    font-size: 16px;
}

.mini-icon {
    background-size: cover;
}

.icon48 {
    width: 48px;
    height: 48px
}

.mini-icon.phone {
    background: url('../icons/phone2.png');
}

.mini-icon.location {
    background: url('../icons/location.png');
}

.icon24 {
    width: 24px;
    height: 24px
}

.mini-icon.linkedin {
    background: url('../icons/linkedin.png');
}

.mini-icon.youtube {
    background: url('../icons/youtube.png');
}

.mini-icon.twitter {
    background: url('../icons/twitter.png');
}

.invert {
    filter: invert(1)
}

.icon28 {
    width: 28px;
    height: 28px
}

.close {
    background: url('../icons/close.png')
}

.aniss-pic {
    background: url('../images/aniss-picture.webp');
    width: 350px;
    height: 438px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
}

@media (max-width:850px) {
    .aniss-pic {
        width: 224px;
        height: 280px
    }
}

.service-card .description {
    min-height: 160px;
}

.listing-card .main {
    width: 14rem;
    height: 200px
}

.main-text {
    padding: 40px 40px;
    min-height: 1500px;
}

.close-brown {
    background: url('../icons/close-brown.png')
}

.slider-content .listing-card .main,
.slider-content .listing-card .main-image {
    width: 100% !important
}

.mini-icon.nav {
    background: url('../icons/nav.png');
}

.gray-line {
    width: 90%;
    height: 2px;
    background-color: #999;
    margin: 0 auto
}

.popup .wide {
    width: 90%;
    max-height: 700px;
    overflow-y: auto;
    border-radius: 0;
}

.popup .wide input[type='radio'] {
    transform: scale(0.8);
    height: 40px !important
}

@media(max-width:850px) {
    .preview-container .column:last-child {
        display: none;
    }
}

@media(max-width:600px) {
    .preview-container .column:nth-child(2) {
        margin-left: 0 !important;
    }
}

.preview-container .file-preview {
    flex: 1;
}

.preview-container embed {
    height: 100% !important;
}

.preview-container iframe {
    height: 100% !important;
}

@media (max-width: 550px) {
    .popup .main {
        width: 100%;
    }
}

.tox-tinymce-aux {
    z-index: 999999 !important;
}

.dashboard-statistics-card {
    min-height: initial !important;
    height: 70px !important;
}

#footerTopBarTextContainer .sub-title.white {
    color: #333;
    text-shadow: none;
}

#footerTopBarTextContainer .description.white {
    color: #333;
    text-shadow: none;
}

.testimonial-right:hover,
.testimonial-left:hover,
.arrow:hover {
    background-color: var(--dark-brown-2);
}

.blog-card .text-container {
    background-color: #d0e6e8;
}

.blog-card .tag {
    background-color: white;
    box-shadow: none;
}

#requestCall .white {
    color: black
}

#requestCall .light-brown {
    color: black !important;
}

#requestCall label {
    color: black !important;
    font-weight: 500;
}

#requestCall input,
#requestCall textarea {
    background-color: white !important;
    border: none !important;
    color: black !important;
}

#requestCall.loaded {
    position: relative;
    background-image: url('../images/request-call-3.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 0;
}

#requestCall.loaded::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

#requestCall button {
    background-color: var(--green-color);
}

button.filled div,
a.filled div {
    background-color: var(--green-color) !important;
}

button.green div,
a.green div {
    background-color: var(--brown-color) !important;
}

.testimonial-card p,
.testimonial-card span {
    font-family: Montserrat !important;
    color: black !important;
}

#categoriesList {
    border-bottom: 10px solid var(--brown-color);
    border-top: 10px solid var(--brown-color);
    background-color: #035122 !important;
}

#home div.center.gap10.relative.padding10 {
    background-color: #035122 !important;
}

.green-bg {
    background-color: var(--green-color);
}

.simple-card .white,
.box-card {
    color: black !important;
}

.line.white {
    background-color: var(--dark-brown);
}

#sendMessageBusinessType {
    border: none !important
}

.listing-btn img {
    filter: none !important
}

.listing-btn .description {
    color: black;
    font-weight: 500
}

.listing-card .top-bar {
    background-color: var(--brown-color);
}

.menu-slider.active .main {
    background-color: #d0e6e8;
}

.menu-slider .content {
    background-color: #f4f7f8;
}

footer button.filled {
    background-color: #ffde59 !important
}

footer button.filled div {
    background-color: #ffda46 !important
}

footer input {
    background-color: white !important;
    color: black !important;
    padding: 15px 20px;
}

footer input::placeholder {
    color: black !important
}

.contact-container .inner {
    background-color: var(--light-gray) !important
}

#home .section-title.light-brown {
    color: #ffda46 !important
}

.popup input,
.popup select {
    background-color: var(--light-gray) !important
}

.popup .main .image {
    box-shadow: none !important
}

a.filled,
button.filled,
.blog-category-card,
#nextPage,
#prevPage {
    border-radius: 10px;
    border: none;
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.2), inset 2px -2px 4px rgba(0, 0, 0, 0.2), -6px 8px 8px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    transition: all 0.2s ease;
}

#contactBarLinks {
    gap: 10px;
}

#contactBarLinks a.filled {
    background-color: #ffde59 !important;
}

.calendar-btn.active,
.calendar-option.active,
.calendar-btn.today {
    color: black !important;
}

.calendar-option {
    color: black !important;
}

.mobile-nav li a,
.mobile-nav div {
    color: black !important
}

#contactBarLinks div.mobile-links {
    display: none;
}

@media (max-width:650px) {
    #mainHeader {
        padding: 10px 20px;
    }

    #contactBar {
        display: none !important;
    }

    #contactBarLinks div.mobile-links {
        display: flex !important;
        margin-top: 10px;
    }

    #contactBarLinks {
        flex-direction: column;
    }
}

.testimonial-left,
.testimonial-right {
    background: none !important;
    background-color: #ac8a5a;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-links {
    margin-left: auto;
}