/*Template Name: Crossway - Startup Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Crossway - Startup Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, landing, startup, business, company, corporate, creative
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTSmin-height: 60px;
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - About        			   */
/*   05 - Features                 */
/*   06 - FAQs		               */
/*   07 - Clients                  */
/*   08 - Call to Action           */
/*   09 - Footer         		   */
/*   10 - Scroll to Top	   		   */
/*   11 - Contact Form Response    */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

/*------------------------------------------*/
/*	 Preload Animation
/*------------------------------------------*/

#preloader{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:99999;
	background-color:#fff;
}

#status{
	position:absolute;
	top:50%;
	left:50%;
	margin:-100px 0 0 -100px;
	width:200px;
	height:200px;
	background-image:url(../img/icons/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:75px 75px;
}

#content-wrapper {
	margin-top: 65px;
}

/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.intro-parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#intro {
	background-image: url(../img/parallax_bg/intro_bkg.png);
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#features {
	background-image: url(../img/parallax_bg/features_bkg.jpg);
}

#subscribe {
	background-image: url(../img/parallax_bg/call_to_action_bkg.jpg);
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	color: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 40px;
}

.titlebar h1 {
	color: #000;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 5px;
}

.titlebar p {
	color: #666;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image
/*------------------------------------------*/

.navbar-brand {
	padding: 10px 15px 10px;
}

/*------------------------------------------*/
/*	 Navigation Menu
/*------------------------------------------*/

.navbar {
	background-color: #f0f0f0;
	border-bottom: 1px solid #ddd;
}

.navbar-nav > li > a {
	color: #333;
    display: block;
	padding: 0 15px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 65px;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	background: none;
	color: #428bca;
}

/*------------------------------------------*/
/*	 Responsive Menu
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
	margin: 12px 30px 12px 0;
	background-color: transparent;
	border: 2px solid #444;
}

.navbar-toggle .icon-bar {
	background-color: #444;
	height: 2px;
}

/*------------------------------------------*/
/*   Main landing header refresh
/*------------------------------------------*/

.main-landing-page {
	background: #ffffff;
}

.main-landing-page #content-wrapper {
	margin-top: 84px;
}

.main-site-header {
	position: relative;
	z-index: 1035;
}

.main-site-navbar {
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.main-site-header.is-scrolled .main-site-navbar {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
	border-bottom-color: rgba(59, 130, 246, 0.14);
}

.main-site-nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 98px;
	float: none !important;
}

.main-site-nav-header {
	display: flex;
	align-items: center;
	float: none;
	min-height: 98px;
}

.main-site-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 8px 0;
	height: auto;
	float: none;
	margin-right: 18px;
	max-width: 100%;
}

.main-site-brand:hover,
.main-site-brand:focus {
	color: inherit;
	background: transparent;
}

.main-site-brand-mark {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: radial-gradient(circle at 30% 30%, #ffffff 0%, #eef7ff 70%, #ddeeff 100%);
	background: #000000;
	box-shadow: 0 10px 24px rgba(59, 130, 246, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.85);
	flex-shrink: 0;
}

.main-site-brand-mark img {
	max-width: 62px;
	max-height: 62px;
	padding: 0 !important;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}

.main-site-brand-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.main-site-brand-title {
	font-size: 19px;
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: 0.2px;
	color: #0f172a;
	text-transform: uppercase;
}

.main-site-brand-subtitle {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #64748b;
	white-space: nowrap;
}

.main-site-nav-panel {
	padding-left: 0;
	padding-right: 0;
	border-top: 0;
	box-shadow: none;
	float: none !important;
}

.main-site-nav-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	margin: 0;
	float: none !important;
}

.main-site-nav-item {
	float: none;
	display: inline-flex;
	align-items: center;
}

.main-site-nav-link {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px !important;
	border-radius: 999px;
	font-size: 14px;
	line-height: 1.1 !important;
	font-weight: 900;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #1e293b !important;
	border-bottom: 0 !important;
	background: transparent;
	transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.main-site-nav-link:before {
	content: '';
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 6px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #38bdf8 0%, #2563eb 100%);
	opacity: 0;
	transform: scaleX(0.35);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.main-site-nav-link:hover,
.main-site-nav-link:focus {
	background: rgba(59, 130, 246, 0.08) !important;
	color: #2563eb !important;
	transform: translateY(-1px);
}

.main-site-nav-link:hover:before,
.main-site-nav-link:focus:before,
.main-site-nav-link.selected-nav:before,
.main-site-nav-link.is-active:before {
	opacity: 1;
	transform: scaleX(1);
}

.main-site-nav-link.selected-nav,
.main-site-nav-link.is-active {
	background: rgba(59, 130, 246, 0.10) !important;
	color: #2563eb !important;
	box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.08);
}

.main-site-nav-toggle {
	margin: 0 0 0 12px;
	padding: 0;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(15, 23, 42, 0.10);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.main-site-nav-toggle:hover,
.main-site-nav-toggle:focus {
	background: #f8fbff;
	border-color: rgba(37, 99, 235, 0.18);
}

.main-site-toggle-box {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 100%;
	height: 100%;
}

.main-site-nav-toggle .icon-bar {
	width: 18px;
	height: 2px;
	margin: 0;
	border-radius: 2px;
	background: #0f172a;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.main-site-header.menu-open .main-site-nav-toggle .icon-bar:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.main-site-header.menu-open .main-site-nav-toggle .icon-bar:nth-child(2) {
	opacity: 0;
}

.main-site-header.menu-open .main-site-nav-toggle .icon-bar:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/* ── Language switcher in main navbar ───────────────────────────────────────── */
.main-site-nav-lang {
    margin-left: 6px;
    padding-left: 12px;
    border-left: 1px solid rgba(30, 41, 59, 0.15);
}

.main-site-lang-dropdown {
	position: relative;
}

.main-site-lang-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 86px;
	height: 42px;
	padding: 0 14px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.38);
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	color: #1e293b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.language-dropdown-meta {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.language-dropdown-globe {
	font-size: 13px;
	color: #64748b;
}

.main-site-lang-trigger:hover,
.main-site-lang-trigger:focus {
	color: #2563eb;
	border-color: rgba(59, 130, 246, 0.48);
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
	outline: none;
}

.main-site-lang-current {
	line-height: 1;
	font-weight: 900;
}

.main-site-lang-caret {
	font-size: 15px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.main-site-lang-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 198px;
	padding: 6px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.99);
	border: 1px solid rgba(148, 163, 184, 0.3);
	box-shadow: 0 18px 30px rgba(15, 23, 42, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	pointer-events: none;
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
	z-index: 25;
}

.main-site-lang-dropdown.is-open .main-site-lang-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.main-site-lang-dropdown.is-open .main-site-lang-caret {
	transform: rotate(180deg);
}

.main-site-lang-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	padding: 0 11px;
	border-radius: 8px;
	color: #334155;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.16s ease, color 0.16s ease;
}

.language-dropdown-item-name {
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.language-dropdown-item-code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 24px;
	padding: 0 7px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: #eaf2ff;
	color: #1d4ed8;
}

.main-site-lang-item:hover,
.main-site-lang-item:focus {
	background: #eaf2ff;
	color: #1d4ed8;
	text-decoration: none;
	outline: none;
}

.main-site-lang-item.is-current {
	background: #2563eb;
	color: #ffffff;
}

.main-site-lang-item.is-current .language-dropdown-item-code {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.main-site-mobile-header-lang {
	display: none;
}

/* Collapsed (mobile) navbar — lang switcher row */
@media (max-width: 767px) {
    .main-site-nav-lang {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(30, 41, 59, 0.1);
        width: 100%;
        padding-top: 12px;
        padding-bottom: 2px;
    }

	.main-site-nav-lang .main-site-lang-dropdown {
		width: 100%;
	}

	.main-site-nav-lang .main-site-lang-trigger {
		width: 100%;
		justify-content: space-between;
	}

	.main-site-nav-lang .main-site-lang-menu {
		left: 0;
		right: 0;
		min-width: 0;
	}
}

/* ==========================================================================
   03. INTRO
   ========================================================================== */

#intro {
	padding-top: 90px;
	padding-bottom: 90px;
	color: #fff;
	background-size: cover;
}
/*------------------------------------------*/
/*	  Intro Section - Redesigned
/*------------------------------------------*/
#head-box {
	background: rgba(10, 20, 30, 0.80);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	padding: 40px 40px 32px;
	border-radius: 14px;
	border: 1px solid rgba(255,255,255,0.10);
	box-shadow: 0 8px 40px rgba(0,0,0,0.50);
}
/* Title area */
.intro-title-col {
	text-align: center;
	margin-bottom: 10px;
}
.intro-title-col h1 {
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 12px;
	letter-spacing: -0.5px;
	line-height: 1.25;
	color: #fff;
}
.intro-title-col h1 strong {
	font-weight: 800;
	color: #5bc0de;
}
.intro-subtitle {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: rgba(255,255,255,0.75);
	margin-bottom: 20px;
}
.intro-divider {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #5bc0de, #31b0d5);
	margin: 0 auto 28px;
	border-radius: 2px;
}
/* Features grid */
.intro-features-row {
	margin-top: 8px;
}
.intro_feature {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.10);
	border-radius: 10px;
	padding: 28px 20px 22px;
	text-align: center;
	margin-bottom: 20px;
	-webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, transform 0.3s ease;
}
.intro_feature:hover {
	background: rgba(255,255,255,0.12);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
/* Circular icon */
.feature-icon-wrap {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: linear-gradient(135deg, #31b0d5, #1a6e85);
	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;
	margin: 0 auto 18px;
	box-shadow: 0 4px 16px rgba(49,176,213,0.40);
}
.feature-icon-wrap i.fa {
	font-size: 24px;
	color: #fff;
	margin: 0;
}
.intro_feature h4 {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.intro_feature p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: rgba(255,255,255,0.72);
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

/*------------------------------------------*/
/*	  Intro Section Button
/*------------------------------------------*/

.intro_button {
	margin-top: 60px;
}

/*------------------------------------------*/
/*	  Register Form
/*------------------------------------------*/

#intro_form {
	padding-left: 100px;
}

.form_register {
	width: 100%;
/*	background: rgba(000, 000, 000, 0.70);*/
	margin: 0 auto;
    padding: 20px 20px 25px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form_register h2 {
	color: #fff;
    text-align: center;
    line-height: 30px;
	font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
	height: 46px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
	color: #444;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.form_register textarea {
	min-height:140px;
}

/*------------------------------------------*/
/*	   Register Form Error Message
/*------------------------------------------*/

.error {
	color: #fc0000;
	font-size: 13px;
	margin-bottom: 20px;
}



/* ==========================================================================
   04. ABOUT
   ========================================================================== */

#about-1 {
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

#about-2 {
	padding-top: 70px;
	padding-bottom: 80px;
}

#about-1 .titlebar {
	margin-bottom: 30px;
}

#about-1 h4, #about-2 h4  {
	font-weight: 600;
	margin-bottom: 15px;
}

/*------------------------------------------*/
/*	  About-1 Text
/*------------------------------------------*/

#about-1-text {
	padding-right: 35px;
}

/*------------------------------------------*/
/*	  Accordion
/*------------------------------------------*/

#accordion_holder {
	margin-top: 40px;
}

.accordion {
	margin-bottom: 40px;
}

#text_1,
#text_2,
#text_3,
#text_4 {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 3px 0;
	cursor: pointer;
}

.accordion a {
	color: #666;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 40px 10px 15px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	background: rgba(170, 170, 170, 0.15) url(../img/icons/open.png) no-repeat center right;
}

.accordion li.active>a {
	background: rgba(170, 170, 170, 0.15) url(../img/icons/close.png) no-repeat center right;
	color: #151515;
	box-shadow: none;
}

/*------------------------------------------*/
/*	  Accordion Answer
/*------------------------------------------*/

.accordion li div {
	background: #fff;
	line-height: 22px;
	padding: 10px 10px;
	margin-bottom: 5px;
	display: block;
	clear: both;
	float: left;
}

/*------------------------------------------*/
/*	 Video Holder
/*------------------------------------------*/

#video_holder p {
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/

.video-block {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 20px;
	margin-top: 20px;
	height: 0;
	overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

/*------------------------------------------*/
/*	 About-2 Text
/*------------------------------------------*/

#about-2-text {
	padding-left: 20px;
}

/*------------------------------------------*/
/*	  About-2 Section Redesign
/*------------------------------------------*/

#about-2 {
	background: linear-gradient(160deg, #f8fafc 0%, #eef4fb 60%, #f0f7ff 100%);
	position: relative;
	overflow: hidden;
}

#about-2:before {
	content: '';
	position: absolute;
	top: -80px;
	right: -80px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%);
	pointer-events: none;
}

.about2-section-badge {
	display: inline-block;
	background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	padding: 7px 22px;
	border-radius: 999px;
	margin-bottom: 32px;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.about2-main-row {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

#video_holder.col-md-6,
#about-2-text.col-md-6 {
	display: flex;
	flex-direction: column;
}

.about2-service-block {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.about2-service-block .video-block.about2-video {
	flex: 1;
	min-height: 220px;
}

#about-2-text .about2-philosophy-block {
	flex-shrink: 0;
	margin-bottom: 22px;
}

#about-2-text .about2-testimonials-block {
	flex: 1;
	display: flex;
	flex-direction: column;
}

/* Card block */
.about2-block {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px 28px 24px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.07);
	border: 1px solid rgba(226, 232, 240, 0.8);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.about2-block:hover {
	box-shadow: 0 10px 32px rgba(37, 99, 235, 0.10);
	transform: translateY(-2px);
}

/* Block header with icon */
.about2-block-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.about2-icon-wrap {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.30);
}

.about2-icon-wrap.about2-icon-green {
	background: linear-gradient(135deg, #059669 0%, #34d399 100%);
	box-shadow: 0 4px 14px rgba(5, 150, 105, 0.28);
}

.about2-icon-wrap.about2-icon-gold {
	background: linear-gradient(135deg, #d97706 0%, #fbbf24 100%);
	box-shadow: 0 4px 14px rgba(217, 119, 6, 0.28);
}

.about2-icon-wrap i.fa {
	font-size: 22px;
	color: #fff;
}

.about2-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #94a3b8;
	margin-bottom: 3px;
}

.about2-heading {
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
	margin: 0;
	line-height: 1.2;
}

.about2-desc {
	font-size: 14.5px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #475569;
	line-height: 1.75;
	margin-bottom: 18px;
}

.about2-desc strong {
	color: #1e3a5f;
	font-weight: 700;
}

/* Philosophy badges */
.about2-philo-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.about2-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: rgba(5, 150, 105, 0.08);
	color: #065f46;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 14px;
	border-radius: 999px;
	border: 1px solid rgba(5, 150, 105, 0.18);
}

.about2-badge i.fa {
	color: #059669;
	font-size: 13px;
}

/* Video */
.about2-video {
	margin-top: 4px;
	border-radius: 10px;
	overflow: hidden;
	flex: 1;
	min-height: 220px;
	padding-bottom: 0 !important;
	height: auto !important;
}

.about2-video iframe {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 220px;
	top: auto !important;
	left: auto !important;
	border-radius: 10px;
	display: block;
}

/* Testimonials */
.about2-testimonials-block {
	margin-bottom: 0;
}

.about2-flexslider {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
}

.about2-flexslider .flex-viewport {
	border-radius: 10px;
}

.about2-testimonial-card {
	background: linear-gradient(135deg, #f8faff 0%, #f0f7ff 100%);
	border: 1px solid rgba(59, 130, 246, 0.12);
	border-radius: 12px;
	padding: 20px 22px 18px;
}

.about2-stars {
	margin-bottom: 10px;
}

.about2-stars i.fa {
	color: #f59e0b;
	font-size: 14px;
	margin-right: 1px;
}

.about2-quote {
	font-size: 14.5px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #334155;
	line-height: 1.7;
	border: none;
	padding: 0;
	margin: 0 0 16px 0;
	background: transparent;
	box-shadow: none;
}

.about2-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.about2-author-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 3px 10px rgba(37, 99, 235, 0.25);
}

.about2-author strong {
	display: block;
	font-size: 14px;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.2;
}

.about2-author span {
	font-size: 12px;
	color: #94a3b8;
	font-family: 'Lato', sans-serif;
}

/*------------------------------------------*/
/*	  Quote (legacy - kept for compatibility)
/*------------------------------------------*/

#quote_holder {
	margin-top: 0;
}

.quote-text {
	background: rgba(170, 170, 170, 0.15);
    border-left: none;
    color: rgba(85, 94, 106, 0.8);
    font-style: italic;
    line-height: 25px;
    margin: 0 0 30px 0;
    padding: 26px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
}

.quote-text:before {
    border: 14px solid transparent;
    z-index: 3;
    border-top-color: #f2f2f2;
    top: auto; right: auto;
    bottom: -28px; left: 30px;
}

.quote-text:after {
    border: solid 14px transparent;
    z-index: 2;
    border-width: 18px;
    border-top-color: rgba(182, 196, 209, 0.3);
    top: auto; right: auto;
    bottom: -36px; left: 26px;
}

.quote-text:before,
.quote-text:after,
.quote-text-up:before,
.quote-text-up:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}

.quote-text a {
    color: #8c989e;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.quote-text a:hover { text-decoration: none; }

.flexslider .slides img {
	float: left;
    margin-right: 15px;
    margin-left: 6px;
    width: 75px;
	box-shadow: 0 0 5px rgba(140, 140, 140, 0.8);
    border-radius: 1000px;
}

.quote-author {
    display: inline-block;
    font-size: 13px !important;
    line-height: 65px !important;
}



/* ==========================================================================
   05. FEATURES
   ========================================================================== */

#features {
	padding-top: 60px;
	padding-bottom: 30px;
}

/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
	margin-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
    background-color: #666;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 30px;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

/*------------------------------------------*/
/*	  Feature Box Content
/*------------------------------------------*/

.feature-box-content {
	padding-left: 70px;
}

.feature-box-content h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}



/* ==========================================================================
   06. FAQs
   ========================================================================== */

#faq {
	padding-top: 60px;
	padding-bottom: 50px;
}

/*------------------------------------------*/
/*	  FAQs Titlebar
/*------------------------------------------*/

#faq .titlebar {
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  FAQs Question
/*------------------------------------------*/

.question {
	margin-bottom: 20px;
}

.question h4 {
	font-weight: 600;
}

.question p {
	color: #666;
	font-family: 'Lato', sans-serif;
}



/* ==========================================================================
   07. CLIENTS
   ========================================================================== */


#clients {
	padding-top: 60px;
	padding-bottom: 80px;
	border-top: 1px solid #ddd;
}

#clients-titlebar {
	position: relative;
}

/*------------------------------------------*/
/*	 Clients Carousel Navigation
/*------------------------------------------*/

.customNavigation {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
}

.customNavigation .btn {
	padding: 4px 10px;
}

.customNavigation i {
	font-size: 20px;
	color: #fff;
}



/* ==========================================================================
   08. CALL TO ACTION
   ========================================================================== */

#subscribe {
	padding-top: 100px;
	padding-bottom: 100px;
}

#subscribe h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	padding: 0 15%;
	margin-bottom: 15px;
}

#subscribe p {
	color: #fff;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: 0 10%;
	margin-bottom: 30px;
}


/* ==========================================================================
   09. FOOTER
   ========================================================================== */

#footer {
	background-color: #1A1E23;
	padding: 60px 0 40px;
}

/*------------------------------------------*/
/*	 Footer Navigation Menu
/*------------------------------------------*/

.footer-nav li {
	float: left;
	padding: 5px 10px 10px;
}

.footer-nav li a {
	color: #999;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.footer-nav li a:hover {
	color: #428bca;
}

/*------------------------------------------*/
/*	 Footer Copy
/*------------------------------------------*/

#footer_copy p {
	color: #666;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin-left: 10px;
}

#footer_copy p span {
	color: #428bca;
}

/*------------------------------------------*/
/*	 Footer Social Icons
/*------------------------------------------*/

#footer_icons {
	margin:3px 0;
}

.footer-socials {
	display: inline-block;
}

.footer-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	line-height: 70px;
}

.foo_social {
    width: 40px;
    height: 40px;
	text-align: center;
	color: #1A1E23;
	font-size: 20px;
    line-height: 40px;
	margin: 0 5px;
	background-color: #999;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Footer Icons Hover
/*------------------------------------------*/

.ico-facebook:hover {background-color: #3b5998;color: #f8f8f8;}
.ico-twitter:hover {background-color: #00a9ed;color: #f8f8f8;}
.ico-google-plus:hover {background-color: #cd1111;color: #f8f8f8;}
.ico-linkedin:hover {background-color: #015886;color: #f8f8f8;}
.ico-dribbble:hover {background-color: #d92d84;color: #f8f8f8;}
.ico-instagram:hover {background-color: #beb3a8;color: #f8f8f8;}
.ico-pinterest:hover {background-color: #ac281a;color: #f8f8f8;}
.ico-dropbox:hover {background-color: #008ad2;color: #f8f8f8;}
.ico-skype:hover {background-color: #00a9ed;color: #f8f8f8;}
.ico-youtube:hover {background-color: #cd1b20;color: #f8f8f8;}
.ico-tumblr:hover {background-color: #3a5976;color: #f8f8f8;}
.ico-vimeo:hover {background-color: #00adee;color: #f8f8f8;}
.ico-flickr:hover {background-color: #d2d2d2;color: #f8f8f8;}
.ico-github:hover {background-color: #222;color: #f8f8f8;}
.ico-renren:hover {background-color: #364a83;color: #f8f8f8;}
.ico-vk:hover {background-color: #3b5998;color: #f8f8f8;}
.ico-xing:hover {background-color: #015f5e;color: #f8f8f8;}
.ico-weibo:hover {background-color: #be4443;color: #f8f8f8;}
.ico-rss:hover {background-color: #ff6600;color: #f8f8f8;}

/*------------------------------------------*/
/*	 Footer Newsletter Form
/*------------------------------------------*/

.subscribe-form {
	margin: 5px auto 0;
    position: relative;
    z-index: 10;
	width: 90%;
}

#newsletter_form p {
	color: #666;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-top: 10px;
}

#newsletter_form p span {
	color: #428bca;
}

.subscribe-input {
	width: 68%;
    height: 30px;
	background-color: #aaa;
	color: #ddd;
	font-size: 14px;
    font-weight: 300;
	padding-left: 10px;
	border: none;
}

.subscribe-submit {
	width: 32%;
	height: 30px;
	background: #383e46;
    color: #fff;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration:none;
	text-transform: uppercase;
	text-align:center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border:none;
    cursor: pointer;
    outline: 0;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
	background: #428bca;
}



/* ==========================================================================
   10. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 16px;
	min-width: 56px;
	height: 56px;
	padding: 0 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
	-webkit-transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
	-moz-transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
	z-index: 2147483647;
}

#scrollUp::before {
	content: "\2191";
	display: inline-block;
	margin-right: 8px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	vertical-align: middle;
}

#scrollUp:hover {
	background: linear-gradient(135deg, #1d4ed8, #1e40af);
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(29, 78, 216, 0.4);
	text-decoration: none;
}

#scrollUp:focus-visible {
	outline: 3px solid #bfdbfe;
	outline-offset: 3px;
}

@media (min-width: 768px) {
	#scrollUp {
		right: 24px;
		bottom: 24px;
	}
}

nav a#pull {
    display: none;
}



/* ==========================================================================
   11. CONTACT FORM RESPONSE PAGE
   ========================================================================== */

#form_response {
	margin: 50px auto;
}

#form_response .img-responsive { display: inline-block; }

#form_response h1 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 10px;
}

#form_response p {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

a.navbar-brand {
    height: auto;
    padding: 8px !important;
}

.blink {
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1200ms infinite; /* Safari and Chrome */
}
.border-div-bottom div {
    border-bottom: 1px solid #eee;
}

/* ==========================================================================
   FishCompetition modern homepage refresh
   Add this at the END of home.css
   ========================================================================== */

:root {
	--fc-navy: #071426;
	--fc-blue: #2563eb;
	--fc-cyan: #38bdf8;
	--fc-text: #0f172a;
	--fc-muted: #64748b;
	--fc-border: rgba(226, 232, 240, 0.9);
	--fc-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

html {
	scroll-behavior: smooth;
}

body {
	background: #f8fafc;
	color: var(--fc-text);
}

.home-page-wrapper {
	overflow: hidden;
}

/* HERO */

.home-hero {
	position: relative;
	min-height: calc(100vh - 84px);
	display: flex;
	align-items: center;
	padding: 80px 0;
	background-image: url("../img/bg-home.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-hero-overlay {
	position: absolute;
	inset: 0;
	background:
			linear-gradient(135deg, rgba(3, 7, 18, 0.78), rgba(15, 23, 42, 0.58)),
			radial-gradient(circle at 50% 20%, rgba(56, 189, 248, 0.22), transparent 38%);
	z-index: 1;
}

.home-hero-glow {
	position: absolute;
	width: 520px;
	height: 520px;
	left: 50%;
	top: 15%;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(56, 189, 248, 0.18), transparent 70%);
	filter: blur(20px);
	z-index: 1;
	pointer-events: none;
}

.home-hero .container {
	position: relative;
	z-index: 2;
}

.home-hero-card,
#head-box {
	max-width: 1080px;
	margin: 0 auto;
	padding: 56px 48px 36px !important;
	border-radius: 28px !important;
	background: rgba(8, 18, 31, 0.82) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45) !important;
	backdrop-filter: blur(18px) !important;
	-webkit-backdrop-filter: blur(18px) !important;
}

.home-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(56, 189, 248, 0.14);
	border: 1px solid rgba(56, 189, 248, 0.28);
	color: #7dd3fc;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.intro-title-col h1 {
	font-size: clamp(34px, 5vw, 64px) !important;
	line-height: 1.08 !important;
	font-weight: 900 !important;
	letter-spacing: -1.8px !important;
	margin-bottom: 18px !important;
}

.intro-title-col h1 strong {
	display: inline-block;
	font-weight: 900 !important;
	background: linear-gradient(90deg, #67e8f9, #38bdf8, #2563eb);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
}

.intro-subtitle {
	max-width: 760px;
	margin: 0 auto 24px !important;
	font-size: 18px !important;
	line-height: 1.7 !important;
	color: rgba(255, 255, 255, 0.78) !important;
}

.intro-divider {
	width: 86px !important;
	height: 4px !important;
	margin-bottom: 28px !important;
	background: linear-gradient(90deg, #38bdf8, #2563eb) !important;
}

/* CTA */

.intro-cta-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 26px;
}

.intro-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 52px;
	padding: 0 26px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.intro-cta-btn:hover {
	transform: translateY(-2px);
}

.intro-cta-btn-primary {
	color: #fff !important;
	background: linear-gradient(135deg, #38bdf8, #2563eb);
	box-shadow: 0 18px 36px rgba(37, 99, 235, 0.32);
}

.intro-cta-btn-primary:hover {
	color: #fff !important;
	box-shadow: 0 22px 44px rgba(37, 99, 235, 0.42);
}

.intro-cta-btn-ghost {
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.08);
}

.intro-cta-btn-ghost:hover {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.14);
}

/* HERO FEATURES */

.intro-features-row {
	margin-top: 18px !important;
}

.intro_feature {
	min-height: 190px;
	padding: 30px 22px 24px !important;
	border-radius: 18px !important;
	background: rgba(255, 255, 255, 0.09) !important;
	border: 1px solid rgba(255, 255, 255, 0.13) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.intro_feature h4 {
	font-size: 15px !important;
	font-weight: 900 !important;
}

.intro_feature p {
	font-size: 14.5px !important;
	line-height: 1.65 !important;
	color: rgba(255, 255, 255, 0.76) !important;
}

.feature-icon-wrap {
	width: 70px !important;
	height: 70px !important;
	background: linear-gradient(135deg, #38bdf8, #0f7490) !important;
	box-shadow: 0 14px 34px rgba(56, 189, 248, 0.32) !important;
}

/* STATS */

.intro-stats-bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 28px;
	border-radius: 18px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.13);
}

.intro-stat {
	padding: 20px 14px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-stat:last-child {
	border-right: none;
}

.intro-stat-num {
	display: block;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
	color: #38bdf8;
}

.intro-stat-label {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.68);
}

/* MOBILE */

@media (max-width: 767px) {
	.main-landing-page #content-wrapper,
	#content-wrapper {
		margin-top: 72px;
	}

	#intro,
	.home-hero {
		min-height: auto;
		padding: 44px 0 36px;
		background-attachment: scroll !important;
		background-position: center;
	}

	.home-hero-card,
	#head-box {
		padding: 28px 18px 22px !important;
		border-radius: 24px !important;
	}

	.intro-title-col h1 {
		font-size: 34px !important;
		letter-spacing: -0.9px !important;
	}

	.intro-subtitle {
		font-size: 15.5px !important;
		line-height: 1.65 !important;
	}

	.intro-cta-row {
		flex-direction: column;
		align-items: stretch;
	}

	.intro-cta-btn {
		width: 100%;
		min-height: 52px;
	}

	.intro_feature {
		min-height: auto;
		padding: 22px 18px !important;
	}

	.feature-icon-wrap {
		width: 58px !important;
		height: 58px !important;
		margin-bottom: 14px !important;
	}

	.intro-stats-bar {
		grid-template-columns: repeat(2, 1fr);
	}

	.intro-stat {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.intro-stat:nth-child(odd) {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}

	.intro-stat:nth-child(3),
	.intro-stat:nth-child(4) {
		border-bottom: 0;
	}
}

@media (max-width: 420px) {
	.home-hero-card,
	#head-box {
		margin-left: -6px;
		margin-right: -6px;
	}

	.intro-title-col h1 {
		font-size: 30px !important;
	}

	.home-hero-badge {
		font-size: 10px;
		letter-spacing: 0.08em;
	}

	.intro-stat-num {
		font-size: 24px;
	}

	.intro-stat-label {
		font-size: 10px;
	}
}

.footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 18px;
}

.footer-partner-box {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-partner-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
}

.footer-partner-title i {
	color: #7dd3fc;
}

.footer-partner-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
	padding: 12px 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, #38bdf8, #2563eb);
	color: #fff !important;
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.footer-partner-btn:hover {
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(37, 99, 235, 0.38);
}

.footer-contact-note {
	display: flex;
	gap: 9px;
	margin-top: 18px;
	padding: 14px;
	border-radius: 16px;
	background: rgba(56, 189, 248, 0.1);
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.5;
}

.footer-contact-note i {
	margin-top: 2px;
	color: #7dd3fc;
}

.clients-partner-cta {
	max-width: 720px;
	margin: 22px auto 8px;
	padding: 22px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.9);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.clients-partner-cta-text {
	margin: 0 0 16px;
	color: #475569;
	font-size: 16px;
	line-height: 1.7;
}

.clients-partner-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, #38bdf8, #2563eb);
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.clients-partner-cta-btn:hover {
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(37, 99, 235, 0.38);
}

@media (max-width: 767px) {
	.clients-partner-cta {
		margin-top: 18px;
		padding: 18px;
		border-radius: 20px;
	}

	.clients-partner-cta-btn {
		width: 100%;
	}
}