/*
Theme Name: Leroux
Theme URI: https://leroux.qodeinteractive.com
Description: Business Consulting
Author: Elated Themes
Author URI: https://qodeinteractive.com
Text Domain: leroux
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#qodef-page-header-inner {
    margin-left: 3%;
    margin-right: 3%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.qodef-header-navigation>ul>li>a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
    font-family: "Archivo", sans-serif;
}

nav.qodef-header-navigation ul#menu-mainmenu-1 li.menu-item-16299 a span{
	border: 2px solid rgba(255, 128, 0, 1);
	padding: 0px 20px 0px 20px;
	border-radius:32px;
	color: rgba(255, 128, 0, 1) !important;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    color: rgba(39, 60, 71, 1) ;
	
}

@media (max-width: 1240px) {
	.qodef-header-navigation>ul>li {
		margin: 0 7px;
	}
	#qodef-page-header-inner {
   		padding: 0px 10px;
	}
}


div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 1900px;
}
.qodef-content-grid {
    width: auto;
    margin: 0 auto;
}
#qodef-page-header {
    background-color: #fff0;
}
#qodef-page-mobile-header {
    background-color: #fff;
}

#contact-form-group {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10%;
}


.contact-form-group {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.contact-form-group input, .contact-form-group textarea {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: calc(50% - 10px);
	border-bottom: 1px solid #000;

}
textarea {
	width: 100%;
	height: 100px;
	resize: none;
}

.contact-form-group.full-width {
	flex-direction: column;
}

.contact-form-group.full-width input, .contact-form-group.full-width textarea {
	width: 100%;
}

#contact-submit-button {
	padding: 0px;
	padding-left: 24px;
	font-size: 16px;
	color: #fff;
	background-color: #ff6600;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	width: 7.3em;
	height: 40px;
	align-content: center;
	align-self: left;
}
#contact-submit-button:hover {
	background-color: #e65c00;
}

.elementor-1613 .elementor-element.elementor-element-f06813b .eael-contact-form-7 .eael-contact-form-7-heading {
    text-align: left;
    margin-bottom: 10%;
}





@media (max-width: 450px) {
    .elementor-1758 .elementor-element.elementor-element-f06813b .eael-contact-form-7 .eael-contact-form-7-title {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (max-width: 450px) {
    .elementor-1758 .elementor-element.elementor-element-f06813b .eael-contact-form-7 .eael-contact-form-7-description {
        font-size: 12px;
    }
}

@media (max-width: 750px) {
    #contact-submit-button {
        width: 7.3em;
		font-size: 10px;
    }
}

@media (max-width: 1366px) {
    #contact-submit-button {
		font-size: 14px;
    }
}

@media (max-width: 1024px) {
    #contact-submit-button {
		font-size: 12px;
    }
}

    .elementor-18424 .elementor-element.elementor-element-12c15ed4 .eael-contact-form {
        backdrop-filter: blur(10px);
    }

#qodef-top-area.qodef-background--blur {
    -webkit-backdrop-filter: blur(10px) brightness(93%);
    backdrop-filter: blur(10px) brightness(93%);
}

#qodef-top-area {
    position: relative;
    background-color: #0002;
    z-index: 101;
    transition: opacity .6s ease-in-out, transform .6s, height .6 ease-in-out;
    padding-left: 3%;
    padding-right: 3%;
}

#qodef-top-area.hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(-100%);
}

#qodef-top-area-inner {
    padding-left: 3%;
    padding-right: 3%;
}
#qodef-top-area-inner.qodef-content-grid {
    padding: 3%;
}

.elementor-1758 .elementor-element.elementor-element-f06813b .eael-contact-form {
    -webkit-backdrop-filter: blur(10px) brightness(93%);
    backdrop-filter: blur(10px) brightness(93%);
}



/* Initial header styles */
.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: transparent;
    transition: background-color 0.6s ease-in-out, padding 0.6s ease-in-out, padding-top 0.6s ease-in-out;;
    padding-top: 0px; /* Adjust as needed */
}

/* Scrolled header styles */
.site-header.scrolled {
    background-color: #FFFFFF; /* Change to your desired background color */
    padding-top: 0px;
}

/* Logo styles */
.site-logo img {
    height: auto;
    width: auto;
    transition: opacity 0.6s ease-in-out;
}

.qodef-header-logo-image qodef--light {
    display: none;
}

.site-header.scrolled .qodef-header-logo-image qodef--main qodef--customizer {
    display: none;
}

.site-header.scrolled .qodef-header-logo-image qodef--light {
    display: block;
}

    .qodef-menu-item-text {
        transition: color 0.6s ease-in-out;
    }





@media only screen and (max-width: 1025px) {
  #before-header {
    height:70px !important;
  }
	#site-header{
/* 		background-color:#273C47; */
	}
}
@media only screen and (max-width: 720px) {
  #before-header {
/*     height:140px !important; */
/* 		height: 6.3em !important; */
  }
	.site-header{
/* 		background-color:#273C47; */
	}

	.site-header .scrolled{
/* 		background-color:#ffffff; */
	}
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines .qodef-m-line.qodef--2 {

}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-lines .qodef-m-line.qodef--2 {

}

.xorca_product_wrapper{
	left:0% !important;
}







  .qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-header {
    transition-delay: 0s;
    background: rgba(42, 65, 79, 1);
}
  .qodef-horizontal-accordion-showcase .qodef-m-item .qodef-m-header {
    transition-delay: 0s;
    background: rgba(42, 65, 79, 1);
}
  .qodef-vertical-accordion-showcase .qodef-m-item.active .qodef-m-header {
    transition-delay: 0s;
    background: rgba(42, 65, 79, 1);
}
  .qodef-vertical-accordion-showcase .qodef-m-item .qodef-m-header {
    transition-delay: 0s;
    background: rgba(42, 65, 79, 1);
}
.qodef-m-header .qodef-m-title {
    font-family: archivo;
}


.accordion-title {
    transform: rotate(180deg);
    font-family: archivo;
    font-size: 1.6em;
    color: rgba(255,255,255,0.5);
    /* margin-top: 0em !important; */
    text-align: left;
    height: 74%;
    width: 5.5em;
    writing-mode: vertical-rl;
    /* vertical-align: baseline; */
    word-wrap: break-word;
    /* margin-bottom: 10em !important; */
    /* margin-left: 2.6em !important; */
    align-content: end;
    padding-bottom: 40%;
}

@media only screen and (max-width: 2410px) {
  .accordion-title {
    height: 74%;
    width: 5.0em;
    font-size: 3em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1922px) {
  .accordion-title {
    height: 62%;
    width: 7.8em;
    font-size: 2.0em;
    line-height: 1em;
  }
  
  #qodef-m-item-1{
      width: calc(100% - 1032px); 
      left: 0px; 
  }
  #qodef-m-item-2{
      width: calc(100% - 1032px); 
      left: 258px; 
  }
  #qodef-m-item-3{
      width: calc(100% - 1032px); 
      left: 516px; 
  }
  #qodef-m-item-4{
      width: calc(100% - 1032px); 
      left: 774px; 
  }
}

@media only screen and (max-width: 1680px) {
  .accordion-title {
    height: 70%;
    width: 4.8em;
    font-size: 1.8em;
    line-height: 1em;
  }
}


@media only screen and (max-width: 1482px) {
  .accordion-title {
    height: 60%;
    font-size: 1.4em;
    width: 6.2em;
    line-height: 1em;
  }
}


.qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-header .accordion-title {
    color: rgba(255, 255, 255, 0.8);
}
.qodef-vertical-accordion-showcase .qodef-m-item.active .qodef-m-header .accordion-title {
    color: rgba(255, 255, 255, 0.8);
}

.qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-title::before {
    font-family: "Archivo", sans-serif;
}
.qodef-vertical-accordion-showcase .qodef-m-header .qodef-m-title::before {
    font-family: "Archivo", sans-serif;
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-header .qodef-m-arrow svg {
     stroke: rgba(255, 255, 255, 0.8); 
}

.qodef-vertical-accordion-showcase .qodef-m-item.active .qodef-m-header .qodef-m-arrow svg {
     stroke: rgba(255, 255, 255, 0.8); 
}

.qodef-horizontal-accordion-showcase .qodef-m-content .qodef-m-title {
    color: rgba(255,255,255,0.8);
}
.qodef-horizontal-accordion-showcase .qodef-m-content .qodef-m-description {
    color: rgba(255,255,255,0.7);
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-header .qodef-m-title {
    color: rgba(255,255,255,0.8);
}

.qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-arrow svg {
    stroke: rgba(255, 255, 255, 0.2);
}
.qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-title {
    color: rgba(255,255,255,0.2);
}



.accordion-dot-list {
	list-style: none; /* Remove default list styling */
	padding-left: 0;
	color: inherit;
}
.accordion-dot-list li {
	position: relative;
	padding-left: 20px; /* Adjust this value to control the left indent */
	margin-bottom: 0px; /* Adjust for spacing between items */

}
.accordion-dot-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
}


.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-title {
    font-size: x-large;
}

.ui-accordion-content > div > div.qodef-m-content-right > div > img{
    max-width: 60%;
    height: 400px; /* Set height to half of max-width */
    object-fit: cover;  
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-content-inner {
    padding: 20px 0 0px;
}
.qodef-horizontal-accordion-showcase-responsive .qodef-m-header.ui-state-active .qodef-m-arrow svg > g{
    stroke: #afc1c5;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-title {
    font-size: 30px;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-title {
    font-size: 28px;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-description {
    font-size: 20px;
    line-height: 26px;
}


@media only screen and (max-width: 1024px) {
	.ui-accordion-header > div {
		align-self: center;
	}
}
@media only screen and (max-width: 768px) {
.ui-accordion-content > div > div.qodef-m-content-right > div > img{
    max-width: 80%;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-title {
    font-size: 28px;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-title {
    font-size: 24px;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-description {
    font-size: 16px;
    line-height: 21px;
}
}

@media only screen and (max-width: 480px) {	
.ui-accordion-content > div > div.qodef-m-content-right > div > img{
    max-width: 100%;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-title {
    font-size: 22px;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-title {
    font-size: 18px;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-description {
    font-size: 13px;
    line-height: 16px;
}
}

@media only screen and (max-width: 360px) {	
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-title {
    font-size: 20px;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-title {
    font-size: 16px;
}
	.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-description {
    font-size: 12px;
    line-height: 15px;
}

}



/* news */
.news-blog-list{
	font-family: var(--e-global-typography-primary-font-family);
}

.qodef-m-filter .qodef-m-filter-item {
	font-family: var(--e-global-typography-primary-font-family);
	font-size:22px;
	font-weight:500;
	color: rgba(113, 117, 125, 1);
}

.qodef-m-filter .qodef-m-filter-item.qodef--active, .qodef-m-filter .qodef-m-filter-item:hover {
    color: rgba(51, 51, 51, 1);
}

.qodef-e-info a{
	font-family: var(--e-global-typography-primary-font-family);
	font-size:16px;
	font-weight:400;
	color: rgba(51, 51, 51, 1);
}

.qodef-blog .qodef-e-title {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 26px;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    line-height: 36px;
}

.qodef-button.qodef-html--link {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 16px;
    font-weight: 500;
}

.qodef-e-read-more a.qodef-shortcode.qodef-m.qodef-button.qodef-layout--filled.qodef-html--link{
	color: rgba(2, 2, 2, 1);
    background-color: rgba(0, 0, 0, 0.08);
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-inner .entry-date.qodef-list-date {
    font-family: var(--e-global-typography-primary-font-family);
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-inner .entry-date.qodef-list-date .qodef-day {
    font-size: 20px;
    font-weight: 400;
}
.qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-inner .entry-date.qodef-list-date .qodef-month {
    font-size: 20px;
    font-weight: 700;
}


.home-parallax > div > div > img{
	backdrop-filter: blur(5px);
}

.hidden{
	display : none !important;
}