.introduction-for-teams a::after,
.introduction-for-teams a::before {
    background-color: #fbf0e7;
    content: "";
    position: absolute;
}
.key-benefit-content h2,
.key-benefit-wrapper h2,
h1 {
    margin-bottom: 1rem;
    color: #333;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
h1 {
    font-size: 2rem;
    font-weight: 700;
}
p {
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
}
.key-benefit-content h1,
.our-promise .our-promise-content h1 {
    text-align: center;
    font-size: 2rem;
}
.container-fluid {
    margin: 0;
    padding: 0;
}
.introduction-for-teams {
    align-items: center;
    background: linear-gradient(90deg, #f7f7f7 0, #fbf0e7 100%);
    border-radius: 5rem;
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
    width: 100%;
}
.features-for-team-content,
.introduction-for-teams-content,
.key-benefit-content,
.our-promise .our-promise-content {
    padding-left: 5rem;
    padding-right: 5rem;
    width: 100%;
}
.introduction-for-teams-button,
.key-benefit-header {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
}
.features-for-team,
.key-benefit,
.our-promise {
    display: flex;
    padding: 5rem 0;
    overflow-x: hidden;
}
.introduction-for-teams a {
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
}
.introduction-for-teams a:hover {
    color: #333;
}
.introduction-for-teams a::before {
    height: calc(100% - 12px);
    left: -2px;
    top: 6px;
    transform: scaleY(1);
    transition: 0.3s ease-in-out;
    width: calc(100% + 4px);
}
.introduction-for-teams a:hover::before {
    transform: scaleY(0);
}
.introduction-for-teams a::after {
    height: calc(100% + 4px);
    left: 6px;
    top: -2px;
    transform: scaleX(1);
    transition: 0.3s ease-in-out 0.5s;
    width: calc(100% - 12px);
}
.introduction-for-teams a:hover::after {
    transform: scaleX(0);
}
.introduction-for-teams a span {
    position: relative;
    z-index: 3;
}
.our-promise {
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}
.our-promise .our-promise-content p {
    font-size: 1.2rem;
    text-align: center;
}
.our-promise .our-promise-content svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.img-wrapper {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-left: -12rem;
    width: 100%;
}
.img-wrapper-membership {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8rem;
}
.features-for-team-box,
.key-benefit {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    text-align: center;
    align-items: center;
    background: #f1f1f1;
}
.img-wrapper img {
    border-radius: 1rem;
    height: 100%;
    object-fit: cover;
    transition: 0.7s ease-in-out;
}

.img-wrapper img:hover {
    transform: translate(0, -10px);
    transition: 0.7s ease-in-out;
}
.img-wrapper-membership img {
    border-radius: 1rem;
    height: 100%;
    object-fit: cover;
    transition: 0.7s ease-in-out;
}
.key-benefit {
    border-radius: 0 20% 20% 57%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.key-benefit-header h1 {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
}
.key-benefit-content h1 {
    width: 20vw;
}
.key-benefit-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
.key-benefit-content p {
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: flex-start;
}
.key-benefit-wrapper {
    margin-bottom: 2rem;
    text-align: flex-start;
}
.key-benefit-wrapper h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.features-for-team {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-bottom: 5rem;
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.features-for-team-content h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.features-for-team-wrapper {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem 5rem;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.features-for-team-box-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
    padding: 0 5rem;
    margin-top: 2rem;
}
.features-for-team-box {
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}
.features-for-team-box h2 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
}
.features-for-team-box p {
    color: #333;
    font-size: 1.1rem;
    font-weight: 400;
}
.custom-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.custom-section {
    height: 100%;
    padding: 1rem 5rem;
    width: 100%;
}
.custom-section > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-class {
    color: #333;
    left: 0;
    margin-left: 5rem;
    margin-top: 2rem;
    position: absolute;
    top: 0;
    width: 8rem;
    z-index: 0;
}
.btn-custom-for-teams,
.btn-custom-for-teams:hover {
    color: #f0f0f0;
}
.hidden-on-phone {
    display: none;
    max-width: 20rem;
}
@media (min-width: 800px) {
    .hidden-on-phone {
        display: block;
    }
}
.custom-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    margin-right: -3rem;
}
.page-header {
    background-color: #f5f5f5;
    width: 100%;
    padding: 20px;
    margin: 0;
}
.header-container-membership {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: start;
    /* margin-bottom: 200px; */
}
.header-container-membership h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.header-container-membership p {
    font-size: 1.1rem;
    font-weight: 300;
    color: #666;
    margin-bottom: 10px;
}
.img-responsive {
    width: 40%;
    max-height: 300px;
    margin: 30px;
}
.img-responsive:first-child {
    margin-bottom: 0;
    border-radius: 70% 30% 30% 70%/60% 30% 70% 40%;
}
.img-responsive:last-child {
    border-radius: 30% 70% 20% 80%/70% 30% 60% 40%;
}
.btn-custom-for-teams {
    all: unset;
    font-size: 1rem;
    font-weight: 300;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    max-width: 280px;
}
.bg-image,
.how-it-works {
    border-radius: 15px;
    margin-bottom: 40px;
}
.btn-custom::after,
.btn-custom::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: 0.4s;
}
.how-it-works {
    background: #f5f5f5;
    padding: 40px 40px 10px;
}
.bg-image {
    background-image: url(https://connect.clinicsoftware.com/en/storage/files/9.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px;
    height: 300px;
}
/* Hero Section */
.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: start;
}

.hero-subtitle {
    font-size: 1.1rem;
    font-weight: 200;
    color: #666;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

/* Section Separator */
.section-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin: 90px 0;
    width: 100%;
}

/* Stats Section */
.stats-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: start;
    gap: 20px;
}

.stats-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: start;
    justify-content: center;
    line-height: 0.4;
}

.stats-card .stats-number:hover::before {
    opacity: 0.5;   
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stats-card .stats-number {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 14px;
  background: #fb646f;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}

.stats-card .stats-number::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px;
  background: #fb646f;
  opacity: 0.2;
  z-index: -1;
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.stats-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
}

.stats-description {
    font-size: 1rem;
    font-weight: 200;
    color: #666;
}

/*                <div class="benefits-section">
                 <div class="hero-image"><img style="width: 100%; max-width: 480px; height: auto; margin-right: 20px; border-radius: 70% 30% 30% 70%;" src="https://connect.clinicsoftware.com/en/storage/files/10.jpg" alt="Simple, flexible, and powerful booking software for your business. And it's subscription-free!" />
                 </div>
                 <div>
                   <ul>
                     <li>Reduce costs with low payment processing rates</li>
                     <li>Securely process client payments via pay by link, saved card, and Fresha card terminals for a seamless checkout experience</li>
                     <li>Financially protect your business against clients who don't show up or cancel last minute by charging no-show fees and get daily payouts</li>
                     <li>Low processing fee of 1.29% + RON 0.99</li>
                     <li>Pay by app</li>
                     <li>In-store card terminals</li>
                   </ul>
                 </div>
               </div> */

.benefits-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: start;
    gap: 40px;
    padding: 20px;
}

.hero-image {
    max-width: 480px; 
    height: auto; 
    border-radius: 70% 30% 30% 70%;
}

.benefits-section ul {
    list-style: none;
    padding: 0;
}

.benefits-section ul li {
    font-size: 1.1rem;
    font-weight: 200;
    color: #666;
    margin-bottom: 10px;
}

.benefits-section ul li::before {
    content: "•";
    color: #fb646f;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}



/* Custom Button */
.btn-custom-membership {
    display: inline-block;
    background-color: #fb646f;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 10px;
}

.btn-custom-membership span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-custom-membership span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
}

.btn-custom-membership:hover {
    color: #fb646f;
    background-color: #fb646f20;
}

.btn-custom-membership:hover span {
    padding-right: 15px;
}

.btn-custom-membership:hover span:after {
    opacity: 1;
    right: 0;
}

@media (min-width: 640px) {
    .custom-class {
        margin-left: -7rem;
        margin-top: -2.5rem;
        width: 8rem;
    }
}
@media (max-width: 1200px) {
    .page-stats {
        grid-template-columns: repeat(2, 1fr);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .hero-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .hero-subtitle {
        font-size: 1rem;
        font-weight: 200;
        color: #666;
        margin-bottom: 10px;
    }
    .hero-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #333;
    }
    .page-header {
        margin-bottom: 10px;
    }
    .stats-section {
        display: block;
        width: 100%;
        text-align: center;
        margin: 60px 0;
    }
    .hero-image {
        display: none;
    }
    .section-separator {
        margin: 40px 0;
    }
    .stats-card {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        text-align: start;
        justify-content: center;
        line-height: 0.4;
        margin-bottom: 20px;
    }
    .benefits-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: start;
        flex-direction: column;
        gap: 20px;
    }
    .introduction-for-teams,
    .key-benefit {
        border-radius: 0 !important;
        display: flex;
    }
    .introduction-for-teams {
        align-items: center;
        flex-direction: column;
        gap: 2rem;
        padding: 0;
    }
    .introduction-for-teams .introduction-for-teams-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .features-for-team-content h1,
    .introduction-for-teams .introduction-for-teams-content h1,
    .key-benefit-content h1,
    .our-promise .our-promise-content h1 {
        font-size: 1.5rem;
        text-align: center;
    }
    .key-benefit-content p,
    .our-promise .our-promise-content p {
        font-size: 1.1rem;
        text-align: center;
    }
    .custom-section {
        padding: 0 !important;
    }
    .features-for-team,
    .key-benefit,
    .key-benefit-content,
    .key-benefit-header,
    .our-promise,
    .our-promise .our-promise-content {
        padding: 0 1rem !important;
    }
    .key-benefit-content p {
        text-align: flex-start;
    }
    .key-benefit-wrapper h2 {
        font-size: 1.5rem;
    }
    .key-benefit {
        align-items: center;
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .img-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
        width: 100%;
        margin-left: 0rem !important;
        margin-right: -2rem !important;
    }
    .custom-box {
        margin: 0 !important;
        padding: 0 1rem;
    }

    .img-responsive {
        width: 80%;
        margin: 10px 0;
    }
    .header-container-membership {
        padding-bottom: 20px;
        align-items: center;
        text-align: center;
    }
    .btn-custom {
        max-width: 80%;
        margin-right: 0;
        margin-left: 25px;
    }
    .img-responsive:first-child {
        margin-bottom: 40px;
    }
    .img-responsive:last-child {
        display: none;
    }
    .how-it-works {
        padding: 20px;
        border-radius: 0 !important;
    }
    h1 {
        font-size: 1.5rem;
    }
    p {
        font-size: 1rem;
    }
    .img-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        margin-left: 0 !important;
        padding: 0 1rem;
    }
    .img-wrapper img {
        width: 80% !important;
    }
    .img-wrapper-membership {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
        justify-content: center !important;
        margin-bottom: 2rem !important;
    }

    .features-for-team-wrapper
    {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 1rem 1rem;
    }

    .features-for-team-box-row {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 1rem 1rem;
        margin-top: 2rem;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 1.2rem;
    }
    p {
        font-size: 0.9rem;
    }

    .features-for-team-box {
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        padding: 2rem;
        text-align: center;
        border-radius: 20% 0 20% 0%;
    }
}
@media (max-width: 1200px) {
    .introduction-for-teams,
    .key-benefit {
        border-radius: 0 !important;
        display: flex;
    }
    h1 {
        font-size: 1.8rem;
    }
    p {
        font-size: 1.1rem;
    }
    .introduction-for-teams {
        align-items: center;
        flex-direction: column;
        gap: 2rem;
        padding: 0;
    }
    .introduction-for-teams .introduction-for-teams-content {
        padding: 0 1rem;
    }
    .features-for-team-content h1,
    .introduction-for-teams .introduction-for-teams-content h1,
    .key-benefit-content h1,
    .our-promise .our-promise-content h1 {
        font-size: 1.5rem;
        text-align: center;
    }
    .key-benefit-content p,
    .our-promise .our-promise-content p {
        font-size: 1.1rem;
        text-align: center;
    }
    .custom-section {
        padding: 0 !important;
    }
    .features-for-team,
    .key-benefit,
    .key-benefit-content,
    .key-benefit-header,
    .our-promise,
    .our-promise .our-promise-content {
        padding: 0 1rem !important;
    }
    .key-benefit-content p {
        text-align: flex-start;
    }
    .key-benefit-wrapper h2 {
        font-size: 1.5rem;
    }
    .key-benefit {
        align-items: center;
        flex-direction: column;
    }
}
