/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

.iqair-first-section { background: #000; }

.iqair-first-section.image-ready {
	background: url('/wp-content/uploads/2026/02/BG.webp') center/cover no-repeat;
	background: transparent !important;
}

.iqair-first-section video {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.iqair-first-section.video-ready video {
  opacity: 1;
}

body.page-id-4608 h1.entry-title { display: none; }
#gform_4 {
	background: #e6e8ea;
    padding: 30px;
}
#gform_3 .gform-body #field_3_4 .ginput_container, 
#gform_4 .gform-body #field_4_4 .ginput_container { position: relative; }
#gform_3 .gform-body #field_3_4 .ginput_container img,
#gform_4 .gform-body #field_4_4 .ginput_container img{ position: absolute; top: 50%; left: 20px; transform: translateY(-50%); }
#gform_3 .gform-body #gform_fields_3,
#gform_4 .gform-body #gform_fields_4 { row-gap: 30px !important; }
#gform_4 .gform-body .gfield_label[for="input_4_5"],
#gform_3 .gform-body .gfield_label[for="input_3_5"],
#gform_3 .gform-body .gfield_label[for="input_3_10"],
#gform_3 .gform-body .gfield_label[for="input_3_11"] { opacity: 0; }
#gform_3 .gform-body fieldset#field_3_20 legend.gfield_label { display: none; }
#gform_3 .gform-body #input_3_21 { 
    flex-flow: unset;
    width: max-content;
	column-gap: 2px;
}
#gform_3 .gfield_checkbox label#label_3_20_1 {
	color: #2E3A45;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
#gform_3 .gform-body #input_3_21 .ginput_container_date { width: 100%; }
#gform_4 .gform-body .gfield_label,
#gform_3 .gform-body .gfield_label {
    color: #2E3A45;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
}
#gform_3 .gform-body .gfield_label .gfield_required .gfield_required_text, 
#gform_4 .gform-body .gfield_label .gfield_required .gfield_required_text { opacity: 0; color: #EC2D01 !important; font-size: 16px; }
#gform_3 .gform-body select,
#gform_4 .gform-body select {
    height: 52px !important;
    display: flex;  
    align-items: center;
    padding: 0px 20px
} 
#gform_4 .gform-body select#input_4_4,
#gform_3 .gform-body select#input_3_4 { padding-left: 55px; }
#gform_4 .gform-body .ginput_container_date,
#gform_3 .gform-body .ginput_container_date { position: relative; }
#gform_3 .gform-body .ginput_container_date input:placeholder,
#gform_4 .gform-body .ginput_container_date input:placeholder { color: gainsboro !important; }
#gform_3 .gform-body .ginput_container_date input,
#gform_4 .gform-body .ginput_container_date input { width: 100%; padding: 0px 20px 0px 45px !important; }
#gform_3 .gform-body .ginput_container_date .ui-datepicker-trigger,
#gform_4 .gform-body .ginput_container_date .ui-datepicker-trigger {
    position: absolute;
    left: 0%;
    transform: translateX(30px);
}
#gform_3 .gform-body input::after {
	content: '';
}
/* #gform_3 .gform-body input { color: #004f8b; z-index: 999; } */
#gform_3 .gform-body input:not([type="checkbox"]),
#gform_4 .gform-body input:not([type="checkbox"]) {
    padding: 20px; 
    height: 52px !important;
}

body.page-id-4807 #gform_4 .gform-footer input[type="submit"],
body.page-id-4608 #gform_3 .gform-footer input[type="submit"] { display: none; opacity: 0; visibility: hidden; }

#gform_3 .gform-footer,
#gform_4 .gform-footer {
    justify-content: center;
    margin-top: 30px;
}
#gform_4 button#gform_submit_button_4,
#gform_3 button#gform_submit_button_3 {
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 20px 50px 20px 15px;
  height: 36px;
  background: #004f8b;
  border: 0px;
  outline: 0;
}

#gform_3 button#gform_submit_button_3,
#gform_4 button#gform_submit_button_4 span { 
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0px;
    font-size: 16px;
	color: #fff; font-size: 1.2em; transition: all .3s ease-in-out; 
}
#gform_3 button#gform_submit_button_3 div,
#gform_4 button#gform_submit_button_4 div {
  position: absolute;
  top: 50%;
  right: 2px;
  z-index: 999;
  transform: translateY(-50%);
  background: white;
  height: 36px;
  width: 36px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  transition: all .5s ease-in-out;
  z-index: 88;
}
#gform_4 button#gform_submit_button_4 div img,
#gform_3 button#gform_submit_button_3 div img {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
#gform_4 button#gform_submit_button_4:hover,
#gform_3 button#gform_submit_button_3:hover {
  color: #fff;
  background: rgb(0, 79, 139);
}
#gform_4 button#gform_submit_button_4 span,
#gform_3 button#gform_submit_button_3 span {
	font-family: 'Inter', sans-serif, font-weight: 600; font-size: 16px;
}
#gform_3 button#gform_submit_button_3:hover span,
#gform_4 button#gform_submit_button_4:hover span { z-index: 999; color: #004f8b;  }
#gform_3 button#gform_submit_button_3:hover div,
#gform_4 button#gform_submit_button_4:hover div {
  width: 96.5%;
  z-index: 99;
}

#ast-scroll-top span svg { display: none; }
#ast-scroll-top:focus {
	outline: none;
	border: 1px solid gainsboro;
}
#ast-scroll-top { 
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
    column-gap: 10px;
    width: max-content;
    border-radius: 30px !important;
	background: #ffffff66;
	backdrop-filter: blur(2.5px);
    color: #004f8b;
	padding: 20px 15px 20px 16px;
	border: 1px solid gainsboro;
}

#ast-scroll-top[style*="display: block"] {
  display: flex !important;
}
#ast-scroll-top span { 
    font-size: 16px;
    font-family: 'inter', sans-serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
}
#chaty-widget-0 .chaty-widget { bottom: 100px !important; }

.iqair-slider .swiper-button-prev,
.iqair-slider .swiper-button-next { 
	width: 30px !important; height: 30px !important;
	background: #ffffff66;
	backdrop-filter: blur(2.5px);
/* 	transition: all .3s ease-in-out; */
}
.iqair-slider .swiper-button-prev img.green,
.iqair-slider .swiper-button-next img.green { display: none; }
.iqair-slider .swiper-button-prev:hover,
.iqair-slider .swiper-button-next:hover {
	background: #fff !important;
}
.iqair-slider .swiper-button-prev:hover img.white,
.iqair-slider .swiper-button-next:hover img.white {
	display: none;
}	
.iqair-slider .swiper-button-prev:hover img.green,
.iqair-slider .swiper-button-next:hover img.green {	
	display: flex;
}
.iqair-slider .swiper-button-prev::after,
.iqair-slider .swiper-button-next::after { display: none; }
.iqair-slider .swiper-button-prev.swiper-button-disabled,
.iqair-slider .swiper-button-next.swiper-button-disabled { opacity: 0; }
.iqair-slider .swiper-button-prev img,
.iqair-slider .swiper-button-next img { width: 13px; }
.iqair-slider .iqair-slider-item h3 { font-family: 'Red Hat Display', sans-serif; }
.iqair-slider .iqair-slider-item .swiper-content figure,
.iqair-slider .iqair-slider-item .swiper-content figure img { width: 100%; }
.iqair-slider .iqair-slider-item .swiper-content .uagb-container-inner-blocks-wrap { height: 550px; justify-content: space-between !important; }
.iqair-slider .iqair-slider-item .swiper-content .uagb-container-inner-blocks-wrap .uagb-infobox-icon-above-title { height: 100%; }
.iqair-slider .iqair-slider-item .swiper-content a.uagb-infobox-cta-link { position: relative; overflow: hidden; }
.iqair-slider .iqair-slider-item .swiper-content a.uagb-infobox-cta-link:hover { background: transparent !important; }
.iqair-slider .iqair-slider-item .swiper-content a.uagb-infobox-cta-link span.uagb-inline-editing { z-index: 99; } 
.iqair-slider .iqair-slider-item .swiper-content a.uagb-infobox-cta-link span.overlay { 
	position: absolute !important; 
	top: 0px;
	right: 0px;
	width: 0%; 
	height: 100%; 
	z-index: 90;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: #3aa6a1; 
	transition: all .5s ease-in-out;
}
.iqair-slider .iqair-slider-item .swiper-content a.uagb-infobox-cta-link:hover span.overlay { width: 100%;}

#pum-3837 { background: #000; }

#pum-3837 #popmake-3837 {
	padding: 0px;
	margin-left: 0px;
	width: 100%;
	height: 100vh;
    object-fit: cover;
    top: 0px !important;
    left: 0px !important;
}

#pum-3837 #popmake-3837 button.pum-close.popmake-close {
	color: #fff;
	border: none;
	outline: none;
	box-shadow: none;
	bottom: auto;
	top: 0px;
	margin-top: 5px;
	margin-right: 11px;
	height: 25px;
	width: 25px;
	display: grid;
	place-items: center;
	background: #333;
}

#pum-3837 #popmake-3837 button.pum-close.popmake-close img { width: 60%; }

#pum-3837 #popmake-3837 video {
    height: 100vh;
    object-fit: cover;
}

.iqair-first-section { position: relative; }
.iqair-first-section .uagb-container-inner-blocks-wrap {
	position: absolute !important;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 120px 0px 30px 0px;
}

@media screen and (max-width: 1024px) {
	#pum-3837 #popmake-3837 {
		padding: 0px;
		margin-left: 0px;
		width: 90%;
		height: auto;
		object-fit: cover;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%);
	}
	#pum-3837 #popmake-3837 video { height: auto; }
	.iqair-slider .iqair-slider-item .swiper-content .uagb-container-inner-blocks-wrap { height: 600px; }
	.iqair-slider .iqair-slider-item .swiper-content { padding: 0px; }
	.iqair-first-section .uagb-container-inner-blocks-wrap { padding-top: 0px; }
    .hero-slider {
        min-height: max-content !important;
    }
    .page-id-1812 .wp-block-uagb-image__figure, 
    .page-id-2530 .wp-block-uagb-image__figure, 
    .page-id-3213 .wp-block-uagb-image__figure {
        justify-content: center !important;
    }
    .banner-tabs {
        margin: 0px;
    }
    .uagb-slider-container .hero-slide .swiper-content { padding: 20px 0px !important; }
    .air-quality-slider-css .slide-radius .swiper-content .wp-block-uagb-container { height: max-content !important; }
}

.contact-bread .uagb-heading-text a {
    color: #2E3A45 !important
}

.tech-star {
    font-size: 1em !important;
}
.tech-star img {
    margin-bottom: 5px;
}

.expertsays_sec .card > .wp-block-uagb-container {
    height: 100%;
}

/* header.site-header {
    position: fixed !important;
    width: 100%;
} */

header.site-header li a:focus {
    outline: none;
    border: none;
}

/*  */

.our_tech_container {
    position: relative;
    height: 450vh;
}

.our_tech_container .sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.our_tech_container .sticky-wrapper .image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.our_tech_container .sticky-wrapper .image-container .image .scroll-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.our_tech_container .sticky-wrapper .image-container .image .scroll-image.active {
    opacity: 1;
}

.our_tech_container .sticky-wrapper .image-container .image .item-image {
    position: absolute;
    bottom: 0px;
    left: 50%;  
    transform: translate(-50%, -10%);
    opacity: 0;
}

.our_tech_container .sticky-wrapper .image-container .image.active .item-image {
    opacity: 1;
}

.our_tech_container .sticky-wrapper .content-overlay {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    pointer-events: none;
}

.our_tech_container .sticky-wrapper .content-overlay h2#title {
    color: #FFF;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 2em;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    margin: 0px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
}

@media screen and (min-width: 2000px) {
    .our_tech_container .sticky-wrapper .content-overlay h2#title {
        font-size: 4em;
    }

}
@media screen and (max-width: 1024px) {
    .our_tech_container .sticky-wrapper .content-overlay {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 100%;
        padding: 0px 35px;
    }
}

/*  */
.float_bacteria_background {
    position: relative;
}
.float_bacteria_background.hovered {
    background-color: #b7b8ba77;
}

.float_bacteria_background .float_bacteria_item {
    position: absolute;
    cursor: pointer;
    width: max-content !important;
    top: 50%;
    left: 50%;
    animation: float 2.5s 0s infinite alternate;
}

.float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure::after {
    content: '';
    position: absolute;
    bottom: -30px;
    background-color: transparent;
    width: 100%;
    height: 0px;
    border-radius: 10px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
    transition: all .3s ease-in-out;
    animation: SizingShadow 2.5s infinite alternate;
}

.float_bacteria_background .float_bacteria_item:hover .wp-block-uagb-image  .wp-block-uagb-image__figure::after {
    box-shadow: unset !important;
}

.float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure::before {
    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #92cfcb;
    opacity: 0.9;
    animation: grow 2.5s ease-in-out infinite;
    z-index: 9;
}

.float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure img {
    z-index: 99;
}

.float_bacteria_background .float_bacteria_item:hover .tooltip {
    display: flex;
}

.float_bacteria_background .float_bacteria_item .tooltip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 25%);
    width: 300px !important;
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    z-index: 999;
    display: none;
    box-shadow: 0 10px 20px 0 var(--Neutrals-Cool-Grey, #D3D9E2);
}
.float_bacteria_background .float_bacteria_item:nth-child(1) .tooltip {
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(0%, 25%);
}
.float_bacteria_background .float_bacteria_item:nth-child(1) .tooltip .tooltip-container::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 5%;
    transform: translateX(-15%);
}
.float_bacteria_background .float_bacteria_item:nth-child(9) .tooltip {
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translate(-85%, 25%);
}
.float_bacteria_background .float_bacteria_item:nth-child(9) .tooltip .tooltip-container::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 0%;
    transform: translateX(85px);
}
.float_bacteria_background .float_bacteria_item .tooltip .tooltip-container {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

/* Triangle Arrow */
.float_bacteria_background .float_bacteria_item .tooltip .tooltip-container::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
}

.float_bacteria_background .float_bacteria_item .tooltip .tooltip-container .tooltiptext {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    color: #2E3A45;
}

.float_bacteria_background .float_bacteria_item .tooltip .tooltip-container .tooltiptitle {
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    color: #004F8B;
}

@keyframes grow {
    0% {
        width: 45px;
        height: 45px;
        opacity: 0.4;
    }
    50% {
        width: 60px;
        height: 60px;
        opacity: .9;
    }
    100% {
        width: 45px;
        height: 45px;
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        margin-top: 0px;
    }
    
    50% {
        margin-top: 15px;
    }
    
    100% {
        margin-top: 0px;
    }
}

@keyframes SizingShadow {
    0% {
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.4);
    }
    
    50% {
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
    }
    
    100% {
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.4);
    }
}

@media screen and (min-width: 2000px) {
	.float_bacteria_background .float_bacteria_item .tooltip .tooltip-container .tooltiptitle {
		font-size: 25px;
	}
	.float_bacteria_background .float_bacteria_item .tooltip .tooltip-container .tooltiptext {
		font-size: 16px;
	}
    .float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure img {
        width: 60px !important;
        height: 60px !important;
    }
	.float_bacteria_background .float_bacteria_item .tooltip {
        transform: translate(-50%, 30%);
    }
    .float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure::before {
        width: 110px;
        height: 110px;
    }
    @keyframes grow {
        0% {
            width: 80px;
            height: 80px;
            opacity: 0.4;
        }
        50% {
            width: 110px;
            height: 110px;
            opacity: .9;
        }
        100% {
            width: 80px;
            height: 80px;
            opacity: 0.4;
        }
    }
    .float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure::after {
        content: '';
        position: absolute;
        bottom: -50px;
    }
    @keyframes float {
        0% {
            margin-top: 0px;
        }
        
        50% {
            margin-top: 40px;
        }
        
        100% {
            margin-top: 0px;
        }
    }
}

.float_bacteria_background .float_bacteria_item:nth-child(1) {
    top: 50%;
    left: 6.5%;
}
.float_bacteria_background .float_bacteria_item:nth-child(2) {
    top: 19%;
    left: 17%;
}
.float_bacteria_background .float_bacteria_item:nth-child(3) {
    top: 73%;
    left: 15.3%;
}
.float_bacteria_background .float_bacteria_item:nth-child(4) {
    top: 39%;
    left: 28%;
}
.float_bacteria_background .float_bacteria_item:nth-child(5) {
    top: 20.5%;
    left: 48%;
}
.float_bacteria_background .float_bacteria_item:nth-child(6) {
    top: 53%;
    left: 55.2%;
}
.float_bacteria_background .float_bacteria_item:nth-child(7) {
    top: 20%;
    left: 63.5%;
}
.float_bacteria_background .float_bacteria_item:nth-child(8) {
    top: 22%;
    left: 79%;
}
.float_bacteria_background .float_bacteria_item:nth-child(9) {
    top: 48%;
    left: 85.5%;
}

@media screen and (max-width: 1025px) {
    .float_bacteria_background {
        min-height: 32vh !important;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(1) {
        top: 46%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(2) {
        top: 15%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(3) {
        top: 69%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(4) {
        top: 35%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(5) {
        top: 16.5%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(6) {
        top: 49%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(7) {
        top: 16%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(8) {
        top: 18%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(9) {
        top: 44%;
    }
    
    /*  */
    .float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure img {
        width: 22px !important;
        height: 22px !important;
    }
    .float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure::before {
        width: 42px;
        height: 42px;
    }
    @keyframes grow {
        0% {
            width: 30px;
            height: 30px;
            opacity: 0.4;
        }
        50% {
            width: 42px;
            height: 42px;
            opacity: .9;
        }
        100% {
            width: 30px;
            height: 30px;
            opacity: 0.4;
        }
    }
    .float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure::after {
        content: '';
        position: absolute;
        bottom: -20px;
    }
    @keyframes float {
        0% {
            margin-top: 0px;
        }
        
        50% {
            margin-top: 12px;
        }
        
        100% {
            margin-top: 0px;
        }
    }
}

@media screen and (max-width: 640px) {
    .float_bacteria_background {
        min-height: 22vh !important;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(1) {
        top: 41%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(2) {
        top: 10%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(3) {
        top: 64%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(4) {
        top: 30%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(5) {
        top: 11.5%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(6) {
        top: 44%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(7) {
        top: 11%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(8) {
        top: 13%;
    }
    .float_bacteria_background .float_bacteria_item:nth-child(9) {
        top: 39%;
    }
    /*  */
    .float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure img {
        width: 12px !important;
        height: 12px !important;
    }
    .float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure::before {
        width: 20px;
        height: 20px;
    }
    @keyframes grow {
        0% {
            width: 15px;
            height: 15px;
            opacity: 0.4;
        }
        50% {
            width: 20px;
            height: 20px;
            opacity: .9;
        }
        100% {
            width: 15px;
            height: 15px;
            opacity: 0.4;
        }
    }
    .float_bacteria_background .float_bacteria_item .wp-block-uagb-image  .wp-block-uagb-image__figure::after {
        content: '';
        position: absolute;
        bottom: -8px;
    }
    @keyframes float {
        0% {
            margin-top: 0px;
        }
        
        50% {
            margin-top: 5px;
        }
        
        100% {
            margin-top: 0px;
        }
    }
    .float_bacteria_background .float_bacteria_item .tooltip .tooltip-container .tooltiptext {
        font-size: 10px;
    }
    .float_bacteria_background .float_bacteria_item .tooltip .tooltip-container .tooltiptitle {
        font-size: 15px;
    }
    .float_bacteria_background .float_bacteria_item .tooltip {
        width: 200px !important;
        padding: 15px;
        transform: translate(-50%, 18%);
    }
    .float_bacteria_background .float_bacteria_item:nth-child(9) .tooltip {
        transform: translate(-85%, 18%);
    }
    .float_bacteria_background .float_bacteria_item:nth-child(9) .tooltip .tooltip-container::before {
        transform: translateX(50px);
    }
    .float_bacteria_background .float_bacteria_item:nth-child(8) .tooltip {
        right: 0%;
        transform: translate(-80%, 18%);
    }
    .float_bacteria_background .float_bacteria_item:nth-child(8) .tooltip .tooltip-container::before {
        right: 0%;
        transform: translateX(40px);
    }
    .float_bacteria_background .float_bacteria_item:nth-child(2) .tooltip {
        transform: translate(-20%, 18%);
    }
    .float_bacteria_background .float_bacteria_item:nth-child(2) .tooltip .tooltip-container::before {
        left: 0%;
        transform: translateX(50%);
    }
    .float_bacteria_background .float_bacteria_item:nth-child(3) .tooltip {
        transform: translate(-20%, 18%);
    }
    .float_bacteria_background .float_bacteria_item:nth-child(3) .tooltip .tooltip-container::before {
        left: 0%;
        transform: translateX(50%);
    }
}


/*  */

.sticky-wrapper {
    height: 400vh;
    position: relative;
    margin: 0px !important;
}

.hero-section {
    position: sticky;
    top: 0;
    margin: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 100px 0px;
}

section.hero-section::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
/*     background: radial-gradient(circle at top right, #3AA6A1 0%, #004F8B 70%); */
    opacity: 0.1;
}

.hero-section #image-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
	object-fit: none;
}

.hero-section .info-container {
	display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px;
    margin-top: 50px;
}

.hero-section img {
    display: none;
}

.hero-section .info-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-section .content-wrapper {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-section .text-content {
    max-width: 560px;
    display: grid;
    grid-row-gap: 50px;
}

.hero-section .text-content p#info-text {
    font-family: "inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
	letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0px;
}

.hero-section .info-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.hero-section .info-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.hero-section .info-icon svg {
    width: 32px;
    height: 32px;
    stroke: white;
    stroke-width: 2;
    fill: none;
}

body.page-id-2539 .text-content p#main-title,
.hero-section .info-box p#main-title {
	font-family: "Red Hat Display";
    color: #ffffff;
    font-size: 2.5em;
    line-height: 120%;
    margin: 0;
	letter-spacing: 0px;
    font-weight: 600;
}

@media (min-width:2300px)
{
    body.page-id-2539 .text-content p#main-title,
    .hero-section .info-box p#main-title
    {
        font-size: 2.5em;
    }
    
    .hero-section .text-content p#info-text
    {
        font-size:1.5em;
    }
    
    .hero-section .text-content
    {
        margin-top:-250px;
        min-width: 800px;
    }
}

@media (min-width:1500px) and (max-width:2299px)
{
    body.page-id-2539 .text-content p#main-title,
    .hero-section .info-box p#main-title
    {
        font-size: 1.5em;
    }
    
    .hero-section .text-content
    {
        margin-top:-180px;
        min-width: 750px;
    }
}

@media (min-width:1025px) and (max-width:1499px)
{
    body.page-id-2539 .text-content p#main-title,
    .hero-section .info-box p#main-title
    {
        font-size: 1.25em;
    }
    
    .hero-section .text-content
    {
        margin-top:-130px;
        min-width: 700px;
    }
    
    .hero-section .text-content p#info-text
    {
        font-size:1em;
    }
    
    .hero-section .info-container
    {
        margin-top:20px;
        align-items:center;
    }
}

@media (max-width:1024px)
{
    body.page-id-2539 .text-content p#main-title,
    .hero-section .info-box p#main-title
    {
        font-size: 1.125em;
    }
    
    .hero-section .text-content p#info-text
    {
        font-size:1em;
    }
    
    .hero-section .info-container
    {
        margin-top:20px;
        align-items:center;
    }
}

.hero-section .range-controls {
    max-width: 300px;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-section .custom-slider {
    position: relative;
    height: 60vh;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .slider-track {
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 1px;
}

.hero-section .slider-progress {
    position: absolute;
    width: 2px;
    background: transparent;
    border-radius: 1px;
    top: 0;
    height: 0%;
    transition: height 0.3s ease;
}

.hero-section .slider-thumb {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #d0e2e778;
    border: 1px solid #F4F6F8;
    cursor: grab;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 10;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-section .slider-thumb span {
  height: 25px;
  width: 25px;
  background: #F4F6F8;
  display: block;
  border-radius: 50%;
}

.hero-section .slider-thumb:active {
    cursor: grabbing;
    transform: scale(1.05);
}

.hero-section .slider-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.hero-section .slider-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F4F6F8;
    transition: all 0.3s ease;
}

.spacing {
    height: 100vh;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-section .content-wrapper {
        padding: 0 35px;
    }
    .hero-section .text-content {
        max-width: 450px;
		margin-top: -100px;
    }

    .hero-section .slider-button {
        margin: 60px 0;
    }
}

@media (max-width: 640px) {
	#gform_3 .gform-body .gfield_label[for="input_3_5"],
	#gform_3 .gform-body .gfield_label[for="input_3_10"],
	#gform_3 .gform-body .gfield_label[for="input_3_11"] { opacity: 0; display: none; }
	#gform_3 .gform-body #input_3_21 { 
		flex-direction: column;
		width: 100%;
	}
	#gform_3 .gform-body #gform_fields_3,
	#gform_4 .gform-body #gform_fields_4 { row-gap: 20px !important; }
    
    .hero-section .slider-thumb {
        position: absolute;
        width: 65px;
        height: 65px;
    }
    .hero-section .content-wrapper {
        gap: 40px;
        padding: 30px 35px;
    }

    .hero-section .text-content p {
        font-size: 28px;
    }

    .hero-section .info-box {
        padding: 20px;
    }

    .hero-section .info-box p {
        font-size: 14px;
    }

    .hero-section .range-controls {
        max-width: 100%;
    }
}

/*  */
@media (max-width: 900px) {
.hero-section {
        height: 400px;
        min-height: auto;
    }
	.hero-section .custom-slider{
		    height: 23vh;
	}
	.hero-section .range-controls{
		height: 30vh;
	}
	.sticky-wrapper{
		height: auto;
	}
	
	.hero-section #image-canvas{
		object-fit:fill !important;
	}
}

body.page-id-2269 .hero-slide a.cta-btn {
    padding: 0px 55px 0px 20px !important;
    background-color: #fff !important;
    height: 40px;
}

body.page-id-2269 .hero-slide a.cta-btn:hover::before {
    /* background-color: transparent !important; */
    position: static !important;
    display: none !important;
}

body.page-id-2269 .hero-slide a.cta-btn:hover p { color: #fff !important; } 
body.page-id-2269 .hero-slide a.cta-btn p { 
    margin: 0px !important; 
    z-index: 999 !important;
}

body.page-id-2269 .hero-slide a.cta-btn:hover .arrow {
    width: 100% !important;
}

body.page-id-2269 .hero-slide a.cta-btn .arrow {
    position: absolute;
    top: 0%;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
    z-index: 9 !important;
    transition: width .5s ease-in-out;
    padding-right: 7px;
}

body.home .fade-in-heading h1,
body.page-id-2269 .fade-in-heading h1 {
    opacity: 0;
}

body.home .fade-in-heading h1 span,
body.page-id-2269 .fade-in-heading h1 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
  mix-blend-mode: plus-darker;
}

body.home .fade-in-heading h1.active span:nth-child(1),
body.page-id-2269 .fade-in-heading h1.active span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

body.home .fade-in-heading h1.active span:nth-child(2),
body.page-id-2269 .fade-in-heading h1.active span:nth-child(2) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

body.home .fade-in-heading h1.active span:nth-child(3),
body.page-id-2269 .fade-in-heading h1.active span:nth-child(3) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

body.home .fade-in-heading h1.active span:nth-child(4),
body.page-id-2269 .fade-in-heading h1.active span:nth-child(4) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

body.home .fade-in-heading h1.active span:nth-child(5),
body.page-id-2269 .fade-in-heading h1.active span:nth-child(5) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
