/*
 Theme Name: Haptic Child
 Theme URI: https://example.com
 Description: Child theme for the Haptic WordPress theme
 Author: Your Name
 Template: haptic
 Version: 1.0.0
*/

/* Add your custom CSS below this line */

/* header */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body::-webkit-scrollbar-thumb {
	background: #ccc;
}

html {
    font-size: 100%;
    font-style: normal;
    scroll-behavior: smooth;
    overflow-y: visible !important;
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}


body {
    font-weight: 400;
    line-height: 1.5;
    overflow-y: visible !important;
    font-family: "Hind" !important;
}

p,
li{
	font-family: "Hind" !important;
}

main,
section {
/*     overflow: hidden; */
}

a,
button {
    cursor: pointer;
    white-space: nowrap;
    border: none;
    outline: none;
    color: inherit;
    background: none;
    font-family: "Hind" !important;
    /* 			font-size: 16px !important; */
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.15;
    text-wrap: balance;
    word-wrap: break-word;
    color: #000 !important;
    font-family: "Hind" !important;
}
th{
	text-align: center;
	color: #000;
}
td{
	text-align: left;
	color: #000;
}

p,
li {
    text-wrap: pretty;
    line-height: inherit;
    word-wrap: break-word;
}

img,
svg,
picture,
video {
    font-style: italic;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    shape-margin: 1rem;
    vertical-align: middle;
}

img,
svg {
    background-size: cover;
    background-repeat: no-repeat;
    image-rendering: crisp-edges;
}


.section {
    margin-inline: auto;
    margin-block: 5rem 2rem;
}

.container {
    height: auto;
    margin-inline: auto;
    max-width: 1240px !important;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semi {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

ul.dropdown-items.d-none {
    display: none;
}

p.sub-text {
    padding-left: 33px;
    /* 			color: #000; */
}

.menu li.menu-item {
    margin-bottom: 0px !important;
}

.dropdown-group {
    padding-bottom: 0px !important;
    padding-top: 20px !important;
}

.dropdown-content {
    padding: 20px 0px;
}

i.fas.fa-laptop-code.fourth-column {
    margin-right: 10px;
    margin-top: 5px;
}

ul.dropdown-items.fourth-column-dropdown li {
    display: flex;
    padding: 3px;
    margin-bottom: 0px;
}

ul.dropdown-items.fourth-column-dropdown {
    padding-left: 10px;
    padding-right: 10px;
}

i.fas.fa-laptop-code {
    margin-right: 10px;
}

p.sub-text {
    font-size: 15px;
}

button.contact-us a {
    background: #09375e;
    color: #fff;
    font-size: 15x !important;
    padding: 5px 10px;
    line-height: 17px;
    border-radius: 3px;
    font-weight: 600;
	text-decoration: none;
}

.navbar-block button.contact-us {
    margin: 0px !important;
}

/* .navbar {
    height: 100px !important;
} */

img.logo-img.lazyloaded {
    max-width: 300px;
}


.dropdown-toggle i.rotate {
    transform: rotate(180deg);
}

.header {
    margin-bottom: 55px;
}

.tatsu-rtNRB-W9C4R .tatsu-section-pad {
    padding: 100px 0px 0px 0px !important;
}

span.dropdown-icon i.fas {
    margin-right: 10px;
    color: #0e6f97;
}

/* span.dropdown-toggle i {
    padding-left: 5px;
} */

p.sub-text.data-entry {
    padding-left: 27px;
}

p.sub-text.accounting {
    padding-left: 23px;
}

.btn {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    align-items: center;
    justify-content: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0.25rem;
    transition: all 0.25s ease;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* 		a.services-page-link {
		  position: relative;
		  display: inline-block;
		  text-decoration: none;
		  color: inherit;
		}

		a.services-page-link::after {
		  content: '';
		  position: absolute;
		  left: 0;
		  bottom: 0;
		  width: 0%;
		  height: 2px;
		  background-color: #0e6f97;
		  transition: width 0.3s ease;
		}

		a.services-page-link:hover::after {
		  width: 100%;
		}
		a.services-page-link:hover{
		  color: #0e6f97 !important;
		} */
.dropdown-title {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
/* .dropdown-title:hover a {
    color: #0e6f97 !important;
} */

/* .dropdown-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #0e6f97;
    transition: width 0.3s ease;
}

.dropdown-title:hover::after {
    width: 80%;
}
 */
.resources .dropdown-title:hover::after {
    width: 90px;
}

/* a.services-page-link:hover {
    color: #0e6f97 !important;
} */

.navbar {
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-block {
    background: #fff;
}

button.contact-us {
    margin-left: 20px;
    margin-top: 20px;
}

.navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 100%;
}

.padding-40 {
/*     padding: 20px 40px 0px !important; */
}

.padding-40.email {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-block {
/*     position: absolute; */
    left: 0;
    width: 100%;
    height: calc(100vh - 4rem);
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    transition: opacity 0.4s ease;
	display: none;
}

.navbar-block.is-active {
    opacity: 1;
    pointer-events: initial;
	display: block;
}

.dropdown-content {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.menu {
    padding-block: 1rem;
    padding-inline: auto;
}

.menu-link {
    font-size: 18px;
    font-weight: 500;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.5rem;
    padding-inline: 1.5rem;
    color: #000;
    transition: color 0.3s ease;
	text-decoration: none;
}
.services-page-link {
	text-decoration: none;
}
li.menu-item.dropdown {
    color: #000 !important;
}

.dropdown-group.padding-40.email {
    padding-top: 20px !important;
}

.dropdown-toggle {
    cursor: pointer;
    outline: none;
}

.dropdown-toggle i.bx {
    font-size: 1.5rem;
    line-height: inherit;
    transition: rotate 0.4s ease;
}

/* .dropdown-content {
    height: 0;
    overflow: hidden;
    background-color: #ffff;
    transition: height 0.5s ease;
} */

.dropdown-content {
    display: flex;
    max-width: 1240px;
    margin: auto;
}

.dropdown-group {
    padding-bottom: 1rem;
    padding-inline: 1.5rem;
}

.dropdown-title {
    display: flex;
    align-items: center;
}

.dropdown-icon i.bx {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--color-blue-300);
}

.dropdown-items {
    row-gap: 0.5rem;
    padding-inline: 3.5rem;
    padding-top: 0.35rem;
}

.dropdown-link {
    font-size: var(--text-base);
    font-weight: 400;
    line-height: inherit;
    color: var(--color-black-500);
    transition: color 0.3s ease;
}

.dropdown-show>.dropdown-toggle i.bx {
    rotate: 180deg;
}

.dropdown-block {
    display: flex;
    align-items: flex-start;

    padding-top: 1rem;
    padding-inline: 1rem;
}


.burger {
    cursor: pointer;
    position: relative;
    display: block;
/* 	display: none; */
    z-index: 10;
    width: 1.5rem;
    height: 1rem;
    visibility: visible;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    background-color: #000;
    transition: all 0.3s ease;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

.burger.is-active>.burger-line:nth-child(1) {
    top: 0.5rem;
    rotate: 135deg;
}

.burger.is-active>.burger-line:nth-child(2) {
    opacity: 0;
}

.burger.is-active>.burger-line:nth-child(3) {
    top: 0.5rem;
    rotate: -135deg;
}

.overlay-bg {
    position: fixed;
    top: var(--header-height, 80px);
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--header-height, 80px));
    background: rgba(9, 55, 94, 0.5);
    z-index: 5;
    display: none;
}

/* Show the overlay when active */
.overlay-bg.active {
    display: block;
}


.dropdown-toggle i {
    transition: transform 0.3s ease;
}
nav ol, nav ul {
    list-style: none !important;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.dropdown-toggle::after {
    content: none !important; /* removes the arrow */
}
li.menu-item.dropdown {
    position: static !important;
}

/* header end */




/* div {
	    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
} */
.header .menu-item a:hover {
	color: #000000;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

/* home page */
.tatsu-wrap {
    max-width: 1240px !important;
    padding-left: 10px;
    padding-right: 10px;
}
.first-row {
    position: relative;
    margin: 50px auto 40px auto;
}
.first-row1 {
    position: relative;
/*     margin: 50px auto 40px auto; */
}
.Cta-row {
	position: relative;
    margin: 60px auto 60px auto;
}
.first-part {
	
	margin-bottom: 20px !important;
}
.home-page-banner {
	padding: 130px 0px 0px 0px !important;
}
/* .headingH1 {
	font-size: 80px !important;
    line-height: 75px;
	margin-bottom: 20px !important;
} */
h1.headingH1 {
    font-size: 80px !important;
    line-height: 75px;
	
}
h1, .h1 {
	    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    text-transform: none;
    letter-spacing: -0.005em;
    line-height: 78px;
    color: #3E4249;
}

h2, .h2 {
    
    font-weight: 600;
    font-style: normal;
    font-size: 44px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 56px;
    color: #3E4249;
}
.first-para.paragraph {
    font-size: 20px;
}

.first-para.paragraph p,
.first-para.paragraph p.text {
    margin-bottom: 20px !important;
}
 p.text {
    margin-bottom: 20px !important;
}


.first-section.home-page .btn-text {
/*     padding: 5px 0px !important; */
/* 	display: inline-block; */
	margin: 0 20px 10px 0;
}
.tatsu-button {
    position: relative;
    display: inline-block;
}
.btn-text a, .button-text a, .cta-btn.btn-text, .cta-btn.btn-text.home-page-service-btn {
    background: #09375e !important; */
    transition: none !important;
    border: 2px solid #09375e;
    color: #fff;
    font-size: 16px !important;
    padding: 10px 10px !important;
    border-radius: 3px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0px !important;
	text-decoration: none;
}
.btn-text a, .button-text a {
	padding: 5px 8px !important;
	text-transform: none !important;
}
}
.button-text {
/*     padding-top: 0px; */
/* 	display: inline-block; */
	margin: 0 20px 10px 0;
}
.button-link {
	background-color: #09375e !important;
}

.circle-diagram {
    position: relative;
    width: 600px;
    height: 519px;
    margin: 50px auto;
	
}

.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    animation: zoomInOut 3s ease-in-out infinite;
}

.center-logo img {
    width: 100%;
}

.big-circle,
.medium-circle,
.small-circle {
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.big-circle {
    width: 500px;
    height: 500px;
    border-color: #1795c8 transparent #1795c8 #1795c8;
    animation: rotateOnce 3s linear forwards !important;
/* 	margin-top: -50px; */
}

.medium-circle {
    width: 350px;
    height: 350px;
    border-color: #1795c8 transparent #1795c8 #1795c8;
    animation: rotateOnce 3s linear forwards !important;
}

.small-circle {
    width: 200px;
    height: 200px;
    border-color: #1795c8 #1795c8 transparent #1795c8;
    animation: rotateOnce 3s linear forwards !important;
}

@keyframes rotateOnce {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.full-border {
    border-color: #1795c8 !important;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.15);
    }
}

.label {
    position: absolute;
    background-color: #09375e;
    color: #fff;
    font-size: 15px;
    padding: 3px 16px;
    border-radius: 20px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    animation: labelFade 0.6s ease-in-out forwards;
}

@keyframes labelFade {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

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

/* Shuffle label animations */
@keyframes moveLabel1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, -20px);
    }
}

@keyframes moveLabel2 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-20px, 10px);
    }
}

@keyframes moveLabel3 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, 20px);
    }
}

@keyframes moveLabel4 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, -25px);
    }
}

@keyframes moveLabel5 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-25px, 15px);
    }
}

@keyframes moveLabel6 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(15px, -15px);
    }
}

@keyframes moveLabel7 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, 20px);
    }
}

@keyframes moveLabel8 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 10px);
    }
}

.label1 {
    top: 24%;
    left: 15%;
    animation: labelFade 0.6s ease-in-out forwards, moveLabel1 6s ease-in-out infinite alternate;
    animation-delay: 0.5s;
}

.label2 {
    top: 65%;
    left: 16%;
    animation: labelFade 0.6s ease-in-out forwards, moveLabel2 6s ease-in-out infinite alternate;
    animation-delay: 0.6s;
}

.label3 {
    top: 10%;
    left: 32%;
    animation: labelFade 0.6s ease-in-out forwards, moveLabel3 6s ease-in-out infinite alternate;
    animation-delay: 0.7s;
}

.label4 {
    top: 44%;
    left: 11%;
    animation: labelFade 0.6s ease-in-out forwards, moveLabel4 6s ease-in-out infinite alternate;
    animation-delay: 0.8s;
}

.label5 {
    top: 25%;
    left: 70%;
    animation: labelFade 0.6s ease-in-out forwards, moveLabel5 6s ease-in-out infinite alternate;
    animation-delay: 0.9s;
}

.label6 {
    top: 47%;
    left: 70%;
    animation: labelFade 0.6s ease-in-out forwards, moveLabel6 6s ease-in-out infinite alternate;
    animation-delay: 1s;
}

.label7 {
    top: 65%;
    left: 60%;
    animation: labelFade 0.6s ease-in-out forwards, moveLabel7 6s ease-in-out infinite alternate;
    animation-delay: 1.1s;
}

.label8 {
    top: 80%;
    left: 36%;
    animation: labelFade 0.6s ease-in-out forwards, moveLabel8 6s ease-in-out infinite alternate;
    animation-delay: 1.2s;
}
.second-section {
	padding: 90px 0px 100px 0px;
}
.stats-section {
    display: flex !important;
    padding: 10px 0px !important;
}
.statis-blue.lazyloaded {
    background-image: url(/wp-content/uploads/2025/12/statistics-bg1-1.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 27px 15px 27px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #000;
}

.statis-violet.lazyloaded {
    background-image: url(/wp-content/uploads/2025/12/statistics-bg2-1.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 27px 15px 27px 15px;
    margin-bottom: 10px;
    color: #000;
}
.stats-numb, .stats-text {
    font-weight: 600;
	color: #000;
    font-size: 18px !important;
}
p.quote-section {
    padding: 0px 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-style: normal;
    max-width: 1050px;
    margin: auto;
}
p.quote-section:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 32px;
    color: #09375e;
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: -10px;
}
p.quote-section:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-size: 32px;
    color: #09375e;
    font-weight: 900;
    position: absolute;
    right: 15px;
    bottom: -9px;
}
.inner {
	    width: 100%;
    text-align: center;
}
.third-section {
	background: #dff1ff;
}
.headingH2 {
    font-size: 36px;
}
.paragraph, .stats-numb, .stats-text {
    color: #000;
    font-size: 18px !important;
}
.custom-tabs ul {
    list-style: none;
}

.tab-headings {
    display: flex;
    padding-left: 0px;
}
.custom-tabs .tab-headings li.active {
    border-bottom: 3px solid #1795c8;
    color: #1795c8;
}
.tab-carousel {
    margin-top: 20px;
}
.tab-carousel .item {
    display: none;
    padding: 20px 20px 30px;
    border-radius: 0 5px 5px 5px;
    background: #fafafa;
}
.tab-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}
.tab-text {
    flex: 1 1 50%;
}
.tab-carousel .item h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    text-align: left;
}
p.sticky-contents.paragraph {
    margin-bottom: 40px;
}

.sticky-contents {
    font-size: 18px;
    line-height: 1.5;
}
a.links {
    color: #09375e;
    font-weight: 600;
    text-decoration: none;
}

.tab-carousel .services-section-btn, .tatsu-code .button-text.cta-btn, .engagement-left .button-text {
    padding: 7px 10px !important;
}
.be-button-wrap:last-child, .be-button-wrap :last-child, .carousel-wrap:last-child, .tatsu-column-pad>:last-child, .tatsu-module :last-child {
    margin-bottom: 0 !important;
}
.services-section-btn {
    margin-top: 20px;
    margin-right: 20px;
}
button.cta-btn, button.why-choose-cta-btn, .services-section-btn, button.cta-btn.button-text.home-page-service-btn {
    padding: 14px 34px !important;
    padding: 10px 10px !important;
    background: #09375e !important;
    color: #ffff;
    font-size: 16px;
    line-height: 12px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
    border: none;
	text-decoration: none;
}
.why-choose-cta-btn a {
	text-decoration: none;
}
.why-choose-cta-btn a:hover {
	color: #1795c8 !important;
}
.home-page .tab-image {
    flex: unset;
}

.tab-image {
    flex: 1 1 45%;
}
.tab-image.services img, .tab-image.industry img, .tab-image img {
    max-width: 768px !important;
}
.tab-image img {
    height: auto;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
}
.fourth-section {
	padding: 90px 0px 90px 0px !important;
}
h1, h2 {
    margin-bottom: 20px;
}
p {
    margin-bottom: 25px;
}
ol li, ul li {
    margin-bottom: 10px;
}
.fa-solid, .fas {
    font-weight: 900;
}
.button-div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.custom-tabs .tab-headings li {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    cursor: pointer;
    line-height: 22px;
    /* color: #000 !important; */
	color: rgba(132, 137, 145, 1);
}
h3, .h3 {
    
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    text-transform: none;
    letter-spacing: -0.003em;
    line-height: 46px;
/* 	line-height: 25px; */
    color: rgba(49, 50, 51, 1);
}
section.process-section {
    overflow: visible;
}
.process-section {
    color: #000;
	background: #f1f1f1;
	padding: 40px 0px 190px 0px !important;

}
.process-section h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
}
.process-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}
.step-card {
    background: #cbe4f7;
    color: #000;
    padding: 15px;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    flex: 1 1 calc(16.666% - 20px);
}
span.step-label.step1 {
    background: #c0dff7;
}
.step-label {
    background: #dff1ff;
    color: #000;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.step-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 25px;
}
.step-card.card2 {
    top: 30px;
    background: #d3e9f8;
}
span.step-label.step2 {
    background: #e5f4ff;
}
.step-card.card3 {
    top: 60px;
    background: #daedfa;
}
span.step-label.step3 {
    background: #ebf7ff;
}
.step-card.card4 {
    top: 90px;
    background: #e2f2fb;
}
span.step-label.step4 {
    background: #f0f9ff;
}
.step-card p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0px;
}
.step-card.card5 {
    top: 120px;
    background: #eaf6fc;
}
span.step-label.step5 {
    background: #f0f9ff;
}
.step-card.card6 {
    top: 150px;
    background: #f1fafd;
}
span.step-label.step6 {
    background: #e9f1f7;
}
.step-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 25px;
}

h4, .h4 {
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 38px;
    color: rgba(49, 50, 51, 1);
}
.div-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.flex-3 {
    width: 33.33%;
    padding: 40px 20px 0 20px;
    box-sizing: border-box;
}
.box {
    padding-bottom: 10px;
    height: 100%;
    transition: all 0.3s 
ease-in-out;
    position: relative;
    border-bottom: 1px solid #d1d1e1;
    width: 100%;
    display: block;
    right: 0;
    bottom: 0;
}
.flex-3 .box h3 {
    margin: 0 0 10px;
    padding-top: 15px;
    padding-left: 20px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #09375e, #09375e);
    border-top: 3px solid;
    font-size: 20px;
}
.industry-list, .box ul {
    padding-left: 50px;
    margin: 0;
}

.box ul li {
    margin-bottom: 6px;
    font-size: 16px;
    color: #000;
}
.six-section {
	padding: 90px 0px;
}
.why-choose-heading {
    margin-bottom: 0px;
    padding-top: 40px;
}
.showcase-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px;
}
@media (min-width: 1024px) {
    .company-profile {
        flex: 0 0 auto;
        width: 50%;
    }
}
.achievements-list {
    list-style: none;
    padding: 0;
    margin: 40px 0 40px 0;
}
.achievements-list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 1rem;
    color: #4a5568;
}
.content-div {
    display: flex;
}
.checkmark-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
/*     height: 22px; */
	height: 10px;
    background-color: #dff1ff;
    color: #09375e;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 12px;
    margin-right: 5px !important;
    font-size: 18px;
    flex-shrink: 0;
}
.heading-para {
    margin-top: -10px !important;
}
.content-div .class_h4 {
    display: inline;
    font-size: 18px !important;
    font-weight: 600 !important;
	line-height: 25px;
}
.para-text {
    display: inline;
/* 	line-height: 1.2; */
}
/* .heading-para p.para-text {
    display: inline; 
    line-height: 1.2; 
    margin: 0; 
} */

.why-choose-button-div {
    padding-left: 10px;
}
@media (min-width: 1024px) {
    section.right-side {
        width: 50%;
    }
}

section.right-side {
    padding-left: 30px;
    padding-right: 20px;
}
.seven-section {
	background: #dff1ff;
}
.faq-item {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 15px;
    cursor: pointer;
    position: relative;
}
.faq-question {
    font-weight: bold;
    color: #000;
    display: flex;
    width: 100%;
    padding-right: 26px;
}
.faq-questions {
    font-size: 17px;
    display: inline;
    line-height: 20px;
    padding-right: 15px;
    margin-bottom: 0;
    text-wrap: auto;
}
p.inline-para.toggle-icon {
    margin-bottom: 0px !important;
    margin-top: -4px;
    color: #000;
    font-weight: 600;
    width: 20px;
}
p.inline-para {
    display: inline;
}
.toggle-icon {
    position: absolute;
    right: 20px;
    right: 0;
    font-size: 20px;
}
.faq-answer {
    display: none;
    padding-top: 10px;
    color: #000;
}
.see-all-btn {
    padding: 10px 10px !important;
    background: #09375e !important;
    color: #ffff;
    font-size: 16px;
    line-height: 12px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}
.see-all-btn:hover {
	color: #ffff;
}

.faq-container button:focus {
	color: #fff;
}
.eight-section {
	padding: 90px 0px 90px 0px;
}
h3, h4 {
    margin-bottom: 15px;
}
.contact-form-row {
    margin: 0 0;
}
.contact-form-column.column1 {
    width: 60%;
}

.contact-form-column.column1 {
    padding-right: 50px !important;
}
.contact-form-column {
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.contact-form-heading {
    font-size: 32px;
    line-height: 34px;
}
.listWithDots {
    list-style: decimal !important;
    margin: 0 0 20px 35px !important;
}
.listWithDots, .contact-form-row ul li {
    color: #000 !important;
}

.listWithDots ul li {
	list-style: disc !important;
	padding-left: 0px;
	font-size: 18px;
}
 

.contact-form-row .contact-form-column.column2 {
    padding: 0px !important;
    box-shadow: 0 20px 20px #cecece;
    background: #fff;
}
.form-heading {
    background: #09375e;
    text-align: center;
    padding: 10px 0;
}
.formh3 {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 30px;
}
.formh5 {
    font-size: 18px;
}
.formh3, .formh5 {
    color: #fff !important;
}
.contact-form {
    padding: 30px 30px 30px;
	border-width: 0px 0px 0px 0px;
    border-style: solid;
	background: #ffffff;
	box-shadow: 0px 3px 37.2px 2.8px rgb(0 0 0 / 9%);
	border-radius: 10px;
}
.wpcf7-form-control-wrap input {
    border: 1px solid !important;
    box-shadow: none !important;
    background: none !important;
    height: 43px;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
	width: 100%;
	outline: none;
	
    }
.wpcf7-form-control.wpcf7-textarea {
	height: 120px;
	padding: 15px;
	width: 100%;
	outline: none;
	border: 1px solid;
}
.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	margin-top: 20px;
	background: #09375e;
	color: #ffffff;
	height: 43px;
/* 	padding: 15px; */
	border-radius: 3px;
	border: none;
}
.wpcf7-form-control.wpcf7-submit:hover {
	box-shadow: 0 11px 18px -5px rgba(0, 0, 0, .37);
}
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder
{
    color: #000;
    
}
.button-text a:hover, .cta-btn.button-text:hover, .why-choose-cta-btn.button-text:hover, .accordion-read-more a:hover, .accordion-read-more:hover, .services-section-btn:hover, .cta-btn.button-text.account:hover, .btn-text a:hover, .cta-btn.btn-text.home-page-service-btn:hover, .cta-btn.btn-text:hover, .button-btn-text a:hover, .why-choose-cta-btn:hover {
    color: #1795c8 !important;
}
.icons {
    font-size: 22px;
    margin-right: 10px;
}
.tab-headings li {
    display: flex;
    align-items: center;
}
.nine-section {
	padding: 0px 0px 90px 0px;
}


/* end home page */
/* footer */
.custom-footer .h6 {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    letter-spacing: -0.01px;
    line-height: 26px;
    color: rgba(49, 50, 51, 1);
}
.custom-footer {
	background-color: rgba(0, 0, 0, 1) !important;
	border-width: 1px 0px 0px 0px !important; 
    border-color: rgba(50, 50, 50, 1) !important;
    border-style: solid !important;
}
.custom-footer .footer-links a {
    color: #848991;
    text-decoration: none;
    transition: 0.2s;
	font-size: 17px;
}

.custom-footer .footer-links a:hover {
    color: #fff;
}

.custom-footer a {
    color: #848991;
    text-decoration: none;
}
.custom-footer a {
    white-space: normal !important; 
    word-break: break-word;          
}

.footer-p {
	margin-bottom: 30px !important;
}
/* .custom-footer a:hover {
    color: #fff;
} */
.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;   
    height: 40px;
    border-radius: 50%;        
    border: 1px solid #fff;  
    color: #fff !important;             
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.social-icon:hover {
    border-color: rgba(91, 165, 216, 1);  
    color: rgba(91, 165, 216, 1) !important;         
    transform: scale(1.1);               
}

.custom-footer .footer-h5 {
	font-size: 22px;
    color: #faf8f7 !important;
}
/* end footer */
/* service page */
.service-page-first-section {
/* 	padding: 70px 0px !important; */
}
.service-page-first-section p {
	margin-bottom: 30px !important;
}
.service-page-first-section .service-page-h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px !important;
}


.first-contet {
/*     padding: 40px !important; */
	position: relative;
    margin: 50px auto 70px auto;
}
.service-page-first-section .service-page-h5 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px !important;
    color: #1795c8 !important;
/*     margin-top: -15px !important; */
	font-weight: 600;
}
.service-page-first-section .service-page-h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px !important;
/*     margin-top: -10px !important; */
}
ul.tab-headings.service-page {
    justify-content: space-between;
}

.tab-image1 {
   flex: 1 1 45%;
}
.logistic-second-section {
	padding-bottom: 90px !important;
	padding-top: 90px !important;
}
.services-page-third-section {
	padding: 70px 0px !important;
    background: #f1f1f1;
}
.services-page-third-section .why-choose-section {
    padding: 0px 20px 0px 20px !important;
    background: #f1f1f1;
}
.why-choose-section h2 {
    text-align: center;
}
.services-page-third-section .why-choose-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.services-page-third-section .why-choose-card {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 30px 20px;
    flex: 1 1 calc(20% - 30px);
    max-width: calc(20% - 30px);
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.3s ease;
}
.services-page-third-section .why-choose-card:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: rgb(3 13 148 / 17%) 0px 1px;
}
.services-page-third-section .icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: radial-gradient(circle, #f5faff, #e0ecf5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-page-third-section .why-choose-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 22px;
    min-height: 44px;
}
.services-page-third-section .why-choose-card p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
.industries-engagement-models-section {
	padding: 90px 0px 90px 0px;
	background: none !important;
}


.engagement-container {
    display: flex;
}
.engagement-left {
    flex: 1 1 100%;
}
.engagement-left h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 32px;
}
.engagement-left p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
}
.engagement-left .cta-button {
	display: inline-block;
    transition: none !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    background: #09375e !important;
    padding: 5px 8px !important;
    border-radius: 6px;
    text-decoration: none;
}
.engagement-right {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.engagement-card {
    display: flex;
    gap: 15px;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
    align-items: flex-start;
    transition: transform 0.3s;
    margin-bottom: 10px;
}
.engagement-card:hover {
    transform: translateY(-5px);
}
.engagement-card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}
.engagement-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0px;
}
.engagement-card p {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.engagement-card.alt {
    margin: 0 0 10px 40px;
}
.tech-row {
	padding: 120px 0px 150px 0px;
}
.tech-row1 {
    padding: 90px 0px 150px 0px;
}
.tech-section {
	padding: 0px 20px 0px 20px;
}
.tech-section h3 {
    margin-bottom: 10px;
}
.tech-section .paragraph {
    margin-bottom: 20px;
}
.tech-container {
    display: flex;
}
.tech-tabs {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 15%;
    width: 25%;
}
.tab-button {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 20px 10px 15px;
    border-left: 4px solid transparent;
    color: #888;
    transition: 0.3s;
    text-align: left;
}
.tab-button.active {
    color: #000;
    border-left: 4px solid #007bff;
    border-left: 4px solid #09375e;
    border-left: 4px solid #1795c8;
}
.tab-content {
    background: #eef1f8;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 85%;
    width: 70%;
}
.tab-panel {
    display: none;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.tab-panel.active {
    display: flex;
}
.tab-panel img {
    max-width: 120px;
    height: 120px;
    width: 100%;
}
.cta-section {
	background: #f1f1f1;
    margin-bottom: 0px;
}
.Cta-row1 {
	padding: 40px 0px !important;
	text-align: center;
}
.cta-section-heading {
	margin-bottom: 5px;
}
.inner1 {
	width: 100%;
/*     text-align: center; */
	margin-bottom: 20px;
}
/* .testimonial-slide {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
} */

/* .testimonial-slide h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.testimonial-slide span {
    color: #777;
    font-size: 14px;
}

.owl-nav button {
    background: #6D55E9;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}

.owl-nav button:hover {
    background: #FF3838;
}

.owl-nav .owl-prev {
    left: -20px;
}

.owl-nav .owl-next {
    right: -20px;
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dot span {
    background: #ccc;
}

.owl-dot.active span {
    background: #6D55E9;
} */
.slider-section {
	padding: 70px 0 !important;
}
.testimonial-slider-wrapper {
    position: relative;
}
.testimonial-heading {
    font-size: 48px;
}
.testimonial-slide {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
/*     box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
    position: relative;
}

.tatsu-testimonial-content-image-wrap {
    margin-bottom: 18px;
}

.tatsu-testimonial-content {
    font-size: 20px;
    max-width: 70%;
}

.tatsu-testimonial-author.h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: rgba(49, 50, 51, 1);
}

.tatsu-testimonial-author-role.h9 {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(132, 137, 145, 1);
}
.tatsu-testimonial-content-image-wrap {
    display: flex;           
    align-items: center;      
    justify-content: center;  
    min-height: 200px;        
    text-align: center;       
/*     padding: 20px;            */
	border: none;
}
.tatsu-testimonial-content-image-wrap p {
	margin-bottom: 0px;
}
/* Custom navigation buttons */
.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.testimonial-section {
    display: flex;            
    align-items: center;      
    justify-content: center;   
    min-height: 400px;        
/*     text-align: center;      */
    padding: 20px;             
}




.custom-prev {
    left: -25px; /* adjust as needed */
}

.custom-next {
    right: -25px; /* adjust as needed */
}

.custom-prev svg,
.custom-next svg {
    width: 20px;
    height: 20px;
    fill: #333;
}

/* Position dots below the carousel */
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.owl-dot.active {
    background: #333;
}
/* Hide nav buttons by default */
/* Hide arrows by default */
.testimonial-slider-wrapper .custom-prev,
.testimonial-slider-wrapper .custom-next {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Show arrows ONLY when:
   1) slider is fully visible
   2) user hovers on it
*/
.testimonial-slider-wrapper.slider-in-view:hover .custom-prev,
.testimonial-slider-wrapper.slider-in-view:hover .custom-next {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Ensure dots stay below slider */
.testimonial-slider-wrapper .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    position: relative;
}

/* Dot styling */
.testimonial-slider-wrapper .owl-dot {
    width: 7px;
    height: 7px;
    background: rgba(0, 0, 0, 0.25) !important; /* visible but subtle */
    border-radius: 50%;
    margin: 0 6px;
    border: none;
}

.testimonial-slider-wrapper .owl-dot.active {
    background: rgba(0, 0, 0, 1) !important;
}



/* end sevice page */
/* industry section */
.custom-page-industry-section {
	padding: 90px 0px 90px 0px;
}
.custom-page-industry-section .section-title {
    text-align: center;
}
.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.custom-page-industry-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 27px 20px;
    justify-content: center;
}

.custom-page-industry-card {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    max-width: 260px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 20px #eaeaea;
}
.custom-page-industry-card img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}
.custom-page-industry-card:hover img {
    transform: rotateY(360deg);
    transition: all 0.5s linear;
}
.custom-page-industry-card p {
    font-size: 14px;
    color: #000;
}
.custom-page-industry-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 25px;
    min-height: 50px;
}
.page.page-id-5445 .custom-page-industry-card h3{
	min-height: unset;
}
.industries-engagement-models-section.bg {
	background-color: #f1f1f1 !important;
}
.tab-text .listWithDots.fl{
    display: flex !important;
    margin-left: 0px;
}
ul.services-section {
    margin-right: 28px !important;
}
.about-section {
	padding: 90px 0px 40px 0px !important;
}
.about-section .first-contet {
/*     padding: 40px !important; */
    position: relative;
    margin: 50px auto 0px auto;
}
.about-image {
    display: table; /* or display: block; */
    margin: 0 auto; /* Centers horizontally */
    text-align: center; /* Ensures the img inside is centered if it's inline */
}
.about-section_3 {
	padding: 30px 0px 30px 0px;
}
.about-image img {
    max-width: 100%;
    height: auto;
}
.about-section_4 {
	padding: 30px 0px 90px 0px;
}
.about-section_4 .class_h4 {
    display: inline;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.contact-section {
	padding: 90px 0px 90px 0px;
}
h1.contact-class_h1 {
    font-size: 40px;
    font-weight: 600;
    padding-top: 50px;
	text-align: center;
}
.contact-us-h2 {
    font-weight: 400;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 30px;
    font-size: 32px;
}

.contact-us-h3 {
    font-weight: 400;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 28px;
}
.address-details {
	margin-bottom: 20px;
}
.address-details .paragraph {
    margin-bottom: 10px;
    color: #4a4a4a;
}
.contact-section a {
    white-space: normal !important;
    word-break: break-word;
}
.contact-section .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(74, 74, 74, 1);
    color: rgba(74, 74, 74, 1) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}
.contact-section .social-icon.twitter:hover {
    background-color: rgba(83, 195, 236, 1);
    color: rgba(255, 255, 255, 1);
	border: none;
}

.contact-section .social-icon.facebook:hover {
    background-color: rgba(30, 33, 85, 1);
    color: rgba(255, 255, 255, 1);
	border: none;
}

.contact-section .social-icon.linkedin:hover {
    background-color: rgba(37, 127, 226, 1);
    color: rgba(255, 255, 255, 1);
	border: none;
}
.contact-section .connecth6 {
	margin-bottom: 20px;
	color: #313233;
	font-weight: 600 !important;
}
 .page-id-5488 .custom-page-industry-card h3, .page-id-5382 .custom-page-industry-card h3, .page-id-5276 .custom-page-industry-card h3, .page-id-5354 .custom-page-industry-card h3, .page-id-5232 .custom-page-industry-card h3, .page-id-5465 .custom-page-industry-card h3, .page-id-5410 .custom-page-industry-card h3, .page-id-5328 .custom-page-industry-card h3 {
    min-height: unset !important;
}
 .page-id-5488 .custom-page-industry-card img, .page-id-5382 .custom-page-industry-card img, .page-id-5276 .custom-page-industry-card img, .page-id-5354 .custom-page-industry-card img, .page-id-5232 .custom-page-industry-card img, .page-id-5465 .custom-page-industry-card img, .page-id-5410 .custom-page-industry-card img, .page-id-5328 .custom-page-industry-card img {
    margin-bottom: 15px;
}
/* blog main page */
.blog-main-page .blog-posts-left,
.bi-blog-details-section .blog-posts-left{
    width: 60% !important;
}
.blog-main-page .blog-sidebar-right1{
    width: 27% !important;
}
.blog-main-page .recent-post-thumbnail img,
.bi-blog-details-section .recent-post-thumbnail img{
    padding: 0px !important;
}
.blog-main-page .recent-post-title,
.bi-blog-details-section .recent-post-title{
	white-space: normal !important;
}
.blog-main-page .recent-post-thumbnail,
.bi-blog-details-section .recent-post-thumbnail{
    width: 30% !important;
}
.blog-main-page .recent-post-content,
.bi-blog-details-section .recent-post-content{
    width: 70% !important;
}
.blog-main-page .recent-post-thumbnail img,
.bi-blog-details-section .recent-post-thumbnail img{
   margin: 0px !important;
}
.blog-main-page .blog-sidebar-right1 {
	margin-top: 100px;
}
.bi-blog-details-section.inner-page-padding .container:last-child {
/*     padding-top: 30px; */
    margin-top: 30px;
}

.blog-page {
	background: #f2f2f2;
}
.blog-main-page {
	padding: 90px 0px 90px 0px;
}
/* Main wrapper */
.blog-main-wrapper {
    display: flex;
    gap: 30px;
}

/* LEFT COLUMN: Posts */
.blog-posts-left {
    flex: 3;
	background: #fff;
    padding: 30px;
}
.custom-blog-title {
    font-size: 48px;
    color: #222;
    margin-bottom: 30px;
    padding-left: 15px;
}
/* Grid: 2 posts per row */
.blog-posts-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.blog-card {
    width: 50%;
    padding: 20px;
    border-bottom: none;
}
.exp-post-inner {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    transition: all .3s linear;
    height: 100%;
}
.exp-post-thumb-inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-card .blog-thumb img {
    object-fit: cover !important;
    width: 100% !important;
    height: 185px !important;
	

}
.exp-post-details {
    width: 100%;
    background: #fff;
    /* min-height: 160px !important; */
    padding: 20px;
}
.exp-post-details a {
	text-decoration: none;
}
.blog-card .blog-title {
    line-height: 26px !important;
    font-size: 20px !important;
    text-align: left !important;
	margin-bottom: 10px !important;
	text-wrap: auto;
}

.blog-card .blog-excerpt {
    margin: 10px;
    font-size: 14px;
    color: #555;
}
.blog-date-icon {
	flex: 0 0 auto;
	color: rgba(132, 137, 145, 1);
	font-size: 12px;
	
}
.blog-date {
	margin-bottom: 0px !important;
}
/* Pagination */
.blog-pagination {
    margin-top: 20px;
}

/* RIGHT COLUMN: Sidebar */
.blog-sidebar-right {
    flex: 1;
    position: sticky;
/*     top: 20px; */
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}
.blog-sidebar-right1 {
	position: sticky;
    top: 130px;
    height: max-content;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.blog-sidebar-right {
	border-radius: 3px !important;
    border: 1px solid #e7e7e7 !important;
    background: #fff;
}
.blog-sidebar-right .query-btn {
	padding-top: 20px;
}
.blog-sidebar-right .query-btn a {
	text-decoration: none;
}
.blog-sidebar-right h3 {
	    font-size: 18px !important;
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
    text-transform: none;
    color: rgba(49, 50, 51, 1) !important;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 15px !important;
}
.recent-post {
	padding-bottom: 20px;
}
.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
/* 	max-height: 200px; */
    max-height: 280px;
    overflow-y: auto;
    padding-right: 5px;
}

.recent-post-item {
/*     margin-bottom: 15px; */
	border-bottom: 1px solid #eee;
    margin: 0 0 8px !important;
    padding: 5px 0 10px !important;
    list-style-type: none !important;
    display: block;
}
.recent-post-item::after {
    content: "";
    display: table;
    clear: both;
	color: #eeeeee;
}

.recent-post-link {
    display: flex;
    align-items: flex-start;
}

.recent-post-thumbnail {
    flex: 0 0 60px;
}

.recent-post-content {
    flex: 1;
    min-width: 0;
}


/* Image */
.recent-post-thumbnail img {
    width: 50px;
    height: 50px;
/*     margin-right: 10px; */
/*     border-radius: 5px; */
    object-fit: cover;
	    border: 1px solid #eee !important;
    box-shadow: none !important;
    margin: 2px 10px 2px 0 !important;
    padding: 3px !important;
}

/* Title + Date column */
/* .recent-post-content {
    display: flex;
    flex-direction: column;
} */

.recent-post-title {
    font-size: 14px;
    line-height: 1.4;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
/* 	text-decoration: none; */
	color: #000;
	font-weight: 400;
	
}
.recent-post-item a {
	text-decoration: none;
}
.recent-post-item a:hover {
	color: #212529;
}


.recent-post-date {
    color: #bbb;
    font-size: 11px;
}
.widget_categories.widget h6 {
	    text-align: left;
    margin-bottom: 15px !important;
	    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
    text-transform: none;
    color: rgba(49, 50, 51, 1);
    letter-spacing: -0.01em;
}
.tb-btn {
    color: #fff;
    background: #09375e !important;
    padding: 10px 20px;
    border-radius: 3px;
	font-size: 15px !important;
}
.tb-btn:hover {
	color: #1795c8;
}
.exp-categories-widget-link {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	color: rgba(132, 137, 145, 1);
}
.exp-categories-widget-link a {
	text-decoration: none;
}
.exp-categories-post-count {
    margin-left: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all .5s;
    line-height: 0;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .1em;
    justify-content: center;
	background: rgba(250, 248, 247, 1);
	color: rgba(0, 0, 0, 1);
}
.widget {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	border-top: 1px solid #e7e7e7;
}
.widget a:hover {
    color: rgba(0, 0, 0, 1);
}
.exp-categories-widget-link:hover > .exp-categories-post-count {
    color: #ffffff;
    background: rgba(0, 0, 0, 1);
}
.cat-item {
	margin-bottom: 0px;
}
/* end blog main page */

/*changes on 19-12-2025 - blog single post */
.bz-blog-item h1{
	font-size: 39px;
	line-height: 48px;
	margin-bottom: 20px;
	text-wrap: auto;
}
.bz-blog-item:hover .blog-img img{
	transform: none !important;
}
.bz-blog-item .blog-img{
	margin-bottom: 40px;
}
.bi-blog-details-content{
	border: none;
}
.haptic-breadcrumbs ul{
	padding: 5px 20px;
    border-radius: 10px;
    display: inline-block;
}
.haptic-breadcrumbs ul li{
	font-weight: 500;
    margin-right: 24px;
    position: relative;
	color: rgba(0, 0, 0, 1);
	display: inline-block;
	font-size: 17px;
}
.haptic-breadcrumbs .active {
	color: #848991;
}
.haptic-breadcrumbs ul li:before{
	content: "\f101";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 0px;
    width: 24px;
    height: 24px;
    right: -29px;    
}
.haptic-breadcrumbs .breadcrumb-item+.breadcrumb-item{
	padding-left: 0;
}
.bi-blog-details-content{
/* 	padding-left: 16px; */
}
.class_h2 {
    font-size: 31px;
    line-height: 36px !important;
    font-family: "Hind" !important;
    margin-bottom: 20px !important;
	text-wrap: auto;
}
.class_h3 {
    font-size: 24px;
    line-height: 26px !important;
    margin-bottom: 10px !important;
}
.listWithNumbers ol li {
    list-style-type: decimal !important;
    margin: 0 0 30px 35px !important;
	
}
.listWithNumbers ol li::marker {
	font-size: 22px !important;
    font-weight: 600;
    color: #000;
}
.listWithDots ul li {
	list-style: disc !important;
}
.entry-content li:before {
    display: none !important;
}
.single.single-post .paragraph {
    margin-bottom: 18px !important;
	line-height: 30px;
}
.single.single-post .paragraph {
    font-size: 18px !important;
    color: #000;
/*     font-weight: 500; */
}
.bi-blog-details-section.inner-page-padding {
    margin-top: 127px;
	margin-bottom: 130px;
}
.start-section {
	padding-right: 0px;
}
.single.single-post .exp-post-single-content ul {
    margin-bottom: 30px !important;
    margin-left: 30px;
}
.single.single-post p.paragraph:last-child {
    margin-bottom: 30px !important;
}
.blog-btn .elementor-button {
    margin-bottom: 40px;
	font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    background: #09375e !important;
	color: #fff;
	padding: 18px 25px;
    border-width: 1px;
}
.blog-btn1 .elementor-button {
    margin-bottom: 40px;
	font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    background: #09375e !important;
	color: #fff;
	padding: 10px 10px;
    border-width: 1px;
}
.blog-btn .elementor-button:hover {
	color: #1795C8;
}
.blog-btn1 .elementor-button:hover {
	color: #1795C8;
}
.blog-img .elementor-image {
	margin-bottom: 30px !important;
	max-width: 100% !important;
    height: auto !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}
.elementor-element-2da1ce9 {
	margin-bottom: 60px !important;
}
.class_h4 {
    display: inline;
    font-size: 18px !important;
    font-weight: 600 !important;
}
table {
    border-collapse: collapse;
    margin-bottom: 30px;
}
table {
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}
tr {
    border: 1px solid rgba(0, 0, 0, .1);
}
th {
    text-align: center;
    color: #000;
}
td {
    text-align: left;
    color: #000;
}
td, th {
    padding: 10px;
}
tr>* {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.elementor-widget.elementor-widget-text-editor p {
    color: #000;
    font-size: 18px !important;
}
.elementor-widget-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
.blog-pagination {
	margin-top: 60px;
    display: flex;
	justify-content: flex-start;
}
.blog-pagination .current, .be-blog-archive .blog-pagination .current {
    border-color: #09375e !important;
    background: #09375e !important;
    box-shadow: 0 7px 14px -6px #09375e;
	color: #fff;
}

.blog-pagination .page-numbers {
    line-height: 1;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
/*     color: #8f8f8f; */
    padding: 8px 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	text-decoration: none;
}
.blog-pagination .page-numbers:last-child {
    margin-right: 0;
}
.blog-pagination svg {
    stroke: #848991;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 10px;
}
.blog-pagination .page-numbers:not(.current):hover {
    background: rgba(250, 248, 247, 1);
}
.blog-pagination .next:hover svg {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
.bi-bredcrumbs-section.position-relative a {
	text-decoration: none;
}

.bi-bredcrumbs-section.position-relative a:hover {
	color: rgba(0, 0, 0, 1);
}
.blog-h1 {
    font-size: 39px;
    line-height: 48px;
	text-wrap: auto;
}
.case-main {
	padding-top: 46px;
/* 	padding-bottom: 130px; */
}

.challenges-col {
    background: #dff1ff;
    padding: 20px !important;
    border-radius: 8px;
	
}
.container-main {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    padding: 1.7rem 1.3rem;
    max-width: 77.2rem;
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
}
.circle-box {
    flex: 1 1 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 150px;
    position: relative;
}
.progress-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: conic-gradient(#e0e0e0 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.circle--60 {
    animation: rotate60 1.5s forwards ease-out;
}
.circle--3 {
    animation: rotate3 1.5s forwards ease-out;
}
.circle--99 {
    animation: rotate99 1.5s forwards ease-out;
}
@keyframes rotate60 {
    from {
        background: conic-gradient(#ffaf00 0% 0%, #e0e0e0 0% 100%);
    }

    to {
        background: conic-gradient(#ffaf00 0% 60%, #e0e0e0 60% 100%);
    }
}

@keyframes rotate3 {
    from {
        background: conic-gradient(#006eb9 0% 0%, #e0e0e0 0% 100%);
    }

    to {
        background: conic-gradient(#006eb9 0% 3%, #e0e0e0 3% 100%);
    }
}

@keyframes rotate99 {
    from {
        background: conic-gradient(#009c3e 0% 0%, #e0e0e0 0% 100%);
    }

    to {
        background: conic-gradient(#009c3e 0% 99%, #e0e0e0 99% 100%);
    }
}
.inner-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.percentage {
    font-size: 23px;
    color: #000;
    position: relative;
    z-index: 2;
}

.stat-content {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #000;
    font-weight: 400;
}
.e-n-accordion-item-title {
	justify-content: space-between !important;
}
.faq-content {
	padding: 0 25px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
/*     border: 1px solid; */
    border-top: 0 !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	border: 1px solid !important;
    border-color: #CACACA !important;
/*     border-top: 0; */
}
.challenges-row1 {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.challenges-col1 {
    box-sizing: border-box !important;
    width: calc(50% - 50px) !important; /* 👈 full gap accounted here */
    margin: 25px !important;          
    background: #dff1ff;
    padding: 20px !important;
    border-radius: 8px !important;
}
.challenges-col1:nth-last-child(1):nth-child(odd) {
    margin-left: auto !important;
    margin-right: auto !important;
}
.e-n-accordion-item-title-icon i {
    font-size: 14px !important; /* adjust size */
    line-height: 1 !important;
}
.e-n-accordion-item-title-text {
	color: rgb(0, 0, 0) !important;
}
.listWithDots.size {
	font-size: 18px;
	line-height: 30px;
}
.blog-img.position-relative {
	padding: 0 6px;
}
.e-n-accordion-item {
	margin-bottom: 15px !important;
}
.e-n-accordion-item-title {
	border-radius: 3px !important;
    border: 1px solid !important;
    border-color: #CACACA !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000 !important;
/*     border-bottom: 0 !important; */
}
.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom: 0 !important;
}
.faq-content[aria-expanded="true"] {
    border-top: 0 !important;
}
/* category page */
.bi-breadcrumbs-content {
	display: none;
}
img.logo-img {
    max-height: 82px;
}
/* changes 26 dec */
.menu-item.dropdown.active span.dropdown-toggle i {
  margin-left: 5px;
}
#to_top_scrollup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 42px;
    width: 42px;
    height: 42px;
    color: rgb(9, 55, 94);
    background: none;
    cursor: pointer;
    display: none;
    z-index: 9999;
    opacity: 0.9;
}
.dashicons-arrow-up-alt2:before {
    content: "\f343";
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.form-details {
	padding-right: 50px;
	padding-bottom: 20px !important;
    padding-left: 20px !important;
}
/* Force Font Awesome 6 */
.fa,
.fas,
.fa-solid,
.fa-regular,
.fa-light,
.fa-brands {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}
.phone-reverse {
    transform: scaleX(-1);
}
.single.single-post.postid-5884 .listWithNumbers ul li,
.single.single-post.postid-6590 .listWithNumbers ul li {
  margin: 0 0 10px 35px !important;
}
.tools {
	font-weight: 600;
    font-style: normal;
    font-size: 34px;
    text-transform: none;
    letter-spacing: -0.003em;
    line-height: 46px;
}
.tb-error-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
    text-align: center;
    padding: 100px 20px;

    /* Background Image */
    background-image: url('/wp-content/uploads/2025/12/404-background-alt-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

/* Optional overlay for readability */
.tb-error-page::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
/*     background: rgba(0,0,0,0.5); */
    z-index: 1;
}

.tb-error-page > .tb-error-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
}

.firstImage-404 {
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
}

.tb-f32-lg {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
}

.tb-f16-lg {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.thank-you p, 
.thank-you h2 {
	text-align: center;
}
.thank-img {
	padding-top: 40px;
}
.service-page-first-section img {
    max-width: 100% !important;
    width: 100% !important;
}
/* h2.headingH2 {
    will-change: transform !important; 
}


.button-div {
    will-change: transform !important; 
}
.paragraph {
	will-change: transform;
} */
/* ---------------------- */
/* MIN-WIDTH QUERIES (LARGE → SMALL) */
/* ---------------------- */

@media (min-width: 1052px) {
    .custom-tabs .tab-headings li {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 16px;
        max-width: 170px;

    }
	.custom-tabs .tab-headings.service-page li {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 16px;
        max-width: 135px;

    }
	.custom-tabs .tab-headings.service-page li.lead {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 16px;
        max-width: 137px;
    }
	
    ul.tab-headings.industry-service li {
        padding-left: 10px;
        padding-right: 10px;
    }

}
@media (min-width: 1280px) {
    .first-contet {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .circle-diagram {
        width: 450px;
        height: 490px;
    }
    .label:nth-child(3) {
        top: 19%;
        left: 0%;
        animation-delay: 1.0s;
    }
    .label:nth-child(4) {
        top: 40%;
        left: 1%;
        animation-delay: 1.2s;
    }
    .label:nth-child(5) {
        top: 2%;
        left: 34%;
        animation-delay: 1.0s;
    }
    .label:nth-child(6) {
        top: 21%;
        left: 64%;
        animation-delay: 1.2s;
    }
    .label:nth-child(8) {
        top: 60%;
        left: 65%;
        animation-delay: 1.6s;
    }
    .label:nth-child(9) {
        top: 75%;
        left: 50%;
        animation-delay: 1.8s;
    }
    .label:nth-child(10) {
        top: 89%;
        left: 24%;
        animation-delay: 2.0s;
    }
}
@media (min-width: 992px) {
    .navbar {
        display: flex !important;
        justify-content: space-between !important;
		flex-wrap: nowrap !important;
    }

    .burger {
        display: none;
        visibility: hidden;
    }

    .navbar-block {
        position: initial;
        height: initial;
        opacity: 1;
/*         overflow: auto; */
		overflow: unset;
        pointer-events: visible;
        background: none;
        transition: none;
		display: block;
    }
    .navbar-inner {
        justify-content: space-between;
        height: 100%;
    }
    .menu {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        column-gap: 1rem;
        height: 100%;
        padding: unset;
    }

    .menu-item {
        display: flex;
        cursor: pointer;
        padding: 0.5rem;
    }

    .menu-link {
        padding: unset;
    }

/*     .dropdown-toggle {
        pointer-events: none;
    } */

    .dropdown-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 6rem;
        opacity: 0;
        height: max-content;
        pointer-events: none;
        background-color: #fff;
        border-top: 2px solid #f1f1f1;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        transition: top 0.4s, opacity 0.3s ease;
    }

    .dropdown-column {
        width: 25%;
        margin: unset;
    }

    .dropdown-group:first-child, .dropdown-group:last-child {
        margin: unset;
    }

    .dropdown-group {
        align-content: baseline;
        row-gap: 10px;
        padding: 24px;
    }
/* 	.menu-item.dropdown:hover .dropdown-content {
        opacity: 1;
        pointer-events: auto;
        height: auto;
        top: 5rem;
    } */
/* 	.menu-item.dropdown:hover>.dropdown-content {
        opacity: 1;
        pointer-events: auto;
        top: 85%;
        padding: 0px 0px 10px 0px;
    } */
	.resources {
        display: block !important;
        max-width: 300px !important;
        margin: 0 auto 0 auto !important;
    }
/* 	.menu-item.dropdown.active > .dropdown-content {
		opacity: 1 !important;
		pointer-events: auto !important;
		top: 85% !important;
	} */
	.menu-item.dropdown.active>.dropdown-content {
        cursor: initial;
        opacity: 1;
        top: 90px;
        pointer-events: initial;
    }

    .menu-item.dropdown.active>.dropdown-toggle i.bx {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .dropdown-toggle {
        pointer-events: auto !important; /* allow clicking */
        cursor: pointer;
    }

    .dropdown-toggle i.fa-chevron-down {
        pointer-events: auto;
        cursor: pointer;
        transition: transform 0.3s ease;
		margin-left: 5px;
/* 		padding-left: 0px; */
    }
	.testimonial-section {
        width: 49%;
        margin: 0 auto;
        padding: 0 87px;
    }
	 .contact-form-row .contact-form-column.column2 {
        width: 45% !important;
        margin-left: 3%;
    }
	.AI-img {
	  width: 768px; 
	 height: 531px; 
	  object-fit: contain;
	}
	
}
@media (min-width: 903px) and (max-width: 1052px) {
    /* nothing originally in this range — left empty on purpose */
}

@media (min-width: 769px) and (max-width: 903px) {
    h1.headingH1 {
        font-size: 66px !important;
        line-height: 70px !important;
    }
}
@media (min-width: 768px) {
    .engagement-left {
        position: sticky;
        top: 100px;
        align-self: flex-start;
        padding-right: 50px;
    }
	.engagement-container {
        flex-direction: row;
        align-items: flex-start;
    }
	.engagement-left {
        position: sticky;
        top: 100px;
        align-self: flex-start;
        padding-right: 50px;
    }
	.sticky-container .sticky-img {
		position: sticky;
		top: 120px;
	}
}
@media (min-width: 666px) and (max-width: 768px) {
    h1.headingH1 {
        font-size: 56px !important;
        line-height: 60px !important;
    }
}


@media (min-width: 534px) and (max-width: 665px) {
    h1.headingH1 {
        font-size: 42px !important;
        line-height: 44px !important;
    }
}

@media (min-width: 400px) and (max-width: 534px) {
    h1.headingH1 {
        font-size: 32px !important;
        line-height: 34px !important;
    }
}


/* ---------------------- */
/* MAX-WIDTH QUERIES (LARGE → SMALL) */
/* ---------------------- */
@media (max-width: 2560px) {
    .resources {
        left: 40% !important;
    }
}
@media (max-width: 2000px) {
    .resources {
        left: 50% !important;
    }
}
@media (max-width: 1636px) {
    .resources {
        left: 65% !important;
    }
}
@media (max-width: 1400px) {
    .resources {
        left: 70% !important;
    }
}
@media (max-width: 1280px) {
    .tatsu-wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	.services-page-third-section .why-choose-card {
        flex: 1 1 calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
    }
}

@media (max-width: 1120px) {
    p.quote-section {
        max-width: 850px;
        margin: auto;
    }
}
@media (max-width: 1052px) {
    ul.tab-headings {
        display: block;
        max-width: 300px;
        margin: auto;
    }
	.custom-tabs .tab-headings li {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .circle-diagram {
        width: 450px;
        height: 450px;
    }
    .center-logo {
        width: 80px;
        height: 80px;
    }
    .big-circle {
        width: 375px;
        height: 375px;
    }
    .medium-circle {
        width: 270px;
        height: 270px;
    }
    .small-circle {
        width: 160px;
        height: 160px;
    }
    .label {
        font-size: 14px;
        padding: 6px 10px;
    }
	

    .custom-blog-title {
        font-size: 36px;
		padding-top: 20px;
    }

    .blog-main-page {
        padding: 60px 0;
    }
	.tb-f32-lg {
        font-size: 28px;
    }
    .firstImage-404 {
        max-width: 250px;
    }
	.tb-error-page {
		padding-top: 126px;
	}
}

@media (max-width: 992px) {
    .form-details {
        width: 100%;
        margin-bottom: 30px;
    }
    .faq-image {
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
/*     .tatsu-wrap {
        max-width: 940px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    } */
    p.quote-section {
        max-width: 650px;
        margin: auto;
    }
	.flex-3 {
        width: 50%;
    }
	.services-page-third-section .why-choose-card {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
	.testimonial-section .testimonial-heading {
        text-align: center;
    }
	 .testimonial-section .buttons {
        display: flex;
        justify-content: center;
    }
	.home-page-banner {
        padding-top: 100px !important;
    }
	 .blog-main-wrapper {
        flex-direction: column;
		 display: block !important;
    }

    .blog-sidebar-right1 {
        position: static !important;
        top: auto !important;
        margin-top: 30px !important;
		
    }
	.blog-main-page .blog-posts-left,
	.blog-main-page .blog-sidebar-right1 {
		width: 100% !important;
	}
	
	.challenges-col1 {
        width: 100% !important;
        margin: 15px auto !important; /* keep spacing + center */
    }
	.challenges-row1 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.testimonial-section {
		min-height: 0px; 
	}
	.case-main .e-con-inner {
		display: block !important;
	}
	.first-section.left-col,
	.first-section.right-col {
		width: 100%;
	}
	.tab-inner {
		display: block;
	}
	.tab-image1,
	.tab-image {
		text-align: center;
	}
	.tab-image img {
		width: auto;
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
    .navbar-inner {
        width: 100% !important;
    }
/* 	.menu-item.dropdown.active .dropdown-content {
        display: block;
        opacity: 1;
        pointer-events: auto;
        height: auto !important;
    } */
	.dropdown-content {
        display: none;
    }
	div#menu {
        background: #fff;
    }
    .menu-item.dropdown.active .dropdown-content {
        display: block;
        opacity: 1;
        pointer-events: auto;
        height: auto !important;
    }
	.navbar-block button.contact-us {
        margin-top: 20px !important;
    }

}
@media (max-width: 768px) {
    .circle-diagram {
        width: 400px;
        height: 400px;
        margin: auto;
/*         margin-left: -60px; */
    }
    .center-logo {
        width: 60px;
        height: 60px;
    }
    .big-circle {
        width: 270px;
        height: 270px;
    }
    .medium-circle {
        width: 200px;
        height: 200px;
    }
    .small-circle {
        width: 120px;
        height: 120px;
    }
    .label {
        font-size: 12px;
        padding: 5px 8px;
    }
    p.quote-section {
        max-width: 450px;
        margin: auto;
        padding: 0px 10px;
    }
	.services-page-third-section .why-choose-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
	.engagement-left {
        text-align: center !important;
        margin: auto !important;
        position: relative !important;
    }
	.engagement-right {
        margin-top: 20px;
    }
	.engagement-card.alt {
        margin: 0px;
    }
	.tech-container {
        flex-direction: column;
    }
	.tech-tabs {
        width: 100%;
        margin-bottom: 20px;
    }
	.tab-button.active {
        border-bottom: 2px solid #007bff;
        border-bottom: none;
    }
	.tab-button {
        border-left: none;
        border-bottom: 2px solid transparent;
    }
	.tab-content {
        padding: 20px;
        width: 100%;
    }
	.engagement-container {
        display: block !important;
    }
	 .blog-main-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    /* Full width posts */
    .blog-posts-left {
        padding: 15px;
    }

    /* Blog title */
    .custom-blog-title {
        font-size: 28px;
        padding-left: 0;
        text-align: left;
    }

   

    /* Images */
    .blog-card .blog-thumb img {
        object-fit: cover !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Sidebar */
    
    .blog-sidebar-right {
        position: static;
        width: 100%;
        padding: 15px;
        margin-top: 20px;
    }
	.blog-sidebar-right1 {
		position: static;
        width: 100%;
        padding: 15px 0 15px 0;
        margin-top: 20px;
	}

    /* Recent posts */
    .recent-post-link {
        align-items: flex-start;
    }

    .recent-post-thumbnail img {
        width: 45px;
        height: 45px;
    }

    .recent-post-title {
        font-size: 13px;
    }

    /* Categories */
    .widget_categories ul {
        padding-left: 0;
    }

    /* Button */
    .tb-btn {
        width: 100%;
        display: block;
        text-align: center;
    }
	.blog-sidebar-right1 {
        position: static !important;
        top: auto !important;
    }
	.tb-f32-lg {
        font-size: 24px;
    }
    .tb-f16-lg {
        font-size: 15px;
    }
    
    .firstImage-404 {
        max-width: 200px;
    }
	h2, .h2 {
        font-size: 32px;
        line-height: 44px;
    }
	h3, .h3 {
        font-size: 30px;
        line-height: 42px;
    }
	h4, .h4 {
        font-size: 24px;
        line-height: 36px;
    }
	.elementor-widget-image img {
		width: auto !important;
		max-width: 100% !important;
/* 		height: auto;
		display: block; */
		margin-bottom: 30px;
	}
}
@media (max-width: 600px) {
    .flex-3 {
        width: 100%;
    }
	 .blog-main-wrapper {
        flex-direction: column;
    }

    /* Single column posts */
    .blog-posts-grid {
        flex-direction: column;
    }

    .blog-card {
        width: 100%;
        padding: 10px 0;
    }

    /* Sidebar below posts */
    .blog-sidebar-right1 {
        position: static !important;
        top: auto !important;
        margin-top: 20px;
    }

    /* Title size */
    .custom-blog-title {
        font-size: 26px;
    }
}
@media (max-width: 576px) {
    p.quote-section {
        max-width: 340px;
        margin: auto;
        padding: 0px 20px;
    }
}
@media (max-width: 567px) {
    img.logo-img {
        max-width: 280px;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .circle-diagram {
/*         margin-left: -50px; */
    }
    .center-logo {
        width: 50px;
        height: 50px;
    }
    .big-circle {
        width: 220px;
        height: 220px;
    }
    .medium-circle {
        width: 160px;
        height: 160px;
    }
    .small-circle {
        width: 100px;
        height: 100px;
    }
    .label {
        font-size: 11px;
        padding: 4px 6px;
    }
	.circle-diagram {
        width: 300px;
        height: 300px;
    }
/* 	.single-post .inner-page-padding{
		padding: 120px 0px !important;
	} */
	.case-first .e-con-inner {
		padding-top: 30px !important;
	}
/* 	.last-spacer {
		display: none !important;
	} */
	.tb-f32-lg {
        font-size: 20px;
    }
    .tb-f16-lg {
        font-size: 14px;
    }
    .firstImage-404 {
        max-width: 150px;
    }
}

@media (max-width: 460px) {
    p.quote-section {
        max-width: 270px;
        margin: auto;
    }
}

@media (max-width: 400px) {
    p.quote-section {
        max-width: 100%;
        font-size: 21px;
    }
	img.logo-img{
		max-width: 280px;
	}
	h1.headingH1 {
        font-size: 28px !important;
        line-height: 30px !important;
	}
}




