
/*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 CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Intro      			   */
/*   03 - About        			   */
/*   04 - Features                 */
/*   05 - FAQs		               */
/*   06 - Clients                  */
/*   07 - Call to Action           */
/*   08 - Footer         		   */
/*   09 - Scroll to Top	   		   */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */
 
/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.intro-parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: repeat;
}

#intro { 
	background-image: url(bg1.jpg); 
	background-size:cover;

}

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
}

#features { 
	background-image: url(bg2.jpg);  
}

#call-to-action { 
	background-image: url(bg3.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. INTRO
   ========================================================================== */
 
#intro {

	color: #fff;
} 

/*------------------------------------------*/
/*	 Header
/*------------------------------------------*/

#header {
	margin-bottom: 80px;
}

#header img {
	padding: 0 15px;
}

/*------------------------------------------*/
/*	 Header Social Icons  
/*------------------------------------------*/

.social-icons {
	display: inline-block; 
}

.social-icons li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	line-height: 70px;
}

.he_social {
    width: 36px;
    height: 36px;
	text-align: center;
	font-size: 18px;
    line-height: 36px;
	margin: 0 4px;
	-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;
}

.he_social:hover {
	color: #fff;
	opacity: 0.7;
}

.ico-facebook {background-color: #3b5998;color: #f8f8f8;}
.ico-twitter {background-color: #00a9ed;color: #f8f8f8;}
.ico-google-plus {background-color: #cd1111;color: #f8f8f8;}
.ico-linkedin {background-color: #015886;color: #f8f8f8;}
.ico-dribbble {background-color: #d92d84;color: #f8f8f8;}
.ico-instagram {background-color: #beb3a8;color: #f8f8f8;}
.ico-pinterest {background-color: #ac281a;color: #f8f8f8;}
.ico-dropbox {background-color: #008ad2;color: #f8f8f8;}
.ico-skype {background-color: #00a9ed;color: #f8f8f8;}
.ico-youtube {background-color: #cd1b20;color: #f8f8f8;}
.ico-tumblr {background-color: #3a5976;color: #f8f8f8;}
.ico-vimeo {background-color: #00adee;color: #f8f8f8;}
.ico-flickr {background-color: #d2d2d2;color: #f8f8f8;}
.ico-github {background-color: #222;color: #f8f8f8;}
.ico-renren {background-color: #364a83;color: #f8f8f8;}
.ico-vk {background-color: #3b5998;color: #f8f8f8;}
.ico-xing {background-color: #015f5e;color: #f8f8f8;}
.ico-weibo {background-color: #be4443;color: #f8f8f8;}
.ico-rss {background-color: #ff6600;color: #f8f8f8;}

/*------------------------------------------*/
/*	  Intro Section Description
/*------------------------------------------*/

#intro_description h1 {
	font-size: 40px;
	margin-bottom: 30px;
}

.intro_feature {
	margin-bottom: 20px;
}

.intro_feature h4 {
	font-weight: 600;
}

.intro_feature i {
	margin-right: 5px;
}

.intro_feature p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-left: 25px;
}

/*------------------------------------------*/
/*	  Intro Section Button
/*------------------------------------------*/

.intro_button {
	margin-top: 60px;
}

/*------------------------------------------*/
/*	  Register Form
/*------------------------------------------*/

#intro_form {
	padding-left: 100px;
}

.form_register {
	width: 100%;
	background: rgba(120, 120, 120, 0.45);
	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;
}
@media screen and (max-width: 767px) { 
			#photocoffre { 
				display:none !important; 
			} 
			} 
/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/

.error {
	color: #fc0000;
	font-size: 13px;
	margin-bottom: 20px;
}


 
/* ==========================================================================
   03. 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: 60px;
}

/*------------------------------------------*/
/*	  Quote
/*------------------------------------------*/

#quote_holder {
	margin-top: 40px;
}

.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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
    -moz-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
    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);
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}

.quote-author {
    display: inline-block;
    font-size: 13px !important;
    line-height: 65px !important;
} 
 


/* ==========================================================================
   04. 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;
}


 
/* ==========================================================================
   05. 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;
}


 
/* ==========================================================================
   06. 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;
}
  


/* ==========================================================================
   07. CALL TO ACTION
   ========================================================================== */

#call-to-action {
	padding-top: 100px;
	padding-bottom: 100px;
}

#call-to-action h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	padding: 0 15%;
	margin-bottom: 15px;
}

#call-to-action p {
	color: #fff;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: 0 10%;
	margin-bottom: 30px;
}

   
/* ==========================================================================
   08. FOOTER
   ========================================================================== */
 
#footer {
	background-color: #1A1E23;
	padding: 60px 0 40px;
}   
  
/*------------------------------------------*/
/*	 Footer Navigation 
/*------------------------------------------*/  

.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 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: 34px;
    height: 34px;
	text-align: center;
	color: #1A1E23;
	font-size: 18px;
    line-height: 34px;
	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;
}

.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;
}

 
/* ==========================================================================
   09. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(66, 139, 202, 0.95);
}

nav a#pull {  
    display: none;  
} 


/* ==========================================================================
   10. AURA FINANCE PREMIUM STYLES SYSTEM
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
    background-color: #f8fafc;
    color: #1e293b;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif !important;
}

/* Text Logo */
.aura-logo {
    display: inline-flex;
    align-items: center;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.aura-logo:hover {
    transform: translateY(-1px);
    opacity: 0.95;
    color: #ffffff;
}
.aura-logo svg.logo-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    transition: transform 0.3s ease;
}
.aura-logo:hover svg.logo-icon {
    transform: rotate(10deg) scale(1.05);
}
.aura-logo strong {
    font-weight: 800;
    color: #06b6d4;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-left: 4px;
    text-shadow: 0 0 20px rgba(6, 182, 212, 0.3);
}

/* Aligned Hero Layout on Large Screens */
@media (min-width: 992px) {
    .row-hero-align {
        display: flex !important;
        align-items: stretch !important;
    }
    .col-hero-left {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        height: 100% !important;
    }
    .col-hero-right {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        height: 100% !important;
    }
}

#intro {
    background-image: radial-gradient(circle at top right, rgba(15, 23, 42, 0.98), rgba(8, 12, 21, 1)), url("bg1.jpg") !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Glassmorphic Form */
.form_register {
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    border-radius: 16px !important;
    padding: 30px 25px !important;
    margin-top: 0px !important;
}

.form_register h2 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
}

.form_register p {
    color: #cbd5e1 !important;
    font-size: 13.5px !important;
    text-align: center;
}

.form-group-custom {
    position: relative;
    margin-bottom: 22px !important;
}

.form_register .form-control {
    height: 46px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    font-size: 14.5px !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    margin-bottom: 0px !important;
    transition: all 0.3s ease !important;
}

.form_register .form-control::placeholder {
    color: #94a3b8;
}

.form_register .form-control:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #06b6d4 !important;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.2) !important;
    outline: none;
}

/* Custom form select styling */
select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cbd5e1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 40px !important;
}

select.form-control option {
    background-color: #0f172a;
    color: #fff;
}

.form_register textarea.form-control {
    min-height: 70px !important;
    resize: none;
}

/* Submit Button */
#btnenvoyer {
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    height: 48px;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
    transition: all 0.3s ease !important;
}
#btnenvoyer:hover {
    transform: translateY(-1.5px);
    box-shadow: 0 8px 20px rgba(6, 182, 212, 0.45);
    opacity: 0.95;
}

/* Error label absolute positioning (Anti-décalage!) */
label.error {
    position: absolute !important;
    bottom: -18px !important;
    left: 4px !important;
    color: #ff5b5b !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10;
    display: block !important;
}

/* Reassurances under Form */
.form-reassurances {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px 20px;
}
.reassurance-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 500;
}
.reassurance-item svg {
    width: 16px;
    height: 16px;
    fill: #06b6d4;
    flex-shrink: 0;
}

/* Badges & Accents */
.rate-badge {
    display: inline-block;
    background: rgba(6, 182, 212, 0.12);
    color: #06b6d4;
    border: 1px solid rgba(6, 182, 212, 0.25);
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.highlight-yellow {
    color: #06b6d4 !important;
    font-weight: 800;
    text-shadow: 0 0 10px rgba(6, 182, 212, 0.15);
}

/* Expanded Full-Width Calculator */
.calc-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(15, 23, 42, 0.04);
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.calc-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    text-align: center;
}

.calc-subtitle {
    font-size: 15px;
    color: #64748b;
    text-align: center;
    margin-bottom: 35px;
}

.calc-slider-group {
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.calc-label-val {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #334155;
}

.calc-val-display {
    font-size: 24px;
    font-weight: 800;
    color: #3b82f6;
    background: #eff6ff;
    padding: 6px 16px;
    border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(59, 130, 246, 0.05);
}

.calc-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 99px;
    background: #e2e8f0;
    outline: none;
    margin-top: 20px;
}
.calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(59, 130, 246, 0.35);
    transition: background 0.15s ease, transform 0.15s ease;
}
.calc-slider::-webkit-slider-thumb:hover {
    background: #2563eb;
    transform: scale(1.15);
}

/* 4-column comparateur grid */
.calc-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
    margin-top: 35px;
}

@media (max-width: 991px) {
    .calc-results-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 550px) {
    .calc-results-grid {
        grid-template-columns: 1fr !important;
    }
}

.calc-result-box {
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    border: 1px solid #f1f5f9;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.calc-result-box:hover {
    transform: translateY(-2px);
    border-color: #e2e8f0;
}

.calc-result-box.highlighted-aura {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.02) 0%, rgba(59, 130, 246, 0.02) 100%);
    border: 2px solid #06b6d4;
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.08);
}

.calc-res-label {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.calc-res-val-aura {
    font-size: 26px;
    font-weight: 800;
    color: #10b981;
}

.calc-res-val-classic {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    margin-top: 8px;
}

.calc-res-val-muted {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 4px;
    font-weight: 500;
}

.calc-comparison-text {
    text-align: center;
    font-size: 14.5px;
    font-weight: 600;
    color: #059669;
    background: #ecfdf5;
    padding: 12px 20px;
    border-radius: 10px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

/* Features block updates */
#about-1 {
    background-color: #ffffff;
    border-bottom: none !important;
}

.about-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03) !important;
    padding: 40px 30px !important;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08) !important;
    border-color: #cbd5e1 !important;
}

.about-card-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.about-card:hover .about-card-icon-wrapper {
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
}

.about-card-icon-wrapper svg {
    width: 32px;
    height: 32px;
    fill: #06b6d4;
    transition: all 0.3s ease;
}

.about-card:hover .about-card-icon-wrapper svg {
    fill: #ffffff;
}

.about-card h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 15px !important;
}

.about-card p {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 24px !important;
}

/* Institutional Bank Footer */
#footer {
    background-color: #0b0f19 !important;
    color: #94a3b8 !important;
    padding: 70px 0 25px !important;
    font-size: 13.5px !important;
}

.footer-column-title {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links li a:hover {
    color: #06b6d4;
}

.footer-brand-text {
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13.5px;
}

.footer-regulatory-alert {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 20px;
    font-size: 11.5px;
    line-height: 18px;
    color: #64748b;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: justify;
}

.footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding-top: 25px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: #64748b;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #cbd5e1;
}

/* Call-to-Action Modernisations */
#call-to-action {
    background-image: radial-gradient(circle, rgba(15, 23, 42, 0.9) 0%, rgba(8, 12, 21, 0.98) 100%), url("bg3.jpg") !important;
    padding: 80px 0 !important;
}

#call-to-action h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffff;
}

#call-to-action h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

#call-to-action p {
    font-size: 14.5px;
    line-height: 22px;
    color: #cbd5e1;
}

#btnpopup {
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px !important;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
    padding: 16px 45px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#btnpopup:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(6, 182, 212, 0.45);
}



