/*
Theme Name: Smarteco theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Diizz team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators. Note this is a child theme of the hello elementor theme, do not remove Parent theme to ensure that this theme works properly
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1776017147
Updated: 2026-04-12 18:05:47

*/

@font-face {
    font-family: "After Night";
    src: url("assets/fonts/After-Night.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --content-area-1: 1360px;
    --content-area-2: 1130px;
}

body {
    font-family: "Ubuntu", sans-serif;
}

#wpadminbar {
    z-index: 999999999;
}

.heading-1 span {
    font-size: 40px;
    font-family: "After Night", sans-serif;
    line-height: 1;
    text-transform: none;
    font-weight: normal;
}

.heading-2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -2%;
}

.heading-3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
}

.sub-headline {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2%;
}

.paragraph {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}

.label {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -2%;
}

.elementor-widget-text-editor a {
    text-decoration: underline !important;
    color: inherit;
}

.right-align-container {
    width: 100%;
    max-width: calc(100vw - ((100vw - var(--content-area-2)) / 2));
    margin-left: calc((100vw - var(--content-area-2)) / 2) !important;
}

@media (width < 1210px) {
    .right-align-container {
        max-width: calc(100vw - 40px);
        margin-left: 40px !important;
    }

}

@media (width < 1024px) {
    .right-align-container {
        max-width: calc(100vw - 20px);
        margin-left: 20px !important;
    }

    .heading-1 span {
        font-size: 28px;
    }
}


/*.vertical-timeline {*/
/*	position: relative;*/
/*}*/

/*.vertical-timeline::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	width: 2px;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	left: 50%;*/
/*	margin-left: -1px;*/
/*	background-color: #AFAFAF;*/
/*}*/

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #AFAFAF;
    border-radius: 999px;
    /*overflow: hidden;*/
}

.timeline-progress {
    width: 100%;
    height: 0%;
    background: #2563eb;
    border-radius: 999px;
    will-change: height;
    transition: height 0.10s;
    position: relative
}

.timeline-indicator {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #2563eb;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/* Hand-drawn circle animation */
.ending-text {
    position: relative;
    display: inline-block;
}

.ending-text .hand-drawn-circle {
    position: absolute;
    top: -40px;
    left: -40px;
    right: -40px;
    bottom: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    pointer-events: none;
    opacity: 0;
    filter: url(#crayon-texture);
}

.ending-text .hand-drawn-circle path {
    filter: drop-shadow(0 0 0.5px rgba(37, 99, 235, 0.3));
}

.ending-text.circle-animate .hand-drawn-circle {
    animation: circleAppear 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes circleAppear {
    0% {
        opacity: 0;
        transform: rotate(-8deg) scale(0.95);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}


.history-listing-wrapper .e-loop-item:nth-of-type(even) .content-wrapper {
    direction: rtl;
}

.history-listing-wrapper .e-loop-item:nth-of-type(even) .content-wrapper .image-wrapper,
.history-listing-wrapper .e-loop-item:nth-of-type(even) .content-wrapper .text-wrapper {
    direction: ltr;
}

.ehf-header #masthead {
    z-index: 999999 !important;
}

.smarteco-form {
    display: flex;
    position: relative;
    flex-direction: column
}

.smarteco-form .row-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.smarteco-form .row-wrapper .col-1 {
    flex-basis: 50%;
}

.smarteco-form .row-wrapper .col-2 {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smarteco-form .row-wrapper .col-2 > p,
.smarteco-form .row-wrapper .col-1 > p {
    flex-grow: 1;
    margin: 0;
}

.smarteco-form .row-wrapper label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.smarteco-form br {
    display: none !important;
}

.smarteco-form .row-wrapper label span.title {
    padding-left: 16px;
}

.smarteco-form .row-wrapper label span.title {
    cursor: pointer;
    font-size: 14px;
}


.smarteco-form .row-wrapper label span.title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.smarteco-form .row-wrapper label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 35px;
}


.smarteco-form .row-wrapper label span.title:before {
    content: "";
    display: inline-block;
    width: 2px; /* thinner line */
    height: 1.2em; /* scales with text */
    background-color: #1E5BC6;
}

.smarteco-form .row-wrapper label span.title {
    padding-left: 0;
}

.smarteco-form .wpcf7-form-control {
    transition: all 0.3s ease-in-out;
}

.smarteco-form .wpcf7-form-control:hover {
    border: 1px solid #1E5BC6;
    box-shadow: 0px 0px 20px rgba(30, 91, 198, 0.15);
}

.smarteco-form .codedropz-upload-handler h3 {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
    margin: 0;
}

.smarteco-form .codedropz-upload-handler span {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #AFAFAF;
}

.smarteco-form .codedropz-upload-handler .codedropz-btn-wrap {
    height: 42px;
    margin-top: 22px;
}

.smarteco-form .codedropz-upload-handler .cd-upload-btn {
    padding: 12px 24px;
    border: 1px solid #AFAFAF;
    border-radius: 4px;
    color: #AFAFAF;

    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
}

.smarteco-form .codedropz-upload-handler .cd-upload-btn:hover {
    border-color: #1E5BC6;
    color: #1E5BC6;
}

span.required {
    color: #DC2626;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #DC2626 !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    height: 46px;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 125px;
}

.codedropz-upload-container {
    width: 100%;
}

[type=submit], button {
    background-color: #1E5BC6 !important;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 1rem 2.5rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    float: right;
}

.smarteco-form .actions-row {
    margin-top: 18px;
}

.smarteco-form .row-wrapper p.info-text {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #DC2626;
}


footer#colophon {
    position: relative;
    z-index: 999999;
}
@media (width < 768px) {
    .smarteco-form .row-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .smarteco-form .actions-row .row-wrapper .col-2 {
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
    }

    .smarteco-form .actions-row .row-wrapper .col-2 .info-text {
        order: 1
    }

    .smarteco-form .actions-row .row-wrapper .col-2  [type=submit] {
        width: 100%
    }
}