/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1773014266.42
Updated: 2026-03-09 07:57:46

*/
.pattern-left:before, .patter-right:before {
    max-width: 100%;
}
.product-single-tabs .ul-details li:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_325_26)"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 8.8174 1.26428 5.76516 3.51472 3.51472C5.76516 1.26428 8.8174 0 12 0C15.1826 0 18.2348 1.26428 20.4853 3.51472C22.7357 5.76516 24 8.8174 24 12C24 15.1826 22.7357 18.2348 20.4853 20.4853C18.2348 22.7357 15.1826 24 12 24C8.8174 24 5.76516 22.7357 3.51472 20.4853C1.26428 18.2348 0 15.1826 0 12ZM11.3152 17.136L18.224 8.4992L16.976 7.5008L11.0848 14.8624L6.912 11.3856L5.888 12.6144L11.3152 17.136Z" fill="%231A5B85"/></g><defs><clipPath id="clip0_325_26"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}

.cs--element-container {
    max-width: var(--content-width);
    width: 100%;
    margin: 0 auto;
}

.cs--element-container-fullwith {
    max-width: 100%;
}

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

.mb-40px {
    margin-bottom: 40px;
}

.swiper-productservice .image-item-wrap {
    position: relative;
    width: 100%;
    --bs-aspect-ratio: 70%;
    border-radius: 20px;
    overflow: hidden;
}
.swiper-productservice .image-item-wrap:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.swiper-productservice .image-item-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-productservice .nav-gallery-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 16px;
    margin-top: 40px;
}

.swiper-productservice .nav-gallery-buttons .productservice-gallery-next,
.swiper-productservice .nav-gallery-buttons .productservice-gallery-prev {
    cursor: pointer;
}

.product-single-tabs.elementor-widget-n-tabs .e-n-tabs-heading:before {
    width: 100%;
    left: 0;
}

@media (min-width: 1400px) {
    .product-single-tabs.elementor-widget-n-tabs .e-n-tabs-heading:before {
        width: calc(100% + 100px);
        left: -50px;
    }
}

@media (min-width: 1600px) {
    .product-single-tabs.elementor-widget-n-tabs .e-n-tabs-heading:before {
        width: calc(100% + 200px);
        left: -100px;
    }
}

.swiper-product-benefits.swiper {
    --cs-offset-sides: calc((100vw - var(--content-width)) / 2 - 9px);
    margin-left: var(--cs-offset-sides) !important;
    padding-right: var(--cs-offset-sides) !important;
}

.swiper-product-benefits.swiper .swiper-slide {
    height: auto;
}
.swiper-product-benefits .benefit-card {
    border-radius: 20px;
    background: #FFF;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
/*     justify-content: space-between; */
}
.swiper-product-benefits .benefit-card .card-number {
    line-height: 1;
    margin-bottom: 30px;
}
.swiper-product-benefits .benefit-card .benefit-heading,
.swiper-product-benefits .benefit-card .card-number {
    font-size: 20px;
    font-weight: 600;
}
.swiper-product-benefits .benefit-card .benefit-heading {
    margin-bottom: 16px;
}
.swiper-product-benefits .benefit-card .short-desc {
    font-style: 16px;
    line-height: 1.5;
}
.benefit-nav-next, .benefit-nav-prev {
    cursor: pointer;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.align-items-center {
    align-items: center;
}
.gap-40px {
    gap: 40px;
}
.gap-5 {
    gap: 48px;
}
.ms-auto {
    margin-left: auto;
}
.m-0 {
    margin: 0;
}
.nav-benefit-buttons,
.nav-industry-benefit-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 1;
}

.swiper-industry-benefits.swiper {
    --cs-offset-sides: calc((100vw - var(--content-width)) / 2 - 9px);
    margin-left: var(--cs-offset-sides) !important;
    padding-right: var(--cs-offset-sides) !important;
}

.industry-benefit-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    --bs-aspect-ratio: 108%;
}
.industry-benefit-card:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.industry-benefit-card .card-content {
    display: flex;
    align-items: end;
    padding: 24px;
    z-index: 2;
    position: absolute;
    inset: 0;
}
.industry-benefit-card .industry-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}
.industry-benefit-card .bg-img-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.industry-benefit-card .bg-img-fill:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 32.65%, rgba(0, 0, 0, 0.40) 68.87%);
}
.industry-benefit-card .bg-img-fill img {
    display: block;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.industry-benefit-nav-prev,
.industry-benefit-nav-next {
    cursor: pointer;
}

.cs-product-tabs .tabs-nav {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
    column-gap: 20px;
    row-gap: 0px;
}
.cs-product-tabs .tabs-nav li {
    font-size: 28px;
    font-family: "Urbanist", Sans-serif;
    font-weight: 600;
        padding: 20px 0;
    position: relative;
    line-height: 1.2;
    cursor: pointer;
}
.cs-product-tabs .tabs-nav li:after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 4px solid transparent;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}
.cs-product-tabs .tabs-nav li.active:after {
    border-color: #0766AA;
}
.cs-product-tabs .tabs-nav:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0px;
    left: 50%;
    border-bottom: 1px solid #00000033;
    transform: translateX(-50%);
}

.product-single-tabs .tabs-content .tab-content-heading {
    font-size: 24px;
    margin-bottom: 20px;
}

.cs--element-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.cs--element-section.cs--section-benefits_carousel {
    background-color: #BBD9ED;
}
.mt-40px {
    margin-top: 40px;
}

.single-industry .industry-casestudy-section:has(.case-studies-carousel .e-loop-nothing-found-message) {
    display: none;
}
.industry-mid-section:not(:has(.mid-section-heading)):not(:has(.mid-section-text-content)):not(:has(.mid-section-image)) {
    display: none;
}

@media (max-width: 991px) {
    .cs--element-section.cs--section-benefits_carousel,
    .cs--section-industry_benefits_carousel {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 767px) {
    .case-studies-carousel.elementor-widget-loop-carousel .swiper-slide.e-loop-item {
        max-width: 50%;
    }
}

@media (min-width:1024px) {
    .case-studies-carousel.elementor-widget-loop-carousel .swiper-slide.e-loop-item {
        max-width: 33%;
    }
}

@media (min-width: 1200px) {
    .product-single-tabs .tabs-content .tab-content-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .cs--element-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1400px) {
    .cs-product-tabs .tabs-nav:after {
        width: calc(100% + 100px);
    }
}

@media (min-width: 1600px) {
    .cs-product-tabs .tabs-nav:after {
        width: calc(100% + 200px);
    }
}
/* Gravity Forms Extra Info Block - 2 Column Layout */
.extra-info-divider {
    border: 0;
    border-top: 1px solid #00395E;
    margin: 25px 0 20px 0!important;
}

.extended-form-extra-info.cols-2 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start; 
    margin-bottom: 25px;
}

.extra-info-col-img {
    flex: 0 0 220px; 
}

.extra-info-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px!important;
}

.extra-info-col-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.extra-info-title {
	margin-bottom:10px;
	font-size: 1.1rem;
	font-weight:600;
	line-height:1.5;
}
.extra-info-desc {
	margin: 0;
}
.extra-info-desc, 
.extra-info-link-wrapper {
    font-size: 0.95rem;
    line-height: 1.5;
}
.extra-info-link-wrapper{
	margin-top: 15px!important;
}
.extra-info-link-wrapper a {
    text-decoration: underline;
    font-weight: 600;
}

@media (max-width: 600px) {
    .extended-form-extra-info.cols-2 {
        flex-direction: column;
        gap: 15px;
    }
    
    .extra-info-col-img {
        flex: 0 0 auto;
        width: 100%;
        max-width: 280px;
    }
}