body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

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;
}

.top {
  padding: 15px 0;
  background-color: #489351;
}

.navbar .container{
  gap: 1rem;
}
.logo {
  max-height: 60px !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: #489351;
  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;
}
.single-tech a .new-icons{
  height: 46px;
}

.techies-section .first-section .section-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
}

.custom-accordion .accordion-header .accordion-button {
  font-weight: 500;
  font-size: 22px;
  padding: 20px 40px;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.custom-accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: #489351;
  color: #fff;
}

.custom-accordion .accordion-header .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

.custom-accordion .accordion-header .accordion-button.collapsed {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.custom-accordion .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.custom-accordion.accordion .accordion-item {
  border: 1px solid #ccc;
  margin-bottom: 14px;
}

.custom-accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid #ccc !important;
}

.custom-accordion .accordion-body {
  background-color: #fbfbfb;
  font-size: 21px;
  padding: 20px 70px;
  font-weight: 400;
}

.custom-accordion .accordion-body p {
  background-color: #fbfbfb;
  font-size: 21px;
  font-weight: 400;
}

.custom-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='black'/%3E%3C/svg%3E") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  background-size: 50%;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}

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

.custom-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;
}

#myModal .modal-content .modal-body {
  min-height: 670px;
  height: auto;
}

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

/* .popup-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 50px 0;
} */
/* .popup-wrapper .left-content,
.popup-wrapper .right-content {
  width: 50%;
} */

/* .popup-wrapper .left-content .popup-wrapper .right-content {
  flex: 1;
  padding: 10px;
  position: relative;
} */

.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: #fff;
}

.funnel-btn:hover a {
  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-label {
  color: #489351;
}

.form-control {
  padding: 12px !important;
  max-width: 400px !important;
  width: 100% !important;
}

.form-control:focus {
  border-color: #489351 !important;
  box-shadow: 0 0 0 .25rem #41aa1442 !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;
}

.funnel .btn-theme svg {
  position: relative;
  width: auto;
  height: auto;
  right: unset;
  bottom: unset;
  transition: 0.3s ease all;
}

.funnel .thank-you-page .btn-theme:hover svg {
  transform: translateX(8px);

}

.funnel .thank-you-page .btn-theme:hover {
  transform: scale(1);
  transform: translateY(-2px);
}

.funnel .thank-you-page .btn-theme:nth-of-type(2) {
  background-color: transparent !important;
  color: #489351 !important;
}

.funnel .thank-you-page .btn-theme:nth-of-type(2):hover {
  background-color: #489351 !important;
  color: #fff !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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 482px;
}
.step .back-icon{
  position: relative;
  height: 42px;
  width: 42px;
  font-size: 36px;
}
.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: 8px !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: 89px !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;
}

.thank-you-page {
  display: none;
  animation: fade 0.5s ease-in-out;
  height: 100%;
}

.thank-you-page.active {
  display: block;
}

.thank-you-page.active h2 {
  max-width: 780px;
  margin: auto;
  margin-bottom: 20px;
  line-height: 44px;
}

.arrow-down-icon.animated-icon {
  width: 50px;
  height: 50px;
}
.back-icon.bi-arrow-left-circle-fill::before{
  color: #489351;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.team-card {
  position: relative;
  background: #f2f3f7;
  border-radius: 10px;
  box-shadow: -10px -10px 20px 0px #f7f7f7, 10px 10px 20px 0px #d7e0e8;
  text-align: center;
  padding: 50px 20px;
}

.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: 190px;
  margin: 0px 0px 20px 0px;
  border-radius: 50%;
}

.memberDetails .memberName {
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
  color: #32285c;
  text-transform: none;
  text-decoration: auto;
  line-height: 135%;
  letter-spacing: 0px;
  margin: 0px 0px 10px 0px;
}

.memberDetails .memberTitle {
  font-size: 20px;
  color: #677592;
  font-weight: 400;
}

.btn-hire-me {
  cursor: pointer;
  padding: 15px 40px;
  background-color: #489351;
  border: none;
  color: white;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.btn-hire-me:hover {
  transform: scale(1.1);
}

.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 6px 14px;
  border: 1px solid #cbd5e0;
  border-radius: 9999px;
  font-size: 14px;
  color: #2d3748;
  background-color: #f7fafc;
  white-space: nowrap;
}

.experience-text {
  font-size: 16px;
  margin: 15px 0;
}

.footer-bg {
  background: #489351 !important;
}

.text-light {
  color: #f8f9fa !important;
}

footer .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
}

footer .f-items.default-padding {
  padding-top: 70px;
}

.default-padding {
  padding-bottom: 120px;
}

footer .item {
  margin-top: 50px;
}

footer .f-item.about {
  margin-right: 15px;
  font-weight: 500;
}

.f-item img {
  max-height: 60px !important;
  max-width: inherit;
}

footer img {
  font-weight: 600;
  margin-bottom: 30px;
  border: none;
  outline: none;
}

footer.footer-bg p {
  color: #ffffff;
}

footer img,
footer .widget-title {
  font-weight: 600;
  margin-bottom: 30px;
}

.menu-company-container ul,
.menu-solutions-container ul,
.footer-contact {
  padding: 0 !important;
}

footer .f-item.link li {
  margin-bottom: 10px;
}

footer .f-item .address li {
  margin-bottom: 20px;
  display: flex;
}

footer .address li svg {
  font-size: 24px;
  margin-right: 15px;
}

footer.footer-bg .f-item.link li a {
  color: #ffffff;
  text-decoration: none;
}

footer .footer-bottom {
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.06);
}

.info a {
  color: #ffffff;
  text-decoration: none;
}

.info a:hover {
  color: #ffffff;
}

footer ul li a{
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-section {
  background-color: #489351;
  padding: 30px 0px;
}

.footer-section .nav-logo {
  max-height: 47px !important;
}

.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:991px) {
  #myModal.modal .modal-dialog {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-section .nav-logo {
    max-height: 35px !important;
  }

  .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;
  }

  #multiStepForm .btn-radio {
    width: 400px;
  }

}

@media screen and (max-width:575.98px) {
  #multiStepForm .btn-radio {
    width: 60vw;
  }

.spacing:first-child
 {height: auto;
    min-height: 500px;
}
}

@media screen and (max-width: 400px) {
  .line-image {
    width: 100%;
  }


}



.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;
}

.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;
}

.pricing-card .card-body>.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);
}

.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;
}

.experience-text {
  font-size: 16px;
  text-align: center;
  margin: 15px 0;
  cursor: pointer;
}

.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);
}

.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;
}

.scrollable-cards .results-count {
  font-size: 16px;
}

#loading {
  display: flex;
}