@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: "Inter", sans-serif !important; */
}
p {
    color: #666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    line-height: 26px;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}
.container {
    max-width: 1400px !important;
}
.text-success {
    color: #489351 !important;
}
.bg-successs {
    background-color: #489351 !important;
}
.top {
    padding: 15px 0;
    background-color: #489351;
}
.nav-item .nav-link {
    display: flex;
    align-items: center;
    color: black;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #489351 !important;
}
.message-nav {
    border-bottom: 1px solid #489351;
}
.logo {
    max-height: 60px !important;
}
.nav-logo {
    max-height: 47px !important;
}
.banner {
    background-color: #f3f7fd;
}
.content {
    padding: 150px 0;
}
.content h4 {
    margin-bottom: 25px;
    color: #0e2b3d;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
    font-size: 32px;
}
.content h1 {
    color: #0e2b3d;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
    font-size: 45px;
}
.content > h1::after {
    content: "";
    display: block;
    height: 50px;
    background-image: url(https://quadacts.com/wp-content/uploads/2024/06/underline.png);
    background-repeat: no-repeat;
}
.content h1 strong {
    display: inline-block;
    color: #489351;
}
.content p {
    color: #666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 500;
    line-height: 26px;
    font-size: 14px;
}
.offer-content {
    display: flex;
}
.offer-content > div {
    margin-right: 20px;
    display: flex;
    flex-flow: column;
}
.offer-content > div h2 {
    font-size: 60px;
    margin-bottom: 0 !important;
}
.offer-content > div img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(13%) saturate(1592%)
        hue-rotate(76deg) brightness(104%) contrast(88%);
}
.btn {
    font-size: 17px !important;
}
.btn-theme {
    background-color: #489351 !important;
    border: 2px solid #489351 !important;
    border-radius: 40px !important;
    padding: 15px 40px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out !important;
}
.btn-theme:hover {
    transform: scale(1.1);
}
.home-page-banner-image {
    border: none;
    outline: none;
    max-width: 100%;
}
.thumb {
    height: auto;
    position: relative;
    z-index: 1;
    /* top: 120px; */
}

.thumb::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(images/home-banner-background-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    z-index: -1;
}
.services {
    background-color: #f3f7fd;
}
.our-services-section.container {
    width: 100%;
    padding: 35px 15px 35px 15px;
    margin-right: auto;
    margin-left: auto;
}
.before-content {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #0e2b3d;
    text-align: center;
}
.before-content::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: green;
    position: absolute;
    margin-top: 5px;
    left: 50%;
    transform: translatex(-50%);
}
.sub-heading {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.section-content {
    margin-top: 50px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
}
.services .section-item {
    padding: 36px 20px 40px 20px;
}
.section-item.first-section,
.section-item.third-section {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #00000033;
}
.section-title {
    margin-bottom: 20px;
}
.services .list-items {
    text-align: left;
    display: flex;
    flex-flow: row wrap;
}
.icon-list-item {
    display: flex;
    flex: 0 0 33.33%;
}
.icon-list-icon {
    margin-top: 6px;
}
.services .icon-list-text {
    padding-left: 15px;
    line-height: 35px;
}
.services .hire-now-button {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.services .hire-now-button a {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #489351;
    color: #489351;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.services .hire-now-button a:hover {
    background: #489351;
    color: white;
}
.services .hire-now-button a:hover svg path {
    fill: white;
}
.services .section-item.second-section {
    background-color: transparent;
    background-image: linear-gradient(347deg, #002c0b 0.24%, #a9cb9e 97.44%);
    border: 0px solid;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.14);
    color: white;
    position: relative;
}
.services .second-section .tag-img {
    position: absolute;
    right: -1px;
    top: 14px;
}
.services.second-section p {
    color: #fff !important;
}
.second-section .gradient-background {
    background: url(images/min_ten_bg.png);
    padding: 5px;
    color: black;
    font-weight: 600;
    margin: 10px 0;
}
ul {
    margin: 0;
    list-style-type: none;
}

.framework-section {
    padding: 30px 0;
}
.section-content-area {
    text-align: center;
}
.techies-section .section-content {
    display: flex !important;
    flex-flow: row nowrap !important;
}
.techies-section .section-item-wrapper.first-section,
.section-item-wrapper.second-section {
    display: flex;
    padding-top: 24px;
    flex-flow: row wrap;
}
.techies-section .section-item {
    display: flex;
    flex-flow: column;
    flex: 1;
    align-content: flex-start;
}
.techies-section .second-section .section-item > div {
    min-height: 660px;
}
.techies-section .section-item > div {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 0px 24px 0px 0px;
    padding: 16px 20px 16px 20px;
    min-height: 300px;
}
.techies-section .section-item .section-title {
    text-align: left;
}
.techies-section .techies-images-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-content: center;
}
.techies-section .second-section .section-item:first-child .single-tech {
    flex: 0 0 50%;
    max-width: 50%;
}
.techies-section .techies-images-wrapper .single-tech {
    padding: 20px;
}
.single-tech a {
    text-decoration: none;
}
.techies-section .first-section .section-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}
.notes h4 {
    font-size: 19px;
}
.notes ul {
    padding-left: 0;
}
.notes ul li {
    color: #666;
    font-size: 16px;
    padding: 5px 0;
}
.accordion-header .accordion-button {
    font-weight: 700;
    font-size: 17px;
    padding: 16px;
    /* background-color: #eeeeed; */
}
.accordion-header .accordion-button:hover {
    color: #333;
}
.accordion-header .accordion-button:not(.collapsed) {
    /* background-color: #eeeeed !important; */
    color: #489351;
    /* text-decoration: underline; */
}
.accordion-header .accordion-button:not(.collapsed):hover {
    color: #333;
    text-decoration: none;
}
.accordion-header .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion .accordion-item {
    border: none;
    margin-bottom: 0.8rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.accordion .accordion-body {
    /* background-color: #fbfbfb; */
    font-size: 16px;
    padding: 15px 25px;
    font-weight: 400;
}
.accordion .accordion-body p {
    /* background-color: #fbfbfb; */
    font-size: 21px;
    font-weight: 400;
}
.accordion .accordion-button::after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 28 33' fill='none'%3E%3Cpath d='M11.6692 24.7576C11.6692 24.1901 11.6692 23.7663 11.6692 23.3448C11.6692 16.5611 11.6715 9.77505 11.6668 2.99134C11.6668 2.23786 11.6715 1.47496 12.1901 0.874528C12.8955 0.0598244 13.7901 -0.206249 14.8179 0.163428C15.9228 0.559007 16.3292 1.40432 16.3269 2.54632C16.3175 9.21229 16.3222 15.8806 16.3222 22.5466C16.3222 23.2388 16.3222 23.9335 16.3222 24.6516C16.8734 24.6446 17.0416 24.2349 17.2916 23.9829C19.4382 21.8214 21.5638 19.6386 23.7105 17.4747C24.8948 16.2809 26.3196 16.1632 27.3194 17.138C28.3261 18.1199 28.2093 19.6645 27.0134 20.8724C23.3601 24.5669 19.7022 28.2566 16.0395 31.9392C14.638 33.3473 13.407 33.3544 12.0125 31.9557C8.34758 28.2754 4.68963 24.5833 1.03636 20.8913C-0.21566 19.6268 -0.337125 18.1905 0.692987 17.1592C1.70441 16.1467 3.13395 16.2927 4.38364 17.5312C6.76153 19.8906 9.14177 22.2499 11.6692 24.7576Z' fill='%23489351'/%3E%3C/svg%3E") !important;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
    /* background-color: #d3d3d3; */
    background-size: 50%;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.accordion .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.accordion .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
/* .modal .modal-dialog {
    max-width: 60%;
} */
.modal-dialog .modal-content {
    border-radius: 10px;
}
.modal-content .modal-header {
    border-bottom: none;
    padding: 10px;
}
/* .modal-content .modal-body {
    height: 670px;
} */
.modal-content .invite-modal {
    height: auto !important;
}

.popup-title h3 {
    color: #489351;
    font-size: 1.55rem;
}

.popup-wrapper .right-content {
    max-width: 100%;
}
.funnel {
    height: 560px;
    overflow-y: hidden;
}
.funnel-btn {
    color: #fff;
    min-width: 272px;
    height: 56px;
    background-color: #489351;
    font-weight: 700;
    border: 3px solid;
    border-color: transparent;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.funnel-btn a {
    text-decoration: none;
    color: #489351;
}
.funnel-btn:hover {
    color: #489351;
    border-color: #489351;
    background-color: #fff;
}
.funnel form h3 {
    color: #489351;
    font-size: 22px;
}
.funnel .card {
    box-shadow: 0 3px 25px 10px rgb(152 138 138) !important;
    background: #ffffff;
    height: 650px;
}
.form-control {
    padding: 12px !important;
    max-width: 400px !important;
    width: 100% !important;
}
.form-control:focus {
    border-color: #489351 !important;
    box-shadow: none !important;
}

.funnel .progress-completion {
    display: flex;
    color: #b5bac0;
    background-color: #fff;
    box-shadow: 0px 4px 46px 0px rgba(52, 130, 235, 0.24);
    border-radius: 40px;
    margin: 0 auto 30px;
    text-align: left;
    max-width: 202px;
    height: 60px;
    padding: 19px 62px 19px 27px;
    position: relative;
    overflow: hidden;
}
.funnel .completion__progress-meter {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.funnel svg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 58px;
    width: 58px;
    overflow: visible !important;
}

.progress-meter-bar,
.progress-meter-progress {
    fill: none;
    stroke-width: 3;
}

.progress-meter-bar {
    stroke: #e0e0e0;
}

.progress-meter-progress {
    stroke: #489351;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: stroke-dashoffset 0.4s ease;
}

.funnel .lp-completion-rate {
    color: #489351;
    display: flex;
    flex-float: row wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    font-size: 16px;
    line-height: 20px;
    height: 45px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
}
.step {
    display: none;
    animation: fade 0.5s ease-in-out;
    height: 100%;
}
.spacing {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.select2-container--focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 147, 81, 0.25) !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 13px !important;
}

.hourly-radio input[type="radio"],
.monthly-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.hourly-radio h3::before,
.monthly-radio h3::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid #489351;
    border-radius: 50%;
    vertical-align: middle;
    transition: all 0.3s ease;
}
.hourly-radio input[type="radio"]:checked + h3::before,
.monthly-radio input[type="radio"]:checked + h3::before {
    background-color: #489351;
    box-shadow: inset 0 0 0 3px white;
}

.btn-radio {
    width: 400px;
    display: block;
    font-size: 17px;
    padding: 0.375rem 0.75rem;
    text-align: center;
    border-radius: 0.375rem;
    cursor: pointer;
    border: 1px solid #489351;
    color: black;
    transition: all 0.2s;
    background-color: white;
}

.btn-radio input[type="radio"]:checked ~ span {
    color: white;
}
.btn-radio:has(input[type="radio"]:checked) {
    background-color: #489351;
    color: white;
}

.btn-radio input[type="radio"]:checked + span::after {
    content: "✓";
    margin-left: 8px;
}

.btn-radio:hover {
    box-shadow: inset 0 2.5em 0em 0em #489351, inset 0 -2.5em 0em 0em #489351;
    border-color: #489351;
    color: #fff;
    transition: all 0.3s ease;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type="text"],
.iti input.iti__tel-input[type="tel"] {
    padding-left: 80px !important;
}
.iti__search-input {
    padding: 10px !important;
}
/* .iti {
    width: 400px !important;
} */
.step .third-step-wrapper {
    padding: 0 5px;
    height: 360px;
    background-color: white;
    overflow-y: auto;
}
.step .form-check-input:checked {
    background-color: #489351;
    border-color: #489351;
}
.step.active {
    display: block;
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.search-input-group {
    display: flex;
}
.search-input-group input {
    max-width: 100% !important;
    border-radius: 6px 0px 0px 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.search-input-group button {
    padding: 12px 30px !important;
    border-radius: 0px 6px 6px 0px !important;
}
.search-input-group button:hover {
    transform: scale(1) !important;
}
.filter-box {
    /* background-color: #f2f3f7; */
    font-size: 14px;
}
.filter-checkbox-group {
    font-size: 14px;
    color: #4a5568;
}

.form-check-label {
    margin-left: 0.5rem;
    cursor: pointer;
}
.form-check-input:checked {
    background-color: #489351 !important;
    border-color: #489351 !important;
}

.filter-box .form-control,
.form-select {
    border: 1px solid #cfd9e0;
    border-radius: 6px;
    font-size: 14px;
    height: 38px;
}
.price-input {
    width: 100%;
    display: flex;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 50px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    /* left: 25%;
    right: 25%; */
    position: absolute;
    border-radius: 5px;
    background: #489351;
}

.review-section .slick-slide{
    padding: 5px;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #489351;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #489351;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* .sticky-filter {
    position: sticky;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    align-self: flex-start;
} */
.banner-section {
    background-image: url("/images/bg-filter.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content {
    padding: 58px 0px 58px 0px;
}
.banner-content h2 {
    font-size: 32px;
    color: #222222;
}
.banner-content p {
    font-size: 15px;
    color: #222222;
}
.play-video {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.play-video:hover {
}
.video-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: #ffffff;
    text-align: center;
    width: 40px;
    height: 40px;
}
.video-icon-wrapper,
.play-video p {
    transition: all 0.3s ease;
}
.video-icon-wrapper i {
    font-size: 23px;
}
.play-video:hover .video-icon-wrapper {
    background-color: #489351;
}

.play-video:hover .video-icon-wrapper i {
    color: white;
}

.play-video:hover p {
    color: #489351;
}
/* .scrollable-cards {
    max-height: 100vh;
    overflow-y: auto;
} */
.scrollable-cards .results-count {
    font-size: 16px;
}
.team-card {
    flex-direction: column;
    display: flex;
    position: relative;
    border: 1px solid #489351;
    /* background: #f2f3f7; */
    border-radius: 10px;
    /* box-shadow: -10px -10px 20px 0px #f7f7f7, 10px 10px 20px 0px #d7e0e8; */
    text-align: center;
    padding: 50px 20px 20px 20px;
    height: 100%;
}
.team-card .text-start {
    flex-grow: 1;
}
.experience-badge {
    border-radius: 10px 0 10px 0px;
    left: 0px;
    position: absolute;
    top: 0px;
    background-color: #489351;
    color: #fff;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.team-card .memberPhoto {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    border-radius: 50%;
}
.memberDetails .memberName {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #32285c;
    text-transform: none;
    text-decoration: auto;
    line-height: 135%;
    margin: 0;
}
.memberDetails .memberTitle {
    font-size: 14px;
    color: #677592;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 400;
}
.rating-reviews {
    font-size: 14px;
    text-align: center;
}
.rating-reviews i {
    font-size: 10px !important;
    display: inline-block;
    margin-right: 5px;
    color: #e1c03f !important;
    margin-bottom: 4px;
    vertical-align: middle;
}
.rating-reviews .rating {
    font-weight: 500;
    font-size: 0.9375rem;
    color: #32285c;
    margin-right: 2px;
    line-height: 1;
}
.rating-reviews .text {
    color: #677592;
}
.freelancer-metas {
    padding: 10px 0;
    color: #32285c;
    border-bottom: 1px solid #ddd5d5;
}
.freelancer-metas > * {
    width: 50%;
}
.freelancer-metas strong {
    display: block;
    font-weight: 500;
}
.btn-hire-me,
a.btn-hire-me {
    cursor: pointer;
    padding: 15px 40px;
    background-color: #489351;
    border: none;
    color: white;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}
.btn-hire-me:hover,
a.btn-hire-me:hover {
    transform: scale(1.1);
}
.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tag-container .add-tag {
    border: 1px solid #489351;
}

.tag {
    padding: 6px 14px;
    border: 1px solid #cbd5e0;
    border-radius: 9999px;
    font-size: 14px;
    color: #2d3748;
    background-color: #f7fafc;
    white-space: nowrap;
}
.team-card .tag {
     font-size: 13px;
}
.experience-text {
    font-size: 16px;
    text-align: center;
    margin: 15px 0;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
header {
    /* font-family: "Lobster", cursive; */
    text-align: center;
    font-size: 25px;
}

#info {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 25px;
}

a {
    color: #074e8c;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #f5f5f5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}

.withdrawal-body::-webkit-scrollbar-track,
.chat-messages::-webkit-scrollbar-track,
.scrollable-cards::-webkit-scrollbar-track,
.sticky-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.withdrawal-body::-webkit-scrollbar,
.chat-messages::-webkit-scrollbar,
.scrollable-cards::-webkit-scrollbar,
.sticky-filter::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.withdrawal-body::-webkit-scrollbar-thumb,
.chat-messages::-webkit-scrollbar-thumb,
.scrollable-cards::-webkit-scrollbar-thumb,
.sticky-filter::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #489351;
}

.chat-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #489351;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background-color: #489351;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.chat-icon:hover {
    transform: scale(1.1);
}
.notification-dot {
    left: 17px !important;
    top: 5px !important;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 0.25rem;
    background-color: #dc3545;
    border: 1px solid #f8f9fa;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.dropdown-menu {
    position: relative;
    width: 280px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: white;
    transform: rotate(45deg);
    z-index: -1;
}
.dropdown-menu li:not(:first-child) {
    border-top: 1px solid #dee2e6;
}
.dropdown .sub-menus {
    left: 10px !important;
}
.dropdown .sub-menus::before {
    left: 20px !important;
}
.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.header-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.dropdown-item:hover,
.dropdown-item.active {
    color: black !important;
    background-color: #e7eaed !important;
}
.developer-name:after {
    margin-left: 45px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    max-width: 150px;
    height: 3px;
    border-radius: 2px;
    background-color: #489351;
}
.hire-develpoer-section {
    margin: 20px;
    display: flex;
    gap: 25px;
}
.hire-develpoer-section form .input-width {
    max-width: 70% !important;
}
.description-area textarea {
    max-width: 700px !important;
}
.outline-btn {
    background-color: white;
    border: 2px solid #489351 !important;
    padding: 15px 40px !important;
    color: #489351 !important;
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 10px !important;
}
.outline-btn:hover {
    transform: scale(1.1);
}
.hire-develpoer-section form .card {
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease;
}
.hire-develpoer-section form .card:hover {
    transform: translateY(-4px);
    border-color: #198754 !important;
}
.hire-develpoer-section form .btn-theme {
    border-radius: 10px !important;
}
.hire-develpoer-section .developer-info {
    border: 1px solid #dee2e6;
}
.hire-develpoer-section form .form-check-input:checked {
    background-color: #489351;
    border-color: #489351;
}
.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #e0e0e0;
    position: relative;
}

.status-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #fdd835;
    border-radius: 50%;
    border: 2px solid #fff;
}

.profile-name {
    color: green;
    font-weight: 600;
    text-decoration: none;
}

.profile-name:hover {
    text-decoration: underline;
}

.dev-title {
    color: #444;
}
.form-check-label a {
    color: #489351 !important;
}
.profile-card {
    max-width: 1000px;
    margin: 2rem auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}
.image-wrapper {
    max-width: 400px;
}
.developer-profile {
    display: block;
    flex-basis: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    object-fit: cover;
}
.developer-detail .developer-information h4 {
    font-size: 25px;
    color: #204ecf;
}
.developer-detail .developer-information span{
    max-width: 180px
}
.developer-detail .developer-information p {
    color: #489351;
    font-size: 18px;
}
.light-text {
    color: #666;
    font-weight: 400;
    font-size: 17px;
}
.portfolio-text span {
    color: #204ecf;
}
.developer-detail .developer-expertise .tag {
    border: 1px solid #489351;
    color: #489351;
    background-color: white;
}
.success-box P {
    font-size: 15px;
}
.icon-wrapper {
    font-size: 40px;
    color: #003f3f;
    width: 48px;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-wrapper::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fbf7ed;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}
.rating-box {
    background-color: #ffeee8;
}
.rating-box i {
    font-size: 20px;
}
.rating-value {
    font-size: 48px;
    font-weight: bold;
    color: #d4a000;
}
.admin-review .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.admin-review .review-comment {
    padding-top: 15px;
    font-size: 15px;
    color: #222222;
}
.info-card {
    background-color: #f9fafb;
    padding: 26px;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.info-card:hover {
    transform: translateY(-4px);
}

.info-icon {
    font-size: 3rem;
    color: #489351;
    margin-bottom: 1rem;
}

.info-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.info-text {
    color: #6b7280;
    font-size: 0.95rem;
}
.timeline-entry {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 2rem;
}
.timeline-entry::after {
    content: "";
    width: 2px;
    height: 100%;
    top: 14px;
    display: block;
    position: absolute;
    left: 4px;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 6px,
        #489351 0px,
        #489351 14px
    );
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #489351;
    border-radius: 50%;
}

.job-title {
    font-size: 17px;
    font-weight: 600;
}

.job-company {
    color: #6b7280;
    font-size: 17px;
}

.job-date {
    font-weight: 500;
    color: #6b7280;
    font-size: 18px;
}

.job-desc {
    margin-top: 0.75rem;
    color: #374151;
    font-size: 0.96rem;
}

.job-desc ul li {
    font-size: 16px;
    padding-bottom: 15px;
    list-style-type: disc;
}
.job-desc ul li::marker {
    color: #d8d9dc;
}

.job-tech {
    color: #6b7280;
    font-size: 0.875rem;
    margin-top: 0.75rem;
}
.step-circle {
    width: 50px;
    height: 50px;
    background-color: #489351;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.25rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

/* .step-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #1e40af;
}

.step-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%) rotate(45deg);
    border: solid #1e40af;
    border-width: 0 2px 2px 0;
    padding: 5px;
    background-color: transparent;
} */

.step-content {
    max-width: 300px;
    margin: auto;
}
/* @media (max-width: 767.98px) {
    .step-arrow::after,
    .step-arrow::before {
        display: none;
    }
} */
.toggle-btn {
    cursor: pointer;
}
.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.top-talented {
    padding: 20px 0;
    background-color: #f3f4f6;
}
.review-box {
    background-color: #489351;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}
.contract-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.contract-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.4;
}

.job-meta {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.job-user {
    display: flex;
    align-items: center;
    max-width: 500px;
    width: 100%;
    justify-content: space-between;
}

.user-avatar {
    width: 52px;
    height: 52px;
    margin-right: 8px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.job-status {
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    background-color: #f0f0f0;
    padding: 4px 15px;
}
.job-rate {
    font-weight: 600;
    color: #333;
}

.contract-date {
    font-weight: 600;
    font-size: 14px;
    color: #666;
}
.dots-icon {
    cursor: pointer;
}
.dots-icon i {
    font-size: 25px;
}
.pricing-card {
    height: 166px;
    border: 1px solid #dee2e6;
    background-color: white;
    padding: 55px 10px;
    border-radius: 10px;
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
    color: #1e1e2d;
    transition: all 0.3s ease;
}
.info-box {
    position: absolute;
    top: 10px;
    right: 10px;
}
.pricing-card:hover {
    transform: translateY(-4px);
}
.pricing-card p {
    font-size: 17px;
}
.details-section {
    /* border: 1px solid #489351; */
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}
.description-section {
    margin: 20px 0;
}
.description-section p {
    font-size: 16px;
}
.offcanvas {
    width: 100% !important;
    max-width: 50% !important;
}
.table-popup .table-hover {
    cursor: pointer;
}
.offcanvas-backdrop {
    background-color: white;
    height: auto;
}
.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: rgb(249 82 82 / 8%) !important;
}
.table > :not(caption) > * > * {
    box-shadow: none !important;
}

.table-popup .table-hover tbody tr:hover {
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    padding: 14px !important;
    font-size: 17px;
    cursor: pointer;
}
.popup-heading {
    display: flex;
    gap: 25px;
}
.popup-heading span {
    color: black;
    font-weight: 600;
}
.time-item {
    display: flex;
}
.time-icon {
    margin-right: 5px;
    font-size: 1.2rem;
    color: #6c757d;
}
.screenshot-section .card {
    width: 11rem !important;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: all 0.3s ease;
}
.screenshot-section .card:hover {
    transform: translateY(-4px);
}
.screenshot-section .card .card-body {
    padding: 10px 15px;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background-color: #489351 !important;
    color: white !important;
    box-shadow: -5px 0 0 #8cce80, 5px 0 0 #8cce80 !important;
}

.flatpickr-weekwrapper {
    background-color: #f8f9fa;
}
.row-selected {
    background-color: #489351 !important;
    color: white;
}
.contract-btn .outline-btn {
    background-color: #489351 !important;
    border: 2px solid white !important;
    color: white !important;
}

.sidebar-container {
    /* width: 350px; */
    height: calc(100vh - 133px);
    /* background-color: white; */
    /* border: 1px solid #e1e1e1; */
    overflow: hidden;
    /* border-radius: 10px 0px 0px 10px; */
}
.chat-bg {
    background: #ebebeb;
    padding: 30px 10px;
}
.sidebar-header {
    display: flex;
    align-items: center;
    padding: 18px 16px;
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1f;
}
.search-input-wrapper {
    position: relative;
    width: 100%;
}

.search-input-wrapper .bi-search {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}
.sidebar-header input {
    border-radius: 10px;
    padding-left: 2rem !important;
}
.chat-header-search {
    width: 100%;
    max-width: 600px;
    justify-content: center;
    display: flex;
}
.chat-header-search input {
    border-radius: 10px;
    padding-left: 2rem !important;
}
.tab-link {
    cursor: pointer;
    font-weight: 500;
}

.tab-link.active {
    border-bottom: 2px solid #489351;
    color: #000;
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox label {
    border: 1px solid black;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s;
}

.custom-checkbox input[type="checkbox"]:checked + label {
    background-color: #489351;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-item {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.14);
    border-radius: 12px;
    margin: 10px;
    display: flex;
    background-color: white;
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.contact-item:hover {
    background-color: #f8f8f8;
}

/* .contact-item.active {
    color: white;
    background-color: #53af6f;
} */
/* .contact-item.active .contact-name,
.contact-item.active .typing-indicator,
.contact-item.active .contact-time {
    color: white;
} */
.contact-name {
    font-weight: 500;
    font-size: 15px;
    color: #1d1d1f;
    margin-bottom: 2px;
}

.contact-time {
    font-size: 12px;
    color: #86868b;
    float: right;
}

.contact-preview {
    font-size: 13px;
    color: #86868b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    display: inline-block;
}

.typing-indicator {
    color: #489351;
    font-size: 13px;
    font-style: italic;
}
.chat-container {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.14);
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    border-left: none;
    background-color: white;
    height: calc(100vh - 133px);
    display: flex;
    flex-direction: column;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1f;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.call-icon {
    cursor: pointer;
    border: 2px solid #e1e1e1;
    padding: 2px 9px;
    background: #f2f2f7;
    border-radius: 30px;
    width: 40px;
    height: 40px;
}
.chat-header .call-icon i {
    color: #489351;
}
.dots {
    cursor: pointer;
    border: 2px solid #e1e1e1;
    padding: 1px 6px;
    background: #f2f2f7;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.chat-messages {
    flex: 1;
    padding: 16px 80px;
    overflow-y: auto;
    background-color: white;
}

.message {
    cursor: pointer;
    margin: 18px 0;
    max-width: 80%;
    width: fit-content;
}

.sender-name {
    font-weight: 500;
    font-size: 12px;
    color: #616161;
    margin-bottom: 4px;
}

.message-content {
    padding: 8px 12px;
    border-radius: 18px;
    font-size: 15px;
    line-height: 1.4;
}

.message .hover-icons {
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.message:hover .hover-icons {
    bottom: 55px !important;
    opacity: 1;
    pointer-events: auto;
}

.user-message {
    margin-left: auto;
}

.user-message .message-content {
    background-color: #489351;
    color: #fff;
    border-radius: 12px;
}
.user-message .message-content a {
    color: #fff !important;
}

.admin-message .message-content {
    background-color: #f2f2f7;
    color: #000;
    border-radius: 12px;
}
.admin-message .message-content a {
    color: #000 !important;
}

.time-stamp {
    font-size: 11px;
    color: #86868b;
    margin-top: 4px;
    text-align: right;
}

.admin-message .time-stamp {
    text-align: left;
}
.chat-image img {
    height: 150px !important;
    width: 100%;
    object-fit: fill;
}
.reply-box {
    background-color: #f1f1f1;
    border-radius: 0.4rem;
    padding: 0.5rem 0.75rem;
    width: 100%;
}
.reply-message {
    color: #333;
    font-size: 0.875rem;
}
.message-block .dropdown-menu::before {
    display: none;
}
.chat-container .chat-input {
    display: flex;
    border-radius: 10px;
    padding: 12px 80px;
    background-color: white;
    /* border-top: 1px solid #e1e1e1; */
}
.input-group {
    position: relative;
    flex-wrap: nowrap !important;
}
.input-group svg {
    position: absolute;
    right: 10px;
    font-size: 27px;
    top: 15px;
    z-index: 10;
}
.input-group input {
    max-width: 100% !important;
}
.chat-input .btn-send {
    padding: 12px 25px;
    border: 1px solid #489351;
    border-radius: 0 10px 10px 0;
    color: #489351;
}
.chat-input .btn-send:hover {
    padding: 12px 25px;
    border: 1px solid #489351;
    border-radius: 0 10px 10px 0;
    color: #489351;
}
.right-section {
    height: 100%;
    padding: 15px;
    border: 1px solid #489351;
    background-color: white;
    border-radius: 12px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    color: #1e1e2d;
    transition: all 0.3s ease;
}
.agengy-content .form-control {
    max-width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 50px !important;
    line-height: 50px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 50px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 35px;
}
.select2-container--default .select2-results__option--selected {
    background-color: #489351 !important;
    color: white !important;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #489351 !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #489351 !important;
    border: 1px solid #489351 !important;
    color: white !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: white !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #489351 !important;
}
.phone-input-group {
    display: flex;
    gap: 10px;
}

.phone-code {
    width: 120px !important;
}

.agengy-progress-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    padding: 0 40px;
}

.agengy-progress-bar::before {
    content: "";
    position: absolute;
    height: 3px;
    width: calc(100% - 80px);
    background: #f0f0f0;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    z-index: 0;
}
.agengy-progress-bar.active::before {
    background: #489351;
}

.progress-step {
    width: 40px;
    height: 40px;
    background: white;
    border: 3px solid #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}
.progress-step:hover {
    cursor: pointer;
}

.progress-step.active {
    border-color: #489351;
    background: #489351;
    color: white;
}

.progress-step.completed {
    border-color: #489351;
    background: #489351;
    color: white;
}
.step-name {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    width: 170px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    color: #666;
}

.agencylogo img {
    width: 200px;
}
.team-members ul li {
    font-size: 14px;
    color: #666;
    list-style: auto;
    font-weight: 500;
}
.select2-container .select2-selection--multiple {
    min-height: 50px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 10px !important;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #489351 1px !important;
}
.verify-mail {
    max-width: 450px !important;
    margin: auto !important;
}
.verify-mail .pricing-card .profile-title {
    color: gray;
}
.verify-mail .pricing-card .back-button {
    color: gray;
    font-weight: 600;
}
.verify-mail .pricing-card .back-button .btn,
.btn.active,
:not(.btn-check) + .btn:active {
    border-color: transparent !important;
}
.profile-cards .pricing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pricing-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.profile-cards .outline-btn {
    background-color: #489351;
    color: white !important;
}
.profile-cards .outline-btn:hover {
    background-color: #489351;
    color: white !important;
}

.pricing-card .card-body > .text-start {
    flex-grow: 1;
}
.profile-cards .pricing-card:hover {
    transform: translateY(0);
}
.profile-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 20px !important;
    color: #333;
}

.custom-list li {
    display: flex;
    margin-bottom: 0.75rem;
    font-size: 16px;
    color: #555;
}

.custom-list i {
    font-size: 19px;
    color: #489351;
    margin-right: 5px;
}
.email-icon-wrapper {
    width: 80px;
    height: 80px;
    background: radial-gradient(
        circle,
        rgba(72, 147, 81, 0.15) 40%,
        transparent 70%
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.email-icon {
    font-size: 32px;
    color: #489351;
}
.rte_command_inserttable,
.rte_command_insertvideo,
.rte_command_insertimage,
.rte_command_indent,
.rte_command_outdent,
.rte_command_insertblockquote,
.rte_command_insertemoji,
.rte_command_insertdocument,
.rte_command_removeformat,
.rte_command_cut,
.rte_command_copy,
.rte_command_paste,
.rte_command_delete,
.rte_command_find,
.rte_command_insertlink,
.rte_command_preview,
.rte_command_code,
.rte_command_selectall,
.rte_command_insertchars,
.rte_command_inserttemplate,
.rte_command_insertcode,
.rte_command_paragraphs,
.rte_command_fontname,
.rte_command_fontsize,
.rte_command_inlinestyle,
.rte_command_lineheight,
.rte_command_toggleborder,
.rte_command_fullscreenenter,
.rte_command_fullscreenexit,
.rte_command_undo,
.rte_command_redo,
.rte_command_togglemore {
    display: none !important;
}
rte-line-spliter {
    display: none !important;
}
rte-toolbar-group {
    padding: 0 !important;
}
.invitation-card {
    max-width: 600px;
    margin: 15px auto;
    border: 1px solid #489351;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background-color: white;
}
.invitation-header {
    display: flex;
    align-items: center;
    gap: 12px;
}
.invitation-icon {
    font-size: 1.8rem;
    color: #489351;
}
.invitation-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    color: #212529;
}
.invitation-text {
    margin: 0;
    color: #495057;
    line-height: 1.6;
}
.login-wrapper .login-right-section {
    height: 100vh;
}
.login-container {
    display: flex;
    align-items: center;
    max-width: 480px;
    margin: 50px auto 0px auto;
    padding: 40px;
    background-color: white;
    height: 100%;;
}
.login-container .outline-btn {
    background-color: #489351;
    color: white !important;
}
.login-container .outline-btn:hover {
    background-color: #489351;
    color: white !important;
}
.login-alert {
    background-color: #f2f8ff;
    position: absolute;
    width: 100%;
    padding: 15px;
}

.logout-message {
    color: #495057;
    line-height: 1.5;
}
.login-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #212529;
}
.form-label {
    font-weight: 500;
    color: #212529;
    margin-bottom: 8px;
}
.forgot-password {
    text-align: right;
    margin-bottom: 25px;
}
.forgot-password a {
    text-decoration: none;
    font-size: 14px;
}
.btn-login {
    width: 100%;
    padding: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    background-color: #489351;
    color: white !important;
}
.signup-link {
    text-align: center;
    margin-top: 25px;
    color: #6c757d;
}
.signup-link a {
    text-decoration: none;
    font-weight: 500;
}
.testimonial-card {
    height: 100%;
    background-image: url("/images/backgroud.png");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.testimonial-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.testimonial-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

@media(max-width: 1024px){
    .login-wrapper .testimonial-title{
        font-size: 2.5rem;
    }
}

.testimonial-text {
    min-height: 100px;
    padding: 0 15px;
    font-size: 19px;
    margin-top: 1rem;
    font-style: italic;
    color: white;
}

.testimonial-author {
    font-weight: 600;
    font-size: 1.1rem;
}

.testimonial-position {
    font-size: 0.9rem;
    opacity: 0.9;
}
.rating-container {
    padding: 0 15px;
    display: flex;
}
.stars {
    color: #ffc107;
    font-size: 24px;
}
.slick-prev,
.slick-next {
    display: none !important;
}
.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs .nav-link {
    color: #666;
    border: none !important;
    padding: 0.5rem 1rem;
    font-size: 18px;
    position: relative;
}
.nav-tabs .nav-link:hover {
    color: #489351 !important;
}
.nav-tabs .nav-link.active {
    color: #489351 !important;
    font-weight: 600;
}
.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #489351;
}
form .form-control {
    max-width: 100% !important;
}
.modal-content .form-control {
    max-width: 100% !important;
}
.cursor-pointer {
    cursor: pointer;
}
.custom-table {
    border-radius: 0.5rem;
    background: white;
    border-collapse: separate;
    border-spacing: 0;
}
.bank-detail .bank-logo {
    height: 60px;
    width: auto;
}
.bank-detail .not-bank-logo {
    width: 80px;
}
.bank-detail p {
    margin: 0;
    font-size: 16px;
}
.add-method-modal {
    max-width: 700px !important;
}
.withdrawal-body {
    height: 650px;
    overflow-y: auto;
}
.modal-body .method-text {
    font-size: 16px;
}
.modal-warning-text {
    font-size: 13px;
}
.modal-warning-text a {
    color: #664d03;
}
.btn-border-radius {
    border-radius: 10px !important;
}
.modal-logo {
    height: 60px;
}
.card-details {
    max-width: 85%;
}

.card-details ul li {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    list-style: disc;
}
.card-details .list-style-none li {
    list-style: none;
}
.currency-detail p {
    font-size: 17px;
}
.withdraw-balance p {
    font-size: 18px;
}
.pagination .page-link {
    border: 1px solid #489351 !important;
    color: #489351 !important;
}
.page-link:focus {
    z-index: 3;
    background-color: #ffffff !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #48935150 !important;
}
.active > .page-link {
    background-color: #489351 !important;
    color: white !important;
}
.list-disc {
    list-style-type: disc;
    color: #666;
}
.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 1px 7px;
    cursor: pointer;
}
.table-buttons {
    font-size: 14px !important;
}
.form-select:focus {
    border-color: #489351 !important;
    box-shadow: 0 0 0 0.25rem rgba(72, 147, 81, 0.25) !important;
}
.privacy-notice {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 15px;
    background-color: #e9e9e9;
}
.privacy-notice .privacy-link {
    color: #0dab2c;
}
/* Home page Styling*/
.hero-section {
    background-image: url("/images/Hero-section.png");
    padding: 180px 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-heading {
    color: #ffffff;
    font-weight: 600;
    font-size: 45px;
    line-height: 1.3em;
}
.hero-text {
    margin: 20px 0px 20px 0px;
    font-size: 15px;
    color: #ffffff;
}
.hero-wrapper .tag {
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    fill: #ffffff;
    color: #ffffff;
    border: 1px solid white;
    background-color: #ffffff24;
    border-radius: 36px 36px 36px 36px;
    padding: 0px 25px 0px 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
}
.hero-wrapper .tag:hover {
    color: #ffffff;
    background-color: #489351;
}
.search-container {
    background-color: white;
    padding: 10px 10px 10px 30px;
    border-radius: 60px;
}
.search-box {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-radius: 4px;
}

.search-box i {
    margin-right: 8px;
    font-size: 0.9375rem;
    color: #222222;
}

.search-box input {
    color: #222222;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.85;
    border: none;
    outline: none;
    flex: 1;
}

.search-box input::placeholder {
    color: #222222;
}
.custom-btn {
    color: #ffffff;
    border-color: #1f4b3f;
    background-color: #222222;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #222222;
    border-radius: 60px 60px 60px 60px;
    padding: 0.9rem 1.9rem;
    transition: 0.3s ease-in-out;
}
.custom-btn:hover {
    color: #ffffff;
    background-color: #1f4b3f;
    border-color: #1f4b3f;
}
.outline-custom-btn {
    border: 1px solid #222222;
    color: #222222;
    background-color: transparent;
}
.outline-custom-btn:hover {
    border: 1px solid #222222;
    color: #ffffff;
    background-color: #222222;
}
.company-logo {
    padding: 100px 0px 80px 0px;
}
.company-logo p {
    text-align: center;
    color: #222222;
    font-size: 15px;
    margin-bottom: 40px;
}

.content-wrapper {
    padding: 0px 0px 100px 0px;
}

.content-wrapper .inner-service {
    margin-bottom: 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #222222;
}
.category-decs {
    margin-top: 5px;
    font-size: 15px;
    color: #6b7177;
}
.content-wrapper .custom-card {
    width: auto;
    height: 100% !important;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.custom-card .card-img {
    transition: transform 0.4s ease-in-out;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
}
.custom-card:hover .card-img {
    transform: scale(1.1);
}

.custom-card .card-img-overlay {
    padding: 1.875rem;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.custom-card .card-subtitle {
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

.custom-card .card-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}
.owl-nav i {
    font-size: 20px;
    color: #333;
    transition: color 0.3s ease-in-out;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.owl-nav button:hover {
    background-color: #489351 !important;
    border: transparent !important;
}

.owl-nav button:hover i {
    color: #fff;
}
.owl-nav button.owl-prev {
    left: -25px;
}
.owl-nav button.owl-next {
    right: -25px;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc !important;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #000 !important;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.owl-nav button {
    position: absolute;
    top: 45%;
    z-index: 2;
    border: 1px solid #e9e9e9 !important;
    background: white !important;
    border-radius: 60px;
}
.owl-nav button:focus {
    outline: none;
}
.brand-logo .owl-item,
.owl-height {
    height: auto !important;
}
.brand-logo .owl-item {
    justify-content: center;
}
.brand-logo .owl-nav button {
    top: 0 !important;
}
.owl-item {
    height: 300px !important;
    display: flex;
}
.developer-card .owl-item {
    height: auto !important;
}
.developer-card .owl-item img {
    width: 100px !important;
}
.item {
    width: 100%;
}
.item img {
    height: 100%;
    object-fit: cover;
}
.talent-bg {
    background-image: url("/images/talent-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}
.talent-content {
    padding: 60px 80px;
}
.talent-content h2 {
    color: #222222;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.bg-advertise {
    background-image: url("/images/advertise-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.content-area {
    padding: 75px 0px 75px 0px;
}
.stats-wrapper {
    gap: 20px;
    position: relative;
    min-height: 400px;
}

.stat-card {
    padding: 44px;
    background-color: #ffffff;
    border-radius: 16px;
    text-align: center;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-card h3 {
    font-size: 45px;
    margin-bottom: 10px;
    color: #111;
}

.stat-card p {
    font-size: 0.95rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.stat-card-right {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateY(-50%);
}
.projects-section {
    padding: 100px 0px 70px 0px;
}

.section-title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.category-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.category-item {
    padding: 0.5rem 0;
}

.category-link {
    display: block;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-link:hover {
    color: #489351;
    transform: translateX(5px);
}

.scroll-btn-wrapper .scroll-up-btn {
    width: 40px;
    background-color: #489351 !important;
    padding: 7px;
    height: 40px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-right: 20px;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 1000;
}

.scroll-up-btn.show {
    transform: translateX(0);
    opacity: 1;
}

.scroll-up-btn .scroll-icon path {
    fill: #fff;
    transition: fill 0.3s ease;
}
.info a {
    color: #ffffff;
    text-decoration: none;
}
.info a:hover {
    color: #ffffff;
}
.iti {
    position: relative;
    display: block !important;
}
.mob-icon {
    display: none;
}
.menu-item i {
    transition: transform 0.3s ease;
}

.menu-item i.rotate {
    transform: rotate(90deg);
}

.about-hero {
    padding: 100px 0px 20px 0px;
}
.global-heading {
    font-size: 32px;
    font-weight: 700;
}
.global-text {
    font-size: 15px;
    color: #222222;
}
.marketplace-intro {
    padding: 100px 0;
}
.freelance-highlights {
    background-color: #f0efec;
}
.feature .title {
    font-size: 20px;
    font-weight: 500;
}
.counter {
    color: #222222;
    font-size: 38px;
    font-weight: 700;
}
.trusted-by {
    background-image: url("/images/trustedby-bg.jpg");
    /* background-position: top center; */
    background-repeat: no-repeat;
    padding: 85px 0px 80px 0px;
}
.trusted-content {
    padding: 15px 15px 15px 100px;
    margin-top: 100px;
}
.find-talent {
    background-color: #ffede8;
}
.talent-img-wrapper {
    margin: -70px 0px 0px 0px;
    text-align: end;
}
.talent-img-wrapper img {
    width: 100%;
    max-width: 547px;
}
.pricing-section {
    height: 100%;
}
.pricing-section .membership-card {
    flex-direction: column;
    height: 100%;
    display: flex;
    border-radius: 15px;
    margin-bottom: 1.875rem;
    border: 1px solid transparent;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
    padding: 50px 1.875rem;
}
.membership-card:hover {
    border: 1px solid #e9e9e9;
}

.membership-card .price {
    font-size: 32px;
    font-weight: 700;
}

.membership-card .plan-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.membership-card .description {
    color: #222222;
    font-size: 14px;
    margin-bottom: 1rem;
}

.membership-card ul li {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}
.terms-wrapper {
    margin-top: 80px !important;
    max-width: 1050px;
    margin: auto;
}
.terms-content {
    margin-top: 30px;
}
.terms-content h5 {
    font-size: 20px;
    font-weight: 500;
}

.terms-content p {
    margin-bottom: 1rem;
}
.contact-bg {
    background-image: url("/images/bg-become.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 95px 0px 95px 0px;
}
.contact-content {
    padding: 50px 0px 100px 0px;
}
.contact-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-details {
    margin: 30px 0px 0px 0px;
}
.contact-form {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 6px 15px 0px
        rgba(64.00000000000001, 79.00000000000006, 104.00000000000004, 0.07);
    border-radius: 8px;
    margin: -225px 15px 0px 0px;
    padding: 50px 50px 50px 50px;
}
.contact-form .form-control {
    max-width: 100% !important;
}
.contact-faq {
    margin: auto;
    max-width: 960px;
}
.footer-section {
    background-color: #489351;
    padding: 30px 0px;
}
.footer-heading {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.5rem;
}

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

.footer-list li {
    color: #ffffff;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-list li:hover {
    transform: translateX(5px);
    color: #ffffff;
}

.footer-logo {
    height: 48px;
    width: auto;
}

.footer-icon {
    font-size: 1.2rem;
    color: #ffffff;
    transition: color 0.3s;
}

.footer-icon:hover {
    color: #a8b5ff;
}

.footer-link {
    color: white;
    text-decoration: none;
    margin: 0 4px;
}

.footer-link:hover {
    color: #ffffff;
}

.footer-section .vertical-line {
    width: 1px;
    height: 25px;
    background-color: #ccc;
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .mob-icon {
        display: block;
    }
    .nav-logo {
        max-height: 35px !important;
    }
    .offcanvas .header-mob-canvas {
        padding: 10px 20px 10px 1.875rem;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 1.875rem;
    }

    .offcanvas .header-mob-canvas .close-offcanvas {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        border: none;
        background: #5bbb7b1a;
        cursor: pointer;
    }
    .offcanvas-menu {
        max-width: 400px !important;
    }

    .offcanvas-title {
        font-size: 1.125rem;
        color: #000;
    }

    .close-offcanvas {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .close-offcanvas svg {
        transition: transform 0.2s ease;
    }

    .close-offcanvas:hover svg {
        transform: scale(1.1);
    }

    .menu-item {
        padding: 0.75rem 1.875rem;
        color: #212529;
        font-size: 0.9375rem;
        font-weight: 500;
        text-decoration: none;
        display: block;
        transition: background-color 0.2s ease;
        border-left: 3px solid transparent;
    }

    .menu-item:hover {
        background-color: #f8f9fa;
        color: #212529;
        border-left: 3px solid #61ce70;
    }

    .menu-divider {
        border-top: 1px solid #e9ecef;
        margin: 0.5rem 0;
    }
}
@media screen and (max-width: 767px) {
    .content {
        padding: 60px 0;
    }
    .content h4 {
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
    }
    .content h1 {
        font-size: 40px;
        position: relative;
        text-align: center;
    }
    .line-image {
        width: 100%;
    }
    .content > h1::after {
        position: absolute;
        left: auto;
        height: 50px;
        width: 200px;
        background-size: contain;
        right: auto;
        left: 20%;
    }
    .content p {
        text-align: center;
    }
    .offer-content {
        justify-content: center;
        align-items: center;
    }
    .offer-content > div h2 {
        font-size: 36px;
    }
    .banner-btn {
        display: flex;
        justify-content: center;
    }
    .section-content {
        display: block;
    }
    .services .list-items {
        display: block;
    }
    .list-items {
        padding: 0;
    }
    .techies-section .section-content {
        flex-flow: column !important;
    }
    .techies-section .section-item {
        padding: 0 20px;
    }
    .techies-section .second-section .section-item > div {
        min-height: 1px;
        margin: 0;
    }
    footer .f-items.default-padding {
        padding-top: 0;
    }
    .default-padding {
        padding-bottom: 50px;
    }
    .techies-section .first-section .section-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .techies-section .section-item .single-tech {
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
    }
    .techies-section .section-item > div {
        margin: 0;
    }
    .navbar .nav-text {
        padding: 10px 0;
        text-align: center;
        font-size: 18px;
    }
    .accordion .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    .accordion-header .accordion-button {
        font-size: 18px;
        padding: 20px 10px;
    }
    .accordion .accordion-body {
        font-size: 16px;
        padding: 20px 20px;
    }
    .hero-section {
        background-position: initial;
        padding: 15px;
    }
    .search-container {
        background-color: white;
        padding: 10px;
        border-radius: 10px;
    }
    .search-container .custom-btn {
        width: 100%;
    }
    .hire-message {
        display: none;
    }
    .company-logo {
        padding: 50px 0px;
    }
    .content-wrapper {
        padding: 0px 0px 30px 0px;
    }
    .owl-nav button.owl-next {
        right: -10px;
    }
    .owl-nav button.owl-prev {
        left: -10px;
    }
    .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .talent-content {
        padding: 45px 15px 45px 15px;
    }
    .talent-content h2 {
        font-size: 25px;
    }
    .content-wrapper .inner-service {
        display: block;
        margin-bottom: 1.875rem;
    }
    .custom-btn {
        font-size: 11px;
    }
    .social-icons {
        display: flex;
        justify-content: center;
    }
    .vertical-line {
        display: none !important;
    }
    .stat-card-right {
        position: static;
    }
    .content-area {
        padding: 30px 0px 20px 0px;
    }
    .category-title {
        font-size: 25px;
        line-height: 1.4em;
    }
    .content-area p {
        font-size: 15px;
    }
    .stat-card {
        width: 100%;
        padding: 30px;
    }
    .projects-section {
        padding: 30px 15px;
    }
    .about-hero {
        padding: 20px 0px 0px 0px;
    }
    .global-heading {
        font-size: 23px;
    }
    .marketplace-intro {
        padding: 25px 0px;
    }
    .trusted-by {
        background-position: top center;
        padding: 0 0 30px 0;
    }
    .trusted-content {
        margin-top: 30px;
        padding: 0;
    }
}
@media screen and (max-width: 400px) {
    .line-image {
        width: 100%;
    }
}


.comment-form-rating, .review-stars-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    clear: both;
    cursor: pointer;
}
.comment-form-rating .review-stars, .review-stars-wrap .review-stars{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 6px;
}
.comment-form-rating .review-stars li, .review-stars-wrap .review-stars li{
    float: left;
}
.comment-form-rating .review-stars, .review-stars-wrap .review-stars{
    color: #e1e1e1;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 6px;
}
.comment-form-rating .review-stars.filled, .review-stars-wrap .review-stars.filled{
    position: absolute;
    top: 0;
    left: 0;
}
.comment-form-rating .review-stars, .review-stars-wrap .review-stars {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 6px;
}