/* 
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 */


:root {
    --primary: #002444;
    --secondary: #FF6359;
    --text: #58616A;
    --accent: #FFFFFF;
    --light-bg: #F2F1EE;
    --grey-bg: #314A75;
    --font1: "Onest";
    --font2: "Poppins", Sans-serif;
}

html {
    scroll-behavior: smooth;
    margin: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    color: var(--secondery);
    font-family: var(--font-1);
    font-size: 16px;
    background-color: var(--light-bg);
}

img {
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}


p:last-child {
    margin-bottom: 0;
}

::selection {
    color: var(--accent);
    background: var(--primary);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: var(--font-1);
}

.header {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all 0.5s ease;
    background-color: transparent;
}

html.sticky .header,
html .header>.e-con-inner,
html .header>.e-con-inner .header-logo img {
    transition: all 0.5s ease;
}

html.sticky .header {
    background-color: #002444 !important;
}

html.sticky .header>.e-con-inner {
    padding: 20px 0;
}

html.sticky .header>.e-con-inner .header-logo img {
    max-width: 130px;
}

html .header nav.hfe-nav-menu__layout-horizontal:not(.hfe-dropdown) {
    width: 100% !important;
    position: relative !important;
}

html .header .hfe-nav-menu .sub-menu {
    width: 150px !important;
    padding: 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

html .header .hfe-nav-menu li.hfe-has-submenu ul li a {
    border-radius: 10px;
    transition: all 0.5s ease;
}

.hero_sec {
    background-color: linear-gradient(180deg, #002444 0%, #01010A 61.54%),
        linear-gradient(180deg, #00122B 0%, #001E37 48.39%);
}

.btn.built_btn span.elementor-button-icon,
.header .btn span.elementor-button-icon {
    padding: 13.5px;
}

.btn {
    transition: all 0.5s ease;
}

.btn .elementor-button-content-wrapper {
    align-items: center;
}

.btn span.elementor-button-icon {
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    padding: 16.5px;
    transition: all 0.5s ease;
}

.btn span.elementor-button-icon svg {
    width: 9px;
}

.btn.outline_btn span.elementor-button-icon {
    background-color: var(--accent);
}

.btn:hover a {
    background-color: var(--secondary);
}

.btn:hover a .elementor-button-icon {
    background-color: var(--accent);
}

.btn:hover a .elementor-button-icon svg path {
    stroke: var(--secondary);
}

.header-link {
    border: 1px solid #FFFFFF1A;
    background-color: #ffffff1a;
    background: #FFFFFF1A;
    backdrop-filter: blur(24px)
}

.header-link .hfe-nav-menu-icon {
    padding: 0 !important;
}

.btn.built_btn span.elementor-button-icon {
    background-color: var(--accent);
}

.btn.built_btn:hover span.elementor-button-icon {
    background-color: var(--secondary);
}

.btn.built_btn:hover a .elementor-button-icon svg path {
    stroke: var(--accent);
}

.count_sec .count_box span.hfe-counter-suffix span {
    color: var(--primary);
}


.platform_sec .platform_box h3 {
    margin: 0;
}

.platform_sec .platform_box,
.platform_sec .platform_box .elementor-icon {
    transition: all 0.5s ease !important;
    position: relative;
}


.platform_sec .platform_box .elementor-icon:after {
    position: absolute;
    content: '';
    width: 19px;
    height: 16px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('data:image/svg+xml,<svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 16L9.5 0L19 16C19 16 14.6154 14.24 9.5 14.24C4.38462 14.24 0 16 0 16Z" fill="%23002444"/></svg>');
    opacity: 0;
    transition: all 0.5s ease;
}

.platform_sec .platform_box:hover {
    transform: translateY(-10px);
}

.platform_sec .platform_box:hover .elementor-icon {
    background-color: var(--secondary);
}

.platform_sec .platform_box:hover .elementor-icon:after {
    opacity: 1;
}

.blog_list_wrap article.hfe-post-card {
    padding: 8px 8px 5px 8px;
    border-radius: 12px;
    transition: all 0.5s;
}

.blog_list_wrap article.hfe-post-card:hover {
    transform: translateY(-10px);
}

.blog_list_wrap article.hfe-post-card .hfe-post-image {
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 6px;
}

.blog_list_wrap article.hfe-post-card .hfe-post-image img {
    border-radius: 6px;
    transition: all 0.5s;
    object-fit: cover;
}

.blog_list_wrap article.hfe-post-card:hover .hfe-post-image img {
    transform: scale(1.1);
}

.blog_list_wrap article.hfe-post-card .hfe-post-content {
    padding: 24px 20px;
}

.blog_list_wrap article.hfe-post-card .hfe-post-content {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.blog_list_wrap article.hfe-post-card .hfe-post-content a {
    text-decoration: none;
}

.blog_list_wrap article.hfe-post-card .hfe-post-content .hfe-post-meta {
    order: -1;
}

.blog_list_wrap article.hfe-post-card .hfe-post-content .hfe-post-excerpt {
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog_list_wrap article.hfe-post-card .hfe-post-content a.hfe-read-more {
    height: 36px;
    width: 36px;
    border-radius: 170px;
    background-color: var(--secondary);
    border: 0px;
    background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.84623 0.922796C2.84623 0.922796 8.52302 0.478744 9.32247 1.27814C10.1218 2.07754 9.67772 7.75435 9.67772 7.75435M8.98259 1.61799L0.800781 9.79981" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -55px;
    right: 15px;
    transition: all 0.5s;
}

.blog_list_wrap article.hfe-post-card:hover a.hfe-read-more {
    transform: rotate(45deg);
}

.blog_list_wrap article.hfe-post-card a {
    transition: all 0.5s;
}

.blog_list_wrap article.hfe-post-card:hover h3 a {
    color: var(--secondary) !important;
}

.who_we_serve_slider_item {
    cursor: pointer;
}

.who_we_serve_slider_item .elementor-icon-box-icon {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.who_we_serve_slider_item .who_we_serve_slider_image_box::before {
    backdrop-filter: blur(10px);
}

.site-main .page-header {
    display: none;
}

.who_we_serve_slider_item .who_we_serve_slider_image_box a.elementor-button svg {
    height: 10px;
    width: 10px;
}

.who_we_serve_slider_txt_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.5s ease;
}

.who_we_serve_slider_item:hover .who_we_serve_slider_content_box .who_we_serve_slider_txt_box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    min-height: 380px;
}

.who_we_serve_slider_wrap .owl-stage-outer {
    padding: 0 12%;
}

.who_we_serve_slider_wrap .owl-nav {
    position: absolute;
    top: -94px;
    right: 0;
    max-width: 1320px;
    width: 100%;
    margin: 0px auto;
    left: -40px;
    display: flex;
    justify-content: end;
    gap: 10px;
}

.who_we_serve_slider_wrap .owl-nav button {
    height: 44px;
    width: 44px;
    background-color: #E6E3DD !important;
    border-radius: 30px;
    background-image: url('data:image/svg+xml,<svg width="12" height="15" viewBox="0 0 12 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 14.04L-3.06854e-07 7.02004L12 3.85761e-05C12 3.85761e-05 10.68 3.24004 10.68 7.02004C10.68 10.8 12 14.04 12 14.04Z" fill="%23314A75"/></svg>') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid #E6E3DD !important;
    transition: all 0.3s ease;
}

.who_we_serve_slider_wrap .owl-nav button:hover {
    border: 1px solid var(--primary) !important;
}

.who_we_serve_slider_wrap .owl-nav button.owl-next {
    transform: scale(-1);
}

.who_we_serve_slider_wrap .owl-nav button span {
    display: none;
}

.call_sec .btn.built_btn .elementor-button-icon {
    padding: 16.5px;
}

.main_tab_sec .e-n-tabs-heading {
    border: 1px solid rgba(0, 36, 68, 0.14);
    border-radius: 30px;
    padding: 4px;
    width: fit-content;
    margin: 0 auto;
}

.slider_sec_v2 .owl-item>.e-con-full {
    border: 1px solid transparent;
    border-right: 1px solid #0024441A;
    overflow: hidden;
}

/* .slider_sec_v2 .owl-item>.e-con-full .elementor-widget-text-editor {
    max-height: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-top: 70px;
}

.slider_sec_v2 .owl-item>.e-con-full:hover .elementor-widget-text-editor {
    height: 100%;
    max-height: 500px;
} */
.slider_sec_v2 .owl-item h2 {
    transition: all 0.5s;
}

.slider_sec_v2 .owl-item>.e-con-full:hover h2 {
    transform: translateY(-70px);
}

.slider_sec_v2 .owl-item>.e-con-full:hover h3 {
    color: var(--accent);
}

.slider_sec_v2 .owl-item>.e-con-full .elementor-widget-text-editor {
    max-height: 0;
    opacity: 0;
    transform: translateY(20px);
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease, transform 0.4s ease;
}

.slider_sec_v2 .owl-item>.e-con-full:hover .elementor-widget-text-editor {
    max-height: 500px;
    /* margin-top: 70px; */
    opacity: 1;
    transform: translateY(0);
}

.slider_sec_v2 .owl-item>.e-con-full:hover {
    border: 1px solid #FF6359;
}

.slider_sec_v2 .owl-item>.e-con-full:hover .elementor-widget__width-auto.elementor-widget-heading {
    background-color: #FF6359;
    border: 1px solid transparent;
}

.slider_sec_v2 .owl-item>.e-con-full:hover .elementor-widget__width-auto.elementor-widget-heading h2 {
    color: #FFFFFF;
}

.slider_sec_v2 .owl-item>.e-con-full:hover .elementor-widget-image {
    opacity: 0;
    bottom: 100%;
    position: absolute;
    visibility: hidden;
    bottom: 100%;
    max-height: 0;
}

.hiw_sec {
    counter-reset: step;
}

.hiw_sec .elementor-icon-box-icon {
    position: relative;
    counter-increment: step;
}

.hiw_sec .elementor-icon-box-icon::after {
    content: counter(step, decimal-leading-zero);
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #0000000D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
}

.hiw_icone_box {
    position: relative;
}

.hiw_icone_box::after {
    position: absolute;
    content: "";
    border: 1px dashed #0024444D;
    width: 1px;
    height: 90%;
    left: calc(100px / 2);
    top: 50px;
    z-index: -1;
}

.main_timeline_wrapper {
    position: relative;
}

.main_timeline_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(48% - 1px);
    width: 1px;
    height: 100%;
    border: 1px dashed #0024444D;
}

.main_timeline_wrapper>.e-con-full.e-flex {
    position: relative;
}

.main_timeline_wrapper>.e-con-full.e-flex::before {
    content: "";
    --size: 10px;
    position: absolute;
    border-radius: 50%;
    width: var(--size);
    height: var(--size);
    background-color: #FF6359;
    top: calc(50% - var(--size) / 2);
    left: calc(48% - var(--size) / 2);
    z-index: 2;
    box-shadow: 0 0 0 4px #F2F1EE,
        0 0 0 6px #FF6359;
}

html .sub-heading {
    background: #FFFFFF1A;
    backdrop-filter: blur(30px);
    border-radius: 30px !important;
}

html .sub-heading a {
    text-decoration: none;
    display: block;
}

html .current_block_wrapper .current_block .elementor-widget-text-editor {
    display: flex;
    align-items: center;
    gap: 22px;
}

html .current_block_wrapper .current_block .elementor-widget-text-editor p {
    position: relative;
}

html .current_block_wrapper .current_block .elementor-widget-text-editor p:not(:last-child)::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    right: -13px;
    background: #FF6359;
}

/* Grid layout */
.cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 18px;
}

.cf7-col {
    flex: 1;
    min-width: 250px;
}

/* Labels */
.cf7-inquiry-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

/* Inputs & Textarea */
.cf7-inquiry-form input[type="text"],
.cf7-inquiry-form input[type="email"],
.cf7-inquiry-form select,
.cf7-inquiry-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.cf7-inquiry-form input:focus,
.cf7-inquiry-form textarea:focus,
.cf7-inquiry-form select:focus {
    border-color: #24656e;
    outline: none;
}

/* Textarea */
.cf7-inquiry-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Acceptance checkbox */
.cf7-acceptance {
    margin-bottom: 20px;
    font-size: 13px;
    color: #555;
}

/* Submit button */
.cf7-submit input[type="submit"] {
    background: linear-gradient(135deg, #00baac, #24656e);
    /* theme gradient */
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.cf7-submit input[type="submit"]:hover {
    opacity: 0.9;
}

html .main_contact_form br {
    display: none;
}

html .main_contact_form .cf7-row label {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 7px !important;
}

html .main_contact_form .cf7-row label span {
    color: #D62B39;
}

html .main_contact_form .cf7-row input,
html .main_contact_form .cf7-row select,
html .main_contact_form .cf7-row textarea {
    background: #F2F1EE;
    border: 1px solid #00244414;
    border-radius: 8px;
    color: #333;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 13px 22px;
    height: 50px;
    outline: none;
}

html .main_contact_form .cf7-row::placeholder {
    color: #00244499;
}

html .main_contact_form .cf7-row textarea {
    min-height: 100px;
    resize: none;
}

html .main_contact_form .cf7-row {
    gap: 20px;
    margin-bottom: 20px;
}

html .main_contact_form .wpcf7-list-item {
    margin: 0;
}

html .main_contact_form .wpcf7-list-item label {
    display: flex;
    gap: 10px;
}

html .main_contact_form input[type="checkbox"] {
    background-color: #F2F1EE;
    border: 1px solid #00244414;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    appearance: none;
    position: relative;
    overflow: hidden;
}

html .main_contact_form input[type="checkbox"]::after {
    content: "✔";
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #FF6359;
    display: none;
}

html .main_contact_form input[type="checkbox"]:checked::after {
    display: flex;
}

html .main_contact_form .wpcf7-list-item-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #58616A;
}

html .main_contact_form .cf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

html .main_contact_form .cf7-submit .wpcf7-submit {
    /* background: #FF6359; */
    background: #002444;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 130%;
    letter-spacing: 0px;
    word-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 14px 26px;
    border-radius: 30px;
}

html .main_contact_form .cf7-submit p {
    position: relative;
}

html .main_contact_form .wpcf7-spinner {
    position: absolute !important;
    inset: 0;
    margin: auto;
}

.blog_detail_wrapper p,
.blog_detail_wrapper ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: justify;
    color: #58616A;
    margin: 0;
}

.blog_detail_wrapper ul {
    padding-left: 0;
    margin-bottom: 14px;
}

.blog_detail_wrapper ul li:not(:last-child) {
    margin-bottom: 10px;
}

.blog_detail_wrapper p:not(:last-child) {
    margin-bottom: 16px;
}

.blog_detail_wrapper h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0%;
    margin-top: 34px;
    margin-bottom: 18px;
}

.blog_detail_wrapper ul li {
    list-style: none;
    position: relative;
    padding-left: 32px;
}

.blog_detail_wrapper ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 18px;
    background-image: url("https://stg.wanoconnect.com/wp-content/uploads/2026/04/Vector-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.blog_detail_wrapper table {
    margin-top: 6px;
    margin-bottom: 50px;
    border-color: #0024441A;
}

.blog_detail_wrapper table td {
    padding: 13px 25px;
}

.blog_detail_wrapper thead {
    background-color: #fff;
}

.blog_detail_wrapper thead tr,
.blog_detail_wrapper thead tr th {
    border: none !important;
}

.blog_detail_wrapper tbody tr td {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #002444;
}

.blog_detail_wrapper tr {
    border-color: #0024441A;
}

.blog_detail_wrapper table td,
.blog_detail_wrapper table th {
    border: 1px solid #0024441A;
}

.blog_detail_wrapper table thead:first-child tr:first-child th {
    border-block-start: 1px solid #0024441A;
}

/* rounded corners */
.blog_detail_wrapper table thead tr th:first-child {
    border-top-left-radius: 10px;
}

.blog_detail_wrapper table thead tr th:last-child {
    border-top-right-radius: 10px;
}

.blog_detail_wrapper table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.blog_detail_wrapper table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.blog_detail_wrapper table tbody tr td,
.blog_detail_wrapper table tbody tr {
    background: transparent !important;
}

/* ===== Blog Grid for Category + Tag ===== */
body.archive.category .page-content,
body.archive.tag .page-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
}

/* ===== Blog Card ===== */
body.archive.category .post,
body.archive.tag .post {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

/* Hover */
body.archive.category .post:hover,
body.archive.tag .post:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Image */
body.archive.category .post img,
body.archive.tag .post img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

body.archive.category .post:hover img,
body.archive.tag .post:hover img {
    transform: scale(1.05);
}

/* Title */
body.archive.category .post h2,
body.archive.tag .post h2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 15px 15px 10px;
}

body.archive.category .post h2 a,
body.archive.tag .post h2 a {
    text-decoration: none;
    color: #222;
    transition: color 0.3s ease;
}

body.archive.category .post h2 a:hover,
body.archive.tag .post h2 a:hover {
    color: #23949D;
}

/* Description */
body.archive.category .post p,
body.archive.tag .post p {
    font-size: 14px;
    color: #666;
    margin: 0 15px 20px;
    line-height: 1.6;
    flex-grow: 1;
}

/* ===== Tablet ===== */
@media (max-width: 992px) {

    body.archive.category .page-content,
    body.archive.tag .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== Mobile ===== */
@media (max-width: 576px) {

    body.archive.category .page-content,
    body.archive.tag .page-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.archive.category .post img,
    body.archive.tag .post img {
        height: 200px;
    }
}

/* new add */

body.archive.category,
body.archive.tag {
    margin-top: 150px;
}

body.archive.category .header,
body.archive.tag .header {
    background-color: rgb(0, 36, 68) !important;
}

body.archive.category .header>.e-con-inner .header-logo img,
body.archive.tag .header>.e-con-inner .header-logo img {
    max-width: 130px;
}

body.archive.category .site-main .page-header,
body.archive.tag .site-main .page-header {
    display: block;
}

body.archive.category .site-main .page-header h1.entry-title,
body.archive.tag .site-main .page-header h1.entry-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 120%;
    color: var(--primary);
}

body.archive.tag .post a:has(img),
body.archive.category .post a:has(img) {
    overflow: hidden;
}

.post-tags {
    text-align: center;
    margin-top: 50px;
}

.hfe-post-info__terms-list {
    display: flex;
    gap: 5px;
}

.how_it_work_title_wrap {
    height: fit-content;
    position: sticky;
    top: 150px;
}

.approach_icon_box:after {
    height: 80%;
}

.partner_content_box a.elementor-button span.elementor-button-icon {
    background-color: var(--secondary);
}

.partner_content_box a.elementor-button:hover span.elementor-button-icon {
    background-color: var(--accent);
}

.partner_content_box a.elementor-button span.elementor-button-icon svg>* {
    stroke: var(--accent);
}

.partner_content_box a.elementor-button:hover span.elementor-button-icon svg>* {
    stroke: var(--secondary);
}

.who_we_serve_slider_wrap .owl-item>.elementor-element {
    height: 484px;
}

.built_bo_v2 a{
    text-decoration: none ;
}

@media(max-width:1200px) {
    .blog_list_wrap article.hfe-post-card .hfe-post-content {
        padding: 15px;
    }
}

@media (max-width:1024px) {
    .header .header-logo {
        margin-right: auto;
    }

    .header .header-link {
        order: 1;
    }

    html nav.hfe-nav-menu__layout-horizontal.hfe-dropdown {
        position: fixed !important;
        top: -45px !important;
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        height: 100vh !important;
        width: 300px !important;
        background: var(--primary) !important;
        display: block;
        padding: 50px 20px 80px;
        transition: all 0.5s;
        transform: translatex(110%) !important;
        overflow-y: auto;
        margin-top: 0 !important;
        border-radius: 0 !important;
        box-shadow: -10px 0 20px 0 #0000000a;
    }

    html nav.hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active {
        transform: translateX(7%) !important;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu.hfe-active-menu-full-width {
        z-index: 999999;
        position: fixed;
        top: -22px;
        right: 0px;
    }

    nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown>ul>li {
        margin-bottom: 18px;
        border: 0 !important;
    }

    .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu.hfe-active-menu-full-width .hfe-nav-menu-icon {
        padding: 0;
    }

    nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown>ul>li a:active,
    nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown>ul>li a:hover {
        background-color: transparent !important;
        color: var(--secondary) !important;
    }

    html .header .hfe-nav-menu>li {
        margin-right: 0;
    }


    .who_we_serve_slider_wrap .owl-stage-outer {
        padding: 0;
    }

    .call_sec .elementor-widget-text-editor br {
        display: none;
    }

    .header-link {
        border: none !important;
        background-color: transparent !important;
    }

    html .header .hfe-nav-menu .sub-menu {
        width: 100% !important;
    }

    html .header .hfe-nav-menu li.hfe-has-submenu ul li a:hover {
        background-color: var(--accent) !important;
        color: var(--primary) !important;
    }

    .hiw_sec .elementor-icon-box-icon::after {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .hiw_icone_box::after {
        left: calc(76px / 2);
    }

    body.archive.category .site-main .page-header h1.entry-title,
    body.archive.tag .site-main .page-header h1.entry-title {
        font-size: 40px;
    }

    body.archive.category,
    body.archive.tag {
        margin-top: 120px;
    }

    .how_it_work_title_wrap {
        top: 120px;
    }

    .approach_icon_box:after {
        height: 70%;
    }
}

@media (max-width:768px) {

    html.sticky .header>.e-con-inner {
        padding: 15px 0;
    }

    .hero_sec h1 br {
        display: none;
    }

    .network_sec .first_box h2 br {
        display: none;
    }
}

@media (max-width:767px) {
    html.sticky .header>.e-con-inner .header-logo img {
        max-width: 100px;
    }

    footer .policy-menu nav {
        width: 100% !important;
    }

    .who_we_serve_slider_item:hover .who_we_serve_slider_content_box .who_we_serve_slider_txt_box {
        min-height: 350px;
    }

    .slider_sec h2 br,
    .capital_sec h4 br {
        display: none;
    }

    .who_we_serve_slider_wrap .owl-nav {
        top: unset;
        right: 0;
        max-width: 100%;
        width: 100%;
        margin: 20px 0px auto;
        left: unset;
        justify-content: center;
    }

    .btn span.elementor-button-icon {
        padding: 13px;
    }

    .call_sec .btn.built_btn .elementor-button-icon {
        padding: 13px;
    }

    .hiw_icone_box::after {
        top: calc(62px / 2);
        left: calc(62px / 2);
    }

    .main_timeline_wrapper::after {
        left: 0;
    }

    .main_timeline_wrapper>.e-con-full.e-flex::before {
        top: var(--size);
        left: calc(0% - var(--size) / 2 - 20px);
    }

    html .current_block_wrapper .current_block .elementor-widget-text-editor {
        justify-content: center;
    }

    html .main_contact_form .cf7-row label {
        font-size: 14px;
    }

    html .main_contact_form .wpcf7-list-item-label {
        font-size: 12px;
    }

    html .main_contact_form .cf7-submit .wpcf7-submit {
        font-size: 12px;
        padding: 11px 26px;
    }

    /* new add */

    body.archive.category .header>.e-con-inner .header-logo img,
    body.archive.tag .header>.e-con-inner .header-logo img {
        max-width: 100px;
    }

    body.archive.category,
    body.archive.tag {
        margin-top: 100px;
    }

    body.archive.category .site-main .page-header h1.entry-title,
    body.archive.tag .site-main .page-header h1.entry-title {
        font-size: 30px;
    }

    .blog_detail_wrapper p,
    .blog_detail_wrapper ul li {
        font-size: 14px;
        text-align: left;
    }

    .blog_detail_wrapper h3 {
        font-size: 20px;
        margin-top: 18px;
    }

    .blog_detail_wrapper thead tr th {
        font-size: 11px;
        padding: 10px;
    }

    .blog_detail_wrapper tbody tr td {
        font-size: 11px;
    }

    .blog_detail_wrapper table td {
        padding: 10px;
    }

    .blog_detail_wrapper ul li::before {
        width: 16px;
        height: 18px;
    }

    .how_it_work_title_wrap {
        position: unset;
    }
}