/* Theme Name:Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/* Typography
----------------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
}
.site-name {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #339BEB;
}
.text-colored {
	color: #55acee;
}
a {
	color: #55acee;
}
a:hover {
	color: #339BEB;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.10);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.55);
	content: "";
}
.banner-caption {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	background-color: #fafafa;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.section {
	background-color: #ffffff;
	padding: 80px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #222222;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #55acee;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.banner-caption h1 {
	font-size: 60px;
}
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #55acee;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #339BEB;
	border-color: #339BEB;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #55acee;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #55acee;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #55acee;
	border-color: #55acee;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	background-color: #55acee;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #55acee;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #55acee;
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
}
@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: absolute;
	}
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.95);
	padding: 5px 0;
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
	float: left;
}
.site-name {
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name a {
	color: #ffffff;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 12px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #55acee;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* --- My customization --- */
.clear {clear:both;}
.lead_margin {margin-bottom:0;}

/* Big Layout: 1024px. */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.banner-caption h1 {
  font-size: 40px!important;
  line-height: 30px;
}

}

/* Big Layout: 992px. */
@media only screen and (min-width: 992px) and (max-width: 1170px) {
.banner-caption h1 {
  font-size: 40px!important;
  line-height: 30px;
}

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.site-slogan {
  margin-top: 23px;
}
.banner-caption h1 {
  font-size: 35px!important;
  line-height: 30px;
}

}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	
.banner-caption h1 {
  font-size: 18px;
}
.nav.navbar-nav.navbar-right {
background : #040404;	
}
.footer-content {
  margin-top: 10px;
}
#contact {
  margin-bottom: 0;
}
.fb_iframe_widget iframe, .fb_iframe_widget span {
	width: 300px !important;
}
.ko-custom-logo img {
	width: 250px;
}

}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
.banner-caption h1 {
  font-size: 18px;
}
.nav.navbar-nav.navbar-right {
	background: #040404;
}
.site-slogan {
  margin-top: 23px;
}



}

/* --- My customization End --- */

.footer-logo {
	margin: 0 auto;
	width: 300px;
	margin-top: 30px;
}
.ko-custom-logo img {
	margin: 0 auto;
}
.single-homepage-slides{
	background-color:#ccc;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.single-homepage-slides {background-image: url(../images/slider/banner1.jpg)}
.slider-bg-2 {background-image: url(../images/slider/banner2.jpg)}
.slider-bg-3 {background-image: url(../images/slider/banner3.jpg)}

html, body, .homepage-slides, .homepage-slides div {
	height: 100%;
}
.single-homepage-slides {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.single-homepage-slides::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #000;
	opacity: .5;
	z-index: -2;
	width: 100%;
	height: 100%;
}
.single-homepage-slides {
	background-color: #ccc;
	background-position: center;
	background-size: cover;
}
.homepage-slides .homepage-slides-tablecell, .homepage-slides .homepage-slides-tablecell div, .homepage-slides .owl-controls, .homepage-slides .owl-controls div {
	height: auto;
}
.homepage-slides-tablecell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.homepage-slides .owl-controls .owl-nav div.owl-next {
	left: auto;
	right: 50px;
}
.homepage-slides .owl-controls .owl-nav div {
	position: absolute;
	left: 50px;
	top: 50%;
	color: #fff;
	opacity: .6;
	font-size: 20px;
}
.single-homepage-slides h1 {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.single-homepage-slides .ko-custom-logo img {
	max-width: 500px;
}
.single-homepage-slides .ko-custom-logo {
	margin-top: 100px;
}

.lets-talk {
	padding-top: 15px;
}
.lets-talk a {
	background: #2f5978;
	padding: 12px 40px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 20px;
	letter-spacing: 2px;
	font-weight: 700;
}
.lets-talk a:hover {
	background: #000;
}






/* section start - Ai */
.quantum-section-ai {
    background: #1a1a1a;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
}

.quantum-section-ai::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3FA9F5 0%, #5eb8f5 50%, #3FA9F5 100%);
}
.quantum-logo-ai img {
	max-width: 300px;
}
.content-grid-ai {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.left-content-ai {
    color: white;
}

.badge-ai {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(63, 169, 245, 0.1);
    border: 1px solid rgba(63, 169, 245, 0.3);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #3FA9F5;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

.badge-ai:hover {
    background: rgba(63, 169, 245, 0.2);
    border-color: rgba(63, 169, 245, 0.5);
    transform: translateY(-2px);
    color: #3FA9F5;
}

.badge-ai-icon {
    width: 16px;
    height: 16px;
    color: #3FA9F5;
}

.sparkle-ai {
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { opacity: 1; transform: rotate(0deg); }
    50% { opacity: 0.7; transform: rotate(180deg); }
}

.badge-ai-popup {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #1a1a1a;
    border: 1px solid rgba(63, 169, 245, 0.3);
    border-radius: 8px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    min-width: 200px;
}

.badge-ai:hover .badge-ai-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(15px);
}

.badge-ai-popup img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.badge-ai-popup::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #1a1a1a;
    border-left: 1px solid rgba(63, 169, 245, 0.3);
    border-top: 1px solid rgba(63, 169, 245, 0.3);
    transform: translateX(-50%) rotate(45deg);
}

.left-content-ai h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.2;
    color: white;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #FF6F00 0%, #FF6F00 50%, white 50%, white 100%);
    background-size: 200% 100%;
    background-position: 0% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: colorSweepLoop 14s ease-in-out infinite;
}

@keyframes colorSweepLoop {
    0% {
        background-position: 100% 0;
    }
    21.4% {
        background-position: 0% 0;
    }
    100% {
        background-position: 0% 0;
    }
}

.quantum-logo-ai {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.quantum-logo-ai-icon {
    width: 180px;
    height: auto;
    flex-shrink: 0;
}

.description-ai {
    font-size: 17px;
    line-height: 1.7;
    color: #c5c5c5;
    margin-bottom: 35px;
}

.right-content-ai {
    background: #0f0f0f;
    padding: 50px 40px;
    border-radius: 2px;
    border-left: 3px solid #3FA9F5;
}

.features-list-ai {
    list-style: none;
}

.feature-item-ai {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    color: white;
}

.feature-item-ai:last-child {
    margin-bottom: 0;
}

.feature-icon-ai {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(63, 169, 245, 0.1);
    border: 1px solid rgba(63, 169, 245, 0.2);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #3FA9F5;
}

.feature-content-ai h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
}

.feature-content-ai p {
    font-size: 14px;
    line-height: 1.6;
    color: #999;
}

.cta-buttons-ai {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.btn-ai {
    padding: 16px 35px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary-ai {
    background: #3FA9F5;
    color: white;
    transition: all 0.3s ease;
}

.btn-primary-ai:hover {
    background: #FF6F00;
    transform: translateY(-2px);
}

.btn-secondary-ai {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    animation: btnGlow 2s ease-in-out infinite;
}

.btn-secondary-ai:hover {
    border-color: #FF6F00;
    color: #FF6F00;
    transform: translateY(-2px);
    animation: none;
}

@keyframes btnGlow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(63, 169, 245, 0.6), 0 0 30px rgba(63, 169, 245, 0.4);
        border-color: rgba(63, 169, 245, 0.8);
    }
}

.arrow-ai {
    transition: transform 0.3s ease;
    font-size: 16px;
}

.btn-ai:hover .arrow-ai {
    transform: translateX(4px);
}

/* Subtle animated background pattern */
.quantum-section-ai::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(63, 169, 245, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(63, 169, 245, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

@media (max-width: 968px) {
    .content-grid-ai {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .quantum-section-ai {
        padding: 60px 25px;
    }

    .left-content-ai h2 {
        font-size: 32px;
    }

    .quantum-logo-ai {
        font-size: 38px;
    }

    .right-content-ai {
        padding: 40px 30px;
    }

    .cta-buttons-ai {
        flex-direction: column;
    }

    .btn-ai {
        width: 100%;
        justify-content: center;
    }

    .showcase-grid-ai {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* AI Solutions Showcase */
.showcase-section-ai {
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px solid rgba(63, 169, 245, 0.1);
}

.showcase-title-ai {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 35px;
}

.showcase-grid-ai {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.showcase-item-ai {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(63, 169, 245, 0.2);
    background: #0f0f0f;
    transition: all 0.3s ease;
    aspect-ratio: 16/10;
}

.showcase-item-ai:hover {
    transform: translateY(-5px);
    border-color: #FF6F00;
    box-shadow: 0 10px 30px rgba(255, 111, 0, 0.3);
}

.showcase-item-ai img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.showcase-item-ai:hover img {
    transform: scale(1.05);
}

.showcase-overlay-ai {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.showcase-item-ai:hover .showcase-overlay-ai {
    opacity: 1;
}

.showcase-label-ai {
    font-size: 12px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* mini-cta */
.mini-cta-wrapper {
    background: #3FA9F5;
}

.mini-cta-section {
    padding: 50px 60px;
    background: transparent;
    border: none;
    border-radius: 8px;
    text-align: center;
}

.mini-cta-title {
    font-size: 32px;
    font-weight: 400;
    color: white;
    margin-bottom: 15px;
    line-height: 1.3;
}

.mini-cta-text {
    font-size: 17px;
    line-height: 1.6;
    color: white;
    max-width: 800px;
    margin: 0 auto 30px;
    opacity: 0.95;
}

.btn-mini-cta {
    background: white;
    color: #3FA9F5;
    padding: 16px 45px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
}

.btn-mini-cta:hover {
    background: #1a1a1a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 968px) {
    .mini-cta-section {
        padding: 40px 30px;
    }

    .mini-cta-title {
        font-size: 24px;
    }

    .mini-cta-text {
        font-size: 16px;
    }
}






/* section end - Ai */

