/* 
Theme Name: Hello Child - Deksia
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Deksia Child is a child theme of Hello Elementor, created by Elementor team
Author: Deksia Team
Author URI: https://deksia.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-deksia-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
*/

body h1, body h2, body h3, body h4, body h5, body h6 {
	line-height: 1.3em;
    font-family: 'Exo', sans-serif;
}

body, body p, body ul, body li {
    font-family: 'proxima-nova', sans-serif;
}


/* Default section padding */
body .elementor-section.elementor-top-section {
    padding: 80px 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body .elementor-column, body .elementor-column .elementor-column-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*** Secondary Button ***/

.elementor-widget-button.button-secondary a.elementor-button-link {
    background-color: #fff;
	background: #fff;
    border-radius: 8px 8px 8px 8px;
	fill: #0064BF;
    color: #0064BF;
    background-image: none;
}

/**** Fullwidth Button ****/
.fullwidth-button .elementor-button-link {
    width: 100%;
}

/***** Global Nav Menu *****/
#global-nav-menu .menu-item a, #global-secondary-menu .menu-item a {
    font-family: "obvia", sans-serif;
    font-size: 17px;
}

/**** custom css for full witdh buttn****/
.fullwidth-button .elementor-widget-container, .fullwidth-button .elementor-widget-container .elementor-button-wrapper, .fullwidth-button .elementor-widget-container .elementor-button-link {
    display: block;
    width: 100%;
}

/*** Min width buttons ***/

.minw-button .elementor-button-link {
    min-width: 200px;
}

/**** Text links ****/
.elementor-text-editor a {
    color: #54595f;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

/* Gravity overrides */
.gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	border: 0;
	border-radius: 0;
}

.gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
}

/* Full width button on mobile */
@media screen and (max-width: 800px) {
	.fullw-mobile-button .elementor-button-link {
		width: 100%;
	}
}

/*** ELEMENTOR CUSTOM TOGGLE ***/
.custom-toggle-tab .elementor-toggle .elementor-toggle-item {
    border: 1px solid #00A6DD;
    border-radius: 15px;
    padding: 20px;
}
.custom-toggle-tab .elementor-toggle .elementor-tab-title {
	border-bottom: 0;
	padding: 0;
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
	margin-right: 20px;
}
.custom-toggle-tab .elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    width: 40px;
    height: 100%;
}

.custom-toggle-tab .elementor-toggle .elementor-tab-content {
	border-bottom: 0;
	margin-top: 20px;
}

.custom-toggle-title {
    display:flex; 
}
.custom-toggle-title h3 {
    color: #00A6DD;
    margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
}
.custom-toggle-title h2 {
    color: #0064BF;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 40px;
	line-height: 1em;
}

@media screen and (max-width: 800px) {
	.custom-toggle-title {
		display: block;
	}
	.custom-toggle-title h3 {
		font-size: 18px;
	}
	.custom-toggle-title h2 {
		font-size: 30px;
	}
	.custom-toggle-tab .elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
		width: 30px;
	}
}

/*** CONTACT FORM ***/
div#gform_fields_9 label {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	background-color: #fff;
	color: #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	color: #8D8D8D;
}

.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
	color: #8D8D8D;
}

div#gform_fields_9 {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

input#gform_submit_button_9 {
	fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --e-global-color-1ffb8d1 ) 0%, #199B94 100%);
	font-family: "Exo", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	border-radius: 8px;
	transition: all .3s;
	margin-top: 20px;
	border: none;
}

input#gform_submit_button_9:hover {
	opacity: .8;
}

.gform_confirmation_message {
   color: #FFFFFF;
}

/*** Industry ***/
.industry-maxw {
	max-width: 340px;
}

/*** Supertext ***/
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub { 
  top: 0.4em; 
}

/**** Header ****/
#global-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 0.5s ease;
}

#global-header .site-logo {
	display: block;
    fill: #fff;
	width: 100%;
	transition: all 0.5s ease;
}

#global-header .site-logo.site-logo-sm {
    display: none;
}

/*** On scroll, edit the header ***/

#global-header.elementor-sticky--effects {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #fff;
	box-shadow: 3px 3px 16px rgba(0,0,0,0.1);
}

#global-header.elementor-sticky--effects .site-logo { display: none; }
#global-header.elementor-sticky--effects .site-logo.site-logo-sm { display: block; max-width: 220px; }

#global-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    color: var(--e-global-color-a79c7da );
	padding-top: 8px;
	padding-bottom: 8px;
}

/*** On small devices, show the small logo ***/
@media screen and (max-width: 800px) {
	#global-header .site-logo { display: none; }
	#global-header .site-logo.site-logo-sm { display: block; max-width: 180px; }
}

/*** Fix for the admin bar ***/
body.admin-bar #global-header {
    top: 32px;
}

@media screen and (max-width: 800px) {
	body.admin-bar #global-header {
    	top: 48px;
	}
}

/*** Custom Toggles ***/
.custom-toggle-tab .elementor-toggle-item > .elementor-tab-title .custom-toggle-title h3 {
    margin-right: 30px;
}

.custom-toggle-tab .elementor-toggle-item > .elementor-tab-title .custom-toggle-title {
    display: flex;
    align-items: center;
}

.custom-toggle-tab .elementor-toggle-item > .elementor-tab-title {
    padding: 20px;
    display: flex;
    align-items: center;
}

.custom-toggle-tab .elementor-toggle-item {
    padding: 0!important;
}

.custom-toggle-tab .elementor-toggle .elementor-tab-content {
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.custom-toggle-tab .elementor-toggle .elementor-tab-content h3:not(:first-child) {
	margin-top: 30px;
	margin-bottom: 5px;
}

/*** Border Radius ***/
body .border-radius {
	border-radius: 15px;
	overflow: hidden;
}

/*** EM Grid ***/
.em-grid.em-grid-col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

@media screen and (max-width: 800px) {
	.em-grid.em-grid-col2 {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

/*** Dot Progress ***/
#dot-progress-container {
    box-sizing: border-box;
    background-color: #001750;
    color: #21C6BE;
    max-width: 40rem;
    padding: 2rem 3rem;
    border-radius: 0.75rem;
	margin: 0 auto;
}

#dot-progress-container * {
    box-sizing: border-box;
}

#dot-progress-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#dot-progress-container li {
	font-family: "Exo", Sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.075rem;
    line-height: 1em;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 2rem;
    align-items: center;
}

#dot-progress-container li > span {
    transition: all 0.4s ease;
    opacity: 0.5;
	font-weight: 700;
}

#dot-progress-container li.dot-progress-active > span {
    opacity: 1;
}

#dot-progress-container li:not(:last-child) {
    margin-bottom: 2.5rem;
}

#dot-progress-container li .dot-progress-dot {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 0.18rem solid #21C6BE;
    background-color: #001750;
    z-index: 10;
}

#dot-progress-container .dot-progress-highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 0.18rem solid #21C6BE;
    background-color: #21C6BE;
    z-index: 20;
}

#dot-progress-container.dot-progress-active .dot-progress-highlight {
	animation: dot-progress 6s linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

#dot-progress-container ul {
    position: relative;
}

#dot-progress-container ul::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #21C6BE;
    width: 0.2rem;
    height: 90%;
    top: 5%;
    left: 0.75rem;
}

@keyframes dot-progress {
    /** First dot filled **/
    0% { top: 0; }
    30% { top: 0; }

    /** Second dot filled **/
    40% { top: 4.25rem; }
    60% { top: 4.25rem; }

    /** Third dot filled **/
    70% { top: 8.5rem; }
    100% { top: 8.5rem; }
}

@media screen and (max-width: 800px) {
    #dot-progress-container li {
        height: 1.75rem;
    }

    #dot-progress-container li {
        font-size: 1rem;
    }
}

/**** Adjust fade in to chill it out a bit ***/
@keyframes fadeInUpRevised {
	from {
		opacity: 0;
		transform: translate(0, 2rem);
	}
	to {
		opacity: 1;
		transform: none
	}
}

body .fadeInUp {
	animation-name: fadeInUpRevised!important;
}

/*** Toggle Animations ***/
.custom-toggle-tab .elementor-toggle-item > .elementor-tab-title {
    transition: all 0.4s ease;
}

.custom-toggle-tab .elementor-toggle-item > .elementor-tab-title:hover {
    opacity: 0.4;
}