/* Globle Styles */
.logo-name{
    color: #222362 !important;
    position: relative;
    display: inline-block;
}
.logo-name .theme-color{
    color: #ff4f2d;
}
.logo-name img{
    width: 80%;
    bottom: -10%;
    left: 14%;
    z-index: -1 !important;
    line-height: 1;
}

.bg-danger-subtle{
    background-color: #fff9ec !important;
}
.subtitle{
    color: #ef3d3d;

}
/* **** */
.chat-ai-wt-gd-bg-2{
    /* background: linear-gradient(277.41deg, #ef3d3d -1.75%, #ffbe3d 98.72%); */
    background: #ef3d3d;
}
/* **** */

/* hd-faq-section */
.hd-accordion .accordion-item.active .accordion-header a.collapsed::after{
    content: "+";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    right: 24px;
}
/*  */

.sticky-feature-nav.affix {
    top: 45px;
}

/* Class for color */
.color-dark-gray{    
    color: var(--bs-heading-color, inherit) !important;
}

/* header section start */
.navbar-brand{
    max-width: 175px;
}
.sticky-header{
    padding: 10px 0px;
}

/* Home Banner */
.ai-wt-bg {
    background-color: #ffbe3d;
}
.ai-wt-logo-slider .single-logo img{
    filter: none;
}
/* All Pages Header Except home page */
.page-header{
    background:linear-gradient(90deg, #ffbe3d , #ffbe3d , #f99898) !important;
}
.page-header .bg-circle{
    background-color: #ff3d55 !important;
}
.page-header .display-5{
    color: #262626;
}
.page-header .lead{
    color: #262626;
}
.page-header embed{
    position: absolute;
    bottom: 0px;
    right: 0;
}
.page-header embed path{
    fill: #6672fb !important;
}
.page-header img{
    z-index: 1;
    /* width: 450px; */
    position: relative;
}

/* About */
.it-company-about-area .it-company-title{
    line-height: 45px;
    margin-bottom: 85px;
}

/* * About us page * */
.about-header-section{
    background-color: #ffbe3d !important;
}
.about-content-left .about-info h1{
    color: #0c0800;
}
.about-content-left .about-info .lead{
    color: #0c0800;
}

/* Pricing Section */
.pricing-comparison-link a{
    font-family: "Poppins",sans-serif;
    font-weight: 700;
}


.pricing-comparison-link a{
    font-family: "Poppins",sans-serif;
    font-weight: 700;
}
.qty-price-card{
    background-color: #fff9ec;
}
.qty-price-card:hover .qty-price-card__feature-icon{
    color: #ffbe3d;
}
.qty-price-card.popular .qty-price-card__btn-content {
    background-color: #ffbe3d;
}
.qty-price-card:hover .qty-price-card__btn-content {
    background-color: #ffbe3d;
}
.qty-price-card.popular .qty-price-card__feature-icon {
    color: #ffbe3d;
}
.qty-price-card:hover .qty-price-card__head-icon {
    background-color: #ffbe3d;
}
.qty-price-card.popular .qty-price-card__head-icon {
    background-color: #ffbe3d;
}
.qty-price-card__feature-title{
    color: #242424;
}
.qty-price-card__price-is{
    color: #ffbe3d;
}
.qty-price-card__btn{
    background-color: #fff;
    border: 12px solid #fff;
}
.select-pricing-btn.active{
    background-color: #ffbe3d;
}
.qty-price-card__btn::before{
    background-image: radial-gradient(circle at 0 0, transparent 1rem, #fbf1f7 0.5rem);
}

/* Pricing page */
.crm-bg-yellow {
    background-color: #fff9ec;
}

/* <!--cat subscribe start--> */
.cta-subscribe{
    background-color: #404040 !important;
}
.subscribe-info-wrap p{
    color: #fff;
}
.cta-subscribe .left-5{
    background-color: #ef3d3d;  
}

/* Video Section */
.video-promo-with-icon .container{
    position: relative;
}
.video-promo-with-icon .video-text{
    position: absolute;
    z-index: 9;
    top: 15%;
    width: 100%;
    text-align: center;
    color: #000000;
}
.video-bg-with-icon::before {
    background-color: rgb(255 190 61 / 90%);
}

/* FAQ Section */
.hd-faq-section .hd-chat-box{
    background-color: #ffbe3d;
}



/* feature/services block interchangeable preview */
div.feature-grid {
    position: relative;
}

div.highlight-card, div.preview-card {
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    /* transition: all ease 1s; */
    /* position: absolute; */
    /* overflow: hidden; */
}

div.preview-card .feature-details {
    display: none
}
        /* features page */
.feature-section{
    position: relative;;
}
.feature-card button{
    display: block ;
}
.feature-card .link-with-icon{
    display: none;
}
.highlight-card button{
    display: none;
}
.highlight-card  a{
    display: block !important;
}
.text-success{
    color: 116, 181, 27;
}
.sign-up-in-section{
    background: #6672fb !important;
}
.feature-section .arrow-shape-right{
    right: 140px;
}

/* ** Footer ** */
.subscribe-feature-list li.nav-item a {
    text-decoration: none;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 10px;
    border-left: 2px solid #d3d3d3;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.subscribe-feature-list li.nav-item:nth-child(1) a{
    border-left: none;
}
.copyright-text{
    background: #ef3d3d;
    color: #fff;
}