body {
    background: #F5F5F5;
    overflow-x: hidden;
		font-size: 16px !important;
		line-height: 1.5 !important;
	  font-weight: 400 !important;
}

.elementor-widget-text-editor, main#main {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

@media (max-width: 1512px) {
	body, .elementor-widget-text-editor, main#main{
		font-size: 15px;
	}
}

@media (max-width: 1024px){
	body, .elementor-widget-text-editor, main#main{
		font-size: 14px;
	}
}

.comments-area a, .page-content a {
    text-decoration: inherit;
}

.elementor-widget-text-editor a{
	font-size: inherit;
}

.theme-bg {
    overflow-x: hidden;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: -1;
}

.theme-bg:before {
    content: '';
    position: absolute;
    width: 800px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 175, 239, 0.4) 0%, rgba(0, 175, 239, 0.2) 40%, transparent 70%);
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(-40%, -50%);
    filter: blur(60px);
    -webkit-filter: blur(60px);
    z-index: 1;
    opacity: 0.85;
}

.theme-bg:after {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(103, 189, 80, 0.4) 0%, rgba(103, 189, 80, 0.2) 40%, transparent 70%);
    border-radius: 50%;
    top: 0;
    right: 0;
    transform: translate(40%, -50%);
    filter: blur(80px);
    -webkit-filter: blur(80px);
    z-index: 1;
    opacity: 0.85;
}



@media (min-width: 1800px) {
    .theme-bg::before {
        width: 1200px;
        height: 800px;
        filter: blur(100px);
    }

    .theme-bg::after {
        width: 1400px;
        height: 1300px;
        filter: blur(100px);
    }
}

@media (max-width: 1024px) {
    .theme-bg::before {
        width: 400px;
        height: 300px;
        filter: blur(40px);
        -webkit-filter: blur(40px);
    }

    .theme-bg::after {
        width: 600px;
        height: 600px;
        filter: blur(50px);
        -webkit-filter: blur(50px);
    }
}

@media (max-width: 480px) {
    .theme-bg::before {
        width: 180px;
        height: 160px;
        filter: blur(30px);
        -webkit-filter: blur(30px);
    }

    .theme-bg::after {
        width: 400px;
        height: 200px;
        filter: blur(40px);
        -webkit-filter: blur(40px);
    }
}

@-moz-document url-prefix() {

    .theme-bg::before,
    .theme-bg::after {
        opacity: 0.65;
    }
}


.email-form {
    max-width: 770px;
    margin: 0 auto;
}

.email-form form.hs-form {
    display: flex;
	flex-direction: row;
    align-items: center;
    background: #ffffff !important;
    border-radius: 60px;
    width: 100% !important;
    padding-right: 18px;
    border: 1px solid #B1B1B1;
}

.email-form .hs-form-field>label {
    display: none !important;
}

.email-form .hs_email {
    flex: 1;
    margin: 0;
}

.email-form .hs_email input {
    border: none !important;
    box-shadow: none !important;
    height: 70px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 40px !important;
    outline: none;
    font-weight: 400;
    color: #0e0e0ea6;
}

.email-form .hs_email input::placeholder {
    color: #0e0e0ea6;
}

.email-form input.hs-button {
    background: #67bd50;
    margin: 0;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    padding: 0 16px;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.07), 0px 8px 8px rgba(0, 0, 0, 0.07), 0px 4px 4px rgba(0, 0, 0, 0.07), 0px 2px 2px rgba(0, 0, 0, 0.07), 0px 1px 1px rgba(0, 0, 0, 0.07) !important;
    transition: background 0.3s ease;
}

.email-form input.hs-button:hover {
    background: #55b349;
}

.email-form .no-list {
    list-style-type: none;
}

.email-form .hs-error-msgs {
    position: absolute;
    padding: 0;
    font-size: 14px;
    bottom: -24px;
    margin-left: 30px;
    font-weight: 400;
}

.email-form .hs-error-msgs label {
    color: #ed3c3c;
}

@media (max-width: 1024px){
	.email-form input.hs-button {
        font-size: 14px;
        font-weight: 700;
        padding: 0 10px;
    }

    .email-form .hs_email input {
        height: 60px;
        padding: 0 10px;
        font-size: 14px;
    }

    .email-form form.hs-form {
        padding-right: 8px;
    }
}

.custom_gradient {
    background: radial-gradient(117.1% 329.87% at 5.23% -6.92%, #00AFEF 0%, #67BD50 100%), #FFFFFF;
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.text_slide_animation {
    /*     min-width: 477px; */
    box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.07), 0px 8px 8px rgba(0, 0, 0, 0.07), 0px 4px 4px rgba(0, 0, 0, 0.07), 0px 2px 2px rgba(0, 0, 0, 0.07), 0px 1px 1px rgba(0, 0, 0, 0.07);
}

.badge_list ul {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.badge_list li {
    display: inline-flex !important;
    color: #ffffff;
    padding: 5px 12px !important;
    border-radius: 50px;
}

.bg_img img {
    background: rgba(0, 0, 0, 0.001);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 22px;
    box-shadow: 0px 28.6667px 57.3333px -11.4667px rgba(50, 63, 68, 0.16), 0px 1.43333px 2.86667px rgba(50, 63, 68, 0.04);
}

.panel{
	background-size: auto 100%;
	transition: background-size 0.2s;
}

.panel:hover {
    background-size: auto 110%;
}


.panel:hover .elementor-button-link {
    padding: 5px 10px !important;
    background: #fff !important;
    color: #000 !important;
        margin-top: 15px !important;
}

.bg-gradient:before {
    content: '';
    position: absolute;
    width: 2294.77px;
    height: 779.42px;
    left: -222.05px;
    top: -50px;
    background: linear-gradient(90deg, rgba(103, 189, 80, 0.08) 0%, rgba(0, 175, 239, 0.08) 99.89%);
    opacity: 0.8;
    filter: blur(125px);
    transform: rotate(175.17deg);
}

.dark_gradient {
    background: linear-gradient(180deg, #081F2C 0%, #0D6DA4 100%);
}

.dark_gradient .eael-feature-list-icon-inner,
.dark_gradient .eael-feature-list-icon {
    background: transparent !important;
    background-color: transparent !important;
}

.dark_gradient .eael-feature-list-icon svg {
    fill: none !important;
}

.service_team_img {
    background: radial-gradient(69.82% 411.68% at 69.09% 52.6%, rgba(0, 175, 239, 0.2) 0%, rgba(103, 189, 80, 0.2) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    backdrop-filter: blur(6px);
    border-radius: 50px;
    padding: 50px;
}

.light_gradient {
    background: rgba(0, 175, 239, 0.2);
    background: radial-gradient(69.82% 411.68% at 69.09% 52.6%, rgba(0, 175, 239, 0.2) 0%, rgba(103, 189, 80, 0.2) 100%);
    backdrop-filter: blur(6px);
}

@media all and (max-width: 1512px) {
    .text_slide_animation:hover .slide_text {
        height: 175px;
        top: 75px;
        padding-bottom: 0;
    }

    .text_slide_animation .slide_text {
        padding: 15px;
        height: 130px;
        top: 135px;
    }
}

.gradient_border {
    background: radial-gradient(117.1% 329.87% at 5.23% -6.92%, #00AFEF 0%, #67BD50 100%);
}

.custom_slider .swiper-pagination-bullet {
    background: transparent;
    width: 12px !important;
    height: 12px !important;
    border-radius: 6px;
    margin: 0 8px 0 0 !important;
    background: rgba(255, 255, 255, 0.4) !important;
    opacity: 1;
    transition: all 0.3s ease;
}

.custom_slider .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.6) !important;
}

.custom_slider,
.custom_slider .swiper {
    height: 100%;
}

.custom_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px !important;
    height: 12px !important;
    background: #ffffff !important;
}

.custom_slider.custom_slider_dark .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.15) !important;
}

.custom_slider.custom_slider_dark .swiper-pagination-bullet:hover {
    background: rgba(0, 0, 0, 0.35) !important;
}


.custom_slider.custom_slider_dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.65) !important;
}

.download_icons .elementor-widget-container {
    min-width: 40px;
    max-height: 40px;
    border-radius: 100px;
    line-height: 44px;
}

.icon-bg .elementor-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(69.82% 411.68% at 69.09% 52.6%,
            rgba(0, 175, 239, 0.2) 0%,
            rgba(103, 189, 80, 0.2) 100%);
    z-index: 1;
    margin-right: 8px;
}

.icon-bg .elementor-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border thickness */
    border-radius: 50%;
    background: linear-gradient(135deg, #00AFEF, #67BD50);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    opacity: 0.5;
}

.icon-bg .elementor-icon svg {
    width: 20px;
}


.common-carousel .swiper-wrapper {
    transition-timing-function: linear !important;
}

.common-carousel .swiper-slide-inner img {
    aspect-ratio: 3 / 2;
    width: 100%;
}


.fade_slide .swiper-wrapper {
    transform: none !important;
}

.fade_slide .swiper {
    height: auto !important;
}

.fade_slide .swiper-slide {
    position: absolute !important;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
}

.fade_slide .swiper-slide-active {
    position: relative !important;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .right_header {
        position: static;
    }

    .mobile_pagination_vertical .swiper-pagination {
        transform: rotate(90deg) !important;
        left: auto !important;
        top: 50% !important;
        right: -35px;
    }

    .mobile_pagination_vertical .e-n-carousel {
        padding-bottom: 0 !important;
    }

    .custom_menu_bar {
        position: unset;
    }

    .custom_header nav.elementor-nav-menu--dropdown {
        left: 0;
        right: 0;
    }

    .custom_megamenu .e-n-menu-wrapper {
        background-color: #fff !important;
        margin-top: 12px !important;
        position: relative !important;
        box-shadow: 0px 28px 20px 0px #00000029 !important;
    }

    .custom_megamenu .e-n-menu-title {
        justify-content: space-between !important;
    }
}


.sales_details_section {
    position: relative;
}

.service_team_img_wrapper {
    position: sticky;
    top: 120px;
    height: 520px;
    perspective: 1200px;
}

.service_team_img_wrapper>* {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    transform:
        translateY(80px) scale(0.88) translateZ(-200px);
    transition:
        transform 1s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 1s ease !important;
    will-change: transform, opacity !important;
}

.service_team_img_wrapper>*.is-active {
    opacity: 1 !important;
    transform:
        translateY(0) scale(1) translateZ(0) !important;
    z-index: 3 !important;
}

.service_team_img_wrapper>*.is-prev {
    opacity: 0.45 !important;
    transform:
        translateY(-40px) scale(0.95) translateZ(-120px) !important;
    z-index: 2 !important;
}

.service_team_img_wrapper>*.is-next {
    opacity: 0.15 !important;
    transform:
        translateY(120px) scale(0.85) translateZ(-300px) !important;
    z-index: 1 !important;
}

.main-img {
    overflow: hidden;
}

.main-img>div>img {
    width: 100% !important;
}

@media (max-width: 767px) {
    .service_team_img_wrapper {
        position: relative;
        height: auto;
        perspective: none;
    }

    .service_team_img_wrapper>* {
        position: relative;
        opacity: 1;
        transform: none;
    }
}

.e-n-accordion,
.elementor-accordion{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.e-n-accordion-item, .elementor-accordion-item {
    background: #E7EAE6;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
	border: none !important;
    transition: background 0.3s ease;
}

.e-n-accordion-item[open] {
    background: #ffffff;
}

.e-n-accordion-item-title,
.elementor-tab-title{
    padding: 20px 24px !important;
    cursor: pointer;
    list-style: none;
    border: 0 !important;
		display: flex;
    flex-direction: row-reverse !important;
	align-items: center;
}

.elementor-tab-title.elementor-active{
	background: #fff;
}

.e-n-accordion-item-title::-webkit-details-marker {
    display: none;
}

.e-n-accordion-item-title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.elementor-accordion-icon-left{
	margin-left: auto;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.e-n-accordion-item-title-text,
.elementor-accordion-title{
    font-size: 17px !important;
    font-weight: 600;
    color: #000;
		line-height: 1.35;
}

.e-n-accordion-item-title-icon,
.elementor-accordion-icon-left span{
    width: 28px !important;
		min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e6ebe6;
    display: flex ;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.elementor-accordion-icon-left span{
	text-align: center;
	line-height: 28px;
}

.e-n-accordion-item-title-icon .e-opened,
.e-n-accordion-item-title-icon .e-closed {
    display: none;
}


.e-n-accordion-item>div[role="region"],
.elementor-tab-content{
    padding: 0 24px 20px !important;
		border: none !important;
    color: #000;
    font-size: 16px;
    border: none;
    line-height: 1.6;
    font-weight: 400;
}

.elementor-tab-content.elementor-active{
	background: #fff;
}

.e-n-accordion-item>div[role="region"] p + p,
.elementor-tab-content p + p{
	margin-top: 12px;
}

.accordion-bg-white .e-n-accordion-item[open] {
    background: #f6f8f6;
} 

.accordion-bg-white .e-n-accordion-item[open] .e-n-accordion-item-title-icon{
	background: #d7dad6;
}

.accordion-bg-white .e-n-accordion-item[open] .e-n-accordion-item-title-icon i{
	color: #1f2124 !important;
}

@media (max-width: 1024px){
    .e-n-accordion-item-title-text, .elementor-accordion-title {
        font-size: 15px !important;
    }
}

@media (max-width: 767px){
    .e-n-accordion,
.elementor-accordion{
        gap: 12px;
    }
    .e-n-accordion-item-title-text, .elementor-accordion-title {
        font-size: 14px !important;
    }
	
		.e-n-accordion-item, .elementor-accordion-item {
				border-radius: 10px;
		}
	
		.e-n-accordion-item-title, .elementor-tab-title {
			padding: 10px 15px !important;
		}
		.e-n-accordion-item>div[role="region"], .elementor-tab-content {
			padding: 0 15px 15px !important;
		}
	.e-n-accordion-item>div[role="region"] p,
	.elementor-tab-content p{
		font-size: 14px;
	}
}


.box-info{
	display: flex;
	flex-direction: column;
	font-weight: 400;
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	height: 100%;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
	
}

.box-title{
	margin: 0;
	font-weight: 700;
	font-size: 20px !important;
	margin-bottom: 15px;
}

.box-text{
	font-size: 16px;
	line-height: 1.5; 
}

@media (max-width: 767px){
	.box-info{
		padding: 20px;
	}
	.box-title{
		font-size: 18px !important;
	}
	.box-text{
		font-size: 14px;
	}
}


.shadow-box {
    position: relative;
	    padding: 30px;
}

.shadow-box:before {
    content: '';
    background: rgba(0, 175, 239, 0.2);
    background: radial-gradient(69.82% 411.68% at 69.09% 52.6%, rgba(0, 175, 239, 0.2) 0%, rgba(103, 189, 80, 0.2) 100%);
    backdrop-filter: blur(6px);
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.shadow-box > div {
    position: relative;
    z-index: 2;
}

.shadow-box:after {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 15px;
}
@media (max-width: 1512px) {
	.shadow-box{
		padding: 20px;
	}
}


.feature-boxes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.feature-box {

    padding: 20px;
    border-radius: 15px;
    flex: 0 0 calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
    color: var(--e-global-color-text) !important;
    display: flex;
    flex-direction: column;
    transition: background 0.2s;
    scroll-margin-top: 200px;
		background: #fff;
}
.feature-box:hover {
    text-decoration: none;
    background: rgb(0 174 239 / 20%);
    color: var(--e-global-color-text) !important;
}

.feature-box-thumbnail {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
}
.feature-box-thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.feature-box-icon{
    margin-bottom: 15px;  
}
.feature-box-title { 
    font-size: 17px;
    display: block;
    font-weight: 700;
    margin: 0 0 10px;
}
.feature-box-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.feature-box-excerpt {
    margin-bottom: 20px;
    color: var(--e-global-color-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}
.feature-box-read-more {
    padding: 5px 12px;
    border-radius: 20px;
    border: thin solid #E9F0F8;
    margin-top: auto;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    width: 130px;
    text-align: center;
    transition: background 0.2s;
}
span.feature-box-read-more:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    margin-left: 7px;
    font-size: 13px;
}

.feature-box:hover .feature-box-read-more {
    color: #fff;
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary) !important;
}

.custom-tabs {
    overflow: hidden;
}

.custom-tabs .elementor-tabs-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.custom-tabs .elementor-tab-content {background: none !important;padding: 0 !important;margin-top: 20px;}


.custom-tabs .elementor-tabs-wrapper .elementor-tab-title {
    border-radius: 50px;
    white-space: nowrap;
    width: auto;
    padding: 15px 30px!important;
    font-size: 15px;
    color: #05b1ee !important;
	background: #fff;
    border: thin solid #05b1ee !important;
}


.custom-tabs .elementor-tabs-wrapper .elementor-tab-title:before, .custom-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
    display: none !important;
}

.custom-tabs.elementor-widget-tabs .elementor-tab-title.elementor-active {
    color: #fff !important;
    background: var(--e-global-color-primary);
}

.custom-tabs .elementor-tabs-wrapper .elementor-tab-title:not(.elementor-active):hover{
    background: #d8f0fc;
}

.custom-tabs .elementor-tabs-content-wrapper h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 800;
}
@media(max-width:1199px){
    .feature-boxes {
        grid-template-columns: repeat(2, 1fr);
    }
    .feature-box {
        flex: 1 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}
@media only screen and (max-width:767px) {
	.custom-tabs .elementor-tabs-wrapper {
        display: none !important;
    }

    .custom-tabs .elementor-tabs-content-wrapper {
        
    }

    .custom-tabs.elementor-widget-tabs .elementor-tab-mobile-title {
        display: block !important;
        font-size: 18px;
        padding: 10px 15px !important;
        font-weight: 800;
        margin-top: 10px;
        border: thin solid var(--e-global-color-primary) !important;
        border-radius: 7px;
			background: #fff;
    }

    .custom-tabs.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
        border-radius: 7px 7px 0 0;
    }

    .custom-tabs.elementor-widget-tabs .elementor-tab-content {
        border: thin solid #05b1ee !important;
        border-radius: 0 0 7px 7px;
			margin-top: 0;
    }

    .custom-tabs.elementor-widget-tabs .elementor-tab-mobile-title:not(.elementor-active){
        border-color: #05b1ee !important;
    }
}
@media (max-width: 480px){
    .feature-boxes {
        display: block;
    }

    .feature-box {
        max-width: none;
        margin-bottom: 20px;
    }
    .feature-box-thumbnail img {
        max-width: 150px;
	}
}

.hs-form-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(3, 28, 54, 0.75);
  backdrop-filter: blur(4px);
  z-index: 9999;
  padding: 24px;
}

.hs-form-modal.active {
  display: flex;
  animation: modalFade .25s ease;
}

@keyframes modalFade {
  from {opacity:0}
  to {opacity:1}
}

.hs-form-modal .modal-dialog {
  width: 100%;
  max-width: 560px;
}

.hs-form-modal .modal-content {
  background: #ffffff;
  border-radius: 14px;
  padding: 42px 36px;
  position: relative;
  box-shadow: 0 25px 60px rgba(0,0,0,.25);
  animation: modalSlide .25s ease;
}

@keyframes modalSlide {
  from {
    transform: translateY(20px);
    opacity:0;
  }
  to {
    transform: translateY(0);
    opacity:1;
  }
}

.hs-form-modal .modal-body {
  margin-top: 10px;
}

.hs-form-modal .close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f3f4f6;
  color: #111;
  font-size: 20px;
  cursor: pointer;
  transition: all .2s ease;
  display: flex;
  align-items: center;
	padding: 0;
  justify-content: center;
}

.hs-form-modal .close:hover {
  background: #e5e7eb;
  color: #111;
  transform: rotate(90deg);
}

.hs-form-modal iframe {
  width: 100%;
}

/* HubSpot Form Styling START */
.modern-hs-form fieldset {
    max-width: none !important;
}

.modern-hs-form .hs-form-field {
    margin-bottom: 18px;
    width: 100% !important;
}

.modern-hs-form .input {
    margin: 0 !important;
}

.modern-hs-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

.modern-hs-form input[type="text"],
.modern-hs-form input[type="email"],
.modern-hs-form input[type="tel"],
.modern-hs-form select,
.modern-hs-form textarea {
    width: 100% !important;
    height: 48px;
    padding: 0 16px;
    border-radius: 10px !important;
    border: 1px solid #e4e6eb;
    background: #ffffff;
    font-size: 15px;
    transition: all .25s ease;
}

.modern-hs-form textarea {
    height: auto;
    padding: 14px 16px;
}

.modern-hs-form input[type="text"]:focus,
.modern-hs-form input[type="email"]:focus,
.modern-hs-form input[type="tel"]:focus,
.modern-hs-form select:focus,
.modern-hs-form textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.12);
}

.modern-hs-form .form-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.modern-hs-form label.hs-error-msg {
    color: #ff7f7f;
    margin: 3px 0 0;
}

.modern-hs-form .hs-form-required {
    color: #ff7f7f;
    margin-left: 3px;
}

ul.no-list.hs-error-msgs.inputs-list label{
    color: #ff7f7f;
}

.modern-hs-form .hs-fieldtype-intl-phone {
    width: 100% !important;
}

.modern-hs-form .hs-fieldtype-intl-phone select {
    margin-right: 2%;
}

.modern-hs-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.modern-hs-form .inputs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-hs-form .inputs-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.modern-hs-form .inputs-list span {
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}

.modern-hs-form form input.hs-input[type="checkbox"], .modern-hs-form form input.hs-input[type="radio"] {
    margin: 0 4px 4px 0;
    vertical-align: middle;
}


.modern-hs-form form label.hs-form-booleancheckbox-display,
.modern-hs-form form label.hs-form-checkbox-display {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.modern-hs-form form label.hs-form-booleancheckbox-display input[type="checkbox"],
.modern-hs-form form label.hs-form-checkbox-display input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.modern-hs-form form label.hs-form-booleancheckbox-display span,
.modern-hs-form form label.hs-form-checkbox-display span {
  position: relative;
  padding-left: 36px;
}

.modern-hs-form form label.hs-form-booleancheckbox-display span::before,
.modern-hs-form form label.hs-form-checkbox-display span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: transparent;
  box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s;
}

.modern-hs-form form label.hs-form-booleancheckbox-display span::after,
.modern-hs-form form label.hs-form-checkbox-display span::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  width: 11px;
  height: 6px;
  border-left: 2px solid #010101;
  border-bottom: 2px solid #010101;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.15s;
}

.modern-hs-form form label.hs-form-booleancheckbox-display input[type="checkbox"]:checked + span::before,
.modern-hs-form form label.hs-form-checkbox-display input[type="checkbox"]:checked + span::before {
  background: #fff;
  border-color: #fff;
}

.modern-hs-form form label.hs-form-booleancheckbox-display input[type="checkbox"]:checked + span::after,
.modern-hs-form form label.hs-form-checkbox-display input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.modern-hs-form form label.hs-form-booleancheckbox-display input[type="checkbox"]:focus-visible + span::before,
.modern-hs-form form label.hs-form-checkbox-display input[type="checkbox"]:focus-visible + span::before {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
} 

.modern-hs-form form label.hs-form-booleancheckbox-display:hover span::before,
.modern-hs-form form label.hs-form-checkbox-display:hover span::before {
  border-color: #fff;
}

.modern-hs-form .hs-button {
    width: 100%;
    height: 54px;
    padding: 0 10px !important;
    line-height: 54px;
    border-radius: 10px !important;
    border: none;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: var(--e-global-color-secondary) !important;
    cursor: pointer;
    transition: all .25s ease;
}

.modern-hs-form .hs-button:hover {
    transform: translateY(-1px);
    background: var(--e-global-color-text) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.modern-hs-form .hs-richtext a{
    color: #fff;
	border-bottom: thin dashed;
}

.modern-hs-form .legal-consent-container p{
	font-size: 12px !important;
	margin-bottom: 20px;
	color: #fff;
}

.modern-hs-form .legal-consent-container p a{
	font-size: inherit;
}

@media (max-width: 640px) {
    .modern-hs-form .form-columns-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .modern-hs-form form input.hs-input:not([type="checkbox"]):not([type="radio"]){
    padding: 12px 15px;
}
}
/* HubSpot Forms Styling END */

/* Sticky Scroll Section Icon Styling Start */
.circle-icon .elementor-widget-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px !important;
    border-radius: 50%;
    background: radial-gradient(69.82% 411.68% at 69.09% 52.6%, rgba(0, 175, 239, 0.2) 0%, rgba(103, 189, 80, 0.2) 100%);
    z-index: 1;
    margin-right: 8px;
}
.circle-icon .elementor-widget-container:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00AFEF, #67BD50);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    opacity: 0.5;
}
/* Sticky Scroll Section Icon Styling End */

.glossy-box{ 
    padding: 30px;
    background: rgba(255,255,255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.9px);
    -webkit-backdrop-filter: blur(4.9px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.glossy-box-dark{
    padding: 30px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width:1025px) {
	.nuacom-custom-page .hero-section .elementor-widget-wrap {
			padding-left: 80px;
	}
}

.video-container {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    background: #fff;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-left{
	text-align: left;
}

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

.text-right{
	text-align: right;
}

.download-pricing-popup .modal-content:before {
	content: 'Download Full Pricing List';
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-right: 20px;
	display: block;
}


.download-pricing-popup fieldset {
	display: flex;
	flex-direction: column;
}

.download-pricing-popup .hs-form-field {
	width: 100% !important;
	margin-bottom: 15px;
}

.download-pricing-popup .hs-form-field input,
.download-pricing-popup .hs-form-field select {
	border: none;
	background: #efefef;
	border-radius: 10px;
	height: 50px;
	padding: 0 20px;
}

.download-pricing-popup .hs-form-field>label {
	margin-bottom: 7px;
	font-weight: 600;
}

.download-pricing-popup .hs-button {
	width: 100%;
	border: none;
	margin-top: 10px;
}

.download-pricing-popup .hs-form-field input.invalid,
.download-pricing-popup .hs-form-field select.invalid {
	background: #ffd6d6;
}

.download-pricing-popup .hs-form-field .input {
	margin-right: 0 !important;
}

@media (max-width: 767px) {
	.download-pricing-popup .modal-content {
		padding: 25px
	}
}

body.page:not(.elementor-page):not(.custom-page) main {
    width: 1040px;
    margin: 60px auto;
    padding: 0 30px;
    max-width: 100%;
}

body.page:not(.elementor-page):not(.custom-page) main h2,
body.page:not(.elementor-page):not(.custom-page) main h3,
body.page:not(.elementor-page):not(.custom-page) main h4,
body.page:not(.elementor-page):not(.custom-page) main h5,
body.page:not(.elementor-page):not(.custom-page) main h6 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  font-weight: 700;
}

body.page:not(.elementor-page):not(.custom-page) main p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1.75;
  word-break: break-word;
}

body.page:not(.elementor-page):not(.custom-page) main ul,
body.page:not(.elementor-page):not(.custom-page) main ol {
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  line-height: 1.8;
}

body.page:not(.elementor-page):not(.custom-page) main ul {
  list-style-type: disc;
}

body.page:not(.elementor-page):not(.custom-page) main ol {
  list-style-type: decimal;
}

body.page:not(.elementor-page):not(.custom-page) main li {
  margin-bottom: 0.5rem;
}

body.page:not(.elementor-page):not(.custom-page) main li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px){
  body.page:not(.elementor-page):not(.custom-page) main{
    padding: 0 10px;
    margin: 30px 0;
  }
}


.circle-progress {
  --percent: 0;
  --color: #1f8ec7;
  width: 200px;
	height: 200px;
	aspect-ratio: 1/1;
  border-radius: 50%;
  background: conic-gradient(var(--color) calc(var(--percent) * 1%), #e5e7eb 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
	margin: 0 auto;
}

.circle-progress::before {
  content: "";
  width: 170px;
  height: 170px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}

.circle-progress-inner {
  position: relative;
  text-align: center;
}

.circle-progress-number {
  font-size: 40px;
	line-height: 1;
  font-weight: 700;
  color: #2e3a44;
}

.circle-progress-label {
  font-size: 16px;
  color: #2e3a44;
}

.circle-blue {
  --color: #00afef;
}

.circle-green {
  --color: #67bd50;
}

.circle-black {
  --color: #495862;
}
.process-section {
    flex-direction: column-reverse;
}