* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {

    font-family: "Poppins", sans-serif;
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

img {
    vertical-align: middle;
}

html,
body {
    overflow-x: clip;
}

:root {
    --font-inter: "Inter", sans-serif;
    --font-Baskerville: "Libre Baskerville", serif;
    --color-121212: #121212;
    --color-ffffff: #ffffff;
    --color-322242: #322242;
    --color-353535: #353535;
    --color-242424: #242424;
    --color-FFF8EC: #FFF8EC;
    --color-F9F5F1: #F9F5F1;
}

.fc__322242 {
    color: var(--color-322242);
}

.fc__353535 {
    color: var(--color-353535);
}

.fc__121212 {
    color: var(--color-121212);
}

.fc__fffff {
    color: var(--color-ffffff);
}

.fc__2E251F {
    color: #2E251F;
}

.comn_red_btn {
    padding: 12px 20px;
    background-color: #AB4F55;
    color: var(--color-ffffff);
    font-family: var(--font-Baskerville);
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.24px;
    text-align: center;
    display: inline-block;
}

.text__16 {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.text__20 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.h1 {
    font-family: var(--font-Baskerville);
    font-weight: 700;
    font-style: Bold;
    font-size: 56px;
    line-height: 66px;
    letter-spacing: 0.24px;
    color: var(--color-242424);
}

.h2 {

    font-family: var(--font-Baskerville);
    font-weight: 400;
    font-style: Regular;
    font-size: 44px;
    line-height: 54px;
}

.h3 {
    font-family: var(--font-Baskerville);
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;

}

.fw__500 {
    font-weight: 500;
}

.fw__400 {
    font-weight: 400;
}

.fw__700 {
    font-weight: 700;
}

.fw__600 {
    font-weight: 600;
}


.py__80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py__100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py__120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt__80 {
    padding-top: 80px;
}

.pb__120 {
    padding-bottom: 120px;
}


/* margin */

.mb__8 {
    margin-bottom: 8px;
}

.mb__10 {
    margin-bottom: 10px;
}

.mb__12 {
    margin-bottom: 12px;
}

.mb__14 {
    margin-bottom: 14px;
}

.mb__16 {
    margin-bottom: 16px;
}

.mb__18 {
    margin-bottom: 18px;
}

.mb__20 {
    margin-bottom: 20px;
}

.mb__22 {
    margin-bottom: 22px;
}

.mb__24 {
    margin-bottom: 24px;
}

.mb__25 {
    margin-bottom: 25px
}

.mb__26 {
    margin-bottom: 26px
}

.mb__28 {
    margin-bottom: 28px
}

.mb__30 {
    margin-bottom: 30px;
}

.mb__32 {
    margin-bottom: 32px;
}

.mb__33 {
    margin-bottom: 33px;
}

.mb__40 {
    margin-bottom: 40px;
}

.mb__44 {
    margin-bottom: 44px;
}

.mb__48 {
    margin-bottom: 48px;
}

.mb__60 {
    margin-bottom: 60px;
}

.comn__wrapper__container {
    max-width: 1230px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.comn__container__1000 {
    max-width: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bg__FFF8EC {
    background-color: var(--color-FFF8EC);
}

.bg__F9F5F1 {
    background-color: var(--color-F9F5F1);
}

.text__center {
    text-align: center;
}

.font__basker {
    font-family: var(--font-Baskerville);
}

.btn_center {
    display: flex;
    justify-content: center;
}

.mw__1000 {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* Page css */

.top_banner_section {
    background-image:
        linear-gradient(90deg,
            rgba(251, 250, 248, 0.95) 0%,
            rgba(251, 250, 248, 0.7) 50%,
            rgba(251, 250, 248, 0.4) 100%),
        url('../img/top_banner_bg_img.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.top_banner_content {
    max-width: 813px;
    width: 100%;
}

.top_banner_content ul {
    padding-left: 20px;
}

.top_banner_content ul li {
    list-style: disc;
}

.critical_container {
    padding: 30px 40px;
    background-color: #F3F3F3;
    border-radius: 10px;
}

.comn_disc_ul {
    padding-left: 26px;
}

.comn_disc_ul li {
    list-style: disc;
}

.key_conatiner .comn_disc_ul li:not(:last-child) {
    margin-bottom: 20px;
}

.sensor_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sensor_container .sensor_left {
    max-width: 550px;
    width: 100%;
}

.sensor_container .sensor_left .img_container {
    border-radius: 16px;
    box-shadow: 0px 20px 50px -15px #2E251F1F;
}

.sensor_container .sensor_left .img_container img {
    border-radius: 16px;
    width: 100%;
}

.sensor_container .sensor_right {
    max-width: 610px;
    width: 100%;
}

.panels_inner_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 32px;
    border-radius: 12px;
}

.panels_inner_left {
    max-width: 517px;
    width: 100%;
}

.panels_inner_left ul {
    max-width: 456px;
}

.panels_inner_left ul li {
    display: flex;
    gap: 19px;
}

.panels_inner_left ul li:not(:last-child) {
    margin-bottom: 32px;
}

.panels_inner_right {
    max-width: 567px;
    width: 100%;
}

.pannels_card {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 16px;
    display: flex;
    border: 1px solid #D9D9D9;
    gap: 16px;
}

.pannels_card:not(:last-child) {
    margin-bottom: 24px;
}

.pannels_card .icon_container {
    background-color: #AB4F55;
    border-radius: 6.5px;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pannels_card .content {
    max-width: 477px;
    width: 100%;
}

.panels_btn {
    display: flex;
    justify-content: center;
}


.autism_card {
    max-width: 270px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.autism_inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: space-between;
}


.designed_inner_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    justify-content: space-between;
    row-gap: 20px;
}


.designed_card {
    max-width: 285px;
    width: 100%;
    border: 1px solid #C9C9C9;
    background-color: #F3F3F3;
    border-radius: 16px;
    padding: 30px 20px;
}

.designed_card .designed_count {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background-color: #AB4F55;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--font-Baskerville);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


.wall_inner_container {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.wall_card_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% / 2);
}

.wall_card {
    border-radius: 16px;
    background-color: #F9F5F1;
    border: 1px solid #E7E1DA;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wall_content {
    padding: 30px;
}

.wall_card .wall_img img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
}


.timeline_item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #AB4F55;
}

.timeline_item {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.timeline_marker {
    z-index: 2;
}

.timeline_marker span {
    width: 64px;
    height: 64px;
    border-radius: 99999px;
    background-color: #AB4F55;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: var(--font-Baskerville);
    color: var(--color-ffffff);
}

.timeline_content {
    max-width: 893px;
    width: 100%;
}

/* ## J - CSS - Start ## */
.interior_container .timeline_item:not(:last-child) {
    padding-bottom: 30px;
}

.wrapper__faq__card {
    padding: 24px 40px;
    border-radius: 12px;
    background-color: #F3F3F3;
    border: 1px solid #C9C9C9;
}

.wrapper__faq__heading {
    cursor: pointer;
    justify-content: space-between;
    display: flex;
}

.wrapper__faq__left {
    max-width: 90%;
    width: 100%;
}
.faq__title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.wrapper__faq__icon {
    max-width: 12px;
    width: 100%;
    cursor: pointer;
    margin-left: 30px;
    transition: transform 0.3s ease;
}

.wrapper__faq__box .wrapper__faq__card:not(:last-child) {
    margin-bottom: 16px;
}

.wrapper__tst__tab__card {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.wrapper__faq__content {
    display: none;
    margin-top: 16px;
}

.wrapper__faq__card.active .wrapper__faq__icon img {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.wrapper__faq__card p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px;
    color: #353535;
    font-family: var(--font-Baskerville);
}
.mw__1096{
    max-width: 1096px;
    margin-left: auto;
    margin-right: auto;
}
.page-id-5396 main#main {
    padding: 0px !important;
}
.page-id-5396 main#main .fusion-row {
    max-width: 100% !important;
    width: 100% !important;
}
.page-id-5396 h1, .page-id-5396 h2, .page-id-5396 h3 {
    margin-top: 0px !important;
}
.page-id-5396 {
    overflow: hidden;
}
.page-id-5396 .fusion-fullwidth.fullwidth-box {
    max-width: 100% !important;
    width: 100% !important;
}
/* J - End */