/* 
Theme Name: Hashed System Theme
Theme URI: https://hashedsystem.com/
Description: Hashed System Theme is a child theme of Hello Elementor, created by Hashed System team
Author: Hashed System Team
Author URI: https://hashedsystem.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hashedsystem-theme
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
*/
html {
    overflow: inherit;
	scrollbar-width: auto; /* Options: auto, thin, or none */
  scrollbar-color: #0D99FF #f1f1f1; /* thumb color | track color */
}

body {
    overflow-x: hidden !important;
}

span.color-gry {
    color: #737373;
}
span.fw-400 {
    font-weight: 400;
}
/* ===== HEADER STICKY STYLE ===== */
.elementor-2470 .elementor-sticky--effects{
	background-color: #001436 !important;
	border-bottom: 1px solid #C5E5FD50;
	z-index: 999999 !important;
}

.elementor-4927 .elementor-sticky--effects{
	background-color: #0D99FF !important;
	border-bottom: 1px solid #C5E5FD50;
	z-index: 999999 !important;
}
/* ===== HEADER STICKY STYLE U END ===== */
/* =========================================
   INDUSTRY MEGA MENU STYLE
========================================= */

.industry-mega {
    position: relative !important;
    z-index: 9999999 !important;

    /* Never allow Elementor/container clipping */
    overflow: visible !important;
}


/* =========================================
   PAGE BLUR
========================================= */

body:has(.industry-mega:hover)::after {

    content: "";

    position: fixed;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100vw;
    height: 100vh;

    background: rgba(5, 20, 45, 0.12);

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);

    pointer-events: none;

    /* Behind header + mega menu */
    z-index: 9990;
}
.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content{
	width: auto !important;
}
/* industri menu style -U */
.industri_icon {
    display: flex !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(0px) scale(0);
    pointer-events: none;
    
    transition:
        opacity 0.5s ease,
        transform 0.5s ease,
        visibility 0s linear 0.5s;
}

.industri_menu:hover .industri_icon {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1);
    pointer-events: auto;

    transition:
        opacity 0.5s ease,
        transform 0.5s ease,
        visibility 0s linear 0s;
}
.industri_menu {
    transition: transform 0.35s ease;
    transform-origin: center center;
}

.industri_menu:hover {
    transform: scale(1.03);
}
/* industri menu style -U E*/
/* =========================================
   INDUSTRY MEGA MENU STYLE END
========================================= */
/* ---- portfolio page filter style ----- */
.elementor-1592 .elementor-element.elementor-element-57ab7ba .esfg-search-wrap {
    flex: 1 !important;
}


.main-container {
    position: relative;
}


.main-container .elementor-element-b158f6b {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}


.main-container .elementor-element-b158f6b .elementor-widget-image {
    width: 100%;
    height: 100%;
}


.main-container .elementor-element-b158f6b .elementor-widget-container {
    width: 100%;
    height: 100%;
}


.main-container .elementor-element-b158f6b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

  
/* ---- portfolio page filter style  end----- */

/*  ------ menu under line style starts ------ */

.e-n-menu-heading {
    position: relative;

    /* Use gap instead of margin on menu items */
    column-gap: 30px;

    /* Space between text and bottom line */
    padding-bottom: 22px;
}


/* -----------------------------------------
   LONG LINE UNDER COMPLETE MENU
----------------------------------------- */

.e-n-menu-heading::after {
    content: "";
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 2px;

    background: rgba(255, 255, 255, 0.1);

    z-index: 1;
}

/* HOVER ITEM */
.e-n-menu-heading > .e-n-menu-item:not(:has(.e-n-menu-title.e-current)):hover::after {
    content: "";
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 2px;

    background: #0D99FF8C;

    z-index: 2;
}

/* -----------------------------------------
   MENU ITEMS
----------------------------------------- */

.e-n-menu-heading > .e-n-menu-item {
    position: relative;

    /* Remove the margin you added before */
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* -----------------------------------------
   ACTIVE ITEM BLUE LINE
----------------------------------------- */

.e-n-menu-heading > .e-n-menu-item:has(.e-n-menu-title.e-current)::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    /*
     * Matches the exact position
     * of the long bottom line
     */
    bottom: 0px;

    height: 2px;

    background: #0D99FF;

    z-index: 2;
}
.about-page-menu .e-n-menu-heading > .e-n-menu-item:has(.e-n-menu-title.e-current)::after{
	 background: #001436;
}
/*  ------ menu under line style ends ------ */
/*  ------ tech accordian style ------ */
	.tech-accor summary.e-n-accordion-item-title[aria-expanded="true"] {
		background: #00143626;
	}
/* ------- about us page boxes style -------- */
/* Smooth transition */
.stats-box-blue,
.stats-box-blue .box-dot-blue,
.stats-box-blue .text-blue,
.stats-box-blue .text-blue * {
    transition: all 0.3s ease;
}

/* Main box becomes blue on hover */
.stats-box-blue:hover {
    background-color: #0a99ff !important;
}

/* Dot / small blue container becomes white */
.stats-box-blue:hover .box-dot-blue {
    background-color: #ffffff !important;
}

/* All blue text becomes white */
.stats-box-blue:hover .text-blue,
.stats-box-blue:hover .text-blue *,
.stats-box-blue:hover .elementor-heading-title,
.stats-box-blue:hover p {
    color: #ffffff !important;
}
/* Smooth transition */
.stats-box-white,
.stats-box-white .box-dot-white,
.stats-box-white .text-white,
.stats-box-white .text-white * {
    transition: all 0.3s ease;
}

/* Main container becomes white */
.stats-box-white:hover {
    background-color: #ffffff !important;
}

/* White dot/container becomes blue */
.stats-box-white:hover .box-dot-white {
    background-color: #0a99ff !important;
}

/* White text becomes blue */
.stats-box-white:hover .text-white,
.stats-box-white:hover .text-white *,
.stats-box-white:hover .elementor-heading-title,
.stats-box-white:hover p {
    color: #0a99ff  !important;
}
/* ---- footer service heading hide style ------ */
.op-0 {
    opacity: 0;
}
/* ---- blog list style ------ */
.blog-list span.elementor-icon-list-text {
    padding-left:0px!important;
}
/* ----  blog page feature image container style ----- */
.card-container {
    position: relative;
    border-radius: 20px;

    /* Very subtle transparent fill */
    background:
        linear-gradient(
            rgba(255, 255, 255, 0.025),
            rgba(255, 255, 255, 0.025)
        ) padding-box,

        /* Softer gradient border */
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.35) 0%,
            rgba(255, 255, 255, 0.08) 100%
        ) border-box;

    /* Much less aggressive blur */
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);

    /* Softer inner highlight */
    box-shadow:
        inset 0 8px 16px rgba(255, 255, 255, 0.06);

    box-sizing: border-box;
}
/* ------ all butons icon style ----- */
.elementor-button-content-wrapper {
    display:flex;
    justify-content:center;
    align-content:center !important;
}

.elementor-button-content-wrapper svg {
    width:auto !important;
}
span.elementor-button-text {
    display:flex;
    align-items:center;
}
/* Healthcare page styles for the btn */
.cta-btn img {
    transition: transform 0.3s ease-in-out;
}

/* Hover state */
.cta-btn:hover p {
    color: #fff;
}

.cta-btn:hover img {
    transform: rotate(45deg);
}
/*  ----- slider buttons style -------- */
.care-slider .elementor-swiper-button:hover {
    border:1px solid #ffffff00 !important;
    background:#0D99FF;
}
.care-slider .elementor-swiper-button{
    border:1px solid #73737357!important;
    border-radius:50%;
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.care-slider svg.e-font-icon-svg {
    fill:#73737357!important;
}
.care-slider .elementor-swiper-button:hover svg.e-font-icon-svg {
    fill:#ffffff !important;
}
/* ---- protfolie page filter style ------ */
.elementor-1592 .elementor-element.elementor-element-57ab7ba .esfg-search-wrap {
    flex: auto;
}
.esfg-filter-button,.esfg-reset {
    padding: 0 24px !important;   
}
.elementor-1592 .elementor-element.elementor-element-57ab7ba .esfg-select{
	padding-left:24px !important;
}
.elementor-1592 .esfg-select option{
	padding:20px;
}
 input#esfg-search-57ab7ba {
    padding-left:24px !important;
}
button.esfg-search-button {
    background: #1597F5;
    border-radius:8px;
    margin:4px;
    height:40px;
    width:40px;
}

button.esfg-search-button path {
    fill: #fff;
}
/* Reverse the row direction on every 2nd project (2nd, 4th, 6th, ...) */
.esfg-grid .esfg-item:nth-child(even) .outer-wrapper {
    flex-direction: row-reverse !important;
}
/*  -------- home page moving images style ---------- */
/* Main visible marquee area */
.moving-img-wrapper.h-600 {
    height: 637px !important;
}
.moving-img-wrapper {
    --moving-gap: 16px;

    position: relative;
    display: block !important;
    width: 100%;
    height: 100dvh !important; /* Adjust the visible height */
    overflow: visible !important; 
}

/* Contains both identical box sets */
.moving-img-wrapper .moving-img-track {
    display: flex;
    flex-direction: column;
    gap: var(--moving-gap);
    width: 100%;
    will-change: transform;
    transform: translateZ(0);

    animation-name: moving-marquee-down;
    animation-duration: var(--moving-duration, 25s);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Each repeated set */
.moving-img-wrapper .moving-img-set {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: var(--moving-gap);
    width: 100%;
}

/* Individual Elementor boxes */
.moving-img-wrapper .moving-box {
    flex: 0 0 auto !important;
    width: 100%;
}

/* Default direction: top to bottom */
@keyframes moving-marquee-down {
    from {
        transform: translate3d(
            0,
            calc(-1 * var(--moving-distance, 0px)),
            0
        );
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

/* Add the move-up class to reverse the direction */
.moving-img-wrapper.move-up .moving-img-track {
    animation-name: moving-marquee-up;
}

@keyframes moving-marquee-up {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(
            0,
            calc(-1 * var(--moving-distance, 0px)),
            0
        );
    }
}
/* Delivering Section Style U  */
.deliver-card-hover {
    opacity: 0;
    visibility: hidden;
}

.deliver-card:hover .deliver-card-hover {
    visibility: visible;
    animation: fadeCardIn 1.5s ease-out forwards;
}

@keyframes fadeCardIn {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0.90;
    }

    60% {
        opacity: 0.95;
    }

    100% {
        opacity: 1;
    }
}
/* Delivering Section Style U END */
/* -------- contact us page slider nav buttons style -------- */
.choose_slder .elementor-swiper-button:hover {
    border:1px solid #ffffff00 !important;
    background:#0D99FF;
}
.choose_slder .elementor-swiper-button{
    border:1px solid #ffffff38 !important;
    border-radius:50%;
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}



.choose_slder svg.e-font-icon-svg {
    fill:#ffffff38 !important;
}
.choose_slder .elementor-swiper-button:hover svg.e-font-icon-svg {
    fill:#ffffff !important;
}
/* ------- website scroll bar style ------- */

/* WebKit Browsers (Chrome, Safari, newer Edge, Opera) */
/* 1. The container/track background */
::-webkit-scrollbar {
  width: 12px; /* Width of the vertical scrollbar */
  height: 12px; /* Height of the horizontal scrollbar */
}

/* 2. The track (progress bar) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

/* 3. The draggable thumb */
::-webkit-scrollbar-thumb {
  background: #0D99FF;
  border-radius: 6px;
  border: 3px solid #f1f1f1; /* Creates padding around the thumb */
}

/* 4. The thumb when hovered */
::-webkit-scrollbar-thumb:hover {
  background: #0D99FF;
}
/* Style for all selected text across the entire website */
::selection {
  background-color: #0D99FF; /* The highlight background color */
  color: #ffffff;            /* The text color when highlighted */
}

/* Optional: Support for older versions of Firefox */
::-moz-selection {
  background-color: #0D99FF;
  color: #ffffff;
}
* {
    -webkit-tap-highlight-color: transparent;
}
.bg-blur {
   backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */
}
/* --------- logo slide style ------------ */
.logo-marquee .swiper-wrapper {
    transition-timing-function: linear !important;
}

.logo-marquee .swiper-slide {
    flex-shrink: 0;
}
/* ------- icon box style -------- */
.icon-box .elementor-icon-box-title {
    margin-top: 0;
}
/* ------------ service detail page services card style ------- */
.hover-box.hover-bg:hover ,.hover-box.hover-bg.active{
    background:#00143626;
}
.hover-box.hover-bg span.elementor-heading-title {
    color:#fff !important;
}
/* ---- menu style ---- */
.header-menu .e-n-menu-heading > li.e-n-menu-item:last-child .e-n-menu-title{
  padding-right: 0 !important;
}


.counter-divider .elementor-counter-title {
    padding-top: 12px !important;
}
.bg-glassy{
	 backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); 
}
.counter-divider .elementor-counter-title {
    border-top: 1px solid #0D99FF33;
    /* margin-top: 10px; */
}
p{
	margin-top:0px;
}
.sticky-box {
    position: sticky !important;
    top: 100px;
}

.sticky-box.\32 nd-box{
     top: 160px !important;
}
.clr-blue {
	color:#0D99FF;
}
.sticky-box.\33 nd-box {
    top:220px;
}
.Rotating-img {
    animation: infiniteRotate 20s linear infinite;
    transform-origin: center center;
	
}

@keyframes infiniteRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*==== HERO OUR WORK BUTTON ICON CHANGE ==== */
/* Button */
.icon-change {
    position: relative;
}

/* Existing icon */
.icon-change .normal-icon {
    transition: opacity 0.35s ease;
}

/* Hover icon */
.icon-change::after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("/wp-content/uploads/2026/09/Arrow-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(calc(-50%)) rotate(-90deg);
    opacity: 0;
    visibility: hidden;
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease,
        visibility 0s linear 0.6s;
}

/* Hover old icon hide */
.icon-change:hover span svg {
    opacity: 0;
    visibility: hidden;
}

/* Hover new icon show + move + rotate */
.icon-change:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) rotate(0deg);
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease;
}
/*==== HERO OUR WORK BUTTON ICON CHANGE END ==== */
/* ====== BUTTON HOVER LAYER ANIMATION ====== */

.wave-btn {
    position: relative;
    border-radius: 10px;
    z-index: 2;
    transition: box-shadow 0.3s ease;
}

.wave-btn::before,
.wave-btn::after {
    content: "";
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.96);
    transform-origin: center;
    will-change: transform, opacity;
    transition-property: opacity, transform;
    transition-duration: 0.45s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ===== BASE (mouse-leave / exit) STATE ===== */
.wave-btn::before {
    inset: -4px;
    background: rgba(14, 124, 210, 1);
    z-index: -1;
    transition-delay: 0.12s;
}

.wave-btn::after {
    inset: -10px;
    background: rgba(16, 108, 178, 0.84);
    z-index: -2;
    transition-delay: 0s;
}

.wave-btn:hover {
    box-shadow: 0 15px 40px rgba(13, 153, 255, 0.40), 0 0 12px rgba(13, 153, 255, 0.18);
}

/* ===== HOVER (mouse-enter) STATE ===== */
.wave-btn:hover::before {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
}

.wave-btn:hover::after {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.12s;
}

/* ===== FIRST WAVE ===== */

@keyframes firstWave {
    0% {
        opacity: 0;
        transform: scale(0.94);
    }

    25% {
        opacity: 0.25;
        transform: scale(0.965);
    }

    55% {
        opacity: 0.60;
        transform: scale(0.985);
    }

    80% {
        opacity: 0.88;
        transform: scale(0.997);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/* ===== SECOND WAVE ==== */

@keyframes secondWave {
    0% {
        opacity: 0;
        transform: scale(0.94);
    }

    25% {
        opacity: 0.20;
        transform: scale(0.965);
    }

    55% {
        opacity: 0.50;
        transform: scale(0.985);
    }

    80% {
        opacity: 0.75;
        transform: scale(0.997);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===== DIVIDER ==== */
.linear-divider {
    height: 1px;
    background: linear-gradient(90deg, #142444 5%, rgba(255, 255, 255, 0.5) 50%, #142444 95%);
}

/* ====== BUTTON HOVER LAYER ANIMATION END ====== */

:root {
    --ink: #0a1f3d;
    --blue: #0d99ff;
    --ring: #d9dce1;
    --bg: #f2f3f6;
}
/* ----- filling circle button style ----- */
 :root {
    --ink: #0a1f3d;
    --blue: #0d99ff;
    --ring: #d9dce1;
    --bg: #f2f3f6;
  }
  button.btn.bg-trans {
    background: #ffffff00;
    border:1px solid #FFFFFF52;
}

.btn.bg-trans span.label {
    color:#fff;
}
  * { box-sizing: border-box; }


  .btn {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1.5px solid var(--ring);
    background: var(--bg);
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
  }

  /* a plain circle, parked mostly outside the bottom-left corner of the
     button so the parent's round clip cuts it down to a small lens —
     a "cut circle" rather than a wave */
  .fill {
  position: absolute;
  left: 5px;
  bottom: -05px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue);
  transition: transform 0.6s cubic-bezier(.65, 0, .35, 1);
}

  .btn:hover .fill {
    /* scale it up until it swallows the whole circle */
    transform: scale(7);
  }

  .label {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
    transition: color 0.4s ease 0.05s;
    pointer-events: none;
  }

  .btn:hover .label {
    color: #ffffff;
  }

  .label svg {
    width: 20px;
    height: 20px;
    transition: transform 0.4s cubic-bezier(.34,1.56,.64,1);
  }

  .btn:hover .label svg {
    transform: translate(2px, -2px);
  }

/*---- contact form style home page ------- */
.news_form input ,.news_form button{
    min-height: 50px !important;
}

.contact-form input,.contact-form select {
    min-height: 50px !important;
}
/* ---- home page tabs  style ------ */
.hover-box .elementor-heading-title {
    color: var(--e-global-color-accent) !important;
}

.hover-box.active .elementor-heading-title {
    color: var(--e-global-color-primary) !important;
}
    .hover-box-content {
    display: none !important;
}

.hover-box-content.active {
    display: flex !important;
}

.hover-box .elementor-heading-title {
    font-weight: 400 !important;
}
.arrow-icon .elementor-icon-wrapper {
    height: 24px;
}

.hover-box.active .elementor-heading-title {
    font-weight: 500 !important;
}

.hover-box .arrow-icon {
    display: none;
}

.hover-box.active .arrow-icon {
    display: block;
}
/*MOBILE TABS ACCORDING STYLE */
.mobile_tabs .e-n-accordion-item{
	border-radius:0px;
}
/*MOBILE TABS ACCORDING STYLE END*/
.e-n-accordion-item {
    border: none; /* remove this */
    box-shadow: 0 0 0 1px #FFFFFF1A inset; /* same visual border, zero layout cost */
    border-radius: 12px;
    background: #FFFFFF0D;

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

    overflow: hidden;
}

/* --------  service detail page heading style ------ */
span.pwr-text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-top: 4px;
}
 .esi-heading {
    margin: 0;
    color: #ffffff;

    line-height: 1.08;
    letter-spacing: -2px;
}

.esi-heading-first {
    display: block;
    white-space: nowrap;
}

.esi-heading-second {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 10px;
}

.esi-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    min-width: 105px;
    line-height: 1.1;
}

.esi-badge-top {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    white-space: nowrap;
}

.esi-badge-year {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
}

.esi-heading-text {
    display: inline-block;
}

/* =====================================================
   ABOUT US PAGE CARDS SCROLL CSS
===================================================== */

@media (min-width: 1025px) {

    .approach-scroll-wrapper {
        position: relative !important;
        width: 100% !important;
    }


    /* =================================================
       MAIN SECTION
    ================================================= */

    .approach-section {
        position: sticky !important;
        top: 120px !important;

        width: 100% !important;

        height: calc(100vh - 120px) !important;
        min-height: calc(100vh - 120px) !important;
        max-height: calc(100vh - 120px) !important;

        overflow: hidden !important;

        box-sizing: border-box !important;

        z-index: 5 !important;
    }


    /* =================================================
       COLUMNS
    ================================================= */

    .approach-left,
    .approach-center,
    .approach-right {
        position: relative !important;

        height: 100% !important;
        min-height: 0 !important;

        box-sizing: border-box !important;
    }


    /* Cards stay inside their side */
    .approach-left,
    .approach-right {
        overflow: hidden !important;
    }


    /* Center stays above cards */
    .approach-center {
        overflow: visible !important;

        z-index: 20 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }


    /* =================================================
       CARD TRACK
    ================================================= */

    .approach-left .approach-card-track,
    .approach-right .approach-card-track {
        position: absolute !important;

        top: 0 !important;
        left: 0 !important;

        width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;

        box-sizing: border-box !important;

        transform: translate3d(0, 0, 0);

        will-change: transform;

        z-index: 2 !important;
    }


    /* Don't allow cards to shrink */
    .approach-card-track > * {
        flex-shrink: 0 !important;
    }

}


/* =====================================================
   TABLET + MOBILE
   ELEMENTOR DEFAULT
===================================================== */

@media (max-width: 1024px) {

    /*
     * Remove all custom scroll behavior
     */

    .approach-scroll-wrapper {
        position: static !important;
        width: auto !important;
        height: auto !important;
    }


    .approach-section {
        position: relative !important;

        top: auto !important;

        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        overflow: visible !important;

        z-index: auto !important;

        box-sizing: border-box !important;
    }


    .approach-left,
    .approach-center,
    .approach-right {
        position: relative !important;

        height: auto !important;
        min-height: 0 !important;

        overflow: visible !important;

        box-sizing: border-box !important;

        z-index: auto !important;
    }


    /*
     * If JS-created card track exists,
     * return it to normal Elementor flow.
     */

    .approach-left .approach-card-track,
    .approach-right .approach-card-track {
        position: relative !important;

        top: auto !important;
        left: auto !important;
        bottom: auto !important;

        width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: stretch !important;

        transform: none !important;

        will-change: auto !important;

        z-index: auto !important;
    }


    .approach-card-track > * {
        flex-shrink: 1 !important;

        transform: none !important;
    }

}

.counter .elementor-counter-number-suffix{
	color:#0D99FF;
}

/* ABOUT US PAGE CARDS SCROLL CSS END */

/* Tablet */
@media (max-width: 1024px) {
    .esi-heading {
        font-size: clamp(42px, 6vw, 62px);
    }

    .esi-heading-second {
        gap: 30px;
    }
/* 	---- portfolio page card style ------ */
	.outer-wrapper .elementor-1592 .elementor-element.elementor-element-57ab7ba .esfg-grid {
        grid-template-columns: repeat(1, minmax(1fr, 1fr)) !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .esi-heading {
        font-size: 40px;
        line-height: 1.12;
        letter-spacing: -1px;
    }

    .esi-heading-first {
        white-space: normal;
    }

    .esi-heading-second {
        align-items: center;
        gap: 18px;
        margin-top: 18px;
    }

    .esi-badge {
        min-width: 85px;
    }

    .esi-badge-top {
        font-size: 12px;
    }

    .esi-badge-year {
        font-size: 23px;
    }
}

/* Global styling start */
@media only screen and (min-width: 1281px) {

    .elementor[data-elementor-type="header"]>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-post"]>.elementor-element.e-con,
    .elementor[data-elementor-type="footer"]>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-page"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="archive"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product-archive"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-post"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-page"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="error-404"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="header"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-post"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="footer"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-page"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="archive"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product-archive"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-post"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-page"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="error-404"]>div>.elementor-element.e-con:not(.full-width),
    .elementor-editor-active .elementor[data-elementor-type="wp-page"]>div>.elementor-element.e-con:not(.full-width) {
        padding-right: 108px;
        padding-left: 108px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {

    .elementor[data-elementor-type="header"]>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-post"]>.elementor-element.e-con,
    .elementor[data-elementor-type="footer"]>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-page"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="archive"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product-archive"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-post"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-page"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="error-404"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="header"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-post"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="footer"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-page"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="archive"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product-archive"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-post"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-page"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="error-404"]>div>.elementor-element.e-con:not(.full-width),
    .elementor-editor-active .elementor[data-elementor-type="wp-page"]>div>.elementor-element.e-con:not(.full-width) {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 880px) {

    .elementor[data-elementor-type="header"]>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-post"]>.elementor-element.e-con,
    .elementor[data-elementor-type="footer"]>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-page"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="archive"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product-archive"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-post"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-page"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="error-404"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="header"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-post"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="footer"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-page"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="archive"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product-archive"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-post"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-page"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="error-404"]>div>.elementor-element.e-con:not(.full-width),
    .elementor-editor-active .elementor[data-elementor-type="wp-page"]>div>.elementor-element.e-con:not(.full-width) {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media only screen and (max-width: 620px) {

    .elementor[data-elementor-type="header"]>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-post"]>.elementor-element.e-con,
    .elementor[data-elementor-type="footer"]>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-page"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="archive"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product-archive"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-post"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-page"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="error-404"]>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="header"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-post"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="footer"]>div>.elementor-element.e-con,
    .elementor[data-elementor-type="wp-page"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="archive"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product-archive"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="product"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-post"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="single-page"]>div>.elementor-element.e-con:not(.full-width),
    .elementor[data-elementor-type="error-404"]>div>.elementor-element.e-con:not(.full-width),
    .elementor-editor-active .elementor[data-elementor-type="wp-page"]>div>.elementor-element.e-con:not(.full-width) {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* /-------------Responsive Styles-------------/ */

@media (max-width: 1980px) {
    
}
@media (max-width: 1440px) {
	/* 	--- about us page headings style --- */
    .esi-heading-first , .esi-heading-text  {
        font-size: calc(18px + 2.6vw) !important;
    }
	
}
@media only screen and (max-width: 1440px) and (min-width: 1401px) {
   
}

@media only screen and (max-width: 1400px) and (min-width: 1201px) {
   
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
   
}

@media only screen and (max-width: 1200px) {
   
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
   
}

@media only screen and (max-width: 1024px) {

}

@media (min-width: 993px) and (max-width: 1024px) {}

@media only screen and (max-width: 880px) {
   

}

@media (min-width: 769px) and (max-width: 992px) {}

@media only screen and (max-width: 768px) {
	
/* 	helath hero section style -u */
	.elementor-1749 .elementor-element.elementor-element-42cc994.e-con {
    --flex-grow: 0 !important;
    --flex-shrink: 1;
}
/* 	helath hero section style -u E */
/* 	tab and mobile menu padding -U*/
	.mb-menu ul{
		padding: 10px 0;
	}
/* 	tab and mobile menu padding -U E*/
	    /* 	moving images hide style -u */
	.moving_imges_hide{
		display:none !important;
	}
	/* 	moving images hide style -u */
}

@media (min-width: 621px) and (max-width: 675px) {
   
}

@media only screen and (min-width: 621px) {
}

@media only screen and (max-width: 620px) {
    /*overflow Axis style -u */
	.elementor-51 {
    contain: none !important;
    overflow-x: clip !important;
    overflow-y: visible;
    }
	/*overflow Axis style -u end */
}


@media only screen and (max-width: 480px) {

	/* moving images style -u */
   .moving-img-wrapper {
    overflow: hidden !important; 
    }
	/* moving images style End -u  */
	
   /* counter title center style -u */
	.counter-divider .elementor-counter-title{
		text-align:center !important;
	}
	/* counter title center style End -u */
    /* 	moving images hide style -u */
	.moving_imges_hide{
		display:none !important;
	}
	/* 	moving images hide style -u */
/* 	--- about us page headings style --- */
	 .esi-heading-first ,.esi-heading-text  {
        font-size: 32px !important;
		 line-height: 1.2em !important;
    }
/* 	helath hero section style -u */
	.elementor-1749 .elementor-element.elementor-element-42cc994.e-con {
    --flex-grow: 0 !important;
    --flex-shrink: 1;
}
	/* 	helath hero section style -u E */
	.Prob-sect{
		overflow:hidden !important;
	}
	
/* latest posts blog page style -u */
	.latest_blog_posts .elementor-posts .elementor-post{
        display: block !important;
    }

    .latest_blog_posts .elementor-post__thumbnail__link,
    .latest_blog_posts .elementor-post__thumbnail {
        width: 100% !important;
        display: block !important;
    }

    .latest_blog_posts .elementor-post__text {
        width: 100% !important;
		text-align: center !important;
		padding-top:10px !important;
    }
/* 	latest posts blog page style -u E */
}



/* /-------------------------------------------/ */