@import "/wp-content/themes/generatepress/assets/css/components/font-awesome.min.css?x72320";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@300;400;500;700");

:root {
    --main-color: #02b0ed;
    --black-color: #000;
    --secondary-color: #00b9eb;
    --link-color: #1e73be;
    --footer-color: #022c4b
}

body {
    font-family: 'Be Vietnam', sans-serif;
    min-height: 100vh
}

*,
*::after,
*::before,
ul,
li {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ul,
li {
    list-style: none
}

p {
    margin: 0 !important
}

.custom-form {
    text-align: center
}

.site-footer {
    position: sticky;
    position: -webkit-sticky;
    top: 100%;
    margin-top: 20px
}

.footer-widgets {
    color: var(--footer-color)
}

.inside-footer-widgets ul li a {
    color: white;
    font-size: 15px
}

.footer-widgets .widget-title {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
    display: inline-block
}

h2.widget-title::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background: #106596;
    top: 100%;
    transform: translateY(-100%)
}

.textwidget.custom-html-widget {
    min-width: 100px
}

.footer-social-icons {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.inside-site-info {
    justify-content: space-evenly
}

.copyright-bar {
    margin: 0 !important
}

.one-container .site-content {
    padding: 10px 5px
}

.entry-content {
    font-size: 16px;
    line-height: 2;
    color: black
}

p {
    margin-bottom: 10px
}

.bold {
    font-weight: bold
}

.bold-s {
    font-weight: bold
}

h3.form-title-custom {
    font-weight: bold;
    font-size: 25px;
    color: var(--main-color);
    margin-bottom: 20px
}

.form-input-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr)
}

.form-input-container .input-container input {
    width: 100%
}

.input-container input,
.input-container select {
    border-radius: 5px
}

.flex-fm-sm {
    display: flex;
    justify-content: space-between
}

.flex-fm-lg {
    display: flex;
    gap: 10px
}

.flex-fm-sm span {
    flex: 0 1 48%
}

.input-container.span-2 {
    grid-column: span 2
}

textarea {
    border-radius: 5px;
    resize: none;
    height: 100px
}

.wpcf7-list-item {
    margin: 0
}

input[name="link"],
input[name="package"] {
    display: none
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: red
}

.wpcf7-response-output {
    margin: 0 !important;
    font-size: 14px;
    color: red;
    border: none !important;
    padding: 0 !important
}

.wpcf7 form.sent .wpcf7-response-output {
    color: var(--main-color);
    font-size: 16px
}

input.wpcf7-form-control.wpcf7-submit {
    width: 40%;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px
}

i.fa.fa-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    color: white;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background: var(--main-color);
    text-align: center;
    display: none
}

i.fa.fa-close.active {
    display: inline
}

.tag {
    display: inline-block;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
    background: var(--secondary-color)
}

.tag:not(:last-child) {
    margin-right: 10px
}

.tag a {
    background: transparent;
    padding: 6px 12px;
    display: block;
    color: white;
    font-size: 13px;
    font-weight: 550;
    transition: all 0.2s ease-in-out;
    line-height: 1.7
}

.schema-faq-question {
    font-size: 1.2rem;
    color: var(--main-color)
}

.glider {
    scrollbar-width: none
}

.glider::-webkit-scrollbar {
    height: 0
}

.content-hidden::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 100%)
}

.read-more-container {
    text-align: center
}

.open-read-more {
    float: none;
    background-color: var(--secondary-color);
    font-size: 0.9rem;
    color: white;
    line-height: 14px;
    padding: 8px;
    border-radius: 50px
}

.open-read-more:hover,
.open-read-more:focus {
    background-color: var(--secondary-color)
}

.price {
    font-weight: 600;
    color: var(--main-color)
}

.slider-link {
    color: var(--black-color);
    font-weight: bold;
    display: block;
    line-height: 1.4
}

.slider-link:hover {
    color: var(--main-color)
}

#glider-prev,
#glider-next,
.glider-prev,
.glider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white
}

#glider-prev {
    left: 5px
}

#glider-next {
    right: 5px
}

.info-carousel-container #glider-prev {
    left: 0
}

.info-carousel-container #glider-next {
    right: 0
}

.glider-prev.disabled,
.glider-next.disabled,
#glider-prev.disabled,
#glider-next.disabled {
    display: none
}

#glider-prev:hover,
#glider-next:hover,
.glider-prev:hover,
.glider-next:hover {
    background: rgba(0, 0, 0, 0.5);
    color: white
}

.schema-faq.wp-block-yoast-faq-block {
    padding: 0 10px
}

.contact-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    bottom: 10px;
    z-index: 100;
    right: 10px
}

.contact-container span {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.phone-container {
    background: var(--main-color)
}

.whatsapp-container {
    background: #4AC959
}

.contact-container span i {
    font-size: 30px
}

a.contact-link {
    color: white
}

.contact-container span a {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:768px) {

    .glider-prev,
    .glider-next,
    #glider-prev,
    #glider-next {
        display: none
    }

    .top-bar .inside-top-bar>.widget {
        margin: 0
    }
}

@media screen and (max-width: 600px) {

    .form-input-holder input,
    .form-input-holder select {
        width: 100%
    }

    input[name="term_and_conditions"] {
        width: auto
    }

    .input-container {
        grid-column: span 2
    }

    .card-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap
    }

    .card {
        width: 250px;
        height: auto;
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        padding: 20px;
        transition: all .3s ease-in
    }

    .card>* {
        padding: 10px
    }

    .card .card-image {
        height: 150px;
        width: 150px;
        border: 5px double #022a3c;
        border-radius: 50%;
        background-position: center center;
        background-size: cover
    }

    .card .card-title {
        padding: 20px 10px;
        font-size: 1.5rem;
        text-transform: uppercase;
        text-shadow: 1px 0px 2px #262654
    }

    .card:nth-child(1) .card-image {
        background-image: url(/wp-content/themes/generatepress_child/coding.jpg?x72320)
    }

    .card:nth-child(2) .card-image {
        background-image: url(/wp-content/themes/generatepress_child/cooking.jpg?x72320)
    }

    .card:nth-child(3) .card-image {
        background-image: url(/wp-content/themes/generatepress_child/cycling.jpg?x72320)
    }

    .card:hover {
        background: #e84393;
        color: #fff;
        box-shadow: 0px 0px 11px 5px #000
    }

    .card .card-text {
        line-height: 20px;
        font-size: 400
    }
}