/*!
Theme Name: AlphaData Solutions
Theme URI: https://mydevteam.com/
Author: MyDevTeam
Author URI: https://mydevteam.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alphadata-solutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:  'Helvetica Neue', 'helvetica_neuemedium';
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: auto;
}

.main-navigation ul {
	display: flex; align-items: center;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	font-weight: 500;
	position: relative; 
	font-size: 16px; margin: 0 0 0 30px;
}

.main-navigation li:after{
	content: '';
	position: absolute;
	width: 0%; transition: all 0.3s ease-in-out;
	height: 1px;
	background: #fff;
	bottom: 0; left: 0;
}

.main-navigation li:hover:after{
	width: 100%;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.white-btn {
	background: #fff; border: 1px solid #fff;
	color: #000; font-size: 16px; font-weight: 500;
	padding: 12px 17px; text-decoration: none;
	border-radius: 0; display: inline-flex; align-items: center;
}
.white-btn:after {
	content: ""; margin-top: 2px;
	background: url(images/right-arrow.svg) center center no-repeat; width: 12px; height: 12px; display: inline-block; margin-left: 10px;
}
.white-btn:hover {
	background: #000; color: #fff;
}
.white-btn:hover:after {
	filter: invert(1) brightness(2);
}

.btn {
	background: transparent; border: 1px solid #fff;
	color: #fff; font-size: 16px; font-weight: 500;
	padding: 12px 17px; text-decoration: none;
	border-radius: 0; display: flex; align-items: center;
}
.btn:after {
	content: ""; margin-top: 2px;
	background: url(images/right-arrow.svg) center center no-repeat; width: 12px; height: 12px; display: inline-block; margin-left: 10px;
	filter: invert(1) brightness(2);
}
.btn:hover {
	background: #fff; color: #000;
}
.btn:hover:after {
	filter: invert(0) brightness(2);
}
.main-navigation li.white-btn {
	padding: 0;
}
.main-navigation li.white-btn a {
	color: #000;	padding: 12px 17px; display: flex; align-items: center;
}
.main-navigation li.white-btn::after {
	display: none;
}
.main-navigation li.white-btn a:after {
	content: ""; margin-top: 2px;
	background: url(images/right-arrow.svg) center center no-repeat; width: 12px; height: 12px; display: inline-block; margin-left: 10px;
}
.main-navigation li.white-btn a:hover {
	background: #000; color: #fff; 
}
.main-navigation li.white-btn a:hover:after {
	filter: invert(1) brightness(2);
}



/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {background: #fff; border-radius: 5px; padding: 5px 10px; position: relative; z-index: 99; width: 45px; height: 35px; cursor: pointer;}
.menu-toggle span{width: 25px; height: 3px; background: #000; display: block; margin: 4px 0; border-radius: 10px;}

@media screen and (min-width: 800px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex; align-items: center;
	}

	
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block; position: relative; z-index: 99;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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



/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.wrapper {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

.site-header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 15px 0;
	margin-top: 15px;
}
.site-header .wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
}

.banner {
		width: 100%;
		height: 400px;
		background: url('images/hero-banner.webp') center center no-repeat #040404;
		background-size: cover;
		position: relative;
		height: 100vh;
		min-height: 500px;
		max-height: 825px;
		display: flex;
		align-items: center;
}

.banner .banner-content {
		color: #fff;
		max-width: 500px;
		margin-left: 0px;
}

.banner .banner-content h1 {
		font-size: 68px; color: #fff; font-weight: 400;
		margin: 0 0 20px; letter-spacing: 1px;
		line-height: 1;
}
.banner .banner-content p {
		font-size: 18px; color: rgba(255, 255, 255, 0.8);
		margin: 0 0 25px; font-weight: normal;
		line-height: 1.5;
}	
.banner .banner-content .stacked-buttons {
		display: flex; column-gap: 20px;
}

.stacked-buttons a:after {
		transform: rotate(-45deg); width: 15px;
}

/* Content Section Styles */
.content-section {
    padding: 60px 0;
}

.section-intro {
	display: flex; align-items: flex-start; margin: 0 0 20px; column-gap: 75px;
}

.section-intro h2 {
	margin: 0; font-size: 55px; font-weight: 500; color: #212121; text-align: left; line-height: 1.1; min-width: 36%;
}
.section-intro > div {
	font-size: 16px; color: #636363; line-height: 1.5;
}
.section-intro p {
	margin: 25px 0 0;
}

/* Comprehensive Data Solutions */
.sol-wrapper {max-width: 1580px; width: 100%; margin: 0 auto; padding: 0 15px;}
.data-solutions {
    background-color: #fff;
    padding: 80px 0;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 60px;
}

.solution-item {
    text-align: center;
    padding: 30px;
    background: #F6F6F6;
    border-radius: 0px;
    transition: transform 0.3s ease;
}

.solution-item:hover {
    /* transform: translateY(-5px); */
}
.solution-item figure {
		margin: 0 0 35px;
		width: 100%; min-height: 328px; background: #fff; display: flex; align-items: center; justify-content: center;
}

.solution-item h3 {
    font-size: 21px; line-height: 1.1;
    color: #212121; font-weight: 400;
    margin: 0; text-align: left; display: flex; justify-content: space-between;
}
.solution-item span {max-width: 75%;}

.solution-item a.learn-more {
		display: inline-block; background: url(images/plus-icon.svg) center center no-repeat #fff; width: 58px; height: 58px;
		border-radius: 50%; text-decoration: none; transition: all 0.3s ease-in-out;
}
.solution-item a.learn-more:hover {
		background: url(images/plus-icon.svg) center center no-repeat #EFEFEF;
}

/* Stats Section */
.stats-section {
		width: 100%;
    padding: 20px 0 80px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.stat-item {
   padding: 30px 35px 30px 0; text-align: center;
}

.stats-grid div.stat-item {
		border-right: 1px solid #D3D3D3;
}

.stats-grid div.stat-item:last-child {
		border-right: none;
}

.stat-number {
    display: block;
    font-size: 58px; line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1783FC;
}

.stat-label {
    font-size: 16px; color: rgba(0, 0, 0, 0.8); font-weight: 600; margin: 0; display: block;
}
.stat-item p {font-size: 14px; color: rgba(99,99,99,0.8); margin: 0;}

/* Service Add-Ons */
.service-addons {
    background: url(images/service-bg.webp) no-repeat center center #314258; background-size: cover;
    padding: 80px 0 0;
}

.service-addons h2.section-title {
		color: #fff; font-size: 55px; font-weight: 500; margin: 0 0 20px; line-height: 1.1;
}
.service-addons p.section-description {
		color: rgba(255, 255, 255, 0.8); font-size: 18px; font-weight: 500; margin: 0 0 40px; line-height: 1.5; text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px; margin-bottom: -100px;
}

.service-item {
    padding: 40px;
    background: #F0F0F0;
    border-radius: 0;
}
.service-item figure {
	margin: 0 0 25px; min-height: 85px;
}
.service-item img {
		margin: 0; display: block;
}
.service-item h3 {
		font-size: 24px; line-height: 1.1;
		color: #212121; font-weight: 400;
		margin: 0 0 15px;
}
.service-item p {
		font-size: 16px; color: #314258; line-height: 1.5;
		margin: 0;
}

/* Use Cases */
.use-cases {
    background-color: #f8f9fa;
    padding: 180px 0 80px 0;
}

.cases-accordion {
    margin-top: 50px;
}

.case-item {
    margin: 0;
    overflow: hidden;
		width: 100%;
		border-bottom: 1px solid #CBCBCB;
}
.case-item:last-child {
		border-bottom: none;
}

.case-item .case-header {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.case-item .case-header h3 {
		font-size: 36px; line-height: 1.1; display: block; width: 100%;
		color: #212121; font-weight: 400; background: url(images/plus-icon.svg) center right no-repeat; background-size: 22px;
    margin: 0; padding: 40px 0;
}
.case-item .case-content {
	display: flex;
	max-height: 0; overflow: hidden;
	column-gap: 50px;
}
.case-item.active .case-content {
		padding: 0 0 50px 50px; position: relative; max-height: fit-content;
}
.case-item.active .case-header h3{background: url(images/minus-icon.svg) center right no-repeat;}
.case-item .case-content p {margin: 0 0 20px; font-size: 16px;}
.case-item .case-content strong {font-weight: 500;}
.case-item .case-content ul { margin: 0 0 20px; padding: 0;}
.case-item .case-content ul li {font-size: 16px; color: #314258; line-height: 1.5; margin: 0 0 10px; background: url(images/blue-tick.svg) 0 6px no-repeat; padding-left: 25px; list-style: none;}
.case-item.active .case-content .case-tagline {
		padding: 0; position: relative; font-size: 16px; color: #314258; line-height: 1.5; margin: 0 0 25px;
}
.case-item.active .case-content .case-tagline:after {
		content: ""; position: absolute; top: 0; left: -50px;
		width: 5px; height: 100%; background-color: #1783FC;
}
.case-item .case-content .case-image {
		flex: 1 0 50%;
		justify-content: center;
}
.case-item .case-content .case-image img {
		display: block;
}

.stats .stat {
    color: #28a745;
    font-weight: bold;
}

/* Why Alpha Data */
.why-alpha-data {
    background: url(images/bg-1.webp) center 0 no-repeat #000; height: 666px; background-size: cover;
    padding: 50px 0;
}
.why-alpha-data .wrapper {position: relative; height: 100%;}
.why-alpha-data-block {
	background: #1F4399; padding: 60px 80px 60px 120px; color: #fff; max-width: 700px; position: absolute; top: 47%; right: 0;
}
.why-alpha-data-block h2 {
		font-size: 55px; line-height: 1.1; margin: 0 0 15px; text-align: left;
		font-weight: 500; color: #fff; position: relative;
}
.why-alpha-data-block h2:before {
		content: ""; position: absolute; width: 6px; height: 60px; background-color: #20BBFC;
		left: -50px; top: 10px;
}
.why-alpha-data-block p {
		font-size: 16px; line-height: 1.5; margin: 0 0 25px;
		color: rgba(255, 255, 255, 1);
}

.our-mission {width: 100%; padding: 150px 0 80px;}

.mission-grid {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px; margin-top: 60px;
}
.mission-item {border-right: 1px solid #D3D3D3; padding: 20px 60px 20px 0;}
.mission-item:last-child {border-right: none;}
.mission-item figure {
		margin: 0 0 20px; min-height: 90px;
}

.mission-item h3 {
    font-size: 36px; line-height: 1.1;
		font-weight: 500; margin: 0 0 25px;
    color: #000;
}

.mission-item p {
    color: #314258; font-size: 16px;
    line-height: 1.5; margin: 0;
}

.expertise-block {
		background: url(images/service-bg.webp) center center no-repeat #314258; background-size: cover;
		padding: 80px 0;
}

.expertise-block h2 {
		color: #fff; 
}
.expertise-block p {
		color: rgba(255, 255, 255, 1);
}
.expertise-grid {
    display: grid; background: #EFEFEF;
    grid-template-columns: repeat(4, 1fr); position: relative;
    gap: 35px; padding: 40px 20px 20px 70px; margin: 75px 0 0;
}
.expertise-grid div.expertise-item {
    border-right: 1px solid #D3D3D3;
}
.expertise-item {
    padding: 20px 35px 20px 0; text-align: center;
}
.expertise-grid div.expertise-item:last-child {
		border-right: none;
}
.expertise-item span {
	display: block;
    font-size: 58px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1783FC;
}
.expertise-item .expertise-heading {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    margin: 0 0 5px;
    display: block;
}
.expertise-item p {
    font-size: 14px;
    color: rgba(99, 99, 99, 0.8);
    margin: 0;
}

/* Certifications */
.certifications {
    background-color: #fff;
    padding: 150px 0 80px;
		width: 100%;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    align-items: center;
    margin-top: 40px;
}

.cert-item {
		text-align: center;
		border: 1px solid #D7D7D7; padding: 30px;
		border-radius: 0px;
}
.cert-item figure{margin: 0 0 20px; min-height: 128px; display: flex; justify-content: center; align-items: center;}
.cert-item h4{ font-size: 16px; color: #314258; font-weight: 500; margin: 0;}

/* CTA Section */
.site-footer {
    background: url(images/footer-bg.webp) center center no-repeat #0C0D1E; background-size: cover;
    color: white;
    padding: 120px 0 100px;
}
.foot-wrapper { max-width: 1400px; margin: 0 auto; width: 100%; padding: 0 20px;}
.cta-section {width: 100%; padding: 0 0 65px; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.cta-section .foot-wrapper {display: flex; justify-content: space-between; align-items: flex-end;}
.cta-section h2 {
		font-size: 55px; line-height: 1.1; margin: 0;
		font-weight: 500; color: #fff; text-align: left;
}

.widget-area {width: 100%; padding: 70px 0 0px;}
.widget-area .foot-wrapper {	display: flex; justify-content: space-between; align-items: flex-start; column-gap: 50px;}
.widget .widget-title{font-size: 16px; font-weight: 500; line-height: 1.2; margin: 0 0 15px; color: #fff; display: block;}
.widget ul {margin: 0; padding: 0; list-style: none;}
.widget ul li {margin: 0 0 5px;}
.widget ul li a {color: rgba(255, 255, 255, 0.7); text-decoration: none; font-size: 14px;}
.widget ul li a:hover {color: #1783FC;}
.widget-1 {width: 50%;}
.widget-2, .widget-3, .widget-4 {width: 15%;}
.widget-2 p, .widget-3 p, .widget-4 p{margin: 0;}

.widget-1 p{ font-size: 24px; color: rgba(255, 255, 255, 1); line-height: 1.5; margin: 0 0 15px;}
.widget-1 span{font-size: 14px; color: rgba(255, 255, 255, 0.7);}

.popup-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 9998;
}
.popup {
		max-width: 1100px;
		width: 100%;
		position: fixed; z-index: 9999;
		top: 50%; transform: translateY(-50%);
		left: 0; right: 0; margin: 0 auto;
}
.popup-content {
		background: #fff;
		padding: 0px; display: flex; justify-content: space-between;
		position: relative;
}
.popup-left {
	padding: 0 30px 0 0;
}
.popup-right {
	max-width: 320px; padding: 40px 30px 40px 30px; background: #F6F6F6;
} 
.popup-left h2 {
		font-size: 36px; line-height: 1.1; margin: 0 0 40px; text-align: left;
		color: #212121; font-weight: 500; padding: 0;
}
.popup-content form .double-fields { width: 100%; display: flex; justify-content: space-between; column-gap: 22px; margin: 0 0 20px;}
.popup-content form .double-fields > div {width: 50%;}
.popup-content form p{margin: 0;}
.popup-content form label { font-size: 14px; color: #000; font-weight: 500; margin: 0 0 5px; display: block; }	
.popup-content form input[type="text"],
.popup-content form input[type="email"],
.popup-content form input[type="tel"], .popup-content form textarea, .popup-content form select {
		width: 100%; padding: 10px; font-size: 14px; color: #636363;
		border: 1px solid #C8C8C8; border-radius: 5px; margin: 0; box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
.popup-content form textarea{max-height: 90px; resize: none;}
.popup-content form input[type="text"]:focus,
.popup-content form input[type="email"]:focus,
.popup-content form input[type="tel"]:focus,
.popup-content form textarea:focus,
.popup-content form select:focus {
		outline: none;
}
.popup-content form .wpcf7-acceptance .wpcf7-list-item-label{color: #636363; font-size: 16px;}
.wpcf7-not-valid-tip{font-size: 14px;}
.wpcf7-list-item{margin: 0;}
.popup-content form input[type="submit"] {	background: #000000; border: none; color: #fff; padding: 0 0 0 20px;	border-radius: 0; cursor: pointer; width: 100%; height: 100%; left: 0; top: 0; position: absolute; text-align: left; }


.popup-right h4 {	font-size: 26px; line-height: 1.1; margin: 0 0 20px;	color: #212121; font-weight: 500; padding: 0;}
.popup-right ul {margin: 0; padding: 0; list-style: none;}
.popup-right ul li { margin: 0 0 15px;}
.popup-right ul li label{font-size: 12px; color: #828282; text-transform: uppercase; display: block; margin: 0;}
.popup-right ul li a, .popup-right ul li p{font-size: 16px; color: #000; text-decoration: none; margin: 0;}
.close-popup {	width: 30px; height: 30px; background: url(images/cross-white.svg) center center no-repeat; cursor: pointer; position: absolute; top: -30px; right: 0; display: block;}
.popup-content form .btn{border: 1px solid #000; background: #000; display: inline-block; margin-top: 20px; position: relative; width: 225px; height: 45px; display: inline-flex;}
.popup-content form .btn:after{transform: rotate(-45deg); width: 15px; position: absolute; right: 10px;}
.popup-content form .btn:hover{background: #fff;}
.popup-content form .btn input[type="submit"]:h	over{background: #fff; color: #000;}
.popup-main { padding: 75px 60px;}
.popup-main h3 {
		font-size: 36px; line-height: 1.1; margin: 0 0 20px;
		color: #212121; font-weight: 500; padding: 0;
}
.popup-main p {
		font-size: 16px; color: #636363; line-height: 1.5; margin: 0 0 20px;
}
.popup-main ul {margin: 0; padding: 0; list-style: none;}
.popup-main ul li { margin: 0 0 10px; font-size: 16px; color: #636363; line-height: 1.5; background: url(images/blue-tick.svg) left 7px no-repeat; padding-left: 20px;}
.popup-main .btn{border: 1px solid #000; background: #000; display: inline-block; margin-top: 20px; position: relative; width: 225px; height: 45px; display: inline-flex;}
.popup-main .btn:after{transform: rotate(-45deg); width: 15px;}
.popup-main .btn:hover{background: transparent;}
.services-popup-grid {display: flex; column-gap: 30px; align-items: center; justify-content: space-between;}
.services-popup-grid > div {min-width: 30%;}
.services-popup-grid > div + div {background: #F6F6F6;
    padding: 75px; width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;}
.services-popup-grid div:first-child { padding-left: 40px; position: relative;} 
.services-popup-grid div:first-child::before {	content: ""; position: absolute; width: 6px; height: 90px; background-color: #1783FC; left: 0; top: 0;}
.page-template-contact{background: #F6F6F6;}
.page-template-contact .site-header, .error404 .site-header {position: relative;}
.page-template-contact .site-header .custom-logo-link img, .error404 .site-header .custom-logo-link img {filter: invert(1) brightness(2);}
.page-template-contact .main-navigation a, .error404 .main-navigation a {color: #000;}
.page-template-contact .main-navigation li.white-btn a, .error404 .main-navigation li.white-btn a {background-color: #000; color: #fff;}
.page-template-contact .main-navigation li.white-btn a:after, .error404 .main-navigation li.white-btn a:after {  filter: invert(1) brightness(2);}
.page-template-contact .main-navigation li.white-btn a:hover, .error404 .main-navigation li.white-btn a:hover { background-color: #fff; color: #000;}
.page-template-contact .main-navigation li.white-btn a:hover:after, .error404 .main-navigation li.white-btn a:hover:after {  filter: invert(0) brightness(2);}
#scheduleDemo {margin: 0 0 70px;}
#scheduleDemo .popup-content{background: #fff; padding: 30px;}
.wpcf7 form.sent .wpcf7-response-output{border: none; color: green ; margin: 20px 0 0; padding: 0;}
.wpcf7-spinner{position: absolute; right: -75px;}

/* Responsive Styles */
@media (max-width: 1300px) {
	.banner .banner-content {margin-top: 75px;}
	.banner .banner-content h1{font-size: 56px;}
	.section-intro h2{font-size: 48px;}
	.solution-item{padding: 20px;}
	.solution-item figure{min-height: 275px;}
	.solution-item h3{font-size: 17px;}
	.solution-item a.learn-more{width: 42px; height: 42px;}
	.data-solutions {padding: 60px 0;}
	.service-addons h2.section-title{font-size: 48px;}
	.service-item{padding: 30px;}
	.case-item .case-header h3{font-size: 32px; padding: 35px 0;}
	.case-item .case-content .case-image{flex: 1 0 45%;}
	.why-alpha-data-block h2{font-size: 48px;}
	.our-mission{padding: 110px 0 50px;}
	.cta-section h2{font-size: 48px;}
	.widget-1 p{font-size: 20px;}
	.site-footer{padding: 80px 0 50px;}
	.certifications{padding: 120px 0 80px;}
	.why-alpha-data{height: 550px;}
	.why-alpha-data-block{top: 35%;}
	.mission-grid{gap: 30px;}
	.mission-item h3{font-size: 28px;}
	.mission-item{padding: 20px 30px 20px 0;}
}
@media (max-width: 1024px) {
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }
		.stats-grid div.stat-item {border-right: none;}
		.stats-grid div.stat-item:nth-child(1),
		.stats-grid div.stat-item:nth-child(2) {
			border-bottom: 1px solid #D3D3D3;
		}
		.stats-grid div.stat-item:nth-child(odd) {
			border-right: 1px solid #D3D3D3;
		}
    
    .cert-grid {
        grid-template-columns: repeat(3, 1fr);
    }
		.section-intro h2{font-size: 42px;}
		.section-intro p{margin: 10px 0 0;}
		.section-intro p br{display: none;}
		.solution-item figure{margin: 0 0 20px;}
		.case-item.active .case-content{padding: 0 0 15px 25px;}
		.case-item.active .case-content .case-tagline:after{left: -25px;}
		.use-cases{padding: 150px 0 50px 0;}
		.cta-section h2{font-size: 42px;}
		.section-intro h2 br{display: none;}
		.popup{padding: 0 30px;}
		.popup-main{padding: 40px 30px;}
		.popup-main h3{font-size: 28px;}
		.services-popup-grid{flex-direction: row-reverse; row-gap: 30px;}
		.services-popup-grid > div + div{padding: 15px;}
		
}
@media (max-width: 800px) {
	.section-intro h2{font-size: 36px; min-width: 40%;}
	.stat-number{font-size: 42px; margin-bottom: 10px;}
	.stat-item{padding: 20px 0;}
	.stats-section{padding: 20px 0 40px;}
	.service-addons{padding: 60px 0;}
	.service-addons h2.section-title{font-size: 36px;}
	.service-addons p.section-description{font-size: 16px; font-weight: 400;}
	.service-item{padding: 20px;}
	.service-item figure{margin: 0 0 15px;}
	.service-item h3{font-size: 20px; margin: 0 0 10px;}
	.service-item p{font-size: 14px;}
	.use-cases{padding: 100px 0 50px 0; }
	.cases-accordion{margin-top: 20px;}
	.case-item .case-header h3 {  font-size: 28px;   padding: 25px 0;}
	.why-alpha-data-block{padding: 40px 40px 40px 90px; max-width: 575px;}
	.why-alpha-data-block h2{font-size: 36px;}
	.our-mission{padding: 60px 0;}
	.mission-grid{grid-template-columns: repeat(1, 1fr);}
	.mission-item{border-right: none; padding: 20px 5%;	text-align: center; border-bottom: 1px solid #d3d3d3;}
	.mission-item:last-child{border-bottom: none;}
	.expertise-grid{padding:20px 0 20px 35px;}
	.expertise-item span{font-size: 48px;}
	.cert-item figure{margin: 0;}
	.widget-1 p br{display: none;}
	.section-intro{flex-direction: column; align-items: center;}
	.section-intro p{ text-align: center;}
	.section-intro h2{min-width: auto; text-align: center;}
	.main-navigation {  display: none; width: 100%; background: #000; height: 100vh; position: fixed; left: 0; top:0;}
	.page-template-contact .main-navigation{background: #fff;}
	.main-navigation li{ margin: 15px 0; font-size: 24px;}
	.main-navigation ul {  flex-direction: column; padding: 100px 0 0; }
	.menu-toggle.opened span:nth-child(1) {	transform: rotate(45deg);  position: absolute; top: 11px; }	
	.menu-toggle.opened span:nth-child(2) {	opacity: 0; }	
	.menu-toggle.opened span:nth-child(3) {	transform: rotate(-45deg); position: absolute; top: 11px; }
	#scheduleDemo .popup-content{flex-direction: column; row-gap: 30px;}
	.popup-left{padding: 0;}
	
}

@media (max-width: 768px) {
    .solutions-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
    }
		.solution-item figure {
        min-height: inherit;
        padding: 30px 0;
    }
		.stats-grid div.stat-item:last-child{border-bottom: none;}
}

@media (max-width: 650px) {
	.stats-grid div.stat-item{border-bottom: 1px solid #D3D3D3;}
	.stats-grid div.stat-item:nth-child(odd){border-right: none;}
	.case-item .case-header h3{font-size: 22px;  padding-right: 30px;}
	.case-item .case-content{flex-direction: column;}
	.why-alpha-data {  height: auto;  background: none;  padding: 0; }
	.why-alpha-data-block{position: static;}
	.expertise-grid{grid-template-columns: repeat(1, 1fr); padding: 20px; gap: 15px; margin: 30px 0 0;}
	.expertise-grid div.expertise-item{border-right: none; padding: 10px 0 0;}
	.expertise-item span {  font-size: 36px;  margin: 0 0 10px; }
	.expertise-item .expertise-heading {  font-size: 14px; font-weight: 500;  margin: 0 0 5px;  line-height: 1.1; }
	.cta-section .foot-wrapper {  align-items: center; flex-direction: column; row-gap: 30px;}
	.widget-area .foot-wrapper{flex-direction: column;}
	.widget-1, .widget-2, .widget-3, .widget-4{width: 100%;}
	.widget-area .foot-wrapper .widget{margin-bottom: 30px;}
	.cta-section h2{font-size: 32px;}
	.site-footer{padding: 50px 0 0;}
	.cta-section{padding: 0 0 50px;}
	.banner .banner-content h1{font-size: 42px;}
	.service-addons p.section-description br{display: none;}
	.cert-item {height: 100%; padding: 15px;}
	.popup-main{padding: 20px;}
	.services-popup-grid > div + div{display: none	;}
	.popup-main h3{font-size: 24px; margin: 0 0 15px;}
	.services-popup-grid div:first-child{padding-left: 0;}
	.services-popup-grid div:first-child::before{display: none;}
	.popup-left h2{font-size: 26px;}
	.popup-content form .double-fields{	flex-direction: column; row-gap: 20px; }
	.popup-content form .double-fields > div{width: 100%;}
	.data-solutions{padding: 60px 0 0;}
}
@media (max-width: 450px) {
	.banner .banner-content p br{display: none;}
	.banner .banner-content .stacked-buttons {  flex-direction: column; row-gap: 20px;  align-items: flex-start;}
	.why-alpha-data-block{padding: 40px 30px 40px 30px;}
	.why-alpha-data-block h2:before{display: none;}
	.popup-main p, .popup-main ul li{font-size: 14px;}
	#scheduleDemo .popup-content{padding: 15px;}
	.popup-right{padding: 25px 15px;}
	.banner .banner-content h1{font-size: 38px;}
}

/* General Typography */
h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.stats-section h2,
.cta-section h2 {
    color: white;
}


