@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

.v2-new-features {
    background: linear-gradient(135deg, #f6f8ff 0%, #f0f4ff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.v2-new-features .floating-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.v2-new-features .floating-icons .floating-icon-1 {
    position: absolute;
    top: 10%;
    left: 5%;
    animation: float 6s ease-in-out infinite;
    z-index: 10;
}

.v2-new-features .floating-icons .floating-icon-2 {
    position: absolute;
    z-index: 10;
    top: 70%;
    right: 10%;
    animation: float 8s ease-in-out infinite;
}

.v2-new-features .floating-icons .floating-icon-3 {
    z-index: 10;
    position: absolute;
    top: 30%;
    right: 20%;
    animation: float 7s ease-in-out infinite;
}

.v2-new-features .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.v2-new-features .container .feature-card {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.95) 100%);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
    backdrop-filter: blur(10px);
}

.v2-new-features .container .feature-card .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.v2-new-features .container .feature-card .row .col-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.v2-new-features .container .feature-card .row .col-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.v2-new-features .container .feature-card .row .col-content {
    flex: 1;
    min-width: 300px;
}

.v2-new-features .container .feature-card .row .col-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #1d16a9 0%, #7c3aed 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.v2-new-features .container .feature-card .row .col-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.v2-new-features .container .feature-card .row .col-content ul li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    color: #4b5563;
}

.v2-new-features .container .feature-card .row .col-content .buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.v2-new-features .container .feature-card .row .col-content .buttons a {
    display: inline-block;
    padding: 10px 32px;
    text-decoration: none;
    border-radius: 12px;
    color: #4F46E5;
    font-weight: 600;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
}

.v2-new-features .container .feature-card .row .col-content .buttons .button-1 {
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
    color: white;
}

.v2-new-features .container .feature-card .row .col-content .buttons .button-2:hover {
    background: transparent;
    color: black;
}



@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}


@media screen and (max-width: 780px) {
    .v2-new-features .container .feature-card .row {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 490px) {
    .v2-new-features .container .feature-card .row .col-content h3 {
        font-size: 2rem;
    }
}

.v3-new-features {
    background: linear-gradient(135deg, #f6f8ff 0%, #f0f4ff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: "Inria Sans", serif;
}

.v3-new-features .floating-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.v3-new-features .floating-icons .floating-icon-1 {
    position: absolute;
    top: 10%;
    left: 5%;
    animation: float 6s ease-in-out infinite;
    z-index: 10;
}

.v3-new-features .floating-icons .floating-icon-2 {
    position: absolute;
    z-index: 10;
    top: 70%;
    right: 10%;
    animation: float 8s ease-in-out infinite;
}

.v3-new-features .floating-icons .floating-icon-3 {
    z-index: 10;
    position: absolute;
    top: 30%;
    right: 20%;
    animation: float 7s ease-in-out infinite;
}

.v3-new-features .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.v3-new-features .container .feature-card {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.95) 100%);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 10;
}

.v3-new-features .container .feature-card::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 50%;
    height: 80%;
    background-color: rgb(255 14 240 / 20%);
    z-index: -1;
    border-radius: 0px 100% 0px 20px;
    pointer-events: none;
}

.v3-new-features .container .feature-card::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 60%;
    height: 100%;
    background-color: rgb(255 14 240 / 20%);
    z-index: -1;
    border-radius: 0px 20px 20px 100%;
    pointer-events: none;
}

.v3-new-features .container .feature-card .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.v3-new-features .container .feature-card .row .col-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.v3-new-features .container .feature-card .row .col-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.v3-new-features .container .feature-card .row .col-content {
    flex: 1;
    min-width: 300px;
}

.v3-new-features .container .feature-card .row .col-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #97178e 0%, #ff29f8 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.v3-new-features .container .feature-card .row .col-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.v3-new-features .container .feature-card .row .col-content ul li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    color: #4b5563;
}

.v3-new-features .container .feature-card .row .col-content .buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.v3-new-features .container .feature-card .row .col-content .buttons a {
    display: inline-block;
    padding: 10px 32px;
    text-decoration: none;
    border-radius: 12px;
    color: #e546dd;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
    border: 2px solid #e546dd;
}

.v3-new-features .container .feature-card .row .col-content .buttons .button-1 {
    background: linear-gradient(135deg, #e546c8 0%, #7C3AED 100%);
    border: none;
    color: white;
}

.v3-new-features .container .feature-card .row .col-content .buttons .button-2:hover {
    background: transparent;
    color: black;
    border-color: black;
}



@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}


@media screen and (max-width: 780px) {
    .v3-new-features .container .feature-card .row {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 490px) {
    .v3-new-features .container .feature-card .row .col-content h3 {
        font-size: 2rem;
    }
}

.v4-new-features {
    background: linear-gradient(135deg, #f6f8ff 0%, #f0f4ff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: "Inria Sans", serif;
}

.v4-new-features .floating-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.v4-new-features .floating-icons .floating-icon-1 {
    position: absolute;
    top: 10%;
    left: 5%;
    animation: float 6s ease-in-out infinite;
    z-index: 10;
}

.v4-new-features .floating-icons .floating-icon-2 {
    position: absolute;
    z-index: 10;
    top: 70%;
    right: 10%;
    animation: float 8s ease-in-out infinite;
}

.v4-new-features .floating-icons .floating-icon-3 {
    z-index: 10;
    position: absolute;
    top: 30%;
    right: 20%;
    animation: float 7s ease-in-out infinite;
}

.v4-new-features .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.v4-new-features .container .feature-card {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.95) 100%);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 10;
    border-radius: 0;
}

.v4-new-features .container .feature-card::before {
    position: absolute;
    top: 0;
    left: 10px;
    content: "";
    width: 50%;
    height: 100%;
    background-color: rgb(5 255 117 / 60%);
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.v4-new-features .container .feature-card::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 90%;
    background-color: rgb(88 255 68 / 20%);
    z-index: -1;
    border-radius: 0px 20px 0px 100%;
    pointer-events: none;
}

.v4-new-features .container .feature-card .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.v4-new-features .container .feature-card .row .col-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.v4-new-features .container .feature-card .row .col-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.v4-new-features .container .feature-card .row .col-content {
    flex: 1;
    min-width: 300px;
}

.v4-new-features .container .feature-card .row .col-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #24923b 0%, #1a600b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.v4-new-features .container .feature-card .row .col-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.v4-new-features .container .feature-card .row .col-content ul li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    color: #4b5563;
}

.v4-new-features .container .feature-card .row .col-content .buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.v4-new-features .container .feature-card .row .col-content .buttons a {
    display: inline-block;
    padding: 10px 32px;
    text-decoration: none;
    border-radius: 12px;
    color: #46e547;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
    border: 2px solid #46e547;
}

.v4-new-features .container .feature-card .row .col-content .buttons .button-1 {
    background: linear-gradient(135deg, #15ff63 0%, #218f41 100%);
    border: none;
    color: white;
}

.v4-new-features .container .feature-card .row .col-content .buttons .button-2:hover {
    background: transparent;
    color: black;
    border-color: black;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@media screen and (max-width: 780px) {
    .v4-new-features .container .feature-card .row {
        flex-direction: column-reverse;
    }

    .v4-new-features .container .feature-card::before {
        top: 47%;
        left: 0px;
        width: 100%;
        height: 50%;
    }

    .v4-new-features .container .feature-card::after {
        width: 100%;
        height: 90%;
    }
}

@media screen and (max-width: 490px) {
    .v4-new-features .container .feature-card .row .col-content h3 {
        font-size: 2rem;
    }

    .v4-new-features .container .feature-card::before {
        top: 70%;
        height: 25%;
    }
}

.v5-new-features {
    background: linear-gradient(135deg, #f6f8ff 0%, #f0f4ff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: "Inria Sans", serif;
}

.v5-new-features .floating-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.v5-new-features .floating-icons .floating-icon-1 {
    position: absolute;
    top: 10%;
    left: 5%;
    animation: float 6s ease-in-out infinite;
    z-index: 10;
}

.v5-new-features .floating-icons .floating-icon-2 {
    position: absolute;
    z-index: 10;
    top: 70%;
    right: 10%;
    animation: float 8s ease-in-out infinite;
}

.v5-new-features .floating-icons .floating-icon-3 {
    z-index: 10;
    position: absolute;
    top: 30%;
    right: 20%;
    animation: float 7s ease-in-out infinite;
}

.v5-new-features .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.v5-new-features .container .feature-card {
    background: transparent;
    /* border-radius: 20px; */
    padding: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 10;
    border-radius: 0;
}

.v5-new-features .container .feature-card::before {
    position: absolute;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(255 17 17 / 60%);
    z-index: -1;
    border-radius: 50% 20px;
    pointer-events: none;
}

/* .v5-new-features .container .feature-card::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 90%;
  background-color: rgb(88 255 68 / 20%);
  z-index: -1;
  border-radius: 0px 20px 0px 100%;
  pointer-events: none;
} */

.v5-new-features .container .feature-card .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.v5-new-features .container .feature-card .row .col-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.v5-new-features .container .feature-card .row .col-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.v5-new-features .container .feature-card .row .col-content {
    flex: 1;
    min-width: 300px;
}

.v5-new-features .container .feature-card .row .col-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #000000 0%, #7b4350 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.v5-new-features .container .feature-card .row .col-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.v5-new-features .container .feature-card .row .col-content ul li {
    padding: 15px 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.35); */
    display: flex;
    align-items: center;
    gap: 15px;
    color: #2b2b2b;
}

.v5-new-features .container .feature-card .row .col-content .buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.v5-new-features .container .feature-card .row .col-content .buttons a {
    display: inline-block;
    padding: 10px 32px;
    text-decoration: none;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
    border: 2px solid #ffffff;
}

.v5-new-features .container .feature-card .row .col-content .buttons .button-1 {
    background: linear-gradient(135deg, #ff0909 0%, #b30909 100%);
    border: none;
    color: white;
}

.v5-new-features .container .feature-card .row .col-content .buttons .button-2:hover {
    background: transparent;
    color: black;
    border-color: black;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@media screen and (max-width: 780px) {
    .v5-new-features .container .feature-card .row {
        flex-direction: column-reverse;
    }

}

@media screen and (max-width: 490px) {
    .v5-new-features .container .feature-card .row .col-content h3 {
        font-size: 2rem;
    }

}