/*

/*
* Theme Name: retaQR
* Author: Xpose
* Text Domain: retaqr
* Domain Path: /languages

*/


.bg-primary,.btn-primary,.navbar-toggler{background-color:#00aeef!important}
.color-primary{color:#00aeef}
.bg-grey-light{background:#f9f9f9}


/*Nav Menu*/

.nav-link{color:#272829;text-transform: uppercase;font-weight: 600;}

h1{font-size: 2.5rem;font-weight:600;color:#939598;line-height:2em}
h1 span{color:#00aeef;}
h2{font-size: 2.5rem;font-weight:600;color:#939598;padding-bottom:1em}
h2 span{color:#00aeef;}
h3{font-size: 1.5rem;font-weight:600;color:#939598;}
h3 span{color:#00aeef;}
h4{font-size: 1.25rem;font-weight:600;color:#939598;}
h4 span{color:#00aeef;}
h5{font-size: 1rem;font-weight:600;color:#939598;}
h5 span{color:#00aeef;}
h6{font-size: 0.875rem;font-weight:600;color:#939598;}
h6 span{color:#00aeef;}

* {
    font-family: futura-pt, sans-serif;
}

p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #272829;
}
.btn span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.btn {
    display: flex;
    align-items: center;
    padding: 10px;
}

.button-content {
    display: flex;
    align-items: center;
}

.button-content svg {
    margin-left: 10px; /* Add space between the icon and text */
    height:20px;
}
.button-content svg .fa-primary {
    fill: #fff;
}
.button-content svg .fa-secondary {
    fill: #a2ccdb;
}

.button-content span {
    font-size: 16px;
}

svg {
    height: 30px;
}

button svg path{fill:#fff}

/* blue image */

.image-container-blue {
    position: relative;
    display: inline-block;
    width: fit-content; /* Adjust based on your requirements */
}

.main-image {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
}

.blue-background {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100%);
    height: calc(100%);
    background-color: #00aaff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-logo {
    width: 100px; /* Adjust based on your requirements */
    height: auto;
    position:absolute;
    bottom: 0; /* Adjust based on your requirements */
    right: 0;
}

/*subcription options*/

.testimonials{position:relative!important}
.subscriptions svg path{height:40px;width:40px}
.card-pricing .card-pricing-features {
    color: var(--ct-secondary-color);
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
}
.card-pricing .card-pricing-price {
    padding: 30px 0 0;
}
.card-pricing-recommended .card-pricing-plan-tag {
    background-color: rgba(255, 91, 91, .2);
    color: #ff5b5b;
    padding: 5px 0;
    font-weight: 700;
    border-radius: .25rem .25rem 0 0;
    margin: -1.5rem -1.5rem 1.5rem -1.5rem;
}
li.disabled{color:#dfdfdf}
.card-pricing .card-pricing-features li {
    padding: 15px;
}
.subscriptions .annual{font-size:50%}
.sunscriptions h3 span:nth-child(1){font-size:75%}
.subscriptions h3 span{color:#939598}
.card-pricing-plan-name span{color:#00aeef}
.subscriptions svg .fa-primary{fill:#00aeef}
.subscriptions .border-svg{border:3px solid #00aeef;border-radius:50%;transition:all 0.3s ease-in-out;margin:15px;padding:20px;width:fit-content}
.subscriptions label,.subscriptions form p{color:#fff}


.icon-circle{border-radius:50%;background:#cff2ff;width: fit-content;}
.icon-circle svg{height:auto;width:50px;height:50px;margin:10px}
.icon-circle .fa-primary{fill:#dfdfdf}
.icon-circle .fa-secondary{fill:#00aeef}
.owl-carousel .slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .img-fluid {
    max-width: 100%;
    height: auto;
}
.testimonials .quotemarks {
    position: absolute;
    top: 0;
    left: 0;

    z-index: 1;
    opacity:0.1
}
.testimonials .quotemarks svg{width:7.5vw;height:7.5vw}
/*cta*/

.cta h2{font-size:2rem;color:#fff}
.cta .form{padding:0;background:#fff;border-radius:10px;margin-bottom:-75px}
.cta input,.cta textarea{border-bottom:2px #939598 solid;border:0}
.cta input:focus,.cta textarea:focus{border-bottom:2px #00aeef solid;border:0}
.cta ::placeholder{text-transform:uppercase;padding:10px;color:#939598;font-weight:bold}
.cta button{height:75px;border:0;text-transform:uppercase;color:#fff;border-radius: 0 0 10px 10px}
.cta{margin-bottom:75px}
.cta .img-background {
    background-image: url(https://dev.retaqr.com/wp-content/themes/retaqr/assets/img/cta.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

footer{background:#272829;color:#fff}
footer a{color:#fff;text-decoration:none}
footer a:hover{color:#00aeef;text-decoration:none}

/*owl carousel*/

.center .item .card-body{
    transition:all 0.3s ease-in-out;
    transform:scale(1.2);
    cursor:pointer;
    padding:30px;
    margin:0;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    background:#fff

}

.item{margin:30px}
.item .card-testimonial{border:0;background:none}
.testimonials .owl-carousel{min-height:600px}
.clients .btn{width:fit-content}
.b-1{border:5px solid #00aeef;}
.form-button{color:#fff;border:2px solid #fff;border-radius:10px;padding:10px 30px;background:#939598!important}
.button-align{display:flex;justify-content:end}

#chatbotContainer {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 350px;
    height: 500px;
    border: 1px solid #ccc;
    background: white;
    display: none;
    flex-direction: column;
    z-index: 99999999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.hidden {
    display: none;
}

#chatbotHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #00aaff;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-weight: bold;
}

#closeChatbot {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}

#chatbotMessages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

#chatbotInputContainer {
    display: flex;
    border-top: 1px solid #ccc;
    padding: 10px;
}

#chatbotInput {
    border: 1px solid #ccc;
    padding: 10px;
    width: calc(100% - 50px);
    border-radius: 20px;
    margin-right: 10px;
}

#chatbotSend {
    padding: 10px;
    background-color: #00aaff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.message {
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
    max-width: 80%;
}

.message.question {
    background-color: #dcf8c6;
    align-self: flex-end;
}

.message.answer {
    background-color: #f1f0f0;
    align-self: flex-start;
}

.typing-indicator {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}

.typing-indicator > div {
    width: 8px;
    height: 8px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 2px;
    animation: blink 1.4s infinite both;
}

.typing-indicator > div:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator > div:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes blink {
    0%, 80%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

.navbar-toggler-icon{color:#fff}
@media (max-width: 991.98px) {
    .navbar-brand {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }
}
.products img {
    height: auto;
    width: 100%;
    padding:10px;
}
.footer-menu a {
    color: #fff;
}
@media (max-width: 768px) {
    .nav-bottom svg {
        max-height: 50px;
    }
}

/* Styles for the floating chat widget */
.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #8d807e;
    color: #fff;
    border-radius: 30px;
    width: 150px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 10px;
    text-decoration: none;
}

.chat-widget svg {
    fill: #fff;
    margin-right: 10px;
}

.chat-widget span {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
}

.news .card-title a{color:#00aeef;text-decoration:none}
.news .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news .card-img-top {
    width: 100%; /* Ensure the image covers the width of the card */
    height: auto; /* Keep the image's aspect ratio */
}

.news .flex-grow-1 {
    flex-grow: 1; /* Takes all available space */
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
}

.news .mt-auto {
    margin-top: auto; /* Pushes the button to the bottom of the card */
}

.navbar-expand-lg .navbar-nav a{color:#272829}

@media (min-width: 1024px) {
   .order-lg-last{padding-left:30px}
}
form input:focus,form textarea:focus{border:2px solid #00aeef;color:#272829!important}
form input,form textarea{border:2px solid #939598;color:#272829!important}

.subscriptions button.btn-primary a{color:#fff;text-decoration: none;}

/*new code*/

.orange-background{
   background:url(https://dev.retaqr.com/wp-content/themes/retaqr/assets/img/hero-background-store.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative
    }
    .orange-background:after {
        content: '';
        background: linear-gradient(75deg, #00aeef, #0893c7 20%, #00aeef 20%, #0893c7 40%, #00aeef 40%, #0893c7 60%, transparent 60%, transparent 100%);
        background-size: 80% 100%;
        background-position: left;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    @media (max-width: 767.98px) { /* Below md */
        .orange-background:after {
            background: linear-gradient(75deg, #00aeef, #0893c7 20%, #00aeef 20%, #0893c7 40%, #00aeef 40%, #0893c7 60%, #0893c7 100%);
            background-size: 80% 100%;
            background-position: left;
            background-repeat: repeat; /* Ensure seamless pattern on smaller screens */
        }
    }
    
    .hero {
    background: url(https://dev.retaqr.com/wp-content/themes/retaqr/assets/img/reta-hero-img-1.png);
    background-position: 90% bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 42%;
}
.vid-holder{
    aspect-ratio: 16/9;
    position: relative;
    width:100%;
}
.card{background:transparent;border:0}
.card:hover{background:#fff}
.benefits-retaqr .card img{border-radius:20px}

.subscriptions{
    .box-right-standout{
        background:#F3FCFF;
        border-radius:20px;
        padding:20px;
        box-shadow:0 0 10px rgba(0,0,0,0.1);
        border: 1px solid #00aeef;
        ul{
            margin-bottom:0;
        }
    }
    .card{
        border:1px solid #00afef85;
        border-radius:20px;
        background:transparent;
        box-shadow:0 0 10px rgba(0,0,0,0.1);
        text-align:left;
        .card-header{
            background:transparent;
            border-radius:20px 20px 0 0;
            padding:20px;
            h3{
                font-size:1.5rem;
                font-weight:600;
                span{
                    font-style: italic  ;
                }
            }
        }
        .all-features{
            padding:15px 10px;
            font-weight:bold;
            margin:0;
            margin:10px;
            
        }
        ul{
            list-style:none;
            padding:0;
            border:1px solid #00afef3a;
            border-radius: 20px;
            li{
                padding:10px;
                margin-left:20px;
                vertical-align:middle;
               img{
                   margin-right:10px;
                   fill:#00aeef;
                   height:25px;
                   width:25px;
                }
            }
        }
    }
}

.news{
    .card{
        border:1px solid #00aeef;
        border-radius:20px;
        background:#fff;
        box-shadow:0 0 10px rgba(0,0,0,0.1);
        text-align:center;
        .card-header{
            background:transparent;
            border-radius:20px 20px 0 0;
            padding:20px;
            h3{
                font-size:1.5rem;
                font-weight:600;
                span{
                    font-style: italic  ;
                }
            }
        }
    }
}

mark{
    background:#00aeef;
    color:#fff;
    padding: 10px;
    border-radius: 20px;
}
.language-switcher button:after{
    display:none;
}
.language-switcher .dropdown-menu{width:100%
}
.language-switcher button{
    background: transparent;
    border:0;
}

.z-3{
    z-index:3;
    position:relative;
}

.btn-white{
    background:#fff;
    color:#00aeef;
    border:1px solid #00aeef;
    border-radius:10px;
    padding:10px 20px;
    font-weight:600;
    text-transform:uppercase;
    transition:all 0.3s ease-in-out;
    text-decoration:none;
    &:hover{
        background:#00aeef;
        color:#fff;
    }
    a{
        color:#00aeef;
        text-decoration:none;
        &:hover{
            color:#fff;
        }
    }
}
.btn-primary{
    background:#00aeef;
    color:#fff;
    border:1px solid #00aeef;
    border-radius:10px;
    padding:10px 20px;
    font-weight:600;
    text-transform:uppercase;
    transition:all 0.3s ease-in-out;
    text-decoration:none;
    &:hover{
        background:#fff;
        color:#00aeef;
    }
    a{
        color:#fff;
        text-decoration:none;
        &:hover{
            color:#00aeef;
        }
    }
}
.dropdown-menu{min-width:350px!important
}

picture img{
    width:100%;
    height:auto;
}