/**
Theme Name: JOCO
Author: Blue Winds Media
Author URI: https://www.bluewindsmedia.com
Description: A custom theme for JOCO, built on the Astra framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: joco
Template: astra
*/

/* ======= Common CSS: Start ======= */
*,
::before,
:after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

p {
    margin: 0px 0px 20px;
}

p:last-child {
    margin: 0px 0px 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol,
li {
    list-style: none;
}

ul+ul,
ul+ol,
ol+ul,
ol+ol {
    margin: 20px 0px 0px;
}

a:focus,
a:focus-within,
a:focus-visible,
a:target,
a:visited,
a:active,
button:focus,
button:focus-within,
button:focus-visible,
button:target,
button:visited,
button:active,
input:focus,
input:focus-within,
input:focus-visible,
input:target,
input:visited,
input:active,
select:focus,
select:focus-within,
select:focus-visible,
select:target,
select:visited,
select:active,
textarea:focus,
textarea:focus-within,
textarea:focus-visible,
textarea:target,
textarea:visited,
textarea:active {
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ======= Common CSS: End ======= */


/* ======= Hover Button CSS: Start ======= */

/* ======= Hover Button CSS: End ======= */


/* ======= Heading Text Anim CSS: Start ======= */
span.word {
    display: inline-flex;
    overflow: hidden;
}

.text-anim span.word span.char {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.17, 0.17, 0, 0.79) !important;
}

.text-anim.split-is h1 span.word span.char,
.text-anim.split-is h2 span.word span.char,
.text-anim.split-is h3 span.word span.char,
.text-anim.split-is h4 span.word span.char {
    opacity: 1;
    transition-delay: calc(30ms * var(--char-index)) !important;
    display: inline-flex;
}

/* ======= Heading Text Anim CSS: End ======= */


/* ======= Header Section CSS: Start ======= */

/* ======= Header Section CSS: End ======= */


/* ======= Footer Section CSS: Start ======= */

.footer-btn-col::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 130%;
    top: -15px;
    left: 35px;
    background-color: #a1a1a1;
    border: 0;
}

/* ======= Footer Section CSS: End ======= */


/* =======  Section CSS: Start ======= */

/* banner css start */

.banner-orange-line {
    animation: lineH 6.2s 0s infinite linear;
}

@keyframes lineH {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.banner-white-line {
    animation: lineH 6s 0s infinite linear;
}

/* banner css end */

/* Exacting page css start  */

.e-services-lines:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 175%;
    top: -10px;
    background: #a1a1a1;
}

.e-services-lines:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 3px;
    left: -30px;
    bottom: -20px;
    background: #a1a1a1;
}

/* Exacting page css end  */

/* contact page css start  */

.contact-form-sec .elementor-field-group input,
.contact-form-sec .elementor-field-group textarea {
    font-size: 16px !important;
    font-family: "Univers", Sans-serif !important;
    line-height: 1.2em !important;
    padding: 0px 10px 30px 10px;
    color: #000 !important;
}

.contact-form-sec .elementor-field-group input::placeholder,
.contact-form-sec .elementor-field-group textarea::placeholder {
    opacity: 1 !important;
}

.contact-form-sec .elementor-field-group input:focus,
.contact-form-sec .elementor-field-group textarea:focus {
    box-shadow: none !important;
    border-style: solid !important;
}

/* contact page css end  */

/* =======  Section CSS: End ======= */


/* ======= Responsive CSS: Start ======= */

/*
Elementor Breakpoint For Responsive Screen : 
Mobile Portrait   : 767
Mobile Landscape  : 980
Tablet Portrait   : 1080
Tablet Landscape  : 1220
Laptop            : 1320
*/

@media screen and (min-width: 1321px) and (max-width: 1780px) {}

@media screen and (max-width: 1780px) {}

@media screen and (min-width: 1321px) and (max-width: 1680px) {}

@media screen and (max-width: 1680px) {}

@media screen and (min-width: 1321px) and (max-width: 1580px) {}

@media screen and (max-width: 1580px) {
    .e-services-lines:before {
        height: 155%;
        top: -15px;
    }
}

@media screen and (min-width: 1321px) and (max-width: 1500px) {}

@media screen and (max-width: 1500px) {}

@media screen and (min-width: 1321px) and (max-width: 1400px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1320px) {
    .e-services-lines:after {
        left: -20px;
    }
}

@media screen and (max-width: 1220px) {
    .footer-btn-col::after {
        left: 12px;
    }

    .e-services-lines:after {
        left: -15px;
    }

    .e-services-lines:before {
        top: -5px;
    }
}

@media screen and (max-width: 1080px) {
    .header-logo {
        position: unset !important;
    }

    .footer-btn-col::after {
        left: 9px;
    }

    .e-services-lines:before {
        height: 145%;
    }
}

@media screen and (max-width: 980px) {
    .footer-btn .elementor-button-text br {
        display: none;
    }

    .footer-btn-col::after {
        top: -5px;
    }

    .e-services-lines:before {
        height: 150%;
    }

}

/* @media screen and (min-width: 800px) and (max-width: 980px) {
    .roll-image img {
        max-width: 60% !important;
    }

    .roll-image.ps-roll-image img {
        max-width: 78% !important;
    }
} */

@media screen and (max-width: 767px) {
    .footer-btn-col::after {
        display: none;
    }

    .e-services-lines:after {
        bottom: -15px;
    }

    .e-services-lines:before {
        height: 183%;
        top: -15px;
    }

    .roll-image {
        position: unset !important;
    }
}

@media screen and (max-width: 575px) {}

/* ======= Responsive CSS: End ======= */