@media all and (min-width: 768px) {
	.show-in-mobile,
	.show-on-mobile {
		display: none !important;
	}
}
@media all and (min-width: 992px) {
	.show-in-tablet,
	.show-on-tablet {
		display: none !important;
	}
	.tran02,
	.tran02 svg,
	.tran02 path,
	.tran02::before,
	.tran02::after {
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.y-btn,
	.wpcf7-submit,
	.tran03,
	.tran03 svg,
	.tran03 path,
	.tran03::before,
	.tran03::after {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.floating-contact-btn-link:hover {
		background: #fff;
	}
	.wpcf7-submit:not([data-tooltip]):hover,
	.y-btn:not([data-tooltip]):hover {
		background: #00ADDC;
		border-color: #00ADDC;
		color: #161932;
	}
	.mega-menu-text-box:hover .mega-menu-text-box-1::after {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0);
	}
	.footer-newsletter .wpcf7-submit:hover {
		background: #fff;
		border-color: #fff;
		color: #161932;
	}
	.social-link-a:hover::before,
	.footer-socials-list a:hover::before {
		filter: alpha(opacity=100);
		opacity: 1;
		-khtml-opacity: 1;
	}
	.close-top-search:hover {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.service-card:hover {
		background: #161932;
	}
	.comparison-swiper:not(.swiper-initialized) .swiper-slide.traditional-card {
		animation: swapTraditional 0.6s forwards ease-in-out;
	}
	.comparison-swiper:not(.swiper-initialized) .swiper-slide.scube-card {
		animation: swapScube 0.6s forwards ease-in-out;
	}
	.comparison-flex:has(.traditional-card:hover) .traditional-card {
		animation: swapTraditionalHover 0.6s forwards ease-in-out;
	}
	.comparison-flex:has(.traditional-card:hover) .scube-card {
		animation: swapScubeHover 0.6s forwards ease-in-out;
	}
	.solution-card:hover {
		background: #161932;
		border-color: #161932;
		color: #fff;
	}
	.solution-card:hover .solution-card-subtitle {
		color: #DEE3E3;
	}
	.solution-card:hover .solution-link {
		color: #fff;
	}
	.solution-card:hover path[fill]:not([fill=""]) {
		fill: #fff;
	}
	.solution-card:hover path[stroke]:not([stroke=""]) {
		stroke: #fff;
	}
	.solution-card:hover .solution-link:hover {
		color: #00ADDC;
	}
	.inner-service-card:hover .inner-card-link::after,
	.resource-card:hover .resource-arrow,
	.insight-card-link:hover::after,
	.solution-link:hover::after {
		filter: alpha(opacity=100);
		opacity: 1;
		-khtml-opacity: 1;
		animation: linkArrowMove 0.8s infinite ease-in-out;
	}
	.insight-card-link:hover {
		background: #EFF1F1;
	}
	.insight-card-link:hover .insight-image {
		transform: scale(1.05);
	}
	.breadcrumb-link:hover {
		color: #00ADDC;
	}
	.inner-service-card:hover {
		background: #EFF1F1;
	}
	.inner-service-card:hover .inner-card-tag {
		background: var(--tab-color);
		border-color: var(--tab-color);
		color: #fff;
	}
	.inner-service-card:hover .inner-card-link {
		color: #00ADDC;
	}
	.swiper-arrows-wrap .prev:not(.swiper-button-disabled):hover::before,
	.swiper-arrows-wrap .next:not(.swiper-button-disabled):hover::before {
		filter: alpha(opacity=100);
		opacity: 1;
		-khtml-opacity: 1;
	}
	.faq-accordion-btn:hover .faq-accordion-title {
		color: #00ADDC;
	}
	.faq-accordion-btn:hover .faq-icon::before,
	.faq-accordion-btn:hover .faq-icon::after {
		background: #00ADDC;
	}
	.leadership-section .leadership-grid-layout {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 48px;
	}
	.leadership-section .leadership-header {
		grid-column: 1 / 3;
		grid-row: 1;
	}
	.leadership-section .leadership-grid.swiper {
		display: contents;
	}
	.leadership-section .leadership-list.swiper-wrapper {
		display: contents;
	}
	.leadership-section .leadership-item {
		width: auto;
	}
	.leadership-section .leadership-item:first-child {
		grid-column: 3;
		grid-row: 1;
	}
	.leadership-section .swiper-pagination {
		display: none;
	}
}
@media all and (max-width: 1440px) {
	#page-header > .container {
		gap: 34px;
	}
	.headerRight,
	#page-nav > ul {
		gap: 24px;
	}
	#page-nav ul .mega-menu ul.mega-menu-level-1 {
		gap: 50px;
	}
	.services-section {
		padding-bottom: 128px;
	}
	.inner-services-grid {
		gap: 16px;
	}	
	.inner-service-card {
		width: calc(33.333% - 11px);
		padding: 24px;
	}
	.solution-card {
		padding: 28px;
	}
	.member-hover-overlay,
	.member-base-info {
		padding: 32px;
	}
	.leadership-card:has(:focus) .hover-socials,
	.leadership-card:hover .hover-socials,
	.leadership-card:focus-visible .hover-socials {
		margin-top: 32px;
	}
	.leadership-item.swiper-slide {
		min-height: 41vw;
	}
	.community-row {
		gap: 48px;
	}
	.community-col.text-col {
		width: calc(52.2% - 24px);
	}
	.community-col.img-col {
		width: calc(47.8% - 24px);
	}
}
@media all and (max-width: 1280px) {
	.footer-side {
		width: 380px;
	}
	.our-clients-item {
		height: 96px;
	}
}
@media all and (max-width: 1200px) {
	.mega-menu-text-box-img {
		height: 10.7vw;
	}
	.logo-img {
		height: 60px;
	}
	#page-nav ul .mega-menu > .container {
		gap: 30px;
	}
	#page-nav ul .mega-menu {
		padding: 24px 0;
	}
	.header-login-btn {
		min-width: 90px;
	}
	.footer-side {
		width: 300px;
	}
    .impact-number,
	.hero-title {
		font-size: 60px;
	}
	.comp-item-title,
	.hero-subtitle {
		font-size: 28px;
	}
    .impact-main-title {
        font-size: 48px;
    }
	.inner-card-title {
		font-size: 40px;
	}
	.services-section {
		padding: 90px 0;
	}
	.services-section .impact-header {
		margin: 0 0 90px 0;
	}
	.section-title {
		font-size: 62px;
	}
	.services-section .tabs-btn {
		font-size: 26px;
	}
	.inner-card-text {
		font-size: 22px;
	}
	.comparison-swiper:not(.swiper-initialized) .swiper-slide.comparison-card {
		padding: 36px 24px;
	}
	.comparison-swiper:not(.swiper-initialized) .swiper-slide.scube-card {
		min-height: 572px;
	}
	.scube-card .comp-card-title {
		font-size: 46px;
	}
	.scube-card .comp-item-title,
	.comp-card-title {
		font-size: 38px;
	}
	.comparison-swiper:not(.swiper-initialized) .comparison-flex {
		min-height: 620px;
	}
	.solution-card-title {
		font-size: 38px;
	}
	.solutions-grid:not(.swiper-initialized) .solutions-list {
		gap: 8px;
	}
	.solutions-grid:not(.swiper-initialized) .solution-item {
		width: calc(33.333% - 6px);
	}
	.content-image-flex {
		gap: 9px 40px;
	}
	.side-title {
		font-size: 36px;
	}
	.member-hover-overlay,
	.member-base-info {
		padding: 24px;
	}
	.leadership-card:has(:focus) .hover-socials,
	.leadership-card:hover .hover-socials,
	.leadership-card:focus-visible .hover-socials {
		margin-top: 24px;
	}
	.leadership-section .leadership-grid-layout {
		gap: 24px;
	}
	.contact-expert-content-column {
		width: 63%;
		padding: 48px;
	}
	.contact-expert-image-column {
		width: 37%;
	}
}
@media all and (max-width: 1024px) {
	.hero-title,
	.hero-subtitle {
		margin: 0 0 24px 0;
	}
	.contact-cta-white-section {
		padding: 64px 0;
	}
	.swiper.customer-stories-grid {
		width: calc(100% + 40px);
		left: 0;
		padding-left: 24px;
	}
	.wide-banner-content {
		max-width: 55%;
	}
    .search-filter-dropdowns {
        width: 100%;
        justify-content: space-between;
    }
    .search-filter-select-wrap {
        flex: 1;
        min-width: 150px;
    }
}
@media all and (max-width: 991px) {
	.hide-in-tablet,
	.hide-on-tablet {
		display: none !important;
	}
	#page-header > .container {
		justify-content: space-between;
	}
	#page-nav {
		background: #fff;
		flex-direction: column;
		width: 375px;
		height: auto;
		position: fixed;
		left: 0;
		top: 96px;
		bottom: 0;
		z-index: 10;
		border-right: 1px solid #DEE3E3;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	body.mobile-menu-is-open #page-nav {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	#page-nav > ul {
		width: 100%;
		max-height: calc(100% - 64px);
		flex-direction: column;
		gap: 8px;
		flex-grow: 1;
		padding: 24px;
		overflow: auto;
	}
	#page-nav #top-search-wrap {
		background: none;
		position: static;
		height: auto;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		padding: 16px 24px 24px;
	}
	.search-field {
		color: #161932;
		border-bottom-color: #161932;
		font-size: 20px;
	}
	.search-field::-webkit-input-placeholder {
		color: #736F72;
		opacity: 1;
	}
	.search-field:-moz-placeholder {
		color: #736F72;
		opacity: 1;
	}
	.mobile-search-btn,
	.close-top-search {
		top: 0;
	}
	.top-search-form path {
		fill: #161932;
	}
	#page-nav > ul > li > a {
		width: 100%;
		justify-content: space-between;
		padding: 10px 0;
		gap: 10px;
		color: #161932;
		font-size: 28px;
		text-align: left;
	}
	#page-nav ul .mega-menu {
		display: none;
		position: static;
		padding: 0;
		border-bottom: none;
		opacity: 1;
		overflow: visible;
		visibility: visible;
		max-height: none;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	#page-nav li.focus .mega-menu {
		display: block;
	}
	#page-nav ul .mega-menu ul.mega-menu-level-1 {
		width: 100%;
		flex-direction: column;
		gap: 0;
	}
	#page-nav > ul > li {
		flex-direction: column;
		align-items: flex-start;
	}
	#page-nav > ul > li:nth-child(1),
	#page-nav > ul > li:nth-child(2) {
		padding-right: 100px;
	}
	#page-nav ul .mega-menu > .container {
		padding: 0;
	}
	#top-search-btn::before,
	.menu-item-has-children > a::before {
		display: none;
	}
	#page-nav > ul > li.menu-item-has-children > a::after {
		background-image: url(../../images/arrow-bottom-blue.svg);
	}
	#page-nav ul .mega-menu ul.mega-menu-level-1 > li > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		padding-bottom: 10px;
	}
	#page-nav ul .mega-menu ul.mega-menu-level-1 ul a {
		font-size: 20px;
	}
	#page-nav ul .mega-menu ul.mega-menu-level-1 > li > a::after {
		content: "+";
		width: 24px;
		height: 24px;
        font-size: 50px;
        line-height: 24px;
        text-align: center;
        font-weight: 300;
	}
	#page-nav ul .mega-menu ul.mega-menu-level-1 > li.focus > a::after {
		content: "-"
	}
	#page-nav ul .mega-menu ul.mega-menu-level-1 > li:not(.focus) > ul {
		display: none;
	}
	.header-login-btn {
		background: #fff;
		color: #161932;
		border-color: #161932;
		position: absolute;
		right: 24px;
		top: 24px;
		z-index: 2;
	}
	.footer-top,
	.footer-newsletter,
	.footer-bottom {
		flex-wrap: wrap;
		padding: 24px 0;
	}
	.footer-side,
	.footer-newsletter .wpcf7-form {
		width: 100%;
	}
	.footer-bottom {
		justify-content: center;
		gap: 16px;
		padding: 24px 0;
	}
	.footer-bottom .footer-side {
		order: 3;
		padding: 0;
		text-align: center;
		width: auto;
	}
	.footer-bottom .footer-socials-list {
		order: 2;
		width: 100%;
		justify-content: center;
	}
	.footer-bottom .footer-bottom-links-list {
		order: 1;
		margin: 0;
		width: 100%;
	}
	.footer-bottom-copyrights {
		order: 4;
		margin: 0 0 0 auto;
	}
	.footer-newsletter .footer-side {
		padding: 0 0 24px 0;
	}
	.footer-top {
		gap: 24px 0;
	}
	.footer-top .footer-side {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 0;
		gap: 24px;
	}
	.footer-logo-link {
		margin: 0;
	}
	.footer-top .footer-side-text {
		border-top: 1px solid rgba(115, 111, 114, 0.25);
		padding: 24px 0 0 0;
	}
	.footerLinksWrap1 {
		border-top: 1px solid rgba(115, 111, 114, 0.25);
		padding: 24px 0 0 0;
		flex-wrap: wrap;
		gap: 24px 0;
	}
	.mobile-footer-socials-list-wrap {
		display: flex;
		gap: 16px;
		margin: 21px 0 0 auto;
	}
	.footer-side-text,
	.footer-top-side-logos-list {
		width: 100%;
		max-width: 100%;
	}
	.hero-content {
		width: 100%;
	}
	.hero-img {
		width: 100%;
		height: auto;
		position: static;
	}
	.services-section,
	.impact-section {
		padding: 90px 0;
	}
	.services-section .impact-header {
		margin: 0 0 60px 0;
	}
    .impact-grid {
        flex-wrap: wrap;
        gap: 40px 0;
    }
    .impact-item {
        min-width: 33.33%;
    }
    .impact-item:nth-child(3)::after {
        display: none;
    }
	.section-title {
		font-size: 52px;
	}
	.services-section .tabs-btn {
		gap: 10px;
	}
	.inner-service-card {
		width: 100%;
	}
	.services-section .tabs-btn {
        font-size: 22px;
    }
	.comparison-swiper.swiper {
		padding: 0 24px;
	}
	.contact-cta-white-section,
	.insights-section,
	.contact-cta-section,
	.solutions-section {
		padding: 48px 0;
	}
	.solutions-grid:not(.swiper-initialized) .solution-item {
		width: 100%;
	}
	.solutions-grid:not(.swiper-initialized) .solution-item:not(:first-child) {
		display: none;
	}
	.container.insights-grid {
		padding: 0 40px;
	}
	.insight-card-link {
		padding: 0;
	}
	.insight-card-title {
		font-size: 28px;
	}	
	.contact-cta-content {
		min-height: 400px;
		padding: 24px;
	}
	.contact-cta-subtitle {
		font-size: 28px;
	}
	.content-image-flex {
		flex-direction: column;
	}
	.side-content {
		width: 100%;
	}
	.content-image-side-content {
		padding: 0;
	}
	.content-image-side-img {
		width: 100%;
		max-width: 470px;
		margin: 0 auto;
	}
	.wide-gallery-item-btn {
		height: 27vw;
	}
	.resource-item {
		width: 100%;
	}
	.leadership-grid.swiper {
		width: calc(100% + 48px);
		margin: 0 -24px;
		padding: 0 24px;
	}
	.leadership-item {
		width: 100%;
	}
	.leadership-item.swiper-slide {
		width: 345px;
		min-height: 460px;
	}
	.leadership-header {
		margin: 0 0 32px 0;
	}
	.community-row {
		gap: 40px;
	}
	.community-col {
		width: calc(50% - 20px);
	}
	.community-item-title {
		font-size: 32px;
	}
	.community-row {
		gap: 24px;
	}
	.community-col.text-col {
		width: calc(52.2% - 12px);
	}
	.community-col.img-col {
		width: calc(47.8% - 12px);
	}
	.service-overview-section .tab-features-grid.cols-4 .feature-item {
		width: 50%;
		margin-bottom: 24px;
	}
	.service-overview-section .tab-features-grid.cols-4 .feature-item:nth-child(odd) {
	    width: calc(50% - 24px);
	    padding-left: 0;
	    border-left: none;
	}
	.service-overview-section .comparison-grid {
		flex-direction: column;
		gap: 40px;
	}
	.service-overview-section .comparison-col {
		width: 100%;
	}
	.service-overview-section .deliverable-item {
		width: calc(33.333% - 20px);
		margin-bottom: 30px;
	}
	.contact-expert-card {
		flex-direction: column;
		max-width: 500px;
        margin: 0 auto;
	}
	.contact-expert-content-column {
		width: 100%;
		padding: 32px;
	}
	.contact-expert-image-column {
		width: 100%;
		height: 600px;
	}
	.contact-expert-actions-wrapper .y-btn {
		width: 100%;
	}
	.contact-expert-section .hover-socials {
		width: 100%;
		justify-content: center;
	}
	.contact-expert-name-wrap {
		margin: 16px 0 0 0;
	}
	.contact-expert-actions-wrapper {
		margin: 32px 0 0 0;
	}
}
@media all and (max-width: 782px) {
	.admin-bar #page-header {
		top: 46px;
	}
	#wp-admin-bar-wpseo-menu,
	#wp-admin-bar-my-account {
		overflow: hidden;
	}
}
@media all and (max-width: 767px) {
	.toggle-on-mobile:not(.active),
	.hide-in-mobile,
	.hide-on-mobile {
		display: none !important;
	}
	.wide-banner-section {
		margin: 0;
	}
	.services-section,
	.content-hero-section {
		margin: 48px 0;
	}
	.sections {
		padding: 48px 0;
	}
	.contact-cta-section {
		padding-top: 0;
	}
	#page-footer {
		padding: 0;
	}
	#page-nav {
		width: 100%;
	}
	.ybox-floating-form .insertYboxAjaxHere {
		padding: 24px;
	}
	.ybox-floating-form .closeYbox,
	.ybox-floating-form .closeYbox[type=button] {
		top: 19px;
		right: 13px;
	}
	.footerLinksWrap {
		min-width: 50%;
	}
	.footerLinksWrap:nth-child(2n) {
		padding: 0;
	}
	.footer-newsletter .wpcf7-form,
	.footer-newsletter .wpcf7-form > p {
		flex-wrap: wrap;
	}
	.footer-newsletter .wpcf7-form-control-wrap:not(:first-child) {
		width: 100%;
	}
	.wpcf7-form-control.wpcf7-acceptance,
	.wpcf7-form-control.wpcf7-checkbox {
		max-width: 100%;
	}
	.mobile-footer-socials-list-wrap {
		margin-left: 0;
		flex-grow: 1;
	}
	.footer-socials-list {
		margin: 0 auto;
	}
	.footer-socials-list a img {
		max-height: 16px;
	}
	.hero-title {
		font-size: 56px;
		margin: 0 0 32px 0;
	}
	.hero-subtitle {
		font-size: 24px;
		margin: 0 0 48px 0;
	}
    .impact-section {
        padding: 48px 0 24px 0;
    }
	.impact-header {
		margin: 0 0 32px 0;
	}
    .impact-main-title {
        font-size: 36px;
    }
	.impact-grid {
		gap: 0;
	}
    .impact-item {
        min-width: 100%;
        padding: 24px 0;
    }
    .impact-item:nth-child(3)::after {
        display: block;
    }
	.impact-item:not(:last-child)::after {
		width: auto;
		height: 1px;
		top: auto;
		left: 0;
	}
	.scube-card .comp-card-title,
	.section-title {
        font-size: 48px;
    }
    .impact-number {
        font-size: 128px;
    }
	.services-section .tabs-list {
		flex-direction: column;
	}
	.services-section .impact-header {
		margin: 0 0 32px 0;
	}
	.services-swiper .swiper-slide {
		width: 345px;
	}
	.services-steps-wrap {
		min-height: 1px;
	}
	.services-section .tabs-div {
		padding: 8px;
		border-radius: 0 !important;
	}
	.services-section .tabs-list > li .tabs-btn {
		background: rgba(255, 255, 255, 0.10);
		display: block;
		text-align: left;
		color: #fff;
		font-size: 32px;
		border-radius: 4px 4px 0 0;
		backdrop-filter: blur(16px);
		font-weight: 600;
	}
	.services-section .tabs-list > li .tabs-btn::before {
		background: var(--tab-color, #00ADDC);
		width: 100%;
		height: 3px;
		border: none;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.comp-item-title,
	.scube-card .comp-item-title,
	.inner-card-title {
		font-size: 32px;
	}
	.comparison-card {
		padding: 32px 16px;
		border-radius: 8px;
	}
	.comp-card-title {
		margin-left: 40px;
		font-size: 40px;
	}
	.comp-item {
		gap: 16px;
	}
	.comp-item-text {
		font-weight: 400;
		font-size: 16px;
	}
	.comparison-footer {
		margin: 24px 0 0 0;
	}
	.our-clients-item {
		max-width: calc(50% - 12px);
	}
	.solution-item {
		width: 100%;
	}
	.content-hero-section {
		min-height: calc(100vh - 96px);
	}
	.admin-bar .content-hero-section {
		min-height: calc(100vh - 142px);
	}
	.content-hero-title {
		font-size: 56px;
	}
	.content-hero-description {
		font-size: 24px;
	}
	.breadcrumb-list {
		margin: 0 0 40px 0;
	}
	.content-hero-action {
		padding: 40px 0 0 0;
	}
	.contact-cta-white-section .contact-cta-subtitle {
		font-size: 24px;
	}
	.story-card {
		padding: 32px;
	}
	.content-image-section {
		padding: 48px 0 24px 0;
	}
	.content-image-side-title {
		font-size: 28px;
	}
	.wide-gallery-swiper.swiper {
		padding: 0 24px;
	}
	.faq-header .section-small-title {
		margin: 0 0 32px 0;
	}
	.section-title2,
	.faq-accordion-title {
		font-size: 28px;
	}
	.wide-banner-section {
		align-items: flex-end;
	}
	.wide-banner-content {
		width: 100%;
		max-width: 100%;
	}
	.community-section .community-header {
		margin: 0 0 32px 0;
	}
	.community-list {
		gap: 48px;
	}
	.community-row,
	.community-row:nth-child(even) {
		flex-direction: column;
		gap: 24px;
	}
	.community-col.text-col,
	.community-col.img-col {
		width: 100%;
	}
	.text-section-list {
		display: inline-flex;
		flex-direction: column;
		width: auto;
		margin-top: 16px;
	}
	.text-section-list li {
		width: auto;
	}
	.service-overview-section {
		min-height: auto;
		padding-bottom: 60px;
	}
	/* Mobile Tabs - Horizontal Scroll */
	.service-overview-section .tabs-nav-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none; /* Hide scrollbar Firefox */
		border-bottom: 1px solid #BDC0C1;
		margin-bottom: 24px;
	}
	.service-overview-section .tabs-nav-wrap::-webkit-scrollbar {
		display: none; /* Hide scrollbar Chrome/Safari */
	}
	.service-overview-section .tabs-list {
		justify-content: flex-start;
		width: max-content;
	}
	.service-overview-section .tab-intro-text {
		text-align: left;
		margin-bottom: 40px;
	}
	.service-overview-section .tabs-btn {
		padding: 9px 16px;
	}
	.service-overview-section .deliverables-grid,
	.service-overview-section .tab-features-grid {
		gap: 16px;
	}
	.service-overview-section .feature-item,
	.service-overview-section .deliverable-item,
	.service-overview-section .deliverable-item:not(:last-child) {
		width: 100% !important;
		text-align: center;
		padding: 16px 0 0 0;
		border: none;
		border-top: 1px solid #DEE3E3;
	}
	.service-overview-section .deliverable-item,
	.service-overview-section .tab-features-grid.cols-4 .feature-item {
		margin: 0;
	}
	.service-overview-section .feature-item:first-child,
	.service-overview-section .deliverable-item:first-child {
		border-top: none;
		padding: 0;
		margin: 0;
	}
	.service-overview-section .feature-title {
		margin-bottom: 8px;
	}
	.service-overview-section .comparison-title {
		font-size: 38px;
	}
	.y-btn-wrap {
		margin: 48px 0 0 0;
	}
	.contact-expert-section {
		padding: 0;
	}
	.contact-expert-section .hover-quote {
		font-size: 28px;
	}
	.contact-expert-image-column {
        height: clamp(300px, 100.3vw, 550px);
    }
	.related-services-swiper .swiper-slide {
		width: 345px;
		max-width: calc(100vw - 48px);
		min-height: 336px;
	}
	.related-services-card {
		padding: 32px;
	}
	.related-services-card-desc {
		margin: 0 0 16px 0;
	}
    .search-filter-field-box {
        max-width: 100%;
    }
    .search-filter-dropdowns {
        flex-direction: column;
        gap: 24px;
    }
    .search-filter-select-wrap {
        width: 100%;
    }
}
@media all and (max-width: 599px) {
	.footer-newsletter .wpcf7-form-control-wrap:first-child {
		width: 100%;
		order: 1;
	}
	.footer-newsletter .wpcf7-form-control-wrap:not(:first-child) {
		order: 2;
	}
	.footer-newsletter .submit-btn-wrap {
		width: 100%;
		order: 3;
	}
	.footer-newsletter .wpcf7-submit {
		width: 100%;
	}
	.footer-bottom .footer-bottom-links-list {
		justify-content: space-between;
	}
	.hero-btns .y-btn {
		width: 100%;
	}
	.swiper.customer-stories-grid {
		width: 100%;
		right: 0;
		padding-right: 24px;
	}
	.wide-gallery-item-btn {
        height: 49vw;
    }
	.content-hero-action .y-btn {
		width: 100%;
	}
}
@media all and (max-width: 479px) {
	#wp-admin-bar-root-default > li:nth-child(8) ~ li {
		display: none !important;
	}
}
.floating-contact-btn-link:focus-visible {
	background: #fff;
}
.wpcf7-submit:not([data-tooltip]):focus-visible,
.y-btn:not([data-tooltip]):focus-visible {
	background: #00ADDC;
	border-color: #00ADDC;
	color: #161932;
}
.mega-menu-text-box:focus-visible .mega-menu-text-box-1::after {
	-webkit-transform: translate(5px, 0);
	transform: translate(5px, 0);
}
.footer-newsletter .wpcf7-submit:focus-visible {
	background: #fff;
	border-color: #fff;
	color: #161932;
}
.social-link-a:focus-visible::before,
.footer-socials-list a:focus-visible::before {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
}
.close-top-search:focus-visible {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.service-card:focus-visible {
	background: #161932;
}
.comparison-flex:has(.traditional-card:focus-visible) .traditional-card {
	animation: swapTraditionalHover 0.6s forwards ease-in-out;
}
.comparison-flex:has(.traditional-card:focus-visible) .scube-card {
	animation: swapScubeHover 0.6s forwards ease-in-out;
}
.solution-card:focus-visible {
	background: #161932;
	border-color: #161932;
	color: #fff;
}
.solution-card:focus-visible .solution-card-subtitle {
	color: #DEE3E3;
}
.solution-card:focus-visible .solution-link {
	color: #fff;
}
.solution-card:focus-visible path[fill]:not([fill=""]) {
	fill: #fff;
}
.solution-card:focus-visible path[stroke]:not([stroke=""]) {
	stroke: #fff;
}
.solution-card:focus-visible .solution-link:focus-visible {
	color: #00ADDC;
}
.inner-service-card:focus-visible .inner-card-link::after,
.insight-card-link:focus-visible::after,
.solution-link:focus-visible::after {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
	animation: linkArrowMove 0.8s infinite ease-in-out;
}
.insight-card-link:focus-visible {
	background: #EFF1F1;
}
.insight-card-link:focus-visible .insight-image {
	transform: scale(1.05);
}
.breadcrumb-link:focus-visible {
	color: #00ADDC;
}
.inner-service-card:focus-visible {
	background: #EFF1F1;
}
.inner-service-card:focus-visible .inner-card-tag {
	background: var(--tab-color);
	border-color: var(--tab-color);
	color: #fff;
}
.inner-service-card:focus-visible .inner-card-link {
	color: #00ADDC;
}
.swiper-arrows-wrap .prev:not(.swiper-button-disabled):focus-visible::before,
.swiper-arrows-wrap .next:not(.swiper-button-disabled):focus-visible::before {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
}
.faq-accordion-btn:focus-visible .faq-accordion-title {
	color: #00ADDC;
}
.faq-accordion-btn:focus-visible .faq-icon::before,
.faq-accordion-btn:focus-visible .faq-icon::after {
	background: #00ADDC;
}