body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    overflow-x: hidden;
    background-color: #ffffff;
    text-rendering: optimizeSpeed;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body.is-preload {
    overflow: hidden;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #EAF3F1;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Header logo is hidden by default to be faded in via GSAP */
.navbar-brand img {
    opacity: 0;
}

html {
    overflow-x: hidden;
}

/* Lenis Smooth Scroll Recommended CSS */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

/* --------------------------
   PAGE PRELOAD FADE-IN EFFECT
   (fade body only — do not set opacity on all descendants or SVG keyframe animations break)
--------------------------- */
.container {
    box-sizing: border-box;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --top-green: #45E588;
    --top-green-new: #1EBA68;
    --active-menu: #057260;
    --nav-menu: #004D40;
    --dark-green: #00151A;
    --darker-green: #004B49;
    --paragraph-text: #8A8A8A;
    --h-color: #02241E;
    --risk-text: #3E4F46;
    --zero-text: #034B3F;
    --text-12: 0.625vw;
    --text-14: 0.729vw;
    --text-15: 0.781vw;
    --text-16: 0.833vw;
    --text-18: 0.938vw;
    --text-20: 1.042vw;
    --text-22: 1.146vw;
    --text-24: 1.25vw;
    --text-25: 1.302vw;
    --text-26: 1.354vw;
    --text-28: 1.458vw;
    --text-30: 1.563vw;
    --text-32: 1.667vw;
    --text-34: 1.771vw;
    --text-36: 1.875vw;
    --text-38: 1.979vw;
    --text-40: 2.083vw;
    --text-42: 2.188vw;
    --text-44: 2.292vw;
    --text-46: 2.396vw;
    --text-48: 2.5vw;
    --text-50: 2.604vw;
    --text-52: 2.708vw;
    --text-54: 2.813vw;
    --text-60: 3.125vw;
    --text-80: 4.167vw;
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.darker-green {
    color: var(--darker-green);
}

.top-green {
    color: var(--top-green);
}

.top-green-new {
    color: var(--top-green-new);
}

.nav-menu {
    color: var(--nav-menu);
}

.active-menu {
    color: var(--active-menu);
}

.dark-green {
    color: var(--dark-green);
}

.paragraph-text {
    color: var(--paragraph-text);
}

.h-color {
    color: var(--h-color);
}

.risk-text {
    color: var(--risk-text);
}

.zero-text {
    color: var(--zero-text);
}

/*font sizes*/
.text-12 {
    font-size: var(--text-12);
}

.text-14 {
    font-size: var(--text-14);
}

.text-15 {
    font-size: var(--text-15);
}

.text-16 {
    font-size: var(--text-16);
}

.text-20 {
    font-size: var(--text-20);
}

.text-25 {
    font-size: var(--text-25);
}

.text-30 {
    font-size: var(--text-30);
}

.text-40 {
    font-size: var(--text-40);
}

.text-50 {
    font-size: var(--text-50);
}

.text-60 {
    font-size: var(--text-60);
}

.text-80 {
    font-size: var(--text-80);
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.italic {
    font-style: italic;
}

.lh-100 {
    line-height: 100%;
}

.lh-120 {
    line-height: 140%;
}

.lh-130 {
    line-height: 130%;
}

.lh-150 {
    line-height: 150%;
}

.lh-180 {
    line-height: 180%;
}

/*spacinng*/
.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px;
}

.space-y-2> :not(:last-child) {
    margin: 0px !important;
    margin-bottom: 10px !important;
}

.space-y-3> :not(:last-child) {
    margin: 0px !important;
    margin-bottom: 15px !important;
}

.space-y-4> :not(:last-child) {
    margin: 0px !important;
    margin-bottom: 2rem !important;
}

.top-header {
    position: fixed;
    top: 15px;
    z-index: 1030;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.top-header.hidden {
    transform: translateY(-150%);
}

.nav-parent .navbar {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 0.50rem 0.25rem;
    margin: 0 auto;
    transition: auto;
    transition: all 0.6s ease;
    border: 1px solid #ccc;
    box-shadow: inset 0px 3px 6px #00000029;
    width: 100%;
    transition: all 0.6s ease;
}

.nav-parent .navbar.sticky {
    width: 75vw;
}

.nav-parent .navbar-nav .nav-link.active {
    color: var(--black);
    font-weight: 700;
}

.nav-parent .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    font-size: var(--text-18);
    transition: all 0.3s ease;
}

.nav-parent .navbar-expand-lg .navbar-nav .nav-link:hover {
    font-weight: 700;
    color: var(--black);
}



.nav-parent .navbar-expand-lg .navbar-nav {
    margin: auto !important;
}


/* --- Custom Hamburger Icon --- */
.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 35px;
    width: 45px;
    cursor: pointer;
}

.custom-toggler .toggler-line {
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--active-menu);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* When active (turn into X) */
.custom-toggler.active .toggler-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.custom-toggler.active .toggler-line:nth-child(2) {
    opacity: 0;
}

.custom-toggler.active .toggler-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Remove default bootstrap icon background */
.navbar-toggler:focus {
    box-shadow: none;
}

.get-in-touch {
    background-color: var(--darker-green);
    color: var(--white);
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.313rem 0.625rem 0.313rem 0.75rem;
    box-shadow: inset 0px 2px 0px #FFFFFF66, 0px 10px 10px #1BA85633;
}

.get-in-touch img {
    margin-left: 2rem;
}

.get-in-touch {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.get-in-touch:hover {
    box-shadow: none !important;
    transform: scale(0.96);
}

.get-in-touch .rotating-arrow {
    transition: transform 0.5s;
}

.get-in-touch:hover .rotating-arrow {
    transform: rotate(360deg);
}

.pioneer-research-content {
    padding: 3.5rem 0rem 2rem 0rem;
    padding-top: 110px;
    padding-bottom: 30px;
}

.pioneer-research-content h1 {
    width: 60vw;
    font-size: var(--text-50);
}

.pioneer-research-content p {
    width: 85%;
    padding-top: 1.5rem;
}

@media (min-width: 1201px) {
    .pioneer-research {
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
}

.finome-overall-parent-content {
    position: relative;
}

.finome-overall-parent .finome-child1 {
    width: 30%;
}

.finome-overall-parent .finome-child2 {
    width: 50%;
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finome-overall-parent .finome-child3 {
    width: 30%;
}

.finome-child-content p {
    background-color: var(--white);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    border: 8px solid rgba(5, 114, 96, 0.12);
    position: absolute;
}

.finome-overall-parent-content-bg {
    position: absolute;
    z-index: -1;
    top: 3.5rem;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    display: table;
}

.finome-child-content p:nth-child(1) {
    padding: 0.6rem 1.5rem;
}

.finome-child-content p:nth-child(2) {
    padding: 0.8rem;
    border-radius: 50px;
}

.finome-child-content p:nth-child(3) {
    padding: 0.6rem 1.5rem;
}

.finome-child-content p:nth-child(4) {
    padding: 0.8rem;
    border-radius: 50px;
}

.finome-child-content p:nth-child(5) {
    padding: 0.6rem 1.5rem;
}

.finome-child1 p:nth-child(1) {
    top: 1.6rem;
    left: 6rem;
}

.finome-child1 p:nth-child(2) {
    top: 5.8rem;
    left: 11rem;
}

.finome-child1 p:nth-child(3) {
    bottom: 11rem;
    left: 3rem;
}

.finome-child1 p:nth-child(4) {
    bottom: 6rem;
    left: 15rem;
}

.finome-child1 p:nth-child(5) {
    bottom: 2rem;
    left: 5rem;
}

.finome-child3 p:nth-child(1) {
    top: 1.6rem;
    right: 6rem;
}

.finome-child3 p:nth-child(2) {
    top: 5.8rem;
    right: 14rem;
}

.finome-child3 p:nth-child(3) {
    bottom: 11rem;
    right: 3rem;
}

.finome-child3 p:nth-child(4) {
    bottom: 6rem;
    right: 11rem;
}

.finome-child3 p:nth-child(5) {
    bottom: 2rem;
    right: 5rem;
}

/* .finome-a
{
    background-color: #F2F8F7;
    border: 15px solid rgba(5, 114, 96, 0.12);
    border-radius: 30px;
    width: 545px;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.finome-a {
    position: relative;
    width: 545px;
    height: 255px;
    background: #F2F8F7;
    border-radius: 30px;
    box-shadow: inset 0 0 0 15px rgba(5, 114, 96, 0.12);

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* SVG overlay */
.finome-border {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* shared properties */
.border-line {
    fill: none;
    stroke: var(--top-green);
    stroke-dasharray: 0.18 0.82;
    stroke-linecap: round;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* first (top) line */
.line-1 {
    stroke-width: 10;
    animation-name: borderRunLine1;
    filter: drop-shadow(0 0 6px rgba(31, 202, 164, 0.9));
}

/* second (bottom) line follows */
.line-2 {
    stroke-width: 10;
    opacity: 0.4;
    /* animation-delay: 3s; */
    animation-name: borderRunLine2;
    filter: drop-shadow(0 0 6px rgba(31, 202, 164, 0.9));
}

/* animations */
@keyframes borderRunLine1 {
    from {
        stroke-dashoffset: 1;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes borderRunLine2 {
    from {
        stroke-dashoffset: 0.5;
    }

    to {
        stroke-dashoffset: -0.5;
    }
}

.finome-content-bg1 {
    position: absolute;
    left: 1.3rem;
    right: 0px;
    margin: 0px auto;
    display: table;
    /* top: 8rem;
    width: 980px; */
    top: 6vw !important;
    width: 42vw !important;
}

.get-in-touch-dark-green {
    color: var(--white);
    background: transparent linear-gradient(180deg, #00706D 0%, #004B49 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 0px #FFFFFF66, 0px 10px 10px #004D4033;
}

.get-buttons {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* width: 30rem; */
    /* height: 10.5rem !important; */
    height: auto !important;
    margin: 2rem auto 3.5rem !important;
    z-index: 1;
    position: relative;
}

/* .get-buttons .get-in-touch:not(:last-child) {
    margin-right: 1.5rem;
} */

.get-buttons .get-in-touch {
    padding: 0.500rem 0.625rem 0.500rem 1.5rem;
}

.pioneer-research {
    position: relative;
    background-color: #F2FBF9;
}

.our-mission {
    background-color: #F2FBF9;
    padding: 5rem 0rem;
    overflow: hidden;

}

.our-overall-parent {
    position: relative;
    padding-bottom: 0rem;
}

.our-overall-parent::before {
    content: '';
    position: absolute;
    right: 0rem;
    left: 0rem;
    width: 2px;
    height: 65px;
    margin: 0px auto;
    display: table;
    bottom: -9rem;
    background-color: rgba(5, 114, 96, 0.3);
}

.circuit-lr img.circuit-left {
    position: absolute;
    left: -17rem;
    top: -1rem;
}

.circuit-lr img.circuit-right {
    position: absolute;
    right: -17rem;
    top: -1rem;
}

.our-content-bg1 {
    margin: -7rem auto 0px;
    display: table;
}

.half-globe {
    position: absolute;
    bottom: 5rem;
    z-index: -1;
}

.mission-content {
    width: 50rem;
    /* position: absolute;
    top: 5rem;
    right: 0rem;
    left: 0rem; */
    margin: 0px auto;
}

.mission-content h2 {
    padding-bottom: 1.5rem;
}

.our-content-bg1 picture img {
    width: 700px;
}

.small-circle-child {
    background-color: var(--white);
    box-shadow: 0px 1px 3px #d7d6d629;
    border: 6px solid rgba(5, 114, 96, 0.12);
    border-radius: 50px;
    padding: 0.9rem 1rem;
    position: absolute;
}

.small-circle1 {
    left: 26.5rem;
    bottom: 13rem;
}

.small-circle2 {
    left: 35rem;
    bottom: 17rem;
}

.small-circle3 {
    left: 35.5rem;
    bottom: 7rem;
}

.small-circle4 {
    margin: 0px auto;
    display: table;
    right: 0rem;
    left: 0rem;
    bottom: -2rem;
}

.small-circle5 {
    right: 37rem;
    bottom: 6rem;
}

.small-circle6 {
    right: 28rem;
    bottom: 10rem;
}

.small-circle7 {
    right: 30rem;
    bottom: 19rem;
}

.innovative-infinite {
    position: relative;
    margin-bottom: 3rem;
    padding-top: 5rem;
}

.innovative-infinite::before {
    content: '';
    position: absolute;
    bottom: 6rem;
    left: 0rem;
    right: 0rem;
    width: 100%;
    height: 580px;
    background-color: var(--white);
    z-index: -1;
}

.innovative-infinite-content {
    margin-bottom: 4rem;
    position: relative;
}

.innovative-infinite-content::before {
    content: '';
    position: absolute;
    right: 0rem;
    left: 0rem;
    width: 10px;
    height: 55px;
    margin: 0px auto;
    display: block;
    top: -5rem;
    background-color: transparent;
    background-image:
        linear-gradient(to bottom, rgba(5, 114, 96, 0.3), rgba(5, 114, 96, 0.3)),
        radial-gradient(circle at 50% calc(100% - 5px), transparent 3px, rgba(5, 114, 96, 0.85) 3.5px, rgba(5, 114, 96, 0.85) 4.5px, transparent 5px);
    background-size: 2px 46px, 10px 10px;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
}

.innovative-infinite-content::after {
    content: '';
    position: absolute;
    right: 0rem;
    left: 0rem;
    width: 10px;
    height: 55px;
    margin: 0px auto;
    display: block;
    bottom: -7rem;
    background-color: transparent;
    background-image:
        radial-gradient(circle at 50% 5px, transparent 3px, rgba(5, 114, 96, 0.85) 3.5px, rgba(5, 114, 96, 0.85) 4.5px, transparent 5px),
        linear-gradient(to bottom, rgba(5, 114, 96, 0.3), rgba(5, 114, 96, 0.3));
    background-size: 10px 10px, 2px 46px;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
}

.innovative-infinite-content h2 {
    padding-bottom: 1.2rem;
}

.innovative-infinite-content h2 span {
    display: block;
}

.innovative-infinite-content p {
    width: 45rem;
    margin: 0px auto;
}

.data-turning {
    background-color: #F2FBF9;
}

.data-text-parent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.data-text {
    width: 85%;
}

.data-text h2 {
    padding-bottom: 1rem;
    font-size: var(--text-50) !important;
}

.data-text h3 {
    padding-bottom: 1rem;
}

.data-text p {
    padding-bottom: 1rem;
    line-height: 140% !important;
}

.data-buttons {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
}

.data-buttons .get-in-touch {
    padding: 0.500rem 0.625rem 0.500rem 1.5rem;
}

.data-buttons .get-in-touch:not(:last-child) {
    margin-right: 2rem;
}

.data-image {
    position: relative;
}

.data-image::before {
    content: '';
    position: absolute;
    left: 7.5rem;
    width: 10px;
    height: 90px;
    bottom: -5.6rem;
    display: block;
    background-color: transparent;
    background-image:
        linear-gradient(to bottom, rgba(5, 114, 96, 0.3), rgba(5, 114, 96, 0.3)),
        radial-gradient(circle at 50% calc(100% - 5px), transparent 3px, rgba(5, 114, 96, 0.85) 3.5px, rgba(5, 114, 96, 0.85) 4.5px, transparent 5px);
    background-size: 2px 80px, 10px 10px;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
}

.policy-pedia {
    padding-top: 6.666vw;
    padding-bottom: 4vw;
}

.policy-pedia-content {
    margin-bottom: 2.5vw;
}

.policy-pedia-content h2 {
    padding-bottom: 0.833vw;
}

.policy-pedia-content p:not(:last-child) {
    padding-bottom: 0.833vw;
}

.policy-pedia-content p:last-child {
    width: 66%;
    margin: 0px auto;
    line-height: 140% !important;
}

.policy-pedia-cards {
    display: flex;
    position: relative;
    /* margin-bottom: 18rem; */
}

.policy-pedia-child1 {
    width: 35%;
}

.policy-pedia-child2 {
    width: 30%;
    position: relative;
}

.policy-pedia-child2::before {
    content: '';
    position: absolute;
    top: 0.583vw;
    right: 0vw;
    left: 0vw;
    width: 0.521vw;
    height: 3.646vw;
    margin: 0vw auto;
    display: block;
    background-color: transparent;
    background-image:
        linear-gradient(to bottom, rgba(5, 114, 96, 0.3), rgba(5, 114, 96, 0.3)),
        radial-gradient(circle at 50% calc(100% - 0.26vw), transparent 0.156vw, rgba(5, 114, 96, 0.85) 0.182vw, rgba(5, 114, 96, 0.85) 0.234vw, transparent 0.26vw);
    background-size: 0.104vw 3.177vw, 0.521vw 0.521vw;
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    z-index: -1;
}

.policy-pedia-child2::after {
    content: '';
    position: absolute;
    bottom: -18.333vw;
    right: 0vw;
    left: 0vw;
    margin: 0vw auto;
    width: 0.104vw;
    height: 22.396vw;
    background-color: rgba(5, 114, 96, 0.3);
    z-index: -1;
}

.policy-pedia-child3 {
    width: 35%;
}

.reserve-parent {
    width: 20.104vw;
    height: 19.792vw;
    overflow: hidden;
    position: relative;
    margin: 4.167vw auto 0vw;
    border-radius: 50%;
}

.reserve-parent img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.reserve-content {
    width: 17.708vw;
    height: 17.708vw;
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 1.083vw;
    left: 1.083vw;
    z-index: 1;
}

.reserve-icon {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.reserve-icon img {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 50;
}

/* Rotate reserve gradient continuously */
.reserve-gradient {
    animation: reserveRotate 7s linear infinite;
    transform-origin: center center;
}

/* Keyframes for full rotation */
@keyframes reserveRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.policy-pedia-leftimg {
    position: absolute;
    top: 6.666vw;
    left: 6.666vw;
    width: 25.808vw;
    z-index: -1;
}

.policy-pedia-leftimg img {
    width: 100%;
    height: auto;
}

.policy-pedia-rightimg {
    position: absolute;
    top: 6.666vw;
    right: 6.666vw;
    width: 25.808vw;
    z-index: -1;
}

.policy-pedia-rightimg img {
    width: 100%;
    height: auto;
}

.policy-box {
    width: 20vw !important;
    background-color: var(--white);
    border-radius: 20px !important;
    border: 5px solid rgba(5, 114, 96, 0.12);
    padding: 0.833vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.policy-play {
    position: absolute;
    bottom: 0.583vw;
    left: 0.583vw;
}

.policy-box-lefttop {
    margin-top: 0.833vw;
}

.policy-box-leftbottom {
    flex-direction: column;
    align-items: center;
    margin: 5.833vw 0vw 0vw 3.333vw;
}

.policy-box-righttop {
    margin: 0vw 0vw 0vw 5.833vw;
}

.policy-box-rightbottom {
    margin: 6.666vw 0vw 0vw 3.333vw;
    flex-direction: column;
    align-items: center;
}

.get-buttons-policy {

    padding-left: 0vw;
    height: auto !important;
    margin-bottom: 0 !important;
}

/* .get-buttons-policy .get-in-touch:last-child {
    margin-right: 2.8rem;
} */

.get-buttons-policy .get-in-touch:not(:last-child) {
    margin-right: 0rem;
}

.ai-assisted {
    position: relative;
    background-color: #F2FBF9;
    padding: 2rem 0rem;
}

/* .ai-assisted::before {
    content: '';
    position: absolute;
    bottom: 2rem;
    left: 0rem;
    right: 0rem;
    width: 100%;
    height: 580px;
    background-color: var(--white);
    z-index: -1;
} */

.ai-overall-parent {
    position: relative;
}

.ai-overall-parent::after {
    content: '';
    position: absolute;
    bottom: -8rem;
    right: 0rem;
    left: 0rem;
    margin: 0px auto;
    width: 2px;
    height: 97px;
    background-color: rgba(5, 114, 96, 0.3);
}

.ai-image {
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    width: 100%;
}

.ai-image img {
    width: 100%;
}

.ai-inner-parent {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ai-inner-child1 {
    width: 50%;
}

.ai-inner-child2 {
    width: 33%;
}

.ai-assisted-content {
    width: 100%;
    height: 100%;
    background-color: var(--white);
    box-shadow: 0px 0px 10px #0000001A;
    border-radius: 20px;
    position: relative;
    background: linear-gradient(var(--white), var(--white)) padding-box, linear-gradient(90deg, #89F336, #009376, #004B49, #89F336) border-box;
    background-size: 100% 100%, 300% 300%;
    border: 10px solid transparent;
    animation: borderLightning 8s linear infinite;
}

.ai-assisted-text h2 {
    padding-bottom: 1.25rem;
}

.ai-assisted-text h3 {
    padding-bottom: 1.5rem;
    width: 80%;
}

.ai-assisted-text p {
    padding-bottom: 1.25rem;
    width: 90%;
}

.ai-assisted-text .data-buttons {
    margin-top: 1rem;
    /* justify-content: center; */
}

.ai-hours {
    position: absolute;
    right: -7rem;
}

.ai-hours .ai-hours-child1:not(:last-child) {
    margin-bottom: 1.25rem;
}

.ai-hours-child1 {
    background-color: var(--white);
    box-shadow: 0px 5px 10px #0000001A;
    border-radius: 20px;
    padding: 10%;
    width: 12vw;
}

.ai-right-overall {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 15px;
}

.ai-right-content {
    border-radius: 20px;
    border: 8px solid transparent;
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(rgba(5, 114, 96, 0.12), rgba(5, 114, 96, 0.12)) border-box;
    position: relative;
    height: auto !important;
    overflow: hidden;
    margin-bottom: 0px !important;
    transition: all 0.3s ease;
}

.ai-right-content:hover {
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(135deg, #89F336, #009376, #004B49, #89F336) border-box;
    transform: translateY(-5px);
}

.ai-right-content-inner {
    position: absolute;
    top: 0rem;
    right: 0rem;
    display: none;
}

.ai-right-content-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6% !important;
    height: 100%;
    box-shadow: 0px 5px 10px #0000001A;
    z-index: 1;
    position: relative;
}

.ai-right-content-image p {
    padding-right: 2vw;
}

.building-tech-content p {
    width: 60rem;
}

.risk-overall-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 1.5rem;
    position: relative;

    width: 85%;
    margin: 0 auto;
    margin-bottom: 3.5rem;
}

/* .risk-overall-parent::before {
    content: '';
    position: absolute;
    bottom: -3rem;
    right: 0rem;
    left: 0rem;
    margin: 0px auto;
    width: 2px;
    height: 650px;
    background-color: rgba(5, 114, 96, 0.3);
    z-index: -1;
}

.risk-overall-parent::after {
    content: '';
    position: absolute;
    bottom: 18.1rem;
    right: 0rem;
    left: 0rem;
    margin: 0px auto;
    width: 545px;
    height: 2px;
    background-color: rgba(5, 114, 96, 0.3);
    z-index: -1;
} */

.risk-box1 {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px;
    border: 8px solid transparent;
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(rgba(5, 114, 96, 0.12), rgba(5, 114, 96, 0.12)) border-box;
    display: flex;
    box-shadow: 0px 5px 10px #0000001A;
    overflow: hidden;
    transition: all 0.3s ease;
}

.risk-box1:hover {
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(135deg, #89F336, #009376, #004B49, #89F336) border-box;
    transform: translateY(-5px);
}

.risk-box1-left {
    width: 60%;
    padding: 4.5% !important;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.risk-box1-left h3 {
    padding-bottom: 0.75rem;
    font-weight: 600;
}

.risk-box1-right {
    width: 40%;
}

.risk-box1-right {
    position: relative;
}

.risk-box1-right-content {
    width: 100px;
    height: 100px;
    background-color: var(--white);
    border-radius: 50%;
    border: 8px solid rgba(5, 114, 96, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.building-tech-content {
    margin-bottom: 3rem;
    position: relative;
}

.building-tech-content::before {
    content: "";
    position: absolute;
    right: 0rem;
    left: 0rem;
    width: 10px;
    height: 70px;
    margin: 0px auto;
    display: block;
    bottom: 0rem;
    background-color: transparent;
    background-image: linear-gradient(rgba(5, 114, 96, 0.3), rgba(5, 114, 96, 0.3)), radial-gradient(circle at 50% calc(100% - 5px), transparent 3px, rgba(5, 114, 96, 0.85) 3.5px, rgba(5, 114, 96, 0.85) 4.5px, transparent 5px);
    background-size: 2px 60px, 10px 10px;
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    top: -5.5rem !important;
}

.ai-overall-parent::after {
    display: none;
}

.building-tech-content::after {
    content: '';
    position: absolute;
    right: 0rem;
    left: 0rem;
    width: 0px;
    height: 65px;
    margin: 0px auto;
    display: table;
    bottom: -7rem;
    background-color: rgba(5, 114, 96, 0.3);
}

.building-tech {
    position: relative;
    padding-top: 5.5rem;
}

.building-tech::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 0rem;
    right: 0rem;
    width: 100%;
    height: 450px;
    background-color: var(--white);
    z-index: -1;
}

.about-content h2 {
    padding-bottom: 0.833vw;
}

.about-content p:nth-child(2) {
    width: 50vw;
    margin: 0vw auto;
}

.about-content p:nth-child(3) {
    width: 50vw;
    margin: 0vw auto;
}

.about-content p:not(:last-child) {
    padding-bottom: 1rem;
}

.about-us {
    background-color: #F2FBF9;
    padding: 60px 0vw;
}

.about-overall-parent {
    position: relative;
    margin-bottom: 25.833vw;
}

.about-image {
    position: absolute;
    right: 0vw;
    left: 0vw;
    margin: 0vw auto;
    bottom: -16.667vw;
    width: 100%;
}

.about-image img {
    width: 100%;
    height: auto;
}

.builtin-parent {
    display: flex;
}

.builtin-child1 {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.builtin-image {
    width: 6.615vw;
    height: 6.615vw;
    background-color: var(--white);
    border-radius: 50%;
    border: 0.625vw solid rgba(148, 194, 187, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25vw;
    box-shadow: 0vw 0.26vw 0.521vw #0000001A;
}

.builtin-child1 h3 {
    padding: 1vw 0vw 0.833vw 0vw;
}

.builtin-child1 p {
    padding: 0vw 2.5vw;
    text-align: center;
}

.builtin-child0 {}

.builtin-child2 {
    left: 17.5vw;
    bottom: -25.167vw;
}

.builtin-child3 {
    right: 17.5vw;
    bottom: -25vw;
}

.builtin-child4 {
    right: 0vw;
}

.years-parent {
    position: relative;
    padding: 3.5rem 3rem 0rem 3rem;
}

.years-image {
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: -1;
    width: 100%;
}

.years-image img {
    width: 100%;
}

.years-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.years-content p span {
    display: block;
}

.years-parent p:nth-child(3) {
    padding-top: 1.5rem;
}

.zero-parent {
    margin-top: 5rem;
}

.ready-bg {
    box-shadow: 0px 5px 10px #0000001A;
    border-radius: 30px;
    position: relative;
    margin-top: 4rem;
    overflow: hidden;
    background: linear-gradient(var(--white), var(--white)) padding-box, linear-gradient(90deg, #89F336, #009376, #004B49, #89F336) border-box;
    background-size: 100% 100%, 300% 300%;
    border: 10px solid transparent;
    animation: borderLightning 8s linear infinite;
}

.ready-image {
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.ready-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ready-content {
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 5% 0;
}

.ready-content h2 {
    padding-bottom: 1.5rem;
}

.ready-content p {
    padding-bottom: 3.5rem;
    width: 52rem;
    margin: 0px auto;
    text-align: center;
}

.ready-buttons {
    display: flex;
}

.ready-buttons .get-in-touch {
    padding: 0.500rem 0.625rem 0.500rem 1.5rem;
}

.ready-buttons .get-in-touch:not(:last-child) {
    margin-right: 1.5rem;
}

.get-in-touch-ready {
    color: var(--black);
    background-color: var(--white);
    box-shadow: inset 0px 3px 0px #FFFFFF66, 0px 10px 10px #1BA85633;
}

.bot-footer {
    padding-top: 4rem;
    position: relative;
}

.bot-footer:before {
    content: '';
    position: absolute;
    bottom: 1rem;
    left: 0rem;
    right: 0rem;
    width: 97%;
    margin: 0px auto;
    height: 700px;
    background-color: rgba(210, 232, 227, 0.4);
    border-radius: 30px;
    z-index: -2;
    display: none;
}

.footer-logo p {
    padding-top: 1rem;
}

.footer-links h3,
.contact-links h3 {
    padding-bottom: 1rem;
}

.list-unstyled li a {
    text-decoration: none;
}

.footer-links {
    margin: 0px auto;
    display: table;
}

.footer-links-last {
    float: right;
}

.social-links a:not(:last-child) {
    margin-right: 1rem;
}

.contact-links-parent {
    display: flex;
    justify-content: flex-end;
}

.footer-bottom {
    margin-top: 1rem;
    border-top: 2px solid rgba(5, 114, 96, 0.4);
    padding: 1.5rem 0rem 1.5rem !important;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 32px;
    z-index: 9999;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(5, 114, 96, 0.16);
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#backToTop svg {
    display: block;
    width: 40px;
    height: 40px;
}

#backToTop.show {
    opacity: 1;
    pointer-events: auto;
}

#backToTop:active svg circle,
#backToTop:focus svg circle {
    fill: #044C44;
    /* Slightly darker green for feedback */
}

.automation-parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5%;
    background-color: var(--white);
    border-radius: 40px;
    border: 10px solid #009376;
    box-shadow: 0px 0px 10px #0000001A;
    background: linear-gradient(var(--white), var(--white)) padding-box, linear-gradient(90deg, #89F336, #009376, #004B49, #89F336) border-box;
    background-size: 100% 100%, 300% 300%;
    border: 10px solid transparent;
    animation: borderLightning 8s linear infinite;
}

@keyframes borderLightning {
    0% {
        background-position: 0% 50%, 0% 50%;
    }

    50% {
        background-position: 0% 50%, 100% 50%;
    }

    100% {
        background-position: 0% 50%, 0% 50%;
    }
}

.automation-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.analy-left {
    background-color: rgba(210, 230, 226, 0.7);
    border-radius: 50px;
    width: 60%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    padding: 15px;
}

.analy-right {
    width: 40%;
    height: 60px;
    background-color: rgba(210, 230, 226, 0.4);
    border-radius: 50px;
}

.automation-content-middle .analy-left,
.automation-content-middle .analy-right {
    width: 50%;
}

.ask-parent {
    position: relative;
    overflow: hidden;
    padding: 0.8rem;
    background-color: var(--darker-green);
    border-radius: 50px;
}

.ask-image {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
}

.ask-image img {
    width: 100%;
}

.ask-content {
    background-color: var(--white);
    box-shadow: 0px 0px 10px #0000001A;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    z-index: 2;
    position: relative;
}

.ask-me-icon {
    background-color: var(--darker-green);
    border-radius: 50%;
    padding: 0.5rem 0.6rem;
}

.ask-image-gradient {
    animation: askGradientMove 4s ease-in-out infinite;
}

/* Left → Right → Left loop */
@keyframes askGradientMove {
    0% {
        transform: translateX(-35%);
    }

    50% {
        transform: translateX(35%);
    }

    100% {
        transform: translateX(-35%);
    }
}

.finome-overall-parent {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.finome-overall-parent video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: transparent;
    transform: inherit !important;
}

.video-mobile {
    display: none;
}

.assisted-bg-mobile-tree {
    display: none;
}

.policy-box-middle-bottom {
    margin: -3vw auto 0px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

/* .pioneer-research-content h1, .mission-content h2, .innovative-infinite-content h2, .policy-pedia-content h2, .ai-assisted-text h2, .about-content h2
{
    font-size: 44px;
} */

/* .pioneer-research-content p, .mission-content p, .innovative-infinite-content p
{
    font-size: 21px; 
}
.policy-pedia-content p:not(:last-child), .ai-assisted-text h3, .about-content p:not(:last-child)
{
    font-size: 24px;
} */
/* breakpoints */
@media screen and (max-width: 1680px) {
    .container {
        /* max-width: 1500px; */
        max-width: 85%;
    }

    .get-buttons {
        height: 19rem;
    }

    .get-buttons-policy {
        height: 8rem;
    }

    .small-circle1 {
        left: 23rem;
        bottom: 13rem;
    }

    .small-circle2 {
        left: 32rem;
        bottom: 16rem;
    }

    .small-circle3 {
        left: 34rem;
        bottom: 6rem;
    }

    .small-circle5 {
        right: 33rem;
        bottom: 7rem;
    }

    .small-circle6 {
        right: 24rem;
        bottom: 11rem;
    }

    .small-circle7 {
        right: 27rem;
        bottom: 19rem;
    }

    .innovative-infinite::before {
        bottom: 4rem;
        height: 620px;
    }

    .policy-pedia-child2::after {
        bottom: -22rem;
        height: 430px;
    }

    .ai-assisted-content {
        padding: 5rem 4rem 6rem 4rem;
    }

    .ai-overall-parent::after {
        bottom: -8rem;
    }

    /* 
    .builtin-child2 {
        bottom: -31rem;
    }

    .builtin-child3 {
        bottom: -32rem;
    } */

    .ready-content {
        height: 490px;
    }

    #backToTop {
        bottom: 23px;
    }

    .finome-content-bg1 {
        width: 918px;
        top: 7rem;
    }

    .our-content-bg1 {
        margin: -9rem auto 0px;
    }

    .data-image::before {
        left: 7rem;
    }

}

@media screen and (max-width: 1600px) {
    .container {
        max-width: 85%;
    }

    .get-buttons {
        height: 17rem;
    }

    .small-circle1 {
        left: 21rem;
        bottom: 14rem;
    }

    .small-circle2 {
        left: 30rem;
        bottom: 17rem;
    }

    .small-circle3 {
        left: 30rem;
        bottom: 8rem;
    }

    .small-circle7 {
        right: 25.5rem;
        bottom: 18rem;
    }

    .small-circle5 {
        bottom: 6rem;
    }

    .small-circle6 {
        right: 23rem;
        bottom: 11rem;
    }

    .ai-overall-parent::after {
        bottom: -8rem;
    }

    .risk-box1 {
        height: 270px;
    }

    .risk-box1-left {
        padding: 2.5rem 0rem 0rem 2.5rem;
    }

    .risk-overall-parent::after {
        bottom: 17.5rem;
    }

    /* 
    .builtin-child3 {
        bottom: -31rem;
    } */

    .ready-content {
        height: 474px;
    }

    .half-globe {
        bottom: 5rem;
    }

    .ai-assisted-content {
        padding: 4rem 4rem 5.5rem 4rem;
    }

    .ai-hours {
        top: 9rem;
    }

    .finome-content-bg1 {
        width: 890px;
        top: 6rem;
        left: 1.1rem;
    }

    .our-content-bg1 {
        margin: -10rem auto 0px;
    }

    .data-image::before {
        left: 6.7rem;
    }

    .finome-overall-parent video {
        transform: scale(1.013);
    }

    .mission-content {
        margin: -3rem auto 0rem;
    }

    .circuit-lr img.circuit-left {
        left: -11rem;
        width: 420px;
        top: 1rem;
    }

    .circuit-lr img.circuit-right {
        right: -11rem;
        width: 420px;
        top: 1rem;
    }

    .get-buttons-policy {
        height: 8rem;
    }
}

@media screen and (max-width: 1540px) {


    .container {
        max-width: 85%;
    }

    .get-buttons {
        height: 16rem;
    }

    .get-buttons-policy {
        height: 8rem;
    }

    .get-buttons .get-in-touch,
    .ready-buttons .get-in-touch {
        padding: 0.6rem 0.625rem 0.500rem 1.5rem;
    }

    .small-circle1 {
        left: 20rem;
        bottom: 13rem;
    }

    .small-circle2 {
        left: 28.5rem;
        bottom: 17rem;
    }

    .small-circle3 {
        left: 29rem;
        bottom: 7rem;
    }

    .small-circle7 {
        right: 24rem;
        bottom: 18rem;
    }

    .small-circle5 {
        bottom: 6rem;
        right: 31rem;
    }

    .small-circle6 {
        right: 22rem;
        bottom: 10rem;
    }

    .analy-left,
    .analy-right {
        height: 55px;
    }

    .innovative-infinite::before {
        height: 585px;
    }

    .ai-assisted-content {
        padding: 4rem 4rem 5rem 4rem;
    }

    .ai-overall-parent::after {
        bottom: -8rem;
    }

    .ready-content {
        height: 455px;
    }

    #backToTop svg {
        width: 35px;
        height: 35px;
    }

    .ai-hours {
        top: 8rem;
    }

    .finome-content-bg1 {
        width: 855px;
        top: 5.5rem;
        left: 1.1rem;
    }

    .data-image::before {
        left: 6.5rem;
    }

    .ai-right-content {
        height: 155px;
    }

    .ask-image {
        height: 100%;
    }

    .ask-image img {
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 85%;
    }

    .nav-parent .navbar-expand-lg .navbar-nav {
        margin-right: 8rem;
    }

    .half-globe {
        bottom: 8rem;
    }

    .small-circle1 {
        bottom: 15rem;
        left: 18rem;
    }

    .small-circle2 {
        left: 26.5rem;
        bottom: 19rem;
    }

    .small-circle3 {
        left: 28rem;
        bottom: 7rem;
    }

    .small-circle5 {
        bottom: 6rem;
        right: 29rem;
    }

    .small-circle7 {
        right: 22rem;
        bottom: 20rem;
    }

    .small-circle6 {
        right: 19rem;
        bottom: 12rem;
    }

    .data-buttons .get-in-touch {
        padding: 0.600rem 0.625rem 0.500rem 1.5rem;
    }

    .data-text {
        width: 90%;
    }

    .ai-assisted-content {
        padding: 4rem 4rem 5rem 3rem;
    }

    .get-buttons-policy {
        width: 33rem;
        height: 7rem;
    }

    /* .reserve-parent {
        width: 350px;
        height: 345px;
        margin: 7rem auto 0px;
    } */

    /* .reserve-content {
        width: 305px;
        height: 305px;
    } */

    .reserve-icon img {
        width: 190px;
    }

    .policy-pedia-child2::before {
        height: 102px;
        background-size: 2px 93px, 10px 10px;
    }

    .policy-pedia-child2::after {
        bottom: -21rem;
        height: 416px;
    }

    .policy-box-righttop {
        margin: 0rem 0rem 0rem 6rem;
    }

    .ai-assisted-text h2,
    .ai-assisted-text h3 {
        padding-bottom: 1rem;
    }

    .ai-assisted-text p {
        padding-bottom: 1.4rem;
    }

    .ai-hours {
        top: 7rem;
    }

    .ai-overall-parent::after {
        bottom: -8rem;
    }

    .ready-content {
        height: 440px;
    }

    #backToTop {
        bottom: 27px;
        right: 15px;
    }

    /* .builtin-child1-0 {
        left: -2rem;
    }

    .builtin-child4 {
        right: -2rem;
    } */



    .finome-content-bg1 {
        width: 825px;
        top: 5.3rem;
        left: 1rem;
    }

    .our-content-bg1 {
        margin: -12rem auto 0px;
    }

    .data-image::before {
        left: 6.3rem;
    }

    .ai-right-content {
        height: 150px;
    }

    .finome-overall-parent video {
        transform: scale(1.0133);
    }

    .ask-image {
        height: 100%;
    }

    .ask-image img {
        height: 100%;
        object-fit: cover;
    }

    .mission-content {
        margin: 0rem auto 0rem;
        width: 55rem;
    }

    .our-mission {
        padding: 3rem 0rem;
    }

    .circuit-lr img.circuit-left {
        left: -10rem;
        width: 345px;
        top: 2rem;
    }

    .circuit-lr img.circuit-right {
        right: -10rem;
        width: 345px;
        top: 2rem;
    }
}

@media screen and (max-width: 1399px) {


    .container {
        max-width: 90%;
    }

    .nav-parent .navbar .navbar-brand img {
        width: 160px;
    }

    .get-in-touch img {
        margin-left: 1.5rem;
    }

    /* .pioneer-research-content h1 {
        width: 52rem;
    }

    .pioneer-research-content {
        padding: 3rem 0rem 2rem 0rem;
    }

    .pioneer-research-content p {
        width: 45rem;
        padding-top: 1.5rem;
    }

    .get-buttons {
        width: 27rem;
        margin: 1.5rem auto 0px;
    }

    .our-content-bg1 img {
        width: 780px;
    } */

    .finome-content-bg1 {
        top: 4.8rem;
        left: 1rem;
        width: 795px;
    }

    .mission-content {
        width: 55rem;
        top: 4.5rem;
    }

    .our-content-bg1 picture img {
        width: 600px;
    }

    .half-globe {
        bottom: 5rem;
    }

    .small-circle1 {
        bottom: 11rem;
        left: 19.5rem;
    }

    .small-circle2 {
        left: 26.5rem;
        bottom: 16rem;
    }

    .small-circle3 {
        bottom: 6rem;
    }

    .small-circle7 {
        right: 23rem;
        bottom: 17rem;
    }

    .small-circle5 {
        bottom: 5rem;
        right: 29rem;
    }

    .small-circle6 {
        right: 20.5rem;
        bottom: 10rem;
    }

    .our-overall-parent {
        margin-bottom: 0rem;
    }

    .our-overall-parent::before {
        height: 75px;
        bottom: 1rem;
        width: 0px;
    }

    .innovative-infinite-content {
        margin-bottom: 3rem;
    }

    .get-buttons-policy {
        height: 7rem;
    }

    .automation-parent {
        /* border: 10px solid #009376; */
        /* padding: 4rem 3.5rem 3rem 3.5rem; */
    }

    .policy-pedia {
        padding-top: 7rem;
    }

    .analy-left,
    .analy-right {
        height: 50px;
    }

    /* .automation-content {
        margin-bottom: 1.3rem;
    } */

    .ask-parent {
        padding: 0.6rem;
    }

    .ask-content {
        padding: 0.3rem 0.5rem 0.3rem 1.5rem;
    }

    .ask-me-icon {
        padding: 0.4rem 0.6rem;
    }

    .data-text {
        width: 90%;
    }

    .innovative-infinite::before {
        height: 500px;
    }

    .policy-pedia-content p:not(:last-child) {
        padding-bottom: 1rem;
    }

    /* .reserve-parent {
        width: 311px;
        height: 311px;
    } */

    /* .reserve-content {
        width: 277px;
        height: 277px;
        top: 1rem;
        left: 1rem;
    } */

    .policy-box {
        width: 300px;
    }

    .policy-box img:nth-child(2) {
        width: 140px;
    }

    /* 
    .policy-box-lefttop {
        margin: 2rem 0rem 0rem 4rem;
    }

    .policy-box-leftbottom {
        margin: 8rem 0rem 0rem 5rem;
    }

    .policy-box-righttop {
        margin: 1rem 0rem 0rem 2rem;
    }

    .policy-box-rightbottom {
        margin: 7.5rem 0rem 0rem 0rem;
    } */

    .reserve-icon img {
        width: 170px;
    }

    .data-image::before {
        left: 6rem;
    }

    .policy-pedia-child2::after {
        bottom: -17.5rem;
        height: 357px;
    }

    .risk-overall-parent {
        margin-bottom: 5rem;
    }

    .ai-assisted-content {

        padding: 4rem 4rem 6rem 4rem;
    }

    .ai-hours-child1 {
        width: 200px;
    }

    .ai-right-content {
        height: 145px;
    }

    .ai-right-content-image {
        padding: 0rem 3.5rem 0rem 2rem;
    }

    .ai-right-content-image img {
        width: 70px;
    }

    .risk-box1 {
        width: 500px;
        height: 240px;
    }

    .risk-box1-left {
        padding: 1.6rem 0rem 0rem 2.5rem;
    }

    .risk-box1-right-content {
        width: 80px;
        height: 80px;
    }

    .risk-box1-right-content img {
        width: 30px;
    }

    .risk-overall-parent::before {
        height: 560px;
        bottom: -2rem;
    }

    .risk-overall-parent::after {
        bottom: 15.6rem;
    }

    .builtin-child1 h3 {
        padding: 1rem 0rem 0.5rem 0rem;
    }

    .ready-bg {
        margin-top: 3rem;
    }

    .ready-content {
        height: 425px;
    }

    /* 
    .builtin-child2 {
        bottom: -30rem;
    }

    .builtin-child3 {
        bottom: -30rem;
    } */

    .get-buttons-policy {
        width: 30rem;
    }

    /* .get-buttons-policy .get-in-touch:last-child {
        margin-right: 2.8rem;
    } */

    .finome-overall-parent video {
        transform: scale(1.014);
    }

    .circuit-lr img.circuit-left {
        top: 1rem;
    }

    .circuit-lr img.circuit-right {
        top: 1rem;
    }
}

@media only screen and (max-width: 1280px) {
    :root {
        --text-12: 0.625rem;
        --text-15: 0.75rem;
        --text-18: 0.8rem;
        --text-20: 0.938rem;
        /*15px*/
        --text-60: 2.375rem;
        /*38px*/
        --text-25: 1.188rem;
        /*19px*/
        --text-40: 1.875rem;
        /*30px*/
        --text-30: 1.375rem;
        /*22px*/
        --text-50: 2.125rem;
        /*34px*/
        --text-80: 3.5rem;
        /*56px*/
    }

    .container {
        max-width: 1250px;
    }

    .nav-parent .navbar .navbar-brand img {
        width: 140px;
        padding-left: 0rem;
    }

    .get-in-touch {
        padding: 0.4rem 0.625rem 0.313rem 0.75rem;
    }

    .mission-content {
        top: 4rem;
    }

    .half-globe {
        bottom: 7rem;
    }

    .small-circle1 {
        bottom: 12rem;
        left: 18rem;
    }

    .small-circle2 {
        left: 25rem;
        bottom: 17rem;
    }

    .small-circle3 {
        bottom: 5.5rem;
        left: 27rem;
    }

    .small-circle7 {
        right: 22rem;
        bottom: 18rem;
    }

    .small-circle5 {
        bottom: 5rem;
        right: 28rem;
    }

    .small-circle6 {
        right: 19rem;
    }

    .innovative-infinite-content p {
        width: 35rem;
    }

    .data-image::before {
        left: 5.6rem;
    }

    .get-buttons-policy {
        width: 28rem;
    }

    /* .get-buttons-policy .get-in-touch:last-child {
        margin-right: 2.2rem;
    } */

    .ai-assisted-buttons .get-in-touch:not(:last-child) {
        margin-right: 1rem;
    }

    .ai-image img {
        width: auto;
    }

    .ai-assisted-content {

        padding: 4.5rem 4rem 6.4rem 4rem;
    }

    .ai-hours-child1 {
        width: 180px;
        padding: 1.2rem;
    }

    .ai-right-content {
        height: 135px;
    }

    .ai-right-content-image {
        padding: 0rem 3.5rem 0rem 1.6rem;
    }

    .ai-overall-parent::after {
        bottom: -8rem;
    }

    .innovative-infinite-content p {
        width: 42rem;
    }

    .risk-box1-left h3 {
        padding-bottom: 1rem;
    }

    .risk-box1 {
        width: 480px;
        height: 210px;
    }

    .building-tech::before {
        height: 350px;
    }

    .risk-overall-parent::before {
        height: 495px;
        bottom: -2rem;
    }

    .risk-overall-parent::after {
        bottom: 13.6rem;
    }

    /* 
    .builtin-child2 {
        bottom: -28rem;
        left: 18rem;
    }

    .builtin-child3 {
        bottom: -28rem;
        right: 18rem;
    } */

    .zero-parent {
        margin-top: 3rem;
    }

    .ready-bg {
        margin-top: 0rem;
    }

    .ready-content {
        height: 405px;
    }

    .bot-footer:before {
        width: 98%;
    }

    .social-links a:not(:last-child) {
        margin-right: 0.5rem;
    }

    .footer-bottom {
        padding: 1.5rem 0rem 2.5rem;
    }

    .finome-content-bg1 {
        top: 4.6rem;
        left: 1rem;
        width: 767px;
    }

    .finome-overall-parent video {
        transform: scale(1.015);
    }

    .circuit-lr img.circuit-left {
        top: 1rem;
        left: -6rem;
        width: 260px;
    }

    .circuit-lr img.circuit-right {
        top: 1rem;
        right: -6rem;
        width: 260px;
    }
}

@media only screen and (max-width: 1199px) {
    :root {
        --text-12: 0.625rem;
        --text-15: 0.75rem;
        --text-18: 0.8rem;
        --text-20: 0.938rem;
        /*15px rem*/
        --text-60: 2.125rem;
        /*34px*/
        --text-25: 1.063rem;
        /*17px*/
        --text-40: 1.75rem;
        /*28px*/
        --text-30: 1.25rem;
        /*20px*/
        --text-50: 1.875rem;
        /*30px*/
        --text-80: 3.125rem;
        /*50px*/
    }

    .container {
        max-width: 100%;
        padding: 0 16px !important;
    }

    .nav-parent .navbar .navbar-brand img {
        width: 130px;
        padding-left: 0px;
    }

    .nav-parent .navbar {
        padding: 0.50rem 0rem;
        width: 80vw !important;
    }

    .pioneer-research-content h1 {
        width: 45rem;
    }

    .pioneer-research-content p {
        width: 35rem;
    }

    .pioneer-research-content {
        padding: 2rem 0rem 2rem 0rem;
        padding-top: 110px;
    }

    .get-buttons {
        width: 25rem;
        height: 14rem;
    }

    .finome-content-bg1 {
        top: 4rem;
        width: 735px;
        left: 0.9rem;
    }

    .mission-content {
        width: 38rem;
        margin: 0rem auto 0rem;
    }

    .circuit-lr img.circuit-left {
        left: -1rem;
        width: 260px;
        top: 1rem;
    }

    .circuit-lr img.circuit-right {
        right: -1rem;
        width: 260px;
        top: 1rem;
    }

    .our-content-bg1 picture img {
        width: 570px;
    }

    .half-globe {
        bottom: 7rem;
    }

    .small-circle1 {
        left: 17rem;
        bottom: 13rem;
    }

    .small-circle2 {
        left: 24.5rem;
        bottom: 18rem;
    }

    .small-circle3 {
        left: 25rem;
    }

    .small-circle7 {
        right: 20.5rem;
        bottom: 17rem;
    }

    .small-circle6 {
        right: 17.5rem;
        bottom: 11rem;
    }

    .small-circle5 {
        right: 26rem;
    }

    .our-overall-parent {
        padding-bottom: 0rem;
    }

    .our-overall-parent::before {
        height: 55px;
        bottom: 0rem;
    }

    .innovative-infinite-content p {
        width: 30rem;
    }

    .analy-left,
    .analy-right {
        height: 45px;
    }

    /* .automation-content {
        margin-bottom: 1.1rem;
    } */

    .innovative-infinite::before {
        height: 440px;
    }

    /* 
    .reserve-parent {
        width: 280px;
        height: 280px;
    } */

    .reserve-content {
        width: 247px;
        height: 245px;
    }

    .reserve-icon img {
        width: 150px;
    }

    .policy-pedia-leftimg img,
    .policy-pedia-rightimg img {
        width: 430px;
    }

    /* .policy-box-leftbottom {
        margin: 6rem 0rem 0rem 5rem;
    }

    .policy-box-rightbottom {
        margin: 6.5rem 0rem 0rem 0rem;
    }

    .policy-box-righttop {
        margin: 1rem 0rem 0rem 0.5rem;
    } */

    .policy-pedia-child2::after {
        bottom: -17.5rem;
        height: 365px;
    }

    .get-buttons-policy {
        width: 28rem;
    }

    /* .get-buttons-policy .get-in-touch:last-child {
        margin-right: 2rem;
    } */

    .data-text {
        width: 100%;
    }

    .ai-assisted-content {
        padding: 4rem 4rem 5.8rem 4rem;
    }

    .ai-overall-parent {
        margin-bottom: 2rem;
    }

    .builtin-child1-0 {
        left: 0rem;
    }

    .builtin-child4 {
        right: 0rem;
    }

    .builtin-image img {
        width: 45px;
    }

    .ready-content {
        height: 385px;
    }

    .ready-content p {
        width: 34rem;
    }

    .bot-footer:before {
        width: 100%;
    }

    .social-links a img {
        width: 30px;
    }

    .footer-bottom {
        padding: 1.2rem 0rem 2.3rem;
    }

    #backToTop svg {
        width: 30px;
        height: 30px;
    }

    #backToTop {
        bottom: 25px;
        right: 15px;
        width: 45px;
        height: 45px;
    }

    .get-buttons-policy {
        height: 7rem;
    }

    .ai-overall-parent::after {
        bottom: -8rem;
        height: 65px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1026px) {
    .builtin-child2 {
        left: 19.5vw;
        bottom: -26.167vw;
    }

    .builtin-child3 {
        right: 24.5vw;
        bottom: -28vw;
    }
}

@media only screen and (max-width: 1025px) and (min-width: 992px) {
    :root {
        --text-12: 0.625rem;
        --text-15: 0.75rem;
        --text-18: 0.8rem;
        --text-20: 0.875rem;
        /*14px rem*/
        --text-60: 2rem;
        /*32px*/
        --text-25: 0.938rem;
        /*15px rem*/
        --text-40: 1.5rem;
        /*24px*/
        --text-30: 1.125rem;
        /*18px rem*/
        --text-50: 1.625rem;
        /*26px rem*/
        --text-80: 2.875rem;
        /*46px rem*/
    }

    .nav-parent .navbar-expand-lg .navbar-nav {
        margin-right: 3rem;
    }

    .nav-parent .navbar .navbar-brand img,
    .footer-logo img {
        width: 120px;
    }

    .pioneer-research-content h1 {
        width: 40rem;
    }

    .finome-content-bg1 {
        top: 6rem;
        width: 624px;
        left: 0.8rem;
    }

    .our-content-bg1 img {
        width: 700px;
    }

    .half-globe {
        bottom: 10rem;
    }

    .small-circle1 {
        left: 11.5rem;
        bottom: 15rem;
    }

    .small-circle3 {
        left: 19rem;
        bottom: 6rem;
    }

    .small-circle2 {
        left: 19rem;
        bottom: 19rem;
    }

    .small-circle7 {
        right: 15.5rem;
        bottom: 17rem;
    }

    .small-circle6 {
        right: 12.5rem;
        bottom: 10rem;
    }

    .small-circle5 {
        right: 20rem;
        bottom: 5rem;
    }

    .automation-parent {
        /* border: 10px solid #009376; */
        /* padding: 4rem 3rem 3rem 3rem; */
    }

    .data-image::before {
        left: 4.6rem;
        bottom: -6.3rem;
    }

    .ai-overall-parent {
        margin-bottom: 0rem;
    }

    .innovative-infinite {
        margin-bottom: 4rem;
    }

    /* .reserve-parent {
        width: 230px;
        height: 230px;
    } */

    .reserve-content {
        width: 197px;
        height: 197px;
    }

    .reserve-icon img {
        width: 120px;
    }

    .policy-pedia-leftimg img,
    .policy-pedia-rightimg img {
        width: 335px;
    }

    .policy-box img:nth-child(2) {
        width: 110px;
    }

    .policy-box {
        width: 265px;
    }

    .policy-box-leftbottom {
        margin: 5rem 0rem 0rem 3rem;
    }

    .policy-box-rightbottom {
        margin: 6rem 0rem 0rem 0rem;
    }

    .ai-assisted-content {
        padding: 2.4rem 3.5rem 2.8rem 2.5rem;

    }

    .ai-assisted-buttons .get-in-touch:not(:last-child) {
        margin-right: 1rem;
    }

    .ai-hours-child1 {
        width: 165px;
        padding: 1rem;
    }

    .ai-hours .ai-hours-child1:not(:last-child) {
        margin-bottom: 1rem;
    }

    .ai-hours {
        top: 5rem;
    }

    .ai-right-content-inner img {
        width: 200px;
    }

    .ai-right-content-image {
        padding: 0rem 3rem 0rem 1.6rem;
    }

    .ai-right-content-image p {
        padding-right: 2.5rem;
    }

    .ai-right-content {
        height: 110px;
    }

    .ai-right-content-image img {
        width: 50px;
    }

    .risk-box1 {
        width: 450px;
        height: 180px;
    }

    .risk-box1-left {
        padding: 1.4rem 0rem 0rem 2rem;
    }

    .risk-overall-parent::before {
        height: 425px;
        bottom: -2rem;
    }

    .risk-overall-parent::after {
        bottom: 11.8rem;
        width: 480px;
    }

    .risk-overall-parent {
        margin-bottom: 4rem;
    }

    .builtin-image {
        width: 110px;
        height: 110px;
    }

    .builtin-image svg {
        width: 60px;
        height: 60px;
    }

    .about-content p:nth-child(2),
    .about-content p:nth-child(3) {
        width: 75%;
    }

    .builtin-child2 {
        bottom: -21rem;
    }

    .builtin-child3 {
        right: 20.5vw;
        bottom: -20rem;
    }

    .about-image {
        bottom: -12rem;
    }

    .builtin-image img {
        width: 35px;
    }

    /* .builtin-child2 {
        bottom: -21rem;
        left: 13rem;
    }

    .builtin-child3 {
        bottom: -20rem;
        right: 14rem;
    } */

    .about-overall-parent {
        margin-bottom: 21rem;
    }

    .ready-bg {
        margin-top: 5rem;
    }

    .ready-content {
        height: 330px;
    }

    .mission-content {
        top: 4rem;
    }

    .policy-pedia-child2::after {
        bottom: -17.5rem;
        height: 355px;
    }

    .circuit-lr img.circuit-left {
        left: -1rem;
        width: 210px;
        top: 2rem;
    }

    .circuit-lr img.circuit-right {
        right: -1rem;
        width: 210px;
        top: 2rem;
    }

    /* .about-content p:nth-child(2) {
        width: 50rem;

    } */

    .ai-overall-parent::after {
        bottom: -6rem;
        height: 65px;
    }

    .building-tech {
        padding-top: 5rem;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .finome-content-bg1 {
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --text-12: 0.625rem;
        --text-15: 0.75rem;
        --text-18: 0.85rem;
        --text-20: 0.875rem;
        /*14px rem*/
        --text-60: 1.875rem;
        /*30px rem*/
        --text-25: 0.875rem;
        /*14px rem*/
        --text-40: 1.375rem;
        /*22px rem*/
        --text-30: 1rem;
        /*16px rem*/
        --text-50: 1.5rem;
        /*24px rem*/
        --text-80: 2.5rem;
        /*40px rem*/
        --text-15: .8rem;
    }

    .nav-parent .navbar {
        border-radius: 30px;
    }

    .nav-parent .navbar {
        width: 100% !important;
    }

    .nav-parent .navbar.sticky {
        width: 100%;
    }

    .pioneer-research-content p {
        padding-top: 1rem;
    }

    .pioneer-research-content {
        padding: 1.5rem 0rem 1rem 0rem;
        padding-top: 110px;
    }

    .pioneer-research-content h1 {
        width: 35rem;
    }

    .finome-content-bg1 {
        top: 3.5rem;
        width: 460px;
        left: 0.5rem;
    }

    .get-buttons {
        width: 23rem;
    }

    /* .get-buttons .get-in-touch:not(:last-child) {
        margin-right: 1rem;
    } */

    .our-content-bg1 img {
        width: 540px;
    }

    .our-content-bg1 {
        margin: -2rem auto 0px;
    }

    .mission-content {
        top: 2rem;
        width: 25rem;
        margin: 0rem auto 0rem;
    }

    .our-content-bg1 picture img {
        width: 420px;
    }

    .small-circle-child img {
        width: 15px;
    }

    .small-circle-child {
        padding: 0.4rem 0.7rem;
    }

    .small-circle1 {
        left: 8.5rem;
        bottom: 9rem;
    }

    .small-circle2 {
        left: 14rem;
        bottom: 12rem;
    }

    .small-circle3 {
        left: 16rem;
        bottom: 2.5rem;
    }

    .small-circle5 {
        right: 15rem;
        bottom: 4rem;
    }

    .small-circle6 {
        right: 9.5rem;
        bottom: 8rem;
    }

    .small-circle7 {
        right: 11.5rem;
        bottom: 13rem;
    }

    .our-overall-parent::before {
        height: 55px;
    }

    .circuit-lr img.circuit-left {
        left: -1rem;
        width: 180px;
        top: 3rem;
    }

    .circuit-lr img.circuit-right {
        right: -1rem;
        width: 180px;
        top: 3rem;
    }

    .innovative-infinite-content {
        margin-bottom: 0rem;
    }

    .automation-parent {
        /* border: 8px solid #009376; */
        /* padding: 2rem 1.5rem 2rem 1.5rem; */
    }

    .analy-left,
    .analy-right {
        height: 40px;
    }

    .analy-left img {
        width: 15px;
    }

    .automation-content {
        gap: 0.5rem;
    }

    .analy-left p {
        width: 70%;
    }

    .ask-me-icon img {
        width: 12px;
    }

    .ask-me-icon {
        padding: 0.2rem 0.6rem;
    }

    .ask-parent {
        padding: 0.5rem 0.6rem;
    }

    .data-text {
        width: 100%;
    }

    .data-text h2,
    .data-text h3,
    .data-text p {
        padding-bottom: 0.5rem;
    }

    .data-buttons .get-in-touch:not(:last-child) {
        margin-right: 0.5rem;
    }

    .data-buttons .get-in-touch {
        padding: 0.600rem 0.625rem 0.500rem 1rem;
        line-height: 17px;
    }

    .data-buttons .get-in-touch img {
        margin-left: 1rem;
    }

    .innovative-infinite::before {
        height: 355px;
    }

    /* .policy-box img:nth-child(2) {
        width: 80px;
    } */

    .policy-pedia-content p:last-child {
        width: 35rem;
    }

    .policy-box {
        width: 220px !important;
        padding: 10px;
        text-align: center;
        flex-direction: column;
    }

    .policy-play a img {
        width: 25px;
    }

    .policy-box-lefttop {
        margin: 0rem 0rem 0rem 0rem;
    }

    .policy-box-leftbottom {
        margin: 4rem 0rem 0rem 0rem;
    }

    .policy-box-righttop {
        margin: 0rem 0rem 0rem 0rem;
    }

    .policy-box-rightbottom {
        margin: 3rem 0rem 0rem 0rem;
    }

    .reserve-parent {
        width: 200px;
        height: 200px;
        margin: 2rem auto 0px;
    }

    .reserve-content {
        width: 167px;
        height: 167px;
    }

    .reserve-icon img {
        width: 100px;
    }

    .policy-pedia-leftimg img,
    .policy-pedia-rightimg img {
        width: 200px;
    }

    .policy-pedia-leftimg {
        top: 5rem;
        left: 7rem;
    }

    .policy-pedia-rightimg {
        top: 5rem;
        right: 7rem;
    }

    .innovative-infinite {
        margin-bottom: 6rem;
    }

    .policy-pedia-child2::before {
        height: 60px;
        top: -1.3rem;
        background-size: 2px 51px, 10px 10px;
    }

    .get-buttons {
        width: 24rem;
        height: 9rem;
    }

    .get-buttons-policy {
        width: 27rem;
        height: 7rem;
    }

    .policy-pedia-child2::after {
        bottom: -13.5rem;
        height: 268px;
    }

    .data-image::before {
        left: 3.4rem;
        bottom: -5rem;
    }

    .ai-assisted-content {
        padding: 1.5rem 3.5rem 2rem 1.5rem;

    }

    .ai-assisted-text .data-buttons {
        margin-top: 0.5rem;
    }

    .ai-hours-child1 {
        width: 150px;
        padding: 0.7rem;
    }

    .ai-hours .ai-hours-child1:not(:last-child) {
        margin-bottom: 1rem;
    }

    .ai-hours {
        /* top: 2rem; */
        right: -4rem;
    }

    .ai-right-content-inner img {
        width: 150px;
    }

    .ai-right-content {
        height: 90px;
        border: 6px solid rgba(5, 114, 96, 0.12);
    }

    .ai-right-content-image img {
        width: 40px;
        padding-left: 5px;
    }

    .ai-right-content-image {
        padding: 0rem 2rem 0rem 1.5rem;
    }

    .ai-right-content-image p {
        padding-right: 0.2rem;
    }

    .ai-image,
    .ai-image img {
        height: 100%;
    }

    .ai-assisted::before {
        height: 420px;
    }

    .ai-overall-parent {
        margin-bottom: 0rem;
    }

    .ai-overall-parent::after {
        bottom: -6rem;
        height: 65px;
    }

    .building-tech {
        padding-top: 5rem;
    }

    .building-tech-content {
        padding-bottom: 2.5rem;
    }

    .risk-box1 {
        width: 340px;
        height: 185px;
    }

    .risk-box1-left {
        padding: 1rem 0rem 0rem 1rem;
    }

    .risk-box1-left h3 {
        padding-bottom: 0.5rem;
    }

    .risk-overall-parent::before {
        height: 445px;
        bottom: -2rem;
    }

    .innovative-infinite-content h2 {
        padding-bottom: 1rem;
    }

    .risk-overall-parent::after {
        bottom: 12rem;
        width: 500px;
    }

    .risk-overall-parent {
        margin-bottom: 4rem;
        width: 100%;
    }

    /* 
    .about-content p:nth-child(2) {
        width: 40rem;
    } */
    .about-content p:nth-child(2),
    .about-content p:nth-child(3) {
        width: 90%;
    }

    .builtin-parent {
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .builtin-child1 {
        position: inherit;
        width: 50%;
        margin-bottom: 1.25rem;
        z-index: 1;
    }

    .builtin-image {
        width: 100px;
        height: 100px;
        border: 9px solid rgba(148, 194, 187, 0.45);
    }

    .builtin-image svg {
        width: 50px;
        height: 50px;
    }

    .about-image img {
        display: none;
    }

    .about-overall-parent {
        margin-bottom: 0px !important;
    }

    .builtin-child1 p {
        padding: 0rem 1rem;
    }

    .about-image {
        bottom: -13rem;
    }

    /* .builtin-child2 {
        bottom: -21rem;
        left: 10rem;
    }

    .builtin-child3 {
        bottom: -20rem;
        right: 10rem;
    } */

    .about-overall-parent {
        margin-bottom: 20rem;
    }

    .years-parent {
        padding: 1.5rem 1.5rem 0rem 1.5rem;
    }

    .years-parent p:nth-child(3) {
        padding-top: 0.5rem;
    }

    .ready-bg {
        margin-top: 3rem;
        border: 8px solid rgba(148, 194, 187, 0.45);
    }

    .ready-content {
        height: 245px;
    }

    .ready-content p {
        padding-bottom: 2rem;
    }

    .footer-logo {
        margin-bottom: 1rem;
    }

    .footer-logo img,
    .nav-parent .navbar .navbar-brand img {
        width: 120px;
    }

    .bot-footer {
        padding-top: 2rem;
    }

    .footer-logo p {
        padding-top: 0.5rem;
    }

    .footer-links {
        margin-left: 0rem;
    }

    .contact-links-parent {
        justify-content: flex-start;
    }

    .custom-toggler {
        background: var(--top-green);
        height: 40px;
        width: 40px;
        border-radius: 50%;
        padding: 14px 9px;
        box-shadow: inset 0px 2px 0px #FFFFFF66, 0px 5px 5px #1BA85659;
    }

    .custom-toggler .toggler-line {
        background-color: var(--white);
    }

    .custom-toggler.active .toggler-line:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }

    .custom-toggler.active .toggler-line:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }

    .nav-parent .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
    }

    .about-content p:nth-child(3) {
        width: 35rem;
    }
}

@media (min-width: 800px) and (max-width: 991px) {
    .finome-content-bg1 {
        top: 3.2rem;
        width: 485px;
        left: 0.6rem;
    }

    .small-circle1 {
        left: 6.5rem;
    }

    .small-circle2 {
        left: 15rem;
        bottom: 10rem;
    }

    .small-circle3 {
        bottom: 4rem;
    }

    .small-circle7 {
        right: 13rem;
        bottom: 15.5rem;
    }

    .small-circle6 {
        right: 9rem;
    }

    .small-circle5 {
        right: 15rem;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --text-12: 0.625rem;
        --text-15: 0.75rem;
        --text-18: 0.875rem;
        --text-20: 0.938rem;
        /*15px rem*/
        --text-60: 1.875rem;
        /*30px rem*/
        --text-25: 1.25rem;
        /*20px rem*/
        --text-40: 1.375rem;
        /*22px rem*/
        --text-30: 1rem;
        /*16px rem*/
        --text-50: 1.5rem;
        /*24px rem*/
        --text-80: 2.5rem;
        /*40px rem*/
    }

    .nav-parent .navbar-expand-lg .navbar-nav {
        margin-right: 0rem;
    }

    .get-buttons,
    .mission-content,
    .pioneer-research-content h1,
    .pioneer-research-content p,
    .finome-content-bg1,
    .innovative-infinite-content p,
    .policy-pedia-content p:last-child,
    .about-content p:nth-child(2),
    .about-content p:nth-child(3),
    .ready-content p,
    .ai-assisted-text h3,
    .ai-assisted-text p {
        width: 100%;
    }

    .get-buttons {
        height: 12rem;
    }

    .custom-toggler {
        background: var(--top-green);
        height: 40px;
        width: 40px;
        border-radius: 50%;
        padding: 14px 9px;
        box-shadow: inset 0px 2px 0px #FFFFFF66, 0px 5px 5px #1BA85659;
    }

    .custom-toggler .toggler-line {
        background-color: var(--white);
    }

    .custom-toggler.active .toggler-line:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .custom-toggler.active .toggler-line:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }

    .nav-parent .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
    }

    .get-in-touch img {
        margin-left: 0.5rem;
    }

    .get-buttons .get-in-touch,
    .ready-buttons .get-in-touch {
        padding: 0.6rem 0.625rem 0.500rem 0.7rem;
    }

    .get-buttons .get-in-touch:not(:last-child) {
        margin-right: 0rem;
        line-height: 16px;
        text-align: center;
    }

    .finome-content-bg1 {
        top: 12.5rem;
        left: 0.7rem;
        width: 90%;
    }

    .our-content-bg1 {
        margin: 3rem auto 0px;
    }

    .our-content-bg1 img {
        width: 435px;
        height: auto;
        object-fit: cover;
    }

    .mission-content h2 {
        padding-bottom: 1rem;
    }

    .pioneer-research .container .row:last-child .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .half-globe {
        bottom: 2rem;
    }

    .small-circle-child {
        padding: 0.3rem 0.6rem;
    }

    .small-circle1 {
        left: 1.5rem;
        bottom: 1.5rem;
    }

    .small-circle6 {
        right: 1.5rem;
        bottom: 1rem;
    }

    .small-circle3 {
        left: 6rem;
        bottom: 2rem;
    }

    .small-circle5 {
        right: 6rem;
        bottom: 2.5rem;
    }

    .small-circle2 {
        left: 5rem;
        bottom: 7rem;
    }

    .small-circle7 {
        right: 5rem;
        bottom: 7rem;
    }

    .mission-content {
        top: 1rem;
        margin: 0rem auto 0rem;
    }

    .innovative-infinite .container .row:last-child .col-lg-5 {
        order: 2;
    }

    .innovative-infinite-content {
        margin-bottom: 1rem;
    }

    /* 
    .automation-parent {
        padding: 1rem 1rem 1rem 1rem;
    } */

    .analy-left p {
        font-size: 10px;
    }

    .analy-left {
        width: 80%;
    }

    .analy-right {
        width: 20%;
    }

    .analy-left,
    .analy-right {
        height: 30px;
    }

    .automation-content-middle .analy-right {
        width: 35%;
    }

    .automation-content-middle .analy-left {
        width: 65%;
    }

    .automation-content {
        margin-bottom: 0.7rem;
    }

    .ask-content p {
        font-size: 12px;
    }

    .ask-me-icon img {
        width: 10px;
    }

    .ask-me-icon {
        padding: 0rem 0.45rem;
    }

    .ask-parent {
        padding: 0.4rem 0.5rem;
    }

    .ask-image {
        height: 100%;
    }

    .ask-image img {
        height: 100%;
        object-fit: cover;
    }

    .data-image::before {
        display: none;
    }

    .policy-pedia {
        padding-top: 4rem;
        padding-bottom: 10vw;
    }

    .data-text-parent {
        position: relative;
        padding: 3rem 0rem 4rem 0rem;
    }

    .data-text-parent::before {
        content: '';
        position: absolute;
        left: 0rem;
        right: 0rem;
        margin: 0px auto;
        width: 2px;
        height: 70px;
        bottom: -4.3rem;
        background-color: rgba(5, 114, 96, 0.3);
    }

    .data-text h2,
    .data-text h3,
    .data-text p {
        padding-bottom: 1rem;
    }

    .data-text h3 {
        font-size: 20px;
    }

    .data-buttons {
        margin-top: 1rem;
        justify-content: center;
    }

    .data-buttons .get-in-touch:not(:last-child) {
        margin-right: 1.5rem;
    }

    .get-buttons-policy .get-in-touch:last-child {
        margin-right: 0rem;
    }

    .innovative-infinite::before {
        height: 650px;
        bottom: 0rem;
    }

    .policy-pedia-content p:nth-child(2) {
        font-size: 20px;
    }

    .policy-pedia-content p:last-child {
        line-height: 150%;
        color: var(--active-menu);
    }

    .policy-pedia-child1,
    .policy-pedia-child2,
    .policy-pedia-child3 {
        width: 100%;
    }

    .policy-pedia-cards {
        flex-direction: column;
        margin-top: 20px;
    }

    .policy-box-leftbottom,
    .policy-box-rightbottom {
        margin: 0rem 0rem 0rem 0rem;
    }

    .policy-box {
        width: 100% !important;
        padding: 20px;
    }

    .policy-box img:nth-child(2) {
        width: auto;
    }

    .policy-box-lefttop,
    .policy-box-righttop,
    .policy-box-middle-bottom {
        display: flex;
        flex-direction: column-reverse;
    }

    .policy-box-middle-bottom {
        width: 50%;
        margin-top: 1rem;
    }

    .policy-box-middle-bottom p {
        padding-bottom: 1rem;
    }

    .policy-play a img {
        width: auto;
    }

    .policy-play {
        bottom: 0.5rem;
        left: inherit;
        right: 0.5rem;
    }

    .policy-pedia-child1,
    .policy-pedia-child3 {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .policy-box-lefttop,
    .policy-box-righttop {
        margin-right: 10px;
    }

    .policy-box-rightbottom,
    .policy-box-leftbottom {
        text-align: center;
    }

    .policy-box-rightbottom p,
    .policy-box-leftbottom p {
        padding-bottom: 1rem;
    }

    .reserve-parent {
        width: 167px;
        height: 167px;
        margin: 2.5rem auto 2.5rem;
    }

    .reserve-content {
        width: 143px;
        height: 143px;
        top: 0.7rem;
        left: 0.8rem;
    }

    .policy-pedia-leftimg img,
    .policy-pedia-rightimg img {
        width: auto;
    }

    .policy-pedia-leftimg {
        top: 5rem;
        left: 0rem;
        right: 0rem;
        margin: 0px auto;
        display: table;
    }

    .policy-pedia-rightimg {
        top: inherit;
        bottom: 5rem;
        right: 0rem;
        left: 0rem;
        margin: 0px auto;
        display: table;
    }

    .get-buttons,
    .data-buttons {
        gap: 0.5rem;

    }

    .get-buttons {
        margin: 2rem 0 2rem 0 !important;
    }

    .get-buttons-policy {
        gap: 1.5rem;
    }

    .get-buttons .get-in-touch,
    .data-buttons .get-in-touch {
        width: auto;
        font-size: 14px;
        justify-content: space-between;
        gap: 15px;
    }

    .get-buttons-policy .get-in-touch,
    .ai-assisted-buttons .get-in-touch {
        font-size: 12px;
    }

    .ai-assisted-buttons .get-in-touch {
        line-height: 15px;
        width: auto;
    }

    .ai-assisted-buttons .get-in-touch img {
        padding-left: 10px;
    }

    .data-buttons .get-in-touch:not(:last-child) {
        margin-right: 0rem;
    }

    .policy-pedia-child2::before {
        display: none;
    }

    .get-buttons-policy {
        padding-left: 0rem;
        padding-top: 0rem;
        height: 8rem;
    }

    .policy-pedia-child2::after {
        bottom: -40rem;
        height: 500px;
    }

    .video-desktop {
        display: none;
    }

    .video-mobile {
        display: block;
    }

    .ai-image,
    .ai-image img {
        height: auto;
    }

    .ai-inner-parent {
        display: flex;
        flex-direction: column;
    }

    .ai-inner-child1,
    .ai-inner-child2 {
        width: 100%;
    }

    .ai-assisted-content {
        padding: 2.5rem 1rem 5rem 1rem;
        width: 100%;
        margin-bottom: 5rem;
    }

    .ai-assisted-text {
        text-align: center;
    }

    .ai-assisted-text p {
        color: var(--active-menu);
    }

    .ai-hours {
        position: absolute;
        top: inherit;
        bottom: -2.5rem;
        right: 0.8rem;
        left: 0.8rem;
        display: flex;
    }

    .ai-hours-child1 {
        width: auto;
        padding: 0.5rem;
    }

    .ai-hours .ai-hours-child1:not(:last-child) {
        margin-bottom: 0rem;
        margin-right: 5px;
    }

    .ai-hours-child1 h3 {
        font-size: 20px;
        padding-bottom: 0.4rem;
    }

    .ai-hours-child1 p {
        font-size: 12px;
    }

    .data-buttons .get-in-touch img {
        margin-left: 0rem;
    }

    .ai-right-content {
        height: 100px;
        margin-bottom: 1rem;
    }

    .ai-right-content-image {
        padding: 0rem 2rem 0rem 1rem;
    }

    .ai-overall-parent::after {
        bottom: -5.2rem;
        height: 50px;
    }

    .ai-assisted::before {
        height: 570px;
        bottom: 2rem;
    }

    .assisted-bg-mobile-tree {
        display: block;
        position: absolute;
        top: 23rem;
        left: 0rem;
        right: 0rem;
        margin: 0px auto;
    }

    .ai-overall-parent {
        margin-bottom: 3rem;
        margin-top: 1rem;
    }

    .building-tech {
        padding-top: 3rem;
    }

    .building-tech-content p {
        font-size: 20px;
    }

    .risk-box1 {
        width: 100%;
        height: auto;
    }

    .risk-box1-left {
        padding: 1.5rem 0.5rem 1rem 1.5rem;
    }

    .risk-overall-parent {
        gap: 1rem;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .risk-box1-right-inner {
        height: 100%;
    }

    .risk-box1-right-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .risk-overall-parent::after {
        display: none;
    }

    .risk-overall-parent::before {
        height: 60px;
        bottom: -4rem;
    }

    /* .about-content p:nth-child(2) {
        font-size: 20px;
    } */

    .about-content p:last-child {
        color: var(--active-menu);
    }

    .builtin-parent {
        flex-wrap: wrap;
        margin-top: 5rem;
    }

    .builtin-child1 {
        position: inherit;
        width: 50%;
        margin-bottom: 1.25rem;
        z-index: 1;
    }

    .builtin-image {
        width: 80px;
        height: 80px;
        border: 7px solid rgba(148, 194, 187, 0.45);
        padding: 1rem;
    }

    .builtin-image img {
        width: auto;
    }

    .builtin-child1 p {
        padding: 0rem 0rem;
    }

    .about-image {
        bottom: 22rem;
    }

    .about-overall-parent {
        margin-bottom: 0rem;
    }

    .years-parent {
        padding: 2rem 1.5rem 0rem 1.5rem;
        height: 195px;
    }

    .years-content p {
        font-size: 25px;
    }

    .years-parent p:nth-child(3) {
        padding-top: 01rem;
    }

    .ready-content {
        height: auto;
        text-align: center;
        padding: 3rem 1.5rem 3rem 1.5rem;
    }

    .ready-buttons {
        flex-direction: column;
    }

    .ready-buttons .get-in-touch:not(:last-child) {
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .footer-logo {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .footer-links {
        text-align: center;
    }

    .contact-links-parent {
        justify-content: center;
    }

    .contact-links {
        text-align: center;
    }

    .bot-footer:before {
        width: 100%;
        height: 650px;
        border-radius: 0px;
        bottom: 0rem;
    }

    .footer-bottom {
        padding: 1.2rem 0rem 1.2rem;
    }

    #backToTop {
        bottom: 20px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .nav-parent .navbar .navbar-brand img {
        width: 100px;
    }

    .ai-image picture img {
        width: 100%;
    }

    .our-overall-parent::before {
        height: 55px;
    }

    .circuit-lr {
        display: none;
    }

    .data-text-parent .data-text {
        text-align: center;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .ai-overall-parent {
        margin-bottom: 9rem;
    }

    .ai-overall-parent::after {
        bottom: -7.2rem;
    }

    .ai-right-content-image p {
        padding-right: 1.5rem;
    }

    .mission-content {
        padding: 0rem 1rem;
    }

    .ai-right-content {
        height: 120px;
        margin-bottom: 1.2rem;
    }

    .ai-overall-parent::after {
        bottom: -5rem;
    }

    .ai-overall-parent {
        margin-bottom: 3rem;
    }

    .policy-pedia-leftimg {
        top: 6rem;
    }

    .policy-pedia-rightimg {
        bottom: 6rem;
    }

    .policy-pedia-child2::after {
        bottom: -40.5rem;
    }

    .assisted-bg-mobile-tree {
        top: 21rem;
    }
}

@media (min-width: 390px) and (max-width: 400px) {
    .policy-pedia-child2::after {
        bottom: -42rem;
    }

    .ai-right-content {
        height: 130px;
    }

    .ai-overall-parent::after {
        bottom: -5.7rem;
    }

    .ai-overall-parent {
        margin-bottom: 4rem;
    }

    .builtin-parent {
        margin-top: 4rem;
    }

    .about-image {
        bottom: 21rem;
    }
}

@media (min-width: 400px) and (max-width: 425px) {
    .custom-toggler.active .toggler-line:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }

    .finome-content-bg1 {
        left: 0.9rem;
    }

    .mission-content {
        padding: 0rem 1rem;
    }

    .small-circle2 {
        left: 6rem;
    }

    .small-circle1 {
        bottom: 2.5rem;
    }

    .small-circle3 {
        bottom: 3rem;
    }

    .small-circle7 {
        right: 6rem;
    }

    .small-circle5 {
        right: 7rem;
    }

    .small-circle6 {
        right: 3.5rem;
    }

    .policy-pedia-child2::after {
        bottom: -43.5rem;
    }

    .assisted-bg-mobile-tree {
        top: 18rem;
    }

    .ai-right-content {
        height: 150px;
        margin-bottom: 2rem;
    }

    .ai-right-content-inner {
        height: 100%;
    }

    .ai-right-content-inner img {
        height: 100%;
        object-fit: cover;
    }

    .ai-right-content-image p {
        padding-right: 4rem;
    }

    .ai-overall-parent::after {
        bottom: -2.6rem;
    }

    .about-image {
        bottom: 21rem;
    }

    .policy-pedia-leftimg {
        top: 7rem;
    }

    .policy-pedia-rightimg {
        bottom: 7rem;
    }
}

@media (min-width: 412px) and (max-width: 425px) {
    .ai-overall-parent::after {
        bottom: -2.2rem;
    }
}

@media (min-width: 414px) and (max-width: 425px) {
    .ai-overall-parent::after {
        bottom: -2.6rem;
    }
}

@media (min-width: 430px) and (max-width: 450px) {
    .finome-content-bg1 {
        left: 1.7rem;
    }

    .mission-content {
        padding: 0rem 1.5rem;
    }

    .small-circle2 {
        left: 6rem;
    }

    .small-circle1 {
        bottom: 2.5rem;
        left: 2rem;
    }

    .small-circle3 {
        bottom: 3rem;
    }

    .small-circle7 {
        right: 6rem;
    }

    .small-circle5 {
        right: 7rem;
        bottom: 3rem;
    }

    .small-circle6 {
        right: 3.5rem;
    }

    .policy-pedia-leftimg {
        top: 7rem;
    }

    .policy-pedia-rightimg {
        bottom: 7rem;
    }

    .policy-pedia-child2::after {
        bottom: -44rem;
    }

    .ai-right-content {
        height: 140px;
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }

    .assisted-bg-mobile-tree {
        top: 19rem;
    }

    .ai-overall-parent::after {
        bottom: -6.5rem;
    }

    .ai-overall-parent {
        margin-bottom: 9rem;
    }

    .builtin-parent {
        margin-top: 3rem;
    }

    .about-image {
        bottom: 20rem;
    }

    .years-parent {
        padding: 3rem 1.5rem 0rem 1.5rem;
        height: 225px;
    }
}

@media (min-width: 750px) and (max-width: 767px) {
    .video-desktop {
        display: block;
    }

    .video-mobile {
        display: none;
    }

    .finome-content-bg1 {
        top: -0.5rem;
        left: 0rem;
        width: 100%;
        text-align: center;
    }

    .get-buttons {
        height: 5rem;
    }

    .mission-content {
        top: 4rem;
        padding: 0rem 7rem;
    }

    .our-content-bg1 img {
        width: 497px;
        height: 500px;
        object-fit: contain;
    }

    .half-globe {
        bottom: 7rem;
        left: 0rem;
        right: 0rem;
        margin: 0px auto;
        display: table;
    }

    .small-circle2 {
        left: 15rem;
        bottom: 10rem;
    }

    .small-circle3 {
        left: 17rem;
        bottom: 3rem;
    }

    .small-circle1 {
        left: 10.5rem;
        bottom: 3.5rem;
    }

    .small-circle7 {
        right: 14rem;
        bottom: 11rem;
    }

    .small-circle5 {
        right: 16rem;
        bottom: 3.5rem;
    }

    .small-circle6 {
        right: 10.5rem;
        bottom: 4rem;
    }

    .policy-pedia-leftimg {
        top: 16rem;
    }

    .policy-pedia-rightimg {
        bottom: 16rem;
    }

    .ai-hours {
        right: 4.8rem;
        left: 4.8rem;
    }

    .policy-pedia-child2::after {
        bottom: -35rem;
    }

    .ai-overall-parent::after {
        bottom: -5.2rem;
    }

    .risk-box1 {
        width: 48%;
    }

    .about-image {
        bottom: 16rem;
    }

    .years-parent {
        padding: 3rem 1.5rem 0rem 1.5rem;
        height: 225px;
    }
}

/* Scroll Animation Styles */
/* .scroll-animate-box {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transform: translate3d(0, 0, 0);
} */

/* Directions */
.scroll-animate-up {
    transform: translateY(60px);
}

.scroll-animate-left {
    transform: translateX(-60px);
}

.scroll-animate-right {
    transform: translateX(60px);
}

.scroll-animate-box.animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* .data-buttons {
    justify-content: center;
} */

@media only screen and (max-width: 767px) {
    .data_getcta {
        width: auto !important;
        gap: 10px;
    }
}

/*media queries*/
@media screen and (max-width: 1440px) and (min-width: 1201px) {
    .about-image {
        bottom: -14vw;
    }

    .builtin-child2,
    .builtin-child3 {
        bottom: -24vw !important;
    }

    .builtin-child3 {
        right: 18rem;
    }

    .builtin-child2 {
        left: 18rem;
    }

}

@media screen and (min-width: 1201px) {
    .ai-assisted-content {
        padding: 5% !important;
    }

    .ai-hours {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .policy-pedia-child2::after {
        display: none;
    }

    .policy-box.policy-box-middle-bottom:before {
        content: '';
        position: absolute;
        bottom: -22rem;
        right: 0rem;
        left: 0rem;
        margin: 0px auto;
        width: 2px;
        height: 56vw;
        background-color: rgba(5, 114, 96, 0.3);
        z-index: -1;
    }
}

/* Inline SVG icon animations (must live in global CSS, not inside <svg><style>) */

#chatMoveGroup {
    -webkit-animation: chatMove 2s ease-in-out infinite;
    animation: chatMove 2s ease-in-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes chatMove {
    0% {
        opacity: 0.6;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0.6;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}

#gearRotateGroup {
    transform-box: fill-box;
    transform-origin: center;
    -webkit-animation: gearRotate 5s linear infinite;
    animation: gearRotate 5s linear infinite;
}

@keyframes gearRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#Path_28874 {
    -webkit-animation: tickFade 1.8s ease-in-out infinite;
    animation: tickFade 1.8s ease-in-out infinite;
}

@keyframes tickFade {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.automate-decisions-content #Path_28877 {
    -webkit-animation: bulbGlow 2s ease-in-out infinite;
    animation: bulbGlow 2s ease-in-out infinite;
}

.automate-decisions-content #Path_28882,
.automate-decisions-content #Path_28883,
.automate-decisions-content #Path_28884,
.automate-decisions-content #Path_28885 {
    -webkit-animation: lightRays 2s ease-in-out infinite;
    animation: lightRays 2s ease-in-out infinite;
}

.automate-decisions-content #Path_28882 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.automate-decisions-content #Path_28883 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.automate-decisions-content #Path_28884 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.automate-decisions-content #Path_28885 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@keyframes bulbGlow {
    0% {
        opacity: 0.5;
        filter: drop-shadow(0 0 0 rgba(255, 208, 0, 0));
    }

    50% {
        opacity: 1;
        filter: drop-shadow(0 0 10px rgba(255, 208, 0, 0.8));
    }

    100% {
        opacity: 0.5;
        filter: drop-shadow(0 0 0 rgba(255, 208, 0, 0));
    }
}

@keyframes lightRays {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

/* Policy Pedia Icon Right Bottom Animation */
#Group_364,
#Group_366,
#Group_368,
#Group_372,
#Group_365,
#Group_369 {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation: popupLoop 3.5s ease-in-out infinite;
    animation: popupLoop 3.5s ease-in-out infinite;
}

/* one by one delay */

#Group_366 {
    animation-delay: 0s;
}

#Group_364 {
    animation-delay: 0.2s;
}

#Group_365 {
    animation-delay: 0.4s;
}

#Group_369 {
    animation-delay: 0.6s;
}

#Group_372 {
    animation-delay: 0.8s;
}

#Group_368 {
    animation-delay: 0.9s;
}

/* loop animation */

@keyframes popupLoop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Policy Pedia Icon Right Bottom */
.option-bg {
    fill: #ffffff;
    stroke: #d2e6e2;
    stroke-width: 0.5;
    animation: optionSelect 8s infinite;
    transition: all 0.4s ease;
}

.option-dot {
    fill: #d2e6e2;
    animation: dotSelect 8s infinite;
}

/* Option delays */

.option-1 .option-bg,
.option-1 .option-dot {
    animation-delay: 0s;
}

.option-2 .option-bg,
.option-2 .option-dot {
    animation-delay: 2s;
}

.option-3 .option-bg,
.option-3 .option-dot {
    animation-delay: 4s;
}

.option-4 .option-bg,
.option-4 .option-dot {
    animation-delay: 6s;
}

@keyframes optionSelect {
    0% {
        fill: #ffffff;
        stroke: #d2e6e2;
    }

    15% {
        fill: #004b49;
        stroke: #004b49;
    }

    35% {
        fill: #004b49;
        stroke: #004b49;
    }

    50% {
        fill: #ffffff;
        stroke: #d2e6e2;
    }

    100% {
        fill: #ffffff;
        stroke: #d2e6e2;
    }
}

@keyframes dotSelect {
    0% {
        fill: #d2e6e2;
    }

    15% {
        fill: #ffffff;
    }

    35% {
        fill: #ffffff;
    }

    50% {
        fill: #d2e6e2;
    }

    100% {
        fill: #d2e6e2;
    }
}

.option-text {
    fill: #057260;
    animation: textSelect 8s infinite;
}

/* Match delays */

.option-1 .option-text {
    animation-delay: 0s;
}

.option-2 .option-text {
    animation-delay: 2s;
}

.option-3 .option-text {
    animation-delay: 4s;
}

.option-4 .option-text {
    animation-delay: 6s;
}

@keyframes textSelect {
    0% {
        fill: #057260;
    }

    15% {
        fill: #ffffff;
    }

    35% {
        fill: #ffffff;
    }

    50% {
        fill: #057260;
    }

    100% {
        fill: #057260;
    }
}

/* Smooth racing radar effect */
#Group_21,
#Group_19,
#Group_17,
#Group_15 {
    opacity: 0;
    -webkit-animation: popupLoop2 2.5s ease-in-out infinite;
    animation: popupLoop2 2.5s ease-in-out infinite;
}

/* one by one delay */

#Group_17 {
    animation-delay: 0s;
}

#Group_15 {
    animation-delay: 0.2s;
}

#Group_19 {
    animation-delay: 0.4s;
}

#Group_21 {
    animation-delay: 0.6s;
}


/* loop animation */

@keyframes popupLoop2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Chat icon move animation */

#chatMoveGroup {
    animation: chatMove 2s ease-in-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes chatMove {
    0% {
        opacity: 0.6;
        transform: translateY(2px);
    }

    50% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0.6;
        transform: translateY(2px);
    }
}


#gearRotateGroup {
    transform-box: fill-box;
    transform-origin: center;
    animation: gearRotate 5s linear infinite;
}

@keyframes gearRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Tick only animation */

#Path_28874 {
    animation: tickFade 1.8s ease-in-out infinite;
}

@keyframes tickFade {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.automate-decisions-content #Path_28873 {
    animation: bulbGlow 2s ease-in-out infinite;
}

/* Small light rays */

#Path_28882,
#Path_28883,
#Path_28884,
#Path_28885 {
    animation: lightRays 2s ease-in-out infinite;
}

/* Delays */

#Path_28882 {
    animation-delay: 0.2s;
}

#Path_28883 {
    animation-delay: 0.4s;
}

#Path_28884 {
    animation-delay: 0.6s;
}

#Path_28885 {
    animation-delay: 0.8s;
}

@keyframes bulbGlow {
    0% {
        opacity: 0.5;
        filter: drop-shadow(0 0 0px rgba(255, 208, 0, 0));
    }

    50% {
        opacity: 1;
        filter: drop-shadow(0 0 10px rgba(255, 208, 0, 0.8));
    }

    100% {
        opacity: 0.5;
        filter: drop-shadow(0 0 0px rgba(255, 208, 0, 0));
    }
}

@keyframes lightRays {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}



/* OUTER SETTINGS */

#Group_23 #Path_12 {
    transform-box: fill-box;
    transform-origin: center center;
    animation: outerRotate 12s linear infinite;
}


/* CENTER WHITE */

#Group_25 #Path_13 {
    transform-box: fill-box;
    transform-origin: center center;
    animation: centerPulse 2.5s ease-in-out infinite;
}

/* ALERT ICON */

#Group_29 #Path_15,
#Group_29 #Path_16 {
    transform-box: fill-box;
    transform-origin: center center;
    animation: alertFloat 2s ease-in-out infinite;
}

/* OUTER ROTATION */

@keyframes outerRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* INNER REVERSE */

@keyframes innerRotate {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

/* CENTER PULSE */

@keyframes centerPulse {

    0% {
        transform: scale(.95);
    }

    50% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(.95);
    }
}

/* ALERT FLOAT */

@keyframes alertFloat {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Compliance & Regulation */
[data-name="Path 34"] {
    transform-origin: center;
    transform-box: fill-box;
    animation: tickPop 1.8s ease-in-out infinite;
}

/* smooth tick effect */

@keyframes tickPop {

    0% {
        opacity: .2;
        transform: scale(.6);
    }

    30% {
        opacity: 1;
        transform: scale(1.15);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    70% {
        opacity: .8;
        transform: scale(1.08);
    }

    100% {
        opacity: .2;
        transform: scale(.6);
    }
}

.risk-box1-right-content svg {
    width: 40px;
    height: 40px;
    display: flex;
}


/* MAIN ROCKET */

#Path_17 {
    transform-origin: center;
    transform-box: fill-box;
    animation: rocketFloat 3s ease-in-out infinite;
}



/* FLOATING ROCKET */

@keyframes rocketFloat {

    0% {
        transform:
            translateY(0px);
    }

    20% {
        transform:
            translateY(-1px);
    }

    40% {
        transform:
            translateY(-2px);

    }

    60% {
        transform:
            translateY(-1px);

    }

    80% {
        transform:
            translateY(0px);
    }

    100% {
        transform:
            translateY(1px);
    }
}

/* ENGINE EFFECT */

@keyframes enginePulse {

    0% {
        opacity: .6;
        transform: scaleY(.9);
    }

    50% {
        opacity: 1;
        transform: scaleY(1.15);
    }

    100% {
        opacity: .6;
        transform: scaleY(.9);
    }
}

/* BUILDING GLOW */

@keyframes buildingGlow {

    0% {
        opacity: .7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .7;
    }
}

/* WINDOW BLINK */

@keyframes windowBlink {

    0% {
        opacity: 1;
    }

    25% {
        opacity: .4;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


.builtin-child1 #Path_36 {
    transform-origin: center;
    transform-box: fill-box;
    animation: pulsePath 2s ease-in-out infinite;
}

@keyframes pulsePath {

    0% {
        opacity: 0.3;
        transform: scale(0.95);
        fill: #004c49;
    }

    50% {
        opacity: 1;
        transform: scale(1);
        fill: #057260;
    }

    100% {
        opacity: 0.3;
        transform: scale(0.95);
        fill: #004c49;
    }
}

.builtin-child1 #Group_63 {
    animation: glowFade 3s ease-in-out infinite;
}

@keyframes glowFade {

    0% {
        opacity: 0.4;

    }

    50% {
        opacity: 1;

    }

    100% {
        opacity: 0.4;

    }
}

/* GEAR SPIN */
.builtin-child2 #Path_43 {
    transform-origin: center;
    transform-box: fill-box;
    animation: settingsAnimation 3s infinite linear;
}

@keyframes settingsAnimation {

    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    20% {
        opacity: 0.4;
    }

    40% {
        transform: translateY(-10px);
        opacity: 1;
    }

    60% {
        opacity: 0.3;
    }

    80% {
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}



.builtin-child3 #Path_73 {
    transform-origin: center;
    transform-box: fill-box;
    animation: shieldPulse 3s infinite ease-in-out;
}

@keyframes shieldPulse {

    0% {
        opacity: 0.25;
        transform: scale(0.96);

    }

    25% {
        opacity: 1;
        transform: scale(1);

    }

    50% {
        opacity: 0.5;
        transform: scale(1.04);

    }

    75% {
        opacity: 1;
        transform: scale(1);

    }

    100% {
        opacity: 0.25;
        transform: scale(0.96);

    }
}


.builtin-child4 #Path_44 {
    transform-origin: center;
    transform-box: fill-box;
    animation: settingsRotate 8s linear infinite;
}

@keyframes settingsRotate {

    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

/* Built-in parent stack animation */