*,
body,
html {
    outline: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Ubuntu", sans-serif;
    transition: all 0.5s ease-in-out;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;

}

.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}

:root {
    --blue: #288CC8;
    --lightblue: #EEF6FB;
    --white: #ffffff;
    --black: #000000;
    --gray: #F1F2F2;
    --darkgray: #2D3C50;
}

.blue--color {
    color: var(--blue);
    font-weight: bold;
}

section {
    padding: 30px 0px;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    font-weight: 200;

}

a:hover {

    color: var(--blue)
}

header {
    color: #ffffff;
    padding: 30px 0;
    position: fixed;
    width: 100%;
    z-index: 99999;

}

header.fx__header.darkHeader {
    background-color: #000d36ab;
    padding: 20px 0;

}

header .fx__logo img {
    width: 242px;
    height: auto;
}

header.darkHeader .fx__logo img {
    width: 180px;
}

.fx__hero--section {
    background-color: #000D36;
}

header .fx__header--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .fx__header--inner nav ul {
    display: flex;
}

header nav li a,
header nav li {
    color: var(--white);
    font-size: 22px;
}

header .fx__header--inner nav {
    display: flex;
    align-items: center;
}

header .fx__header--inner nav ul li {
    padding-right: 10px;
    border-right: 2px solid var(--blue);
}

header .fx__header--inner nav ul li+li {
    padding: 0;
    padding-left: 10px;
    border: none;
}

.border--botton {
    margin-left: 40px;
    border: 1px solid var(--blue);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 22px;
    color: var(--white);

}

.border--botton:hover {
    color: var(--white);

    background-color: var(--blue);
}

.blue__button {
    border: 1px solid var(--blue);
    padding: 12px 17px;
    border-radius: 7px;
    font-size: 20px;
    background-color: var(--blue);
    color: #ffffff;
    display: block;
    width: fit-content;
}

.blue__button:hover {
    border: 1px solid var(--blue);

    background-color: transparent;
    color: #ffffff;
}

section.fx__hero--section {
    padding-top: 131px;
    color: var(--white)
}

.fx__text--data h1 {
    font-size: 40px;
    font-weight: 400;
}

.fx__text--data h1 b {
    color: var(--blue);
    text-transform: uppercase;
}

.fx__hero--inner {
    display: flex;
    flex-wrap: wrap;
}

.fx__text--data {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}

.fx__hero--form {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 624px;
    background-color: #ffffff;
}

.fx__text--data p {
    font-size: 18px;
    margin: 30px 0;
    max-width: 405px;
    line-height: 1.3;
    color: #A2A2A2;
}

.fx__service--section {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 0;
}

.fx__service {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.fx__service .fx__service--inner {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.fx__service .fx__service--inner .fx__service--text {
    margin-left: 16px;
}

.fx__service--text>p {
    line-height: 1.4;
}

.fx__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
    margin-bottom: 5.5625rem;
}

.fx__product--image {
    padding: 0 15px;
}

.fx__product--inner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
}

.fx__product--inner a:hover {
    background-color: #F0F7FB;
    color: var(--blue)
}

.fx__product--inner:nth-child(even) a {
    background-color: #F0F7FB;
}

.fx__product--list {
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.fx__product--inner span {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.fx__product--inner span+span {
    color: var(--blue);
}

.fx__product--inner a:hover span:first-child {
    color: var(--blue);
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}

.fx__changed--text h2 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 40px;
}

.fx__changed--text p {
    margin-bottom: 24px;
    line-height: 1.4;
}

.fx__changed--text p:last-child {
    margin-bottom: 0;
}

.fx__changed--text br {
    display: none;
}

.fx__changed--text-inner>h2 {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 2.1875rem;
}

.fx__changed--text-inner h2:nth-child(4) {
    margin-bottom: 75px;
}

section.fx__product--section {
    position: relative;
    margin-top: 64px;
    /* margin-bottom: 100px; */
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}

section.fx__product--section .fx__animation--image {
    position: absolute;
    bottom: -150px;
    right: -80px;
    z-index: 1;
    /* width: 680px; */
}

.fx__product--section .container {
    position: relative;
    z-index: 2;
}

.fx__animation--image svg.in-svg.replaced-svg {
    width: 676px;
    height: 676px;
    transform: rotate(905deg);
    animation: mymove 50s infinite linear;
}

@keyframes mymove {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.fx__changed--inner {
    display: flex;
    margin: 0 -15px;
}

.fx__changed--text {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

section.fx__transport {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.fx__transport--data {
    position: relative;
    padding-top: 43%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

section.fx__transport::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 1;
    width: 50%;
    height: 100%;
    right: 0;
}

.fx__transport--inner h2 {
    color: var(--white);
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 34px;
    width: 100%;
    line-height: 1.3;
    z-index: 1;
    position: relative;
}

.fx__transport--inner {
    position: absolute;
    top: 50%;
    right: 15vw;
    z-index: 2;
    max-width: 406px;
    font-size: 30px;
    transform: translateY(-50%);
}

.fx__transport--inner p {
    font-size: 18px;
    color: var(--white);
}

.fx__transport--inner p+p {
    color: var(--blue);
}

section.fx__compliant--section {
    padding: 100px 0;
    background-color: var(--gray);
}

.compliant__button--data {
    margin-top: 40px;
}

.compliant__button--data button {
    border: none;
    background-color: transparent;
    display: flex;
    line-height: 1.2;
    font-size: 24px;
    width: 100%;
    text-align: start;
    margin-bottom: 40px;
    cursor: pointer;
    font-weight: 400;
}

.fx__tab--inner {
    padding-left: 35px;
    text-align: start;
}

h2.fx__compliant--title {
    text-align: center;
    margin-bottom: 70px;
    font-size: 35px;
    font-weight: 400;
}

.fx__compliant--details {
    display: flex;
    margin: 0 -15px;
}

.fx__compliant--details .fx__compliant--data {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0 15px;
}

.compliant__button--data button span img {
    width: 7px;
    height: 14px;
}

.fx__compliant--details .fx__compliant--tab {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 15px;
}

.compliant__inner--text ul,
.fx__compliant--section .compliant__inner--text h3 {
    padding: 0 15px;
}

.compliant__inner--text ul li:before {
    content: '';
    background: #008ED2;
    display: inline-block;
    margin-right: 11px;
    line-height: 0;
    width: 13.51px;
    height: 13.51px;
    border-radius: 50%;
    flex-shrink: 0;
}

.compliant__inner--text ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.compliant__button--data button img {
    width: 37px;
    height: 37px;
    margin-right: 15px;
}

.compliant__button--data button span {
    flex: 1;
    text-align: end;
    color: var(--blue);
}

.compliant {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
    padding: 30px;
    border-radius: 30px;
    /* display: block !important; */
}

.compliant__inner--text {
    padding: 15px 15px;
    border-radius: 20px;
}

.compliant__inner--text h3 {
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 24px;
}

.fx__changed--image {
    width: 100%;
    padding: 0 15px;
}

.fx__reting--image img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.fx__reting--image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.compliant__inner--text p {
    /* min-height: 150px; */
    margin-bottom: 50px;
}

.compliant__inner--image {
    text-align: center;
    width: auto;
    padding-top: 7px;
}

.compliant__inner--image img {
    width: 100%;
    height: auto;
}

.fx__package--section {
    padding: 70px 0;
    background-color: var(--lightblue);
}

.fx__package--title {
    display: flex;
    margin-bottom: 100px;
    justify-content: center;
}

.fx__package--title h3 {
    margin-right: 40px;
    font-size: 35px;
}

.fx__package--title p {
    max-width: 500px;
}

/*  */
.fx__package--data {
    display: flex;
    max-width: 1130px;
}

.fx__specifications--tabdata::-webkit-scrollbar,
.fx__package--datatext::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 50px;
}

/* Track */
.fx__specifications--tabdata::-webkit-scrollbar-track,
.fx__package--datatext::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
    overflow: hidden;
}

/* Handle */
.fx__specifications--tabdata::-webkit-scrollbar-thumb,
.fx__package--datatext::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #288cc8;
}

.fx__package--data .packages__inner {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.packages__title h4 {
    font-size: 24px;
    font-weight: 400;
}
.fx__package--data .packages__title h4 {
    margin-bottom: 20px;
}

.fx__package--data .packages__title p {
    font-size: 16px;
    margin-bottom: 26px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 382px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.fx__package--data .packages__title {
    border-bottom: 2px solid #288cc8;
    margin-bottom: 20px;
    padding-inline: 15px;
    height: 100%;
    max-height: 183px;
}

.packages__detail {
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.fx__package--data .packages__data--name {
    padding: 10px 15px;
    display: flex;
}

.fx__package--data .packages__data--name:nth-child(odd) {
    background-color: #ffffff;
}

.packages__data--name img {
    height: 28px;
    width: 28px;
    padding: 0;
    margin-right: 10px;
}

.packages__detail-data {
    margin-bottom: 30px;
}

.fx__package--button a.blue__button:hover {
    color: var(--blue);
}

.fx__package--data .packages__inner+.packages__inner {
    border-left: 2px solid #288cc8;
}

.fx__package--data .packages__inner:first-child .packages__detail,
.fx__package--data .packages__inner:first-child .packages__title {
    padding-left: 0;
}

.fx__package--data .packages__inner:last-child .packages__detail,
.fx__package--data .packages__inner:last-child .packages__title {
    padding-right: 0;
}

.fx__package--button {
    padding: 25px 20px;
    background-image: linear-gradient(0deg, #ffffff, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fx__kit--section {
    padding: 85px 0;
}

.fx__kit--data {
    display: flex;
    flex-wrap: wrap;
    max-width: 1023px;
    width: 100%;
    margin: auto;
}

.fx__kit--inner {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    margin-bottom: 80px;
}

.fx__kit-image img {
    margin-bottom: 20px;
}

.fx__kit-image img {
    width: 80px;
    height: auto;
}

.fx__kit-image h6 {
    margin-bottom: 28.9px;
    font-size: 18px;
    font-weight: bold;
}

.fx__kit-image p {
    width: 100%;
    max-width: 273px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    color: #231F20;
    line-height: 1.2;
}

.fx__kit--logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}

.fx__kit--logo .fx__kit--logo--image {
    padding: 0 15px;
}

.fx__kit--logo--image img {
    max-width: 150px;
    height: auto;
}

section.fx__specifications--section {
    padding-block: 120px;
}

button.pss__system--tab {
    border: none;
    background-color: transparent;
    font-size: 22px;
    font-weight: 600;
    color: #a1a1a1;
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.fx__specifications--data .fx__specifications--tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}

button.pss__system--tab.tablink.w3-red {
    color: #000000;
    border-bottom: 3px solid #288cc8;
    padding-bottom: 15px;
}

.fx__pss--innerdata {
    padding: 32px 43px;
    box-shadow: 0 0 12px #0000000a;
    border-radius: 30px;
}

.fx__pss--innertext h2 {
    margin-bottom: 30px;
}

.fx__pss--innertext p {
    margin-bottom: 30px;
}

.fx__pss--innertext p.inner--title {
    font-weight: 700;
    font-size: 18px;
}

.red-dot {
    color: #e61717;
}

.yellow-dot {
    color: #ffce00;
}

.blue--title {
    color: #008ed2;
}

.fx__pss--data {
    display: flex;
}

.fx__pss--data .fx__pss--innertext {
    max-width: 48.5%;
    flex: 0 0 48.5%;
    padding-left: 35px;
    padding-right: 70px;
    padding-top: 65px;
}

p.inner--title.blue--title {
    margin-bottom: 20px;
}

.fx__pss--innerimage {
    height: 521px;
    background-image: linear-gradient(0deg, #f6f6f6, transparent);
    max-width: 51.5%;
    flex: 0 0 51.5%;
    text-align: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.fx__pss--innerimage img {
    width: 100%;
}

.blue--title {
    color: #008ed2;
}

p.inner--title.blue--title {
    margin-bottom: 20px;
}

.fx__pss--innertext ul {
    padding-left: 16px;
}

.fx__pss--innertext li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.fx__pss--innertext li::marker {
    font-size: 14px;
}

.fx__service--image {
    height: 60px;
}

.fx__service--image img {
    width: 60px;
    height: auto;
}

.fx__logo--data img {
    object-fit: cover;
    max-height: 45px;
    height: 100%;
}

.fx__logo--data {
    display: flex;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
}

.fx__logo--data img+img {
    margin-left: 20px;
}

@media (max-width:991px) {
    header .fx__header--inner {
        flex-direction: column;
        justify-content: center;
    }

    header .fx__logo img {
        max-width: 150px;
        height: auto;
    }

    .fx__hero--form,
    .fx__text--data {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fx__text--data {
        margin-bottom: 30px;
    }

    .fx__service .fx__service--inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fx__service .fx__service--inner .fx__service--text {
        margin-left: 0px;
        margin-top: 10px;
        text-align: center;
    }

    .fx__service {
        align-items: flex-start;
    }

    .fx__product .fx__product--image {
        max-width: 180px;
    }

    .fx__product--image img {
        width: 100%;
    }

    .fx__changed--inner {
        flex-wrap: wrap;
    }

    .fx__changed--text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fx__reting--image {
        text-align: center;
    }

    .fx__changed--text-inner>h2,
    .fx__changed--text-inner h2:nth-child(4) {
        margin-bottom: 30px;
    }

    .fx__transport--data {
        padding-top: 80%;
        background-position: center;
    }

    .fx__transport--inner {
        right: 8vw;
    }

    .fx__compliant--details {
        flex-wrap: wrap;
    }

    .fx__compliant--details .fx__compliant--data,
    .fx__compliant--details .fx__compliant--tab {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fx__compliant--details .fx__compliant--data {
        order: 1;
    }

    h2.fx__compliant--title {
        font-size: 25px;
    }

    button.pss__system--tab {
        font-size: 16px;
    }

    section.fx__specifications--section {
        padding-block: 60px;
    }

    .fx__package--title {
        display: flex;
        margin-bottom: 50px;
    }

    .fx__package--section {
        padding: 45px 0;
    }

    .fx__kit--section {
        padding: 40px 0;
    }

    h2.fx__compliant--title {
        margin-bottom: 50px;
    }

    .fx__kit--logo {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
    }

    .fx__animation--image svg.in-svg.replaced-svg {
        width: 450px;
        height: 450px;
    }

    .fx__changed--text h2 {
        font-size: 25px;
    }
}

@media(max-width: 768px) {
    .fx__service .fx__service--inner .fx__service--text {
        width: 100%;
    }

    .fx__service {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .fx__service .fx__service--inner {
        flex-wrap: wrap;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .fx__product {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
        margin-bottom: 4rem;
    }

    .fx__product--image img {
        width: 100%;
    }

    .fx__transport--inner {
        font-size: 20px;
        padding: 15px;
        align-items: center;
    }

    .fx__pss--data .fx__pss--innertext {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .fx__pss--innerimage {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .fx__pss--data {
        flex-wrap: wrap;
    }

    .fx__kit--inner {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fx__pss--innerdata {
        padding: 15px;
    }

    .fx__pss--innerimage {
        height: auto;
        padding: 20px;
    }

    header .fx__header--inner nav {
        flex-direction: column;
    }

    .border--botton {
        margin-left: 0px;
    }

    header .fx__header--inner nav ul {
        padding: 15px 0;
    }

    .compliant__inner--text p {
        min-height: fit-content;
    }

    .compliant__inner--image {
        text-align: center;
        height: auto;
        width: auto;
    }

    .compliant__inner--image img {
        width: 100%;
        height: 100%;
    }

    section.fx__compliant--section {
        padding: 60px 0;
        background-color: var(--gray);
    }

    .compliant__button--data button {
        font-size: 18px;
    }

    .compliant_button br {
        display: none;
    }

    /* h2.fx__compliant--title {
        margin-bottom: 0;
    } */
    .fx__tab--inner {
        padding-left: 0px;
        text-align: start;
    }

    .compliant__button--data button img {
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .fx__specifications--data .fx__specifications--tab {
        margin-bottom: 30px;
    }

    .fx__transport--data {
        padding-top: 80%;
        background-position: center;
    }

    .fx__specifications--tabdata {
        margin-bottom: 30px;
        padding-bottom: 20px;
        margin-bottom: 15px;
        overflow: auto;
    }

    .fx__specifications--tabdata .fx__specifications--tab {
        width: 580px;
        margin-bottom: 0;
    }

}

@media(max-width: 575px) {
    .fx__kit--inner {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    header nav li a,
    header nav li {
        color: var(--white);
        font-size: 14px;
    }

    .fx__logo--data {
        gap: 20px;
    }
}

section.fx__hero--section {
    position: relative;
    overflow: hidden;
}

.fx__hero--inner {
    z-index: 2;
    position: relative;
}

section.fx__hero--section::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/image_hero_back.png);
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}


.fx__hero--form {
    padding: 40px;
    border-radius: 20px;
}

.gq__input label {
    color: #000000;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.fx__hero--form .gq__input {
    margin-bottom: 18px;
}

.fx__hero--form .name,
.gq__input.cf-size-interested {
    display: flex;
    margin: 0 -10px;
}

.fx__hero--form .name .gq__input,
.fx__hero--form .cf-size-interested .gq__input {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 10px;
}

.fx__hero--form .name .gq__input input {
    width: 100%;
}

.gq__input select,
.fx__hero--form .gq__input input {
    width: 100%;
    padding: 4px 8px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #C3C3C3;
    color: #c3c3c3;
    font-weight: 500;
    font-size: 18px;
}

.fx__hero--form .cf-submit input {
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    height: max-content;
    border-radius: 10px !important;
    padding: 10px 15px;
    font-weight: 300;
    width: fit-content;
}

.gq-acceptance p {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

.gq-acceptance p a {
    color: #000000;
    text-decoration: underline;
    font-weight: 400;
}

footer.fx__footer--section {
    background-color: #000000;
    padding-top: 108px;
    padding-bottom: 60px;
}

footer.fx__footer--section .fx__hero--form {
    padding: 40px;
    border-radius: 20px;
    margin: 0 auto;
}

footer {
    position: relative;
    overflow: hidden;
}

footer::before {
    content: "";
    background-image: url("/wp-content/uploads/2025/07/Mask-Group-23.png");
    left: 0;
    position: absolute;
    top: -17%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

footer .container {
    position: relative;
    z-index: 99;
}

footer.fx__footer--section {
    background-color: #000000;
    padding-top: 108px;
    padding-bottom: 60px;
}

footer.fx__footer--section .fx__hero--form {
    padding: 40px;
    border-radius: 20px;
    margin: 0 auto;
}

.footer-info {
    display: flex;
    align-items: center;
    margin-top: 162px;
}

.info-box a {
    color: #ffffff;
}

.info-box.one {
    max-width: 30%;
    flex: 0 0 30%;
}

.info-box.three img {
    width: auto;
    height: 70px;
}

.info-box.three {
    flex: 1;
    text-align: end;
}

.fx__logo--data {
    padding: 30px 0;
}

@media(max-width: 768px) {
    .footer-info {
        margin-top: 50px;
    }

    .footer-info {
        align-items: flex-start;

        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    .footer-info .info-box {
        margin-bottom: 30px;
    }
}

.fx__hero--form {
    position: relative;
}

/*8-5-2024*/
.fx__product--logo {
    padding-top: 4.4375rem;
}

@media(max-width: 991px) {
    .fx__product--list {
        margin-bottom: 0;
    }

    section.fx__compliant--section {
        padding: 60px 0;
        background-color: var(--gray);
    }

    .footer-info {
        display: flex;
        align-items: center;
        margin-top: 150px;
    }
}

@media(max-width:575px) {

    .fx__hero--form .name,
    .gq__input.cf-size-interested {
        flex-wrap: wrap;
    }

    .fx__hero--form .name .gq__input,
    .fx__hero--form .cf-size-interested .gq__input {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@media(max-width:575px) {
    .fx__hero--form {
        height: auto !important;
    }
}

.gq__input.cf-captcha-submit {
    display: flex;
    align-items: center;
}

.gq__input.cf-captcha-submit .gq__input {
    max-width: 50%;
    flex: 0 0 50%;
}


.gq__input.cf-captcha-submit .gq__input.cf-submit input {
    margin-left: auto;
}

.gq__input.cf-submit p {
    text-align: end;
}

.gq__input.cf-submit {
    position: relative;
}

.gq__input.cf-submit span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
}

.gq__input.cf-captcha span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
}

.fx__hero--form .wpcf7-response-output {
    color: red;
    margin-bottom: 0 !important;
    border: none !important;
    margin-top: 10px !important;
    padding: 0 !important;
}

.fx__pss--innerimage img {
    width: auto;
    height: 80%;
}

@media(max-width:600px) {
    .gq__input.cf-captcha-submit {
        flex-wrap: wrap;
    }

    .gq__input.cf-captcha-submit .gq__input {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .gq__input.cf-captcha-submit .gq__input.cf-submit {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .gq__input.cf-submit p {
        text-align: Start;
    }
}

.compliant__button--data button:hover {
    color: #288CC8;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.fx__hero--form .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #46b450;
    border: none;
    padding: 0;
    margin-inline: 0;
    margin-top: 15px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .gq__input.cf-captcha-submit {
        flex-wrap: wrap;
    }

    .gq__input.cf-captcha-submit .gq__input {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .gq__input.cf-submit p {
        text-align: Start;
    }
}

.fx__package--section p {
    font-size: 18px;
}

.packages__title h4 {
    font-size: 20px;
}

.fx__pss--innerdata .city.fx__pss--data:nth-child(2) img {
    height: 75%;
}

.fx__pss--innerdata .city.fx__pss--data:nth-child(3) img {
    height: auto;
    width: 70%;
    object-fit: contain;
}

.fx__pss--innerdata .city.fx__pss--data:nth-child(4) img {
    height: 66%;
}


/* *28-07-2025 */
/* Start FAQ sections */
.fx__faq-section {
    padding: 0 0 6.6875rem 0;
}

.fx__container {
    background: white;
    border-radius: 37px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 8%);
    overflow: hidden;
    padding: 4.875rem 0 8.125rem 0;
}

.fx__faq_list {
    max-width: 751.45px;
    width: 100%;
    margin: auto;
    /* padding: 0 16px; */
}

.fx__answer_content {
    max-width: 678px;
    width: 100%;
    line-height: 1.4;
}

.fx__faq_item {
    /* border-bottom: 1px solid #e5e5e5; */
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.fx__faq_item:last-child {
    border-bottom: none;
}

/* .fx__faq_item:hover {
    background-color: #f8f9ff;
} */

.fx__faq_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 17px 0;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    border-bottom: 3px solid #288cc8;
}

.fx__faq_list .fx__faq_item:first-of-type .fx__faq_question {
    padding-top: 0;
}

.fx__faq_list .fx__faq_item:last-of-type .fx__faq_answer {
    padding-bottom: 0;
}

.fx__faq_question h3:hover {
    color: var(--blue);
}

.fx__question_text {
    font-size: 1.5rem;
    font-weight: 400;
    flex: 1;
    margin-right: 20px;
    line-height: 1.4;
}

.fx__faq_question:hover .fx__question_text {
    color: #667eea;
}

.fx__arrow_icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    flex-shrink: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.fx__faq_item.fx__active .fx__arrow_icon {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.fx__faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
}

.fx__faq_item.fx__active .fx__faq_answer {
    max-height: 500px;
    opacity: 1;
    padding: 3.14375rem 0;
}

/* .fx__answer_content {
    padding: 0 0 0 0;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
    border-left: 4px solid #667eea;
    padding-left: 20px;
    background: linear-gradient(90deg, rgba(102,126,234,0.05) 0%, transparent 100%);
    border-radius: 0 10px 10px 0;
    padding: 20px;
    margin-top: 10px;
} */

/* .fx__highlight {
    background: linear-gradient(120deg, rgba(102,126,234,0.1) 0%, rgba(118,75,162,0.1) 100%);
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    color: #667eea;
} */

/* .fx__stat_number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.fx__stat_label {
    font-size: 1rem;
    opacity: 0.9;
} */

/* .fx__cta_section {
    background: #f8f9ff;
    padding: 40px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
} */
.fx__buy-fonix--title {
    font-size: 2.1875rem;
    color: #231F20;
    font-weight: 400;
    line-height: 1.5;
    margin-block-end: 5.16875rem;
    text-align: center;
}

@media (max-width: 1024px) {
    .fx__container {
        padding: 4rem 2rem 6rem 2rem;
    }
}

@media (max-width: 768px) {
    /* .fx__title {
        font-size: 2.2rem;
    }
    
    .fx__subtitle {
        font-size: 1rem;
    } */

    .fx__question_text {
        font-size: 1.1rem;
    }

    .fx__answer_content {
        font-size: 1rem;
    }

    .fx__faq_item.fx__active .fx__faq_answer {
        padding: 2.2rem 0;
    }

    .fx__buy-fonix--title {
        margin-block-end: 4rem;
        font-size: 1.89rem;
    }
}

@media (max-width: 425px) {
    .fx__faq_item {
        padding-bottom: 2rem;
    }

    .fx__container {
        padding: 4rem 2rem 4rem 2rem;
    }
}

/* Loading animation */
@keyframes fx__fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fx__faq_item {
    animation: fx__fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.fx__faq_item.fx__active,
.fx__faq_item:last-child {
    padding-bottom: 0;
}

.fx__faq_item {
    padding-bottom: 2.875rem;
}

.fx__faq_item:nth-child(1) {
    animation-delay: 0.1s;
}

.fx__faq_item:nth-child(2) {
    animation-delay: 0.2s;
}

.fx__faq_item:nth-child(3) {
    animation-delay: 0.3s;
}

.fx__faq_item:nth-child(4) {
    animation-delay: 0.4s;
}

.fx__faq_item:nth-child(5) {
    animation-delay: 0.5s;
}

/* End FAQ sections */
/* *Start electronic_Braking-section*/
.fx__electronic_Braking-section {
    padding-block: 7.5625rem;
}

.fx__electronic-braking-heading {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 3.75rem;
    font-weight: 400;
    color: #231F20;
}

.fx__electronic-braking-logo-item {
    display: flex;
}

.fx__electronic-braking-logos {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    align-items: center;
}

.fx__electronic-braking-logo-item img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .fx__electronic-braking-logos {
        gap: 3.5rem;
    }
}

@media (max-width: 991px) {
    .fx__product--section .fx__changed--image {
        width: 50%;
        margin: auto;
    }

    .fx__product--section .fx__changed--inner {
        gap: 2rem;
    }

    section.fx__product--section {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .fx__electronic-braking-logo-item img {
        max-height: 50px;
    }

    .fx__electronic_Braking-section {
        padding-block: 5rem;
    }

    .fx__electronic-braking-heading {
        margin-bottom: 2.7rem;
    }

    .fx__electronic-braking-logos {
        gap: 2.5rem;
    }

    .fx__product--section .fx__changed--image {
        width: 90%;
    }
}

@media (max-width: 425px) {
    .fx__electronic-braking-logos {
        gap: 2rem;
    }
}

/* *End electronic_Braking-section*/

/* *Start fx__ebpms-section */
.fx__ebpms-wrap {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.fx__ebpms-content {
    flex: 1 1 47%;
}

.fx__ebpms-heading {
    font-size: 2.1875rem;
    margin-bottom: 3.75rem;
    color: #222;
    font-weight: 400;
    line-height: 1.4;
}

.fx__ebpms-description {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.fx__ebpms-image {
    flex: 1 1 42.90%;
    position: relative;
    padding-top: 450px;
    width: 100%;
    overflow: hidden;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    scale: 1.2;
}

.fx__ebpms-image img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px 90px;
}

.fx__ebpms-description p {
    margin-bottom: 1.875rem;
    line-height: 1.4;
    font-size: 1rem;
    color: #231F20;
}

.fx__ebpms-description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .fx__ebpms-image img {
        object-position: -10px 90px;
    }
}

@media (max-width: 1024px) {
    .fx__ebpms-image {
        scale: 1.1;
    }

    .fx__ebpms-image img {
        object-position: -40px 90px;
    }

    .fx__ebpms-heading {
        font-size: 2.1875rem;
        margin-bottom: 1.75rem;
    }

    .fx__ebpms-wrap {
        gap: 20px;
    }
}

@media (max-width: 970px) {
    .fx__ebpms-wrap {
        flex-direction: column;
    }

    .fx__ebpms-image img {
        object-fit: contain;
        object-position: 50% 60px;
    }

    .fx__ebpms-image {
        scale: 1.2;
    }
}

@media (max-width: 500px) {
    .fx__ebpms-image {
        padding-top: 85vw;
    }

    .fx__ebpms-image {
        scale: 1;
    }

    .fx__ebpms-image img {
        object-fit: cover;
        object-position: 50% 30px;
    }
}

/* ! */
.fx__ebpms-section,
.fx__DVSA-section {
    position: relative;
    margin: 8rem 0;
    padding: 0;
}

.fx__ebpms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 47px;
    align-items: flex-start;
    position: relative;
}

.fx__check-arrow {
    width: 28.5px;
    height: 28.5px;
    background-color: #00D02A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.fx__check-content {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 300;
}

.fx__check-arrow img {
    width: 14px;
    height: auto;
}

.fx__ebpms-box {
    background: #2D3C50;
    color: #fff;
    padding: 50px 60px;
    border-radius: 10px;
    box-shadow: 0 30px 5px rgba(0, 0, 0, 10%);
    position: relative;
    z-index: 2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fx__box-title {
    font-size: 1.25rem;
    margin-bottom: 2.75rem;
    font-weight: 400;
    line-height: 1.4;
}

.fx__checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fx__checklist li {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 2.2rem;
    line-height: 1.4;
}

.fx__checklist li:last-child {
    margin-bottom: 0;
}

.fx__DVSA-content h2 {
    /* margin-bottom: 18px; */
    max-width: 330px;
    width: 100%;
}

.fx__highlight {
    color: #0078d4;
}

.fx__DVSA-content p {
    font-size: 16px;
    font-weight: 400;
    color: #231F20;
    line-height: 1.6;
    margin-bottom: 1.875rem;
}

.fx__DVSA-content p:last-child {
    margin-bottom: 0;
}

.fx__DVSA-content a {
    color: #0078d4;
    text-decoration: underline;
}

.fx__DVSA-section {
    position: relative;
    /* margin-bottom: 12rem; */
    margin: 0;
    padding-block-start: 6rem;
    padding-block-end: 12rem;
}

.fx__DVSA-section .fx__animation--image {
    position: absolute;
    right: 51.90%;
}

.fx__package--datatext {
    max-width: 842px;
    flex: 0 0 0 842px;
    margin: auto;
}

@media (max-width: 1024px) {
    .fx__DVSA-section{
        padding-block-start: 6rem;
        padding-block-end: 6rem;
    }
    .fx__DVSA-section .fx__animation--image svg.in-svg.replaced-svg {
        width: 500px;
        height: 500px;
    }
    .fx__ebpms-box {
        padding: 40px 30px;
    }

    .fx__DVSA-section .fx__animation--image {
        /* bottom: -100px; */
        bottom: 15px;
        right: 60%;
    }

    .fx__ebpms-grid {
        gap: 2rem;
    }
}

@media (max-width: 991px) {
    .fx__DVSA-section {
        margin: 4rem 0 8rem 0;
    }

    .fx__checklist li,
    .fx__DVSA-content p {
        margin-bottom: 1rem;
    }

    .fx__box-title {
        margin-bottom: 2.2rem
    }

    .fx__DVSA-content h2,
    .fx__buy-fonix--title {
        font-size: 25px
    }

}

@media (max-width: 768px) {
    .fx__ebpms-grid {
        grid-template-columns: 1fr;
    }

    .fx__DVSA-section .fx__animation--image {
        display: none;
    }

    .fx__DVSA-section {
        overflow: hidden;
        /* margin-bottom: 4rem; */
         padding-block-start: 4rem;
        padding-block-end: 4rem;
    }

    .fx__ebpms-section,
    .fx__DVSA-section {
        margin: 4rem 0;
    }
}

@media (max-width: 425px) {
    .fx__check-arrow {
        width: 20px;
        height: 20px;
    }

    .fx__check-arrow img {
        width: 10px;
    }

    .fx__check-content {
        font-size: 1rem;
    }

    .fx__ebpms-box {
        padding: 20px 20px;
    }
    .fx__DVSA-section{
        padding-block-start: 3rem;
        padding-block-end: 3rem;
    }
}

/* *End fx__ebpms-section */
/* *28-07-2025 */


/*Responsive 29-07-2025  */
@media (max-width: 1024px) {
    .compliant__button--data button {
        margin-bottom: 30px;
        font-size: 20px;
        align-items: center;
    }

    .compliant__button--data button img {
        width: 30px;
        height: 30px;
    }

    .fx__tab--inner {
        padding-left: 20px;
    }

    .compliant__inner--text ul li {
        font-size: 16px;
        margin-bottom: 16px;
    }

    section.fx__compliant--section,
    .fx__electronic_Braking-section {
        padding: 80px 0
    }
}

@media (max-width: 991px) {
    .fx__text--data h1 {
        font-size: 30px;
    }
    .fx__package--title h3{
        font-size:25px;
    }
}

@media (max-width: 768px) {
    .fx__product--logo {
        padding-top: 4rem;
    }

    .fx__product--inner span {
        font-size: 16px;
    }

    .fx__transport--inner h2 {
        font-size: 30px;
    }

    .compliant {
        padding: 20px;
    }

    .fx__package--data .packages__title {
        max-height: 200px;
    }
    .fx__faq-section{
        padding: 0 0 4rem 0;
    }
    .fx__hero--form .cf-submit input{
        font-size:16px;
    }
    footer.fx__footer--section{
        padding-top: 90px;
        padding-bottom: 30px;
    }
    .footer-info{
        margin-top: 80px;
    }
    .info-box.one{
        max-width: 100%;
        flex: 0 0 100%;
    }
    info-box.two{
        
    }
}

@media (max-width: 475px) {
    .fx__hero--form {
        padding: 20px;
    }

    .gq__input label,
    .blue__button {
        font-size: 16px;
    }

    .fx__service {
        flex-direction: column;
    }

    .fx__service .fx__service--inner {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .wpcf7 .wpcf7-recaptcha iframe {
        scale: 0.7;
        transform-origin: left;
    }

    .fx__hero--form .cf-submit input {
        font-size: 16px;
    }

    .fx__product--inner a {
        padding: 16px 10px;
        gap: 10px;
    }

    .fx__transport--inner h2 {
        font-size: 25px;
    }

    section.fx__transport::before {
        width: 100%;
    }

    .compliant__inner--text ul,
    .fx__compliant--section .compliant__inner--text h3 {
        padding: 0 0px;
    }

    .compliant__inner--text {
        padding: 10px;
    }

    .fx__package--section p {
        font-size: 14px;
    }

    .packages__data--name img {
        width: 20px;
        height: 20px;
    }

    .fx__package--data {
        flex-direction: column;
        gap: 40px;
    }

    .fx__package--data .packages__inner {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fx__package--data .packages__inner+.packages__inner,
    .fx__package--data .packages__title {
        border: none;
    }

    .fx__package--button {
        background: transparent;
        padding: 0;
    }

    .fx__package--data .packages__title p {
        max-width: 100%;
    }

    .fx__package--data .packages__title,
    .packages__detail {
        padding: 0;
    }
     .fx__faq-section{
        padding: 0 0 3rem 0;
    }
        footer.fx__footer--section {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .footer-info {
        margin-top: 60px;
    }
    .fx__tab--inner{
        padding: 0;
    }
    .compliant__button--data{
        margin-top: 0
    }
    .fx__transport--inner {
        right: auto;
        max-width: 100%;
    }
}
.fx__changed--data{
    padding-block-start: 6rem;
}
section.fx__product--section{
    margin-top:0;
}
.fx__product--list{
    margin-bottom: 0;
}
@media(max-width: 1024px){
    .fx__changed--data{
        padding-block-start: 4rem;
    }
}
@media(max-width: 768px){
    .fx__changed--data{
        padding-block-start: 3rem;
    }
}
.fx__compliant--data .compliant__inner--text p{
    margin:0
}