/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

label.hs-error-msg {
    font-weight: 300 !important; /* 300 is standard 'Light' weight */
}

.customHubspotForm .hs_error_rollup {
    display: none !important;
}

.customHubspotForm form a {
	color: #0367fc;
	text-decoration: underline;
}

.customHubspotForm form label {
	font-family: "Noto Sans", sans-serif;
	font-weight: 800;
	color: #3B3B3B;
	font-size: 18px;
	margin-bottom: 15px;
}

.customHubspotForm form input ,.customHubspotForm form select, .customHubspotForm form textarea {
	border: solid 2px #0367fc;
	border-radius:10px;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #3B3B3B;
	background: #fff;
	padding: 15px 20px;
}

.customHubspotForm form input:focus,
.customHubspotForm form textarea:focus,
.customHubspotForm form select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 92, 229, 0.4);
  border-color: #005ce5;
}

.customHubspotForm form .legal-consent-container {
	margin-bottom: 20px;
}

.customHubspotForm form p , .customHubspotForm form .hs-form-booleancheckbox-display ,.customHubspotForm form .hs-richtext span, .customHubspotForm form .legal-consent-container .hs-richtext  {
	font-family: "Noto Sans", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 27px !important;
	color: #3B3B3B !important;
}




.customHubspotForm form .hs-form-field {
	margin-bottom: 20px;
}

.customHubspotForm form .hs-error-msg {
	color: red;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 800;
	padding-top: 10px;
	margin-bottom: 0;
}

.customHubspotForm form .hs-error-msg  li::marker , .hs-form-required {
	color: red;
}

.customHubspotForm form .inputs-list {
	list-style: none;
  	padding: 0;
}


.customHubspotForm form .hs-form-booleancheckbox-display span {
	padding-left: 10px
}
.customHubspotForm form .hs-fieldtype-booleancheckbox {
	margin-bottom: 0px;
}

.customHubspotForm form .hs-button {
		background-color: var( --e-global-color-primary );
	  font-family: var( --e-global-typography-85b16e0-font-family ), Sans-serif;
	  font-size: var( --e-global-typography-85b16e0-font-size );
	  font-style: var( --e-global-typography-85b16e0-font-style );
	  fill: #FFFFFF;
	  color: #FFFFFF;
	  border-style: solid;
	  border-width: 2px 2px 2px 2px;
	  border-color: var( --e-global-color-primary );
	  border-radius: 10px 10px 10px 10px;
	  padding: 10px 20px 10px 20px;
	  width: 100%;
}

.customHubspotForm form .hs-button:hover{
	background-color: #FFFFFF;
  color: var( --e-global-color-primary );
}

.e-n-accordion details > div[role="region"] {
  display: none ;
}

.custom-tab-content {
  display: none;
}

.mobile-toggle {
    width: 32px;
    height: 22px;
    position: relative;
    cursor: pointer;
    z-index: 9999;
	margin-left: auto;
}

.mobile-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.4s cubic-bezier(.68,-0.6,.32,1.6);
}

.mobile-toggle span:nth-child(1) { top: 0; }
.mobile-toggle span:nth-child(2) { top: 9px; }
.mobile-toggle span:nth-child(3) { top: 18px; }

.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}
.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0.2);
}
.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}

.mobilemenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    transform: translateY(-10px);
    will-change: max-height, opacity, transform;
}

.mobilemenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9998;
    background: #fff;
	height: 100vh;
}

.mobilemenu.open {
    max-height: 100vh;
    opacity: 1;
    transform: translateY(0);
}

.mobilemenu {
  box-shadow: 0 12px 18px -8px rgba(0, 0, 0, 0.45);
}


body.menu-open {
    overflow: hidden !important;
}

:root {
    --header-height: 150px;
}

.tableContainer {
	overflow-y: scroll;
}

 

.faresTable th , .faresTable td {
	border: none;
	background: transparent !important;
	border-block-start: none !important;
}


.faresTable tbody tr {
	color: #fff;
}

.faresTable thead th , .faresTable tbody  tr td:first-child {
	  color: var( --e-global-color-accent );
}



.faresTable thead th,.faresTable tbody tr  {
  font-family: "Noto Sans", Sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  text-align: center;
  border-bottom : solid 1px #fff;
}

  .faresTable th,
  .faresTable td {
    width: 20%;
	vertical-align: middle;
  }


.faresTable tr td , .faresTable tr th  {
	padding: 20px 15px;
}

.faresTable tbody  tr td:first-child{
	 text-align: start;
	 padding: 20px 0px;
}


.faresTable tr:last-child {
	border-bottom: none !important;
}


.faresTable.stickyTable th:first-child,
.faresTable.stickyTable td:first-child {
  position: sticky;
  left: 0;
  background: #005ce5 !important; 
  z-index: 2;
}


.faresTable tbody tr:hover,
.faresTable tbody tr:hover th:first-child,
.faresTable tbody tr:hover td:first-child {
	background: #0052CC !important;
}


.e-off-canvas[aria-label="desktop Off-canvas"] {
    top: var(--header-height) !important;
    height: calc(100vh - var(--header-height)) !important;
	z-index: 1 !important;
}


.e-off-canvas[aria-label="desktop Off-canvas"] .e-off-canvas__overlay {
    background: rgba(0, 0, 0, 0.15); /* subtle dark tint */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.weAreHiring {
	display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  color: #3B3B3B;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 6px 10px;
  border-radius: 6px;
  margin-left: 8px;
  white-space: nowrap;
  position: relative;
  top: -3px;
}

.weAreHiring::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #17B26A;
    border-radius: 50%;
    display: inline-block;
}

.elementor-nav-menu .menu-item-description {
    display: block;
    margin-top: 4px;
}
.elementor-nav-menu a.elementor-sub-item {
	flex-direction: column;
  	align-items: start;
}

ul.elementor-nav-menu--dropdown {
	background: rgb(255, 255, 255);
  	padding: 8px !important;
  	border-radius: 8px;
	left: -80px !important;
  	transition: 0.5s;
}

ul.elementor-nav-menu--dropdown li {
	background: #FAFAFA;
	border-radius: 8px;
	padding: 12px;
	transition: 0.5s;
	margin-bottom: 10px;
}
ul.elementor-nav-menu--dropdown li:last-child {
	margin-bottom: 0px;
}

ul.elementor-nav-menu--dropdown li a,
ul.elementor-nav-menu--dropdown li.current-menu-item a{
	color: #0367FC !important;
	font-size: 20px !important;
	line-height:24px !important;
	font-family: "Noto Sans", sans-serif !important;
	font-weight:800 !important;
	padding: 0 !important;
	white-space: wrap !important;
 	width: 280px !important;
	background: transparent !important;
}

ul.elementor-nav-menu--dropdown li a span.menu-item-description {
	color: #3B3B3B;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	line-height:130%;
	font-weight:400 !important;
}

ul.elementor-nav-menu--dropdown li:hover {
	background: #FEBE1B;
}

ul.elementor-nav-menu--dropdown li:hover a ,  ul.elementor-nav-menu--dropdown li:hover a span.menu-item-description{
	color:#005CE5 !important;
	background: transparent;
}

.moreMenuHeading .elementor-image-box-wrapper {
	align-items: center !important;
}

.moreMenuHeading .elementor-image-box-wrapper h3 {
	margin-top: 0px !important;
}

.moreMenuHeading img {
	margin-bottom: -1px;
}

.moreMenuHeading.is-open img {
	transform: rotate(90deg);
}

.waysTodriveText a {
	display: inline !important;
}

.maskedHeroImage img {
	    -webkit-mask-size: 100% 100% !important;
		-webkit-mask-repeat: no-repeat !important;
}


.courseAccordion details {
	border-bottom: solid 1px #3B3B3B !important;
}

.courseAccordion details .e-con-inner {
	margin: 0 !important;
}

.fixedSection{
	position: sticky;
  top: 10px;
}

.italicExpanded {
	font-style: italic;
	font-stretch: expanded;
}

.infiniteScrollSlider .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 

}

h1, h2, h3, p ,.elementor-widget-text-editor {
	overflow-wrap: break-word;
	word-break: break-word;
	white-space: normal;
		min-width: 0 !important;
}

.highlitedHeadingText {
  display: inline-block;
  position: relative;
  background-image: url("/wp-content/uploads/2026/01/highlitedTextBg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 10px 20px;
  color: #0367fc;
}

.sectionSubtitleHighlight {
  padding: 12px 0px 12px 15px;
  position: relative;
  display: inline-block;
  background: #FFC62E;
  border-radius: 5px;
  z-index: 1;
  line-height: 1 !important;
  color: #0367FC;
}

.sectionSubtitleHighlight::before {
	content: "";
	position: absolute;
	right: -28px;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFC62E;
	transform: skewX(35deg);
	border-radius: 0 5px 5px 0;
	z-index: -1;
	}

.sectionSubtitleHighlight p , 
.sectionSubtitleHighlight {
	font-style: italic;
	font-stretch: expanded;
}

.highlightBeforeShape, .highlightAfterShape {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
	
}

.highlightBeforeShape {
	top: 5px;
}

.highlightBeforeShape::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-image: url("/wp-content/uploads/2026/01/beforeSpanText.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.highlightAfterShape::after {
	content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-image: url("/wp-content/uploads/2026/01/beforeSpanText.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.BtnHidden {
	opacity: 0;
	display: none;
	transition: 0.3s
}

.dicoverSectionHover:hover .BtnHidden{
	opacity: 1;
	display:block;
}

.phone-mockup {
  position: relative;
  display: inline-block;
}


.phone-btn a {
	position: absolute;
  left: 46%;
  bottom: 0;
  transform: translatey(-180%);
}

.brforLaptop {
  display: none;
}

.quickLinkCarousel .swiper {
	padding-inline-end: 250px;
}

/*About Us section Custom*/

.tabs {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}

.tabs a {
	color: #fff;
	padding-left: 80px;
	transition: color 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items:start;
	opacity: 0.7;
	padding-bottom: 80px;
}

.tabs a .title_number {
	font-family: "Noto Sans", Sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 147%;
	text-transform: uppercase;
	margin-bottom: 15px;

}

.tabs.solutions a .title_number {
	font-size: 32px;
	font-weight: 400;
	line-height: 35px;
}

.tabs a .titleText {
	font-family: "ABC Gravity Cyrillic", Sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
}

.tabs.solutions a .titleText {
	font-family: "Noto Sans", Sans-serif;
	font-size: 40px;
	line-height: 40px;
}

.tabs a.active {
	color: #fff;
	opacity: 1;
}


.tabs::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #fff;
	border-radius: 0px;
	height: 97vh
}

.progress {
	position: absolute;
	left: -3px;
	top: 0px;
	width: 8px;
	background: #FEBE1B;
	border-radius: 2px;
	height: 80px;
	transition: top 0.3s ease;
}

.TabsTitle .elementor-widget-html {
	position: sticky;
	top:70px;
}

/*.section.active p,
.section.active a{
  color: #2B2B2B !important;
}*/

/*About Us section Custom*/

.faqAccordion details {
	border: 1px solid rgb(255, 255, 255);
  border-radius: 16px;
  background: #005CE5;
}

.faq-accordion .custom-tab-content{
	font-size: 18px;
	font-family: "Noto Sans" , sans-serif;
	font-weight: 800;
	line-height: 27px;
	color:#2B2B2B;
	display: none;
	border: solid 2px #E1E1E1;
  	border-radius:  0px 0px 11px 11px;
  	padding: 40px;
}

.faq-accordion .custom-tab-content a{
	color:#3B3B3B;
	text-decoration: underline;
}

.faq-accordion .custom-tab-content a:hover {
	color: #3B3B3B;
}

.faq-accordion .custom-tab-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
	
	padding: 30px 55px;
  	border-radius: 11px;
	background: #0367FC;
}


.custom-accordion-item {
	margin-bottom: 20px;
}

.custom-accordion-item.active .custom-tab-title {
	border-radius: 11px 11px 0px 0px
}


.faq-accordion .accordion-title-text{
	font-size: 25px;
	font-family: "Noto Sans" , sans-serif;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -2.2%;
	color: #fff;
}


.faq-accordion .accordion-icon-opened{
    display: none;
}

.FAQLoopGrid .e-con-inner {
	margin: 0 !important;
}

.custom-accordion-item.active .accordion-icon-closed{
    display: none;
}
.custom-accordion-item.active .accordion-icon-opened {
    display: inline-block;
}

.insight_input_search_holder {
  position: relative;
}

.insight_input_search_holder .fake-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  pointer-events: none;
  color: #0367FC80;
  transition: 0.2s;
	  font-family: "Noto Sans" , sans-serif;
	font-size: 16px;
	width: 100%;
  justify-content: center;
}

.insight_input_search_holder .fake-placeholder .icon {
  margin-right: 5px; /* space between icon and text */
}

#insight-search {
  background: transparent;
  border: solid 2px #0367FC;
  padding: 10px 25px;
  border-radius: 50px;
  font-family: "Noto Sans" , sans-serif;
	font-size: 16px;
	color: #3B3B3B;
	text-align: center; 
}


#insight-search::placeholder {
   text-align: center; 
	color: #0367FC80;
}

#insight-search::-webkit-input-placeholder {
   text-align: center;
	color: #0367FC80;
}

#insight-search:-moz-placeholder { 
   text-align: center;  
	color: #0367FC80;
}

#insight-search::-moz-placeholder {  
   text-align: center; 
color: #0367FC80;
}

#insight-search:-ms-input-placeholder {  
   text-align: center; 
}



.insight_input_search_holder input:not(:placeholder-shown) + .fake-placeholder{
  opacity: 0;
}


@media (max-width: 1366px) {
	.e-off-canvas[aria-label="desktop Off-canvas"] {
		top: 120px !important;
	}
}

@media (max-width: 1282px) {
	.e-off-canvas[aria-label="desktop Off-canvas"] {
		top: 110px !important
	}
}


@media (min-width: 1024px) and (max-width: 1280px) {
  br.brforLaptop {
    display: inline;
  }
	.quickLinkCarousel .swiper {
		padding-inline-end: 150px;
	}
}

@media (max-width: 1024px) {
	
	header {
		position: relative;
		z-index: 9999;
	}
	
  .quickLinkCarousel .swiper {
    padding-inline-end: 0;
  }
	
	br.hideBrMobile {
    display: none;
  }
	.faresTable {
		min-width: 650px;
	}
	
	.faresTable.noWidth {
		min-width:unset;
	}
	
	 .faresTable th, .faresTable td {
	  width: 50%;
	}
	
	.faresTable thead th, .faresTable tbody tr {
		font-size: 18px;
	}
	
	.faresTable.reduceWidth thead tr th:first-child ,.faresTable.reduceWidth tbody tr td:first-child {
		width: 20%;
	} 
	
	.faresTable.reduceWidthExtra thead tr th:first-child ,.faresTable.reduceWidthExtra tbody tr td:first-child {
		width: 30%;
	} 
	
	.faq-accordion .custom-tab-title {
		padding: 20px;
	}
	
	.faq-accordion .custom-tab-title .accordion-icons {
		margin-bottom: -10px;
	}
	
	.faq-accordion .custom-tab-content {
		padding: 20px;
	}
	
	.faq-accordion .accordion-title-text {
		font-size: 18px;
	}
	
	.faq-accordion .custom-tab-content {
		font-size: 16px;
	}
	
	.customHubspotForm form label {
		font-size: 16px;
		line-height: 25px;
	}
	.customHubspotForm form input, .customHubspotForm form select, .customHubspotForm form textarea {
		font-size: 14px;
	}
	
	.customHubspotForm form p, .customHubspotForm form .hs-form-booleancheckbox-display, .customHubspotForm form .hs-richtext span , .customHubspotForm form .legal-consent-container .hs-richtext {
		font-size: 14px !important;
	}
	
	.customHubspotForm form .hs-error-msg {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
  br.hideBrMobile {
    display: none;
  }
	
	.BtnHidden {
		display: block;
		opacity: 1;
	}
}



