/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic.woff2') format('woff2'),
        url('fonts/CenturyGothic.woff') format('woff'),
        url('fonts/CenturyGothic.ttf') format('truetype'),
        url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Bold.eot');
    src: url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('fonts/CenturyGothic-Bold.woff') format('woff'),
        url('fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



header#masthead header.elementor-element {
    position: absolute;
}
header#masthead header.elementor-element .header-logo .hfe-site-logo img {
    height: 120px;
}
header#masthead header.main-header .header-menu nav ul.hfe-nav-menu {
    gap: 1rem;
}

header#masthead header.main-header .header-menu nav ul.hfe-nav-menu a.hfe-menu-item.elementor-button:hover {
    background: #fff;
    color: var( --e-global-color-secondary );
}
section.stats-bar-section {
    padding: 2rem 5vw;
}
section.GlobalWaterChallenge{
	padding:7rem 5vw;
}
.challenge-visual {
    position:relative; aspect-ratio:1/1; max-width:480px; margin:auto;
  }
  .globe-wrap {
    width:100%; height:100%; border-radius:50%;
    background: radial-gradient(circle at 35% 35%, #246a9e, #163858);
    position:relative; overflow:hidden;
    box-shadow: 0 0 80px rgba(0,196,212,0.2), inset 0 0 60px rgba(0,0,0,0.5);
  }
  .globe-wrap::after {
    content:'';
    position:absolute; inset:0;
    background: radial-gradient(ellipse at 30% 30%, rgba(0,196,212,0.15), transparent 60%);
  }
  .globe-lines {
    position:absolute; inset:0;
    background:
      repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(0,196,212,0.06) 28px, rgba(0,196,212,0.06) 29px),
      repeating-linear-gradient(90deg, transparent, transparent 28px, rgba(0,196,212,0.06) 28px, rgba(0,196,212,0.06) 29px);
  }
  .globe-highlight {
    position:absolute; top:15%; left:20%; width:60%; height:40%;
    background: linear-gradient(135deg, rgba(0,196,212,0.12), transparent);
    border-radius:50%;
    filter:blur(30px);
  }
  .globe-water-pct {
    position:absolute; inset:0; display:flex; flex-direction:column;
    align-items:center; justify-content:center; z-index:5;
    text-align:center;
  }
  .globe-water-pct .big {
    font-family:"Syne", Sans-serif; font-size:4rem; font-weight:800; color:var( --e-global-color-secondary );
    line-height:1;
  }
  .globe-water-pct .small {
    font-size:0.75rem; letter-spacing:0.15em; text-transform:uppercase; color:var( --e-global-color-65b1a13 );
    margin-top:0.4rem;
  }
   .globe-orbit {
    position:absolute; inset:-8%; border-radius:50%;
    border: 1px dashed rgba(0,196,212,0.2);
    animation: spin 20s linear infinite;
  }
  @keyframes spin { to{transform:rotate(360deg);} }
  .globe-orbit-dot {
    position:absolute; top:-4px; left:50%; margin-left:-4px;
    width:8px; height:8px; border-radius:50%;
    background:var( --e-global-color-secondary );
    box-shadow:0 0 12px #f9615d;
  }

section.Solutions {
    padding: 7rem 5vw;
}

section.Solutions .solutions-listing .solution-listing-box .solution-box-image {
    height: 600px;
    position: relative;
    padding: 0;
}

section.Solutions .solutions-listing .solution-listing-box .solution-box-image .elementor-widget-image {
    height: 100%;
    width: 100%;
}

section.Solutions .solutions-listing .solution-listing-box .solution-box-image .elementor-widget-image img {
    height: 100%;
	width:100%;
    object-fit: cover;
    vertical-align: bottom;
}

section.Solutions .solutions-listing .solution-listing-box .solution-box-content {
    position: absolute;
    bottom: 0;
    padding: 30px;
    padding-top:0px;
}

section.Solutions .solutions-listing .solution-listing-box .solution-box-image:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(28,52,86,1) 100%);
}
section.Scalability-sections {
    padding: 7rem 5vw;
}
#scale {
    background: #1c3456;
    text-align:center;
  }
  .scale-head { margin-bottom:4rem; }
  .scale-head .section-title { margin:auto; }

  .scale-track {
    position:relative;
    display:flex; align-items:flex-end; justify-content:center;
    gap:2px; height:280px;
    max-width:960px; margin:0 auto 3rem;
  }
  .scale-bar-wrap {
    flex:1; max-width:130px;
    display:flex; flex-direction:column; align-items:center;
    height:100%;
    justify-content:flex-end;
  }
  .scale-bar {
    width:100%; border-radius:4px 4px 0 0;
    background: linear-gradient(to top, #f9615d, #099eff);
    opacity:0.75;
    transition: opacity 0.3s;
    position:relative;
    animation: growUp 1.2s ease both;
  }
  .scale-bar:hover { opacity:1; }
  .scale-bar-wrap:nth-child(1) .scale-bar { height:8%; animation-delay:0.1s; }
  .scale-bar-wrap:nth-child(2) .scale-bar { height:18%; animation-delay:0.2s; }
  .scale-bar-wrap:nth-child(3) .scale-bar { height:32%; animation-delay:0.3s; }
  .scale-bar-wrap:nth-child(4) .scale-bar { height:52%; animation-delay:0.4s; }
  .scale-bar-wrap:nth-child(5) .scale-bar { height:78%; animation-delay:0.5s; }
  .scale-bar-wrap:nth-child(6) .scale-bar { height:100%; animation-delay:0.6s; }
  @keyframes growUp {
    from{height:0;opacity:0;}
  }

  .scale-bar-val {
    font-family:"Syne", Sans-serif;
    font-size:0.7rem; font-weight:700;
    color:#f9615d; margin-bottom:0.4rem;
  }
  .scale-bar-label {
    font-size:0.68rem; color:var(--gray);
    text-align:center; margin-top:0.6rem; letter-spacing:0.02em;
  }
  .scale-axis {
    max-width:960px; margin:0 auto;
    border-top:1px solid rgba(0,196,212,0.2);
  }
  .scale-note {
    font-size:0.8rem; color:var(--gray); margin-top:2rem;
    text-align:center;
  }
  .scale-note strong { color:var(--white); }

 section.flagship-section {
    padding: 7rem 5vw;
}
.flagship-hex {
    width:160px; height:160px;
    position:relative; display:flex; align-items:center; justify-content:center;
    margin:auto;
  }
  .flagship-hex::before, .flagship-hex::after {
    content:'';
    position:absolute; inset:0;
    background:transparent;
    border:1.5px solid rgba(0,196,212,0.3);
    clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
    animation: hexPulse 2.5s ease-in-out infinite;
  }
  .flagship-hex::after { inset:-20px; animation-delay:1.25s; opacity:0.5; }
  @keyframes hexPulse { 0%,100%{opacity:0.3;} 50%{opacity:0.8;} }
  .flagship-hex-inner {
    clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
    background:#fff;
    width:100%; height:100%;
    display:flex; align-items:center; justify-content:center;
    flex-direction:column;
  }
  .flagship-hex-num {
    font-family:"Syne", Sans-serif; font-size:1.4rem; font-weight:800; color:#f9615d;
    line-height:1;
  }
  .flagship-hex-unit {
    font-size:0.65rem; letter-spacing:0.12em; text-transform:uppercase; color:#b8cdd9;
  }
  section.technology {
    padding: 7rem 5vw;
}
section.applications-section {
    padding: 7rem 5vw;
}

  .why-visual {
    position:relative; max-width:480px; margin:auto;
    aspect-ratio:1;
    width:100%;
  }
  .why-ring-outer {
    width:100%; height:100%; border-radius:50%;
    background:radial-gradient(circle at 50% 50%, rgba(0,196,212,0.08), transparent 60%);
    border:1px solid rgba(0,196,212,0.1);
    display:flex; align-items:center; justify-content:center;
    height:500px;
  }
  .why-ring-mid {
    width:75%; height:75%; border-radius:50%;
    background:radial-gradient(circle at 50% 50%, rgba(0,196,212,0.1), transparent 60%);
    border:1px solid rgba(0,196,212,0.15);
    display:flex; align-items:center; justify-content:center;
  }
  .why-ring-inner {
    width:65%; height:65%; border-radius:50%;
    background:linear-gradient(135deg,#1e5585,#163860);
    border:1px solid rgba(0,196,212,0.25);
    display:flex; align-items:center; justify-content:center; flex-direction:column;
  }
  .why-center-word {
    font-family:var(--font-head); font-size:1.3rem; font-weight:800;
    color:var(--white); text-align:center;
  }
  .why-center-word span { display:block; color:#f9615d; }
  .why-orbit-label {
    position:absolute; font-size:0.65rem; letter-spacing:0.12em;
    text-transform:uppercase; color:#f9615d;
    background:#1c3456;
    padding:0.2rem 0.5rem;
    border:1px solid rgba(0,196,212,0.2);
    border-radius:100px;
    white-space:nowrap;
  }
  .wol-1 { top:8%; left:50%; transform:translateX(-50%); }
  .wol-2 { top:50%; right:3%; transform:translateY(-50%); }
  .wol-3 { bottom:8%; left:50%; transform:translateX(-50%); }
  .wol-4 { top:50%; left:3%; transform:translateY(-50%); }
  .elementor-editor-active header#masthead header.elementor-element {
    position: inherit;
}
footer#colophon footer {
    padding: 4rem 5vw 2rem;
}
header#masthead header.main-header .header-menu nav ul.hfe-nav-menu li.menu-item.elementor-widget-button a.hfe-menu-item.elementor-button {
    color: #fff;
}
header#masthead header.main-header .header-menu nav ul.hfe-nav-menu li.menu-item.elementor-widget-button a.hfe-menu-item.elementor-button:hover{
  color:#000;
}
footer#colophon footer.main-footer .elementor-icon-box-wrapper .elementor-icon-box-content p.elementor-icon-box-description a:hover {
    color: var( --e-global-color-secondary );
}
.contactpage-form form.wpcf7-form label {
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #fff;
}

.contactpage-form form.wpcf7-form span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.contactpage-form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: #172d4a;
    padding: 15px 35px;
    color: #fff;
    font-weight: bold;
    font-family: 'Syne';
    text-transform: uppercase;
    border: none;
}
.contactpage-form form.wpcf7-form .wpcf7-not-valid-tip{
  margin-top:10px;
  color:#670000;
}
#coming-soon-footer-banner {
    background: #f9615d;
    font-weight: 600;
    letter-spacing: 0 !important;
    font-family: 'DM Sans';
}

#coming-soon-footer-banner a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
section.product-hero-section {
    background: url(https://deckwebtech.com/dev/huprotec/wp-content/uploads/2026/04/slider-4.jpg);
    padding: 250px 0px 150px;
    background-position: center;
    position: relative;
}

section.product-hero-section:after {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
/*     background: linear-gradient(180deg, #14496A 0%, #122338 100%);linear-gradient(180deg, #14496A 0%, #122338 100%):; */
    opacity: .6;
}
section.product-hero-section h1 {
    color:#1c3456;
    z-index: 9;
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 48px;
    font-weight: 900;
}
.product-wapper-sections {
    padding: 50px 0px;
}
.product-wapper-sections .product.type-product {
    max-width: 1200px;
    margin: auto;
}

.product-wapper-sections main#main {
    max-width: 1200px;
}

.product-wapper-sections nav.woocommerce-breadcrumb, .product-wapper-sections nav.woocommerce-breadcrumb a {color: #fff;font-weight: 600;}

.product-wapper-sections .product.type-product .woocommerce-product-gallery {
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid #fff;
}
.product-wapper-sections .summary.entry-summary p.price {
    color: #f9615d;
    font-weight: bold;
}
.product-wapper-sections .summary.entry-summary .woocommerce-product-details__short-description ul li {
    margin-bottom: 10px;
}
.product-wapper-sections .summary.entry-summary form.variations_form.cart table.variations {
    background: #0871b9;
    padding: 20px;
    border-radius: 10px;
    margin-top:10px;
    position:relative;
}
.product-wapper-sections .summary.entry-summary form.variations_form.cart table.variations a.reset_variations {
    position: absolute;
    left: 40px;
    bottom: 0;
    color: #fff;
    width: auto;
    text-align: center;
    background: #f9615d;
    padding: 5px 20px;
    display: inline-block;
    line-height: normal;
    border-radius: 3px 3px 0px 0px;
}
.product-wapper-sections .summary.entry-summary form.variations_form.cart table.variations select#pa_color {
    border: 1px solid #000;
    color: #000;
    margin: 0;
    background-color: #fff;
}
.product-wapper-sections .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
}

.product-wapper-sections .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button.single_add_to_cart_button {
    background: #f9615d;
    text-transform: uppercase;
    font-family: 'Syne';
}
.product-wapper-sections .woocommerce-tabs ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 15px;
}

.product-wapper-sections .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

.product-wapper-sections .woocommerce-tabs ul.tabs::after {
    display: none !important;
}

.product-wapper-sections .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
}

.product-wapper-sections .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.product-wapper-sections .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.product-wapper-sections .woocommerce-tabs ul.tabs li a {
    padding: 10px 35px !important;
    background: #f9615d;
    color: #fff !important;
    border: none !important;
    margin: 0px !important;
    font-family: 'Syne';
    text-transform: capitalize;
}
.product-wapper-sections .woocommerce-tabs ul.tabs li:hover a{
    background:#fff !important;
    color:#000 !important;
}
.product-wapper-sections .woocommerce-tabs ul.tabs li {
    border: none !important;
    border-radius: 5px 5px 0px 0px !important;
    overflow: hidden;
}


.product-wapper-sections .woocommerce-tabs .woocommerce-Tabs-panel {
    border: 1px solid #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 30px !important;
}

.product-wapper-sections .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}

.product-wapper-sections .woocommerce-tabs ul.tabs li.active a {
    background: #fff !important;
    color: #000 !important;
}
.product-wapper-sections .woocommerce-tabs .woocommerce-Tabs-panel th, .product-wapper-sections .woocommerce-tabs .woocommerce-Tabs-panel td {
    border: none;
}

.product-wapper-sections .woocommerce-tabs .woocommerce-Tabs-panel p.form-submit input#submit {
    background: #f9615d !important;
    color: #fff !important;
    font-family: 'Syne' !important;
    padding: 12px 35px !important;
}

.product-wapper-sections .woocommerce-tabs .woocommerce-Tabs-panel form {
    font-weight: 600;
}

.product-wapper-sections .woocommerce-tabs .woocommerce-Tabs-panel form textarea {
    padding: 10px !important;
    margin-top: 10px;
}
#coming-soon-footer-banner a.coming-soon-footer-banner-dismiss{background-color:#fff;}
.product-wapper-sections .woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: auto;
}

.product-wapper-sections .woocommerce-notices-wrapper .woocommerce-message {
    border-radius: 5px;
}

.product-wapper-sections .woocommerce-notices-wrapper .woocommerce-message a.button {
    background: #f9615d;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Syne';
    font-size: 14px;
}
form.woocommerce-ordering select.orderby {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-weight: 500;
}
.product-wapper-sections ul.products li.product {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

.product-wapper-sections ul.products li.product h2.woocommerce-loop-product__title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.product-wapper-sections ul.products li.product span.price {
    color: #f9615d;
    font-weight: bold;
    margin: 0;
}

.product-wapper-sections ul.products li.product a.button {
    background: #f9615d;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Syne';
    font-size: 14px;
}

.product-wapper-sections ul.products li.product img {
    margin-bottom: 0 !important;
}
.product-wapper-sections ul.products {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: normal !important;
    margin: 0;
    padding: 0;
}

.product-wapper-sections ul.products li.product {
    width: calc(25% - 20px);
    margin: 0;
    padding: 15px;
}

.product-wapper-sections ul.products::before {
    display: none;
}

.product-wapper-sections ul.products::after {
    display: none;
}
.product-wapper-sections .entry-content .wp-block-woocommerce-cart {
    margin: 0;
}
.product-wapper-sections .entry-content .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-coupon__content form button.wp-element-button {
    background: #f9615d;
    color: #fff;
    opacity: 1 !important;
}
.product-wapper-sections .entry-content .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-coupon__content form button.wp-element-button .wc-block-components-button__text {
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Syne';
    font-weight: bold;
}
.product-wapper-sections .entry-content .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-coupon__content form label {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.product-wapper-sections .entry-content .wc-block-components-sidebar a.wc-block-components-button.wp-element-button {
    background: #f9615d;
    color: #fff;
    font-weight: bold;
    font-family: 'Syne';
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
}
.product-wapper-sections table a.wc-block-components-product-name {
    font-size:18px !important;
    color: #fff;
    font-family: 'Syne';
    font-weight: 900;
}
.product-wapper-sections .entry-content form.wc-block-components-form.wc-block-checkout__form button.wc-block-components-button.wp-element-button {
    background: #f9615d;
    color: #fff;
    font-family: 'Syne';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px !important;
}
.product-wapper-sections .entry-content form.wc-block-components-form.wc-block-checkout__form button.wc-block-components-button.wp-element-button:hover{background:#fff; color:#000; border-color:#fff;}
.product-wapper-sections .entry-content form.wc-block-components-form.wc-block-checkout__form a.wc-block-components-checkout-return-to-cart-button {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Syne';
}
.product-wapper-sections .entry-content form.wc-block-components-form.wc-block-checkout__form a.wc-block-components-checkout-return-to-cart-button:hover{color:#fff;}
.product-wapper-sections .entry-content form.wc-block-components-form.wc-block-checkout__form input, .product-wapper-sections .entry-content form.wc-block-components-form.wc-block-checkout__form select, .product-wapper-sections .entry-content form.wc-block-components-form.wc-block-checkout__form textarea {
    background: none !important;
    color: #fff;
}
.product-wapper-sections .entry-content form.wc-block-components-form .wc-blocks-components-select__container {background: none;}
.product-wapper-sections .entry-content form.wc-block-components-form.wc-block-checkout__form textarea::placeholder{color:#fff !important;}
.product-wapper-sections .entry-content .wc-block-components-sidebar.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block form label {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.product-wapper-sections .entry-content .wc-block-components-sidebar.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block form button.wc-block-components-button.wp-element-button {
    background: #f9615d;
    color: #fff;
}

.product-wapper-sections .entry-content .wc-block-components-sidebar.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block form button.wc-block-components-button.wp-element-button .wc-block-components-button__text {
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Syne';
    font-weight: bold;
}
.product-wapper-sections .summary.entry-summary .product_meta a:hover {
    color: #fff;
}
.product-wapper-sections .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button.single_add_to_cart_button:hover{
    background:#fff;
    color:#000;
}
.product-wapper-sections ul.newslisting {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /*justify-content: space-between;*/
}
.product-wapper-sections ul.newslisting li {
    width: calc(33.33% - 30px);
    list-style: none;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 15px;
}
.product-wapper-sections ul.newslisting li article.post .post-thumbnail {
    margin-bottom: 20px;
}
.product-wapper-sections ul.newslisting li article.post .post-thumbnail img {
    vertical-align: middle;
    width:auto;
}
.product-wapper-sections ul.newslisting li article.post .post-content h2.entry-title {
    margin: 0;
}
.product-wapper-sections ul.newslisting li article.post .post-content h2.entry-title a {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Syne';
    color: #fff;
}
.product-wapper-sections ul.newslisting li article.post .post-content .entry-meta {
    margin-bottom: 10px;
    width: 100%;
}
.product-wapper-sections ul.newslisting li article.post .post-content .entry-meta span.post-date {
    font-size: 14px;
    font-family: 'DM Sans';
    color: #f9615d;
    font-weight: 600;
}
.product-wapper-sections ul.newslisting li article.post .post-content .entry-excerpt p {
    font-size: 14px;
}
.product-wapper-sections ul.newslisting li article.post .post-content a.read-more-btn {
    background: #f9615d;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
}
.product-wapper-sections ul.newslisting li article.post .post-content a.read-more-btn:hover{background:#fff; color:#000;}
header#masthead header.main-header nav ul.hfe-nav-menu li.menu-item ul.sub-menu {
    overflow: hidden;
}
.product-wapper-sections .postdetails-rowdetails {
    display: flex;
    gap: 35px;
}

.product-wapper-sections .postdetails-rowdetails .postdettails-left {
    width: 35%;
}

.product-wapper-sections .postdetails-rowdetails .postdetails-rightright {
    width: calc(100% - 35%);
}
.product-wapper-sections .postdetails-rowdetails .postdetails-rightright .page-content .postdetailsdate .post-meta {
    margin-bottom: 10px;
}

.product-wapper-sections .postdetails-rowdetails .postdetails-rightright .page-content .postdetailsdate .post-meta span.post-date {
    font-weight: bold;
    font-size: 18px;
}


section.Solutions .solutions-listing .solution-box-image a {
    display: contents;
}
section.Solutions .solutions-listing .solution-listing-box .solution-box-content h6.elementor-heading-title a {
    font-family: 'Zen Dots';
}


/*css for font start*/
.elementor-background-slideshow.swiper +.e-con-inner h1.elementor-heading-title.elementor-size-default {
    font-family: 'Century Gothic' !important;
}

.elementor-background-slideshow.swiper + 
.elementor-element.e-con-full.e-flex.e-con.e-child h2.elementor-heading-title.elementor-size-default {
    font-family: 'Century Gothic' !important;
}

/*css for font end*/


.applicationproject-form .formapplication form.wpcf7-form p {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Zen Dots';
}

.applicationproject-form .formapplication form.wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.applicationproject-form .formapplication form.wpcf7-form span.wpcf7-form-control-wrap span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px;
    font-family: 'DM Sans';
    font-size: 15px;
    text-transform: capitalize;
}

.applicationproject-form .formapplication form.wpcf7-form label {
    width: 100%;
/* 	font-weight:bold; */
}

.applicationproject-form .formapplication form.wpcf7-form h3 {
    font-size: 30px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.applicationproject-form .formapplication form.wpcf7-form ul {
    margin: 20px 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.applicationproject-form .formapplication form.wpcf7-form ul li {
    list-style: none;
}

.applicationproject-form .formapplication form.wpcf7-form ul li.half {
    width: calc(50% - 20px);
}

.applicationproject-form .formapplication form.wpcf7-form ul li p {
    margin: 0;
}

.applicationproject-form .formapplication form.wpcf7-form ul li span.wpcf7-form-control-wrap {
    margin: 0;
}
.applicationproject-form .formapplication form.wpcf7-form input.wpcf7-submit {
    background: #132840;
    color: #fff;
    padding: 15px 30px;
    border: none;
}
.wpcf7-response-output {
/*     background: #46b450; */
    text-align: center;
    border: 2px solid #fff !important;
    padding: 15px !important;
    font-weight: bold;
}


.bookvisit-section form.wpcf7-form ul.formbookvisit {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}

.bookvisit-section form.wpcf7-form ul.formbookvisit li {list-style: none;}

.bookvisit-section form.wpcf7-form ul.formbookvisit li.third {
    width: calc(32.50% - 0px);
}

.bookvisit-section form.wpcf7-form ul.formbookvisit li.full {
    width: 100%;
}

.bookvisit-section form.wpcf7-form ul.formbookvisit li p {
    margin: 0;
    width: 100%;
}

.bookvisit-section form.wpcf7-form ul.formbookvisit li label {
    width: 100%;
    font-weight: 500;
}

.bookvisit-section form.wpcf7-form ul.formbookvisit span.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.bookvisit-section form.wpcf7-form ul.formbookvisit li input.wpcf7-form-control.wpcf7-submit {
    background: #cb3328;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
}
section.stats-bar-section h2.elementor-heading-title {
    font-family: 'Century Gothic' !important;
}

section.stats-bar-section .elementor-widget-text-editor {
    font-family: 'Century Gothic';
}

.elementor-heading-title a, .elementor-heading-title, h1, h2, h3, h4, h5, h6, a{font-family: 'Century Gothic' !important; font-weight:bold !important;}
body p{font-family: 'Century Gothic' !important; }

@media(max-width:1248px){


    div#bookvisitsec {
    max-width: 96%;
    margin: auto;
    width: 100%;
}

.bookvisit-section form.wpcf7-form ul.formbookvisit li.third {
    width: calc(49% - 0px);
}

}


@media(max-width:1025px){
     nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
    overflow-x: hidden;
}
}

@media(max-width:991px){


    .bookvisit-section form.wpcf7-form ul.formbookvisit li.third {
        width: calc(48.50% - 0px);
    }
}
@media(max-width:767px){
    section.applications-section, section.GlobalWaterChallenge, section.Solutions, section.Scalability-sections, section.flagship-section, section.technology, section.water-solution {
    padding: 3rem 3vw!important;
}



.GlobalWaterChallenge{
    overflow: hidden;
}

    .hero-slider-content .n2-ss-item-content {
        font-size: 29px !important;
        font-weight: 500 !important;
    }

    .bookvisit-section form.wpcf7-form ul.formbookvisit li.third {
    width: calc(100% - 0px);
}


}


@media (max-width: 600px) {



.why-ring-outer{
    height: 100%;
}

.challenge-visual {

    max-width: 220px;
  
}
.globe-water-pct .big {
    font-size: 3rem;}

}



/*New Blog Page CSS 6-5-26*/

.bloganipage_container {
    display: flex;
    max-width: 1400px;
    margin: auto;
        padding-left: 15px;
    padding-right: 15px;
}

.bloganipage_container main#content {
    width: calc(100% - 300px);
}

.bloganipage_container aside.news-sidebar {
    width: 275px;
}



.bloganipage_container aside.news-sidebar h3.widget-title {
    font-size: 20px;
}

.bloganipage_container aside.news-sidebar .sidebar-widget {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ffffff40;
}

.bloganipage_container aside.news-sidebar form.search-form {
    width: 100%;
    display: block;
}

.bloganipage_container aside.news-sidebar form.search-form input.search-submit {
    display: none;
}

.bloganipage_container aside.news-sidebar form.search-form input.search-field {
    width: 100% !important;
    outline: 0px !important;
    font-size:14px
}

.bloganipage_container aside.news-sidebar form.search-form label {
    display: block;
}
.bloganipage_container aside.news-sidebar ul.news-categories {
    padding-left: 15px !important;
}

.bloganipage_container aside.news-sidebar ul.news-categories a {
    font-weight: 400 !important;
    color: #fff;
    font-size: 15px;
}

.bloganipage_container aside.news-sidebar ul.news-categories li {
    margin-bottom: 8px;
}

.bloganipage_container aside.news-sidebar .recent-posts-with-image article.recent-post-item {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.bloganipage_container aside.news-sidebar .recent-posts-with-image article.recent-post-item .recent-thumb {
    width: 80px;
    overflow: hidden;
}

.bloganipage_container aside.news-sidebar .recent-content {
    width: calc(100% - 80px);
}

.bloganipage_container aside.news-sidebar .recent-posts-with-image article.recent-post-item .recent-thumb a {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.bloganipage_container aside.news-sidebar .recent-posts-with-image article.recent-post-item  .recent-content h4 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bloganipage_container aside.news-sidebar .recent-posts-with-image article.recent-post-item .recent-content .recent-excerpt {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;         
    -webkit-box-orient: vertical;  
    overflow: hidden;              
}

.bloganipage_container aside.news-sidebar .tag-cloud a {
    display: inline-block;
    border: solid 1px #ffffff7d;
    font-weight: 300 !important;
    color: #fff;
    border-radius: 30px;
    padding: 5px 10px;
    margin-right: 7px;
    margin-bottom: 10px;
}

.bloganipage_container aside.news-sidebar ul.news-categories li:hover, .bloganipage_container aside.news-sidebar ul.news-categories a:hover {
    color: #f9615d;
}

.bloganipage_container aside.news-sidebar .recent-posts-with-image article.recent-post-item .recent-content h4 a:hover {
    color: #fff;
}

.bloganipage_container aside.news-sidebar .tag-cloud a:hover {
    color: #f9615d;
    border-color: #f9615d;
}


.bloganipage_container nav.pagination a:hover {
    color: #fff;
}

.product-wapper-sections .postdetails-rowdetails .postdetails-rightright span.tag-links a:hover {
    color: #fff;
}


.bloganipage_container nav.pagination a:hover {
    color: #fff;
}

.bloganipage_container ul.newslisting li h2.entry-title {
    line-height: 30px;
}

.site-main.searchpage {
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-main.searchpage .page-content {
    column-count: 3;
}

.site-main.searchpage .page-content article.post {
    break-inside: avoid;
    border: solid 1px #fff2;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 16px;
    font-size: 15px;
}

.site-main.searchpage .page-content article.post h2 a {
    font-size: 24px;
    line-height: normal;
    display: block;
}
.product-wapper-sections .postdetails-rowdetails .postdettails-left .post-thumbnail img {
    width: auto;
}



@media (max-width:1200px){
    .product-wapper-sections  .bloganipage_container ul.newslisting li {
        width: calc(50% - 30px);
    }

    header#masthead header.elementor-element .header-logo .hfe-site-logo img {
        max-height: 120px;
        height: auto;
    }
    .site-main.searchpage .page-content {
        column-count: 2;
    }
}


@media (max-width: 860px){
    .product-wapper-sections  .bloganipage_container ul.newslisting li {
        width: 100%;
    }
}

@media (max-width:767px){
    .product-wapper-sections  .bloganipage_container ul.newslisting li {
        width: 100%;
    }

    .bloganipage_container main#content {
        width: 100%;
        margin: 0px;
        max-width: 100%;
    }

    .bloganipage_container aside.news-sidebar {
        width: 100%;
    }

    .bloganipage_container {
        flex-direction: column;
    }
    .site-main.searchpage .page-content {
        column-count: 1;
    }
}

 /*mobile menu css on 6-5-26 start*/
@media (min-width:1024px){
    .top_main_menu nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow .hfe-nav-menu {
        flex-wrap: nowrap !important;
    }
    
    nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
        width: auto !important;
    }
}

@media (min-width:1024px) and (max-width:1500px) {
    li#menu-item-36  ul.sub-menu {
        left: inherit !important;
        right: 0px;
    }
}


@media (max-width:767px){
    ul#menu-1-2526db5 {
        background: #f9615d !important;
        margin: 0px;
        border-radius:10px;
        gap: 0px !important;
    }

    nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
        background: transparent;
        padding: 15px;
    }

    ul#menu-1-2526db5 a.hfe-sub-menu-item.hfe-sub-menu-item-active {
        border-radius: 0px !important;
    }

    ul#menu-1-2526db5 ul.sub-menu.sub-menu-open {
        border-radius: 0px !important;
        border-top: solid 1px #ffdad9;
    }
}

 /*mobile menu css on 6-5-26 end*/


/* Footer css on 13-5-26 */
@media (min-width:1024px){
	footer ul.hfe-nav-menu {
		min-height: 170px;
	}
}
.wpcf7-not-valid-tip {
    color: #ffd9d9;
    font-size: 14px;
    font-weight: bold;
    display: block;
}



body.blog section.product-hero-section h1 {
    color: #fff !important;
}

body.blog header#masthead header.main-header nav ul.hfe-nav-menu a.hfe-menu-item {
    color: #fff !important;
}

body.blog header#masthead header.main-header .hfe-site-logo .hfe-site-logo-container {
    background: url(https://www.huprotec.com/wp-content/uploads/2026/06/logo-white.png) !important;
    width: 281px !important;
    height: 120px !important;
    background-size: contain !important;
}
body.blog header#masthead header.elementor-element .header-logo .hfe-site-logo img {
    display: none !important;
}


body.single section.product-hero-section h1 {
    color: #fff !important;
}

body.single header#masthead header.main-header nav ul.hfe-nav-menu a.hfe-menu-item {
    color: #fff !important;
}

body.single header#masthead header.main-header .hfe-site-logo .hfe-site-logo-container {
    background: url(https://www.huprotec.com/wp-content/uploads/2026/06/logo-white.png) !important;
    width: 281px !important;
    height: 120px !important;
    background-size: contain !important;
}
body.single header#masthead header.elementor-element .header-logo .hfe-site-logo img {
    display: none !important;
}