html,
body {
    overflow-x: clip;
    overscroll-behavior: none;
    -ms-scroll-chaining: none;
}

.elementor-element a.elementor-button {
    -webkit-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.home__hero {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: -o-radial-gradient(top right,circle,rgba(224,122,74,.22),transparent 25%),-o-radial-gradient(left,circle,rgba(193,18,31,.18),transparent 35%);
    background-image:    radial-gradient(circle at top right,rgba(224,122,74,.22),transparent 25%),radial-gradient(circle at left,rgba(193,18,31,.18),transparent 35%);
}

.section__industries {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: -o-radial-gradient(top right,circle,rgba(224,122,74,.22),transparent 25%),-o-radial-gradient(left,circle,rgba(193,18,31,.18),transparent 35%);
    background-image:    radial-gradient(circle at top right,rgba(224,122,74,.22),transparent 25%),radial-gradient(circle at left,rgba(193,18,31,.18),transparent 35%);
}

.section__build {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: -o-radial-gradient(top right,circle,rgba(224,122,74,.22),transparent 25%),-o-radial-gradient(left,circle,rgba(193,18,31,.18),transparent 35%);
    background-image:    radial-gradient(circle at top right,rgba(224,122,74,.22),transparent 25%),radial-gradient(circle at left,rgba(193,18,31,.18),transparent 35%);
}

.section-gradient {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: -o-radial-gradient(top right,circle,rgba(224,122,74,.22),transparent 25%),-o-radial-gradient(left,circle,rgba(193,18,31,.18),transparent 35%);
    background-image:    radial-gradient(circle at top right,rgba(224,122,74,.22),transparent 25%),radial-gradient(circle at left,rgba(193,18,31,.18),transparent 35%);
}

.home__hero:after {
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
    opacity: .06;
    background-image: -o-linear-gradient(rgba(255,255,255,.7) 1px,transparent 1px),-o-linear-gradient(left,rgba(255,255,255,.7) 1px,transparent 1px);
    background-image:    linear-gradient(rgba(255,255,255,.7) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.7) 1px,transparent 1px);
    background-size: 40px 40px;
}

.home__hero > .e-con-inner {
    position: relative;
    z-index: 1;
}

.hero__image {
    display: block;
    height: 100%;
    background-image: -webkit-gradient(
    linear,
    bottom right in oklab,
    from(color-mix(in oklab, #FFD9C7 40%, transparent)),
    color-stop(50%, color-mix(in oklab, #FFF 10%, transparent)),
    to(color-mix(in oklab, #C1121F 30%, transparent))
    );
    background-image: -o-linear-gradient(
    top left in oklab,
    color-mix(in oklab, #FFD9C7 40%, transparent) 0%,
    color-mix(in oklab, #FFF 10%, transparent) 50%,
    color-mix(in oklab, #C1121F 30%, transparent) 100%
    );
    background-image:    linear-gradient(
    to bottom right in oklab,
    color-mix(in oklab, #FFD9C7 40%, transparent) 0%,
    color-mix(in oklab, #FFF 10%, transparent) 50%,
    color-mix(in oklab, #C1121F 30%, transparent) 100%
    );
}

.home__hero .elementor-widget-icon-box {
    height: 100%;
}

@media only screen and (max-width: 640px) {
    .home__hero .elementor-widget-icon-list .elementor-icon-list-items {
        display: block !important;
    }
}

.footer__cta {
    position: fixed;
    z-index: 999;
    bottom: -120px;
    left: 0;
    width: 100%;
    -webkit-transition: bottom .35s ease, -webkit-transform .35s ease;
         -o-transition: transform .35s ease, bottom .35s ease;
            transition: bottom .35s ease, -webkit-transform .35s ease;
            transition: transform .35s ease, bottom .35s ease;
            transition: transform .35s ease, bottom .35s ease, -webkit-transform .35s ease;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}

.footer__cta.footer-cta--visible {
    bottom: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.subheadline-pill:before {
    display: block;
    width: .5rem;
    height: .5rem;
    content: "";
    -webkit-animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
            animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    border-radius: 100px;
    background-color: var( --e-global-color-accent );
}

@-webkit-keyframes pulse {
    50% {
        opacity: .3;
    }
}

@keyframes pulse {
    50% {
        opacity: .3;
    }
}

@keyframes zoomInOutSmooth {
  0% {
    transform: scale(1);
  }

  /* Smooth zoom in */
  40% {
    transform: scale(1.25);
  }

  /* Slight overshoot settle (feels natural) */
  60% {
    transform: scale(1.2);
  }

  /* Return to normal */
  100% {
    transform: scale(1);
  }
}

.star-rating:hover .e-svg-base {
  animation: zoomInOutSmooth 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.star-rating:hover .e-svg-base:nth-child(1) { animation-delay: 0s; }
.star-rating:hover .e-svg-base:nth-child(2) { animation-delay: 0.08s; }
.star-rating:hover .e-svg-base:nth-child(3) { animation-delay: 0.16s; }
.star-rating:hover .e-svg-base:nth-child(4) { animation-delay: 0.24s; }
.star-rating:hover .e-svg-base:nth-child(5) { animation-delay: 0.32s; }


mark {
    color: var( --e-global-color-accent );
    background-color: transparent;
}

.cfwd-card {
    font-family: "Poppins", sans-serif;
    width: 100%;
    max-width: 600px;
    padding: 24px;
    color: #FFF;
    border-radius: 18px;
    background: -o-linear-gradient(305deg, #0F1720, #1C2733);
    background: linear-gradient(145deg, #0F1720, #1C2733);
    position: relative;
    z-index: 1;
}

.cfwd-card .cfwd-browser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
}

.cfwd-card .cfwd-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;

    gap: 6px;
}

.cfwd-card .cfwd-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #555;
}

.cfwd-card .cfwd-dots span:first-child {
    background: var( --e-global-color-accent );;
}

.cfwd-card .cfwd-url {
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 12px;
    color: #AAA;
    border-radius: 100px;
    background: #2A3440;
    line-height: 1em;
}

.cfwd-card .cfwd-hero {
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 12px;
    background: #1E2935;
}

.cfwd-card .cfwd-line {
    height: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #2F3C4A;
}

.cfwd-card .cfwd-line.long {
    width: 80%;
}

.cfwd-card .cfwd-line.short {
    width: 60%;
}

.cfwd-card .cfwd-hero .cfwd-line {
    background: rgb(255 255 255 / 20%);
    height: 14px;
}

.cfwd-card .cfwd-hero .cfwd-line.short {
    background: rgb(255 255 255 / 10%);
}

.cfwd-card .cfwd-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;

    gap: 10px;
}

.cfwd-card .btn {
    height: 36px;
    border-radius: 8px;
}

.cfwd-card .btn.primary {
    width: 120px;
    background: var( --e-global-color-accent );;
}

.cfwd-card .btn.secondary {
    width: 100px;
    background: #3A4653;
    border: 1px solid #ffffff1a;
}

.cfwd-card .cfwd-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;

    gap: 12px;
}

.cfwd-card .stat {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    padding: 14px;
    text-align: center;
    border-radius: 12px;
    background: #1E2935;
}

.cfwd-card .stat .line {
    width: 40px;
    margin: 0 auto;
}

.cfwd-card .stat .icon {
    font-size: 16px;
    margin-bottom: 6px;
    color: #C03348;
}

.cfwd-card .stat .icon img {
    width: 20px;
    display: block;
    height: auto;
    margin: 0 auto;
}

.cfwd-card .stat .label {
    font-size: 12px;
    color: #AAA;
}

.cfwd-card .cfwd-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 12px;

    gap: 10px;
}

.cfwd-card .avatar {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #2F3C4A;
}

.cfwd-card .line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    height: 8px;
    border-radius: 6px;
    background: #2F3C4A;
}

.cfwd-card .item .line {
    flex: 0 80%;
}

.cfwd-card .item:nth-child(2) .line {
    flex: 0 60%;
}

.cfwd-card .item:nth-child(3) .line {
    flex: 0 70%;
}

.cfwd-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
    filter: blur(40px);
    background-color: #c033481a;
    border-radius: 1.5rem;
}

.cfwd-card--light,
.cfwd-card--light .stat,
.cfwd-card--light .avatar {
    border: 1px solid rgb(255 255 255 / 10%);
    background: rgb(255 255 255 / 5%);
}

.cfwd-card--light .cfwd-url {
    background: rgba(255, 255, 255, 0.051);
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.cfwd-card--light .line {
    background: rgb(255 255 255 / 15%);
}

.cfwd-card .cfwd-badge {
    display: block;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.051);
    border: 1px solid rgba(255, 255, 255, 0.102);
    line-height: 1em;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 100px;
    animation: float 5s ease-in-out infinite;
    backdrop-filter: blur(10px);
    letter-spacing: .3px;
}

.cfwd-card .cfwd-badge.badge-bottom {
    bottom: -20px;
    right: -20px;
    background-color: rgb(192 51 72 / 20%);
    border-color: #c03348;
    animation-delay: .5s;
}

.cfwd-card .cfwd-badge.badge-top {
    top: -20px;
    left: -20px;
}

.cfwd-card .cfwd-badge.badge-red {
    background-color: #c03348;
    box-shadow: 0 10px 20px -5px rgb(192 51 72 / 45%);
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

.star-rated ul li svg {
    display: block;
    margin-right: 0 !important;
}

.star-rated ul li:not(:last-child) .elementor-icon-list-text {
    display: none;
}

.elementor a {
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
}

@media only screen and (max-width: 500px){
    .cta-links ul li {
        width: 100%;
    }

    .cta-links ul {
        gap: 10px;
    }
}


.elementor .cta-card {
    transition: all cubic-bezier(.4,0,.2,1) .3s;
    border: 1px solid #fff;
    top: 0;
    box-shadow: 0 0 #0000,  0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}

.elementor .cta-card:hover {
    border: 1px solid #c0334833;
    top: -10px;
    box-shadow: 0 20px 50px -10px rgb(0 0 0 / 30%);
}

.elementor .cta-card button:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    box-shadow: 0 0 #0000,  0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / .25);
    font-weight: 700;
    transition: all ease-in-out 0.2s;
}

.elementor .cta-card:hover .e-svg-base {
    color: #fff;
    background-color: #c03348;
}

.elementor .cta-card:hover button:after {
    margin-left: 10px;
}

.elementor-element.icon-box:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    border-color: #f4e1e4 !important;
    background-color: #fff !important;
    cursor: default;
}

.elementor-element.icon-box .elementor-icon {
    border-radius: 12px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
}

.grid-process {
    counter-reset: grid-process;
    position: relative;
}

.grid-process .elementor-widget-icon-box .elementor-icon:before {
    counter-increment: grid-process;
    content: counter(grid-process);
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background-color: #c03348;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    border-radius: 100px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 auto;
}

.icon-notice .elementor-icon-box-title {
    margin: 0;
}

.icon-notice {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
}

.top-gradient:before {
    content: '';
    display: block;
    background: linear-gradient(to right, transparent, rgb(192 51 72 / 30%), transparent);
    height: 1px;
}

@media only screen and (min-width: 769px) {
	.grid-process .elementor-widget-icon-box {
		position: relative;
		z-index: 1;
	}

    .grid-process::after {
        content: '';
        display: block;
        position: absolute;
        top: 50px;
        left: calc(12.5% + 2.5rem);
        right: calc(12.5% + 2.5rem);
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(192, 51, 72, 0.25) 20%, rgba(192, 51, 72, 0.25) 80%, transparent);
        z-index: 0;
    }
}

