:root{
    --pricing-tabs:#fff;
    --pricing-tabs-color:#000;
    --pricing-card-bg:#fff;
    --pricing-card-border:#E3E7ED;
    --pricing-text:#5D6277;
    --pricing-value:#000;
    --open-feature-bg:#F6F8FA;
    --open-feature-text:#2A2C37;
    --custom-pricing-bg:#2A2C37;
    --custom-pricing-text:#fff;
    --custom-toggle-slider-border:#E3E7ED;
    --custom-card-heading:#fff;
    --custom-point-text:#FFFFFF;
    --custom-select-bg:#fff;
    --custom-select-text:#000;
    --custom-select-border:#ced4da;
    --custom-select-hover-text:#000;
    --auto-renewal-toggler:#000;
    --choose-plan-btn:#2A2C37;
    --choose-plan-btn-txt:#fff;
    --toggle-bg:#fff;
    --pricing-contact-btn-txt:#000;
    --pricing-contact-btn-bg:#fff;
    --all-features-bg:#fff;
    --all-features-txt:#000;
    --all-features-border:#E3E7ED;
    --text-color:#000;
    --accordion-close-img:url('../images/face-search/accordion-close.png');
    --accordion-open-img:url('../images/face-search/accordion-open.png');
    --key-feature-txt:#2A2C37;
}
[data-theme='dark'] {
    --pricing-tabs:#4B4B4B;
    --pricing-tabs-color:#fff;
    --pricing-card-bg:#1D1D1D;
    --pricing-card-border:#4B4B4B;
    --pricing-text:#C4C3C3;
    --pricing-value:#F6F8FA;
    --open-feature-bg:#2E2E2E;
    --open-feature-text:#fff;
    --custom-pricing-bg:#fff;
    --custom-pricing-text:#000;
    --custom-toggle-slider-border:#626262;
    --custom-card-heading:#000;
    --custom-point-text:#1D1D1D;
    --custom-select-bg:#000;
    --custom-select-text:#fff;
    --custom-select-border:#4B4B4B;
    --custom-select-hover-text:#000;
    --auto-renewal-toggler:#fff;
    --choose-plan-btn:#fff;
    --choose-plan-btn-txt:#000;
    --toggle-bg:#000;
    --pricing-contact-btn-txt:#fff;
    --pricing-contact-btn-bg:#000;
    --all-features-bg:#1D1D1D;
    --all-features-txt:#fff;
    --all-features-border:#4B4B4B;
    --text-color:#fff;
    --accordion-close-img:url('../images/face-search/accordion-close-dark.png');
    --accordion-open-img:url('../images/face-search/accordion-open-dark.png');
    --key-feature-txt:#fff;

}
body{
    font-family: "Poppins", sans-serif;
}
.pricing-container{
    max-width: 1220px;
}
/* Toggle Switch CSS */
.switch{
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ribbon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 3px solid #F93333;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 68px;
  padding: 0;
  color: #fff;
  font-size: 10px;
  background-color: #F93333;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.ribbon-top-left {
  top: -3px;
  left: -3px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
    right: -4px;
    top: 12px;
    transform: rotate(-45deg);
    text-align: center;
}
.pricing-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #ccc; */
    background-color: var(--toggle-bg);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid var( --custom-toggle-slider-border);
}
.auto-renewal-toggler{
    color: var(--auto-renewal-toggler);
}
.sale-value.active{
    color: #29C52CD7;
}
.pricing-container .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 3px;
    background-color: #ccc;
    /* background-color: white; */
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.pricing-container input:checked+.slider {
    background-color: #0075FF;
}
.pricing-container input:checked+ .auto-renewal-slider {
    background-color: #52CD74;
}

.pricing-container input:focus+.slider {
    box-shadow: 0 0 1px #0075FF;
}

.pricing-container input:checked+.slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    background-color: #fff;
}

/* Custom Dropdown */
.custom-dropdown .btn {
    background-color: var(--custom-select-bg);
    color: var(--custom-select-text);
    border: 1px solid var(--custom-select-border);
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.2s ease-in-out;
    min-width: 200px;
    max-width: 100%;
    text-align: left;
}
.custom-dropdown .dropdown-menu {
    border-radius: 8px;
    padding:0;
    border: 1px solid #dee2e6;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    width: 110%!important;
    background-color: var(--custom-select-bg);
}
.custom-dropdown .dropdown-item {
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    color: var(--custom-select-text);
    transition: background-color 0.2s ease;
}
.custom-dropdown .dropdown-item:hover,
.custom-dropdown .dropdown-item.active {
    background-color: #F6F8FA;
    color: var(--custom-select-hover-text);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-image: url('../images/face-search/check.svg');
}
.custom-dropdown .dropdown-toggle::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    vertical-align: middle;
    content: "";
    background-image: url('../images/face-search/arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    position: absolute;
    right: 15px;
    top: 52%;
    transform: translateY(-50%);
}
/* css */
.feature .point {
    background-position: top 2px left;
    padding-left: 26px;
    background-repeat: no-repeat;
    font-size: 14px;
    background-image: url('../images/face-search/cross.svg');
}
.feature.open .point {
    background-image: url('../images/face-search/check.svg');
}
.key_features .feature.open{
    padding: 0;
    color: var(--open-feature-text)!important;
}

#pills-all .pricing-card .feature.open{
    padding: 20px 10px;
    border-radius: 6px;
    background-color: var(--open-feature-bg);
}
.custom .key_features .open{
    padding:10px 10px 10px 0!important;
    margin: 0!important;
    background-color: unset!important;
    color: #fff!important;
}
.custom .feature.open .point{
    color: var(--custom-point-text);
}
.key_features .feature{
    margin: 10px;
    color: #5D6277;
}
.key_features .feature.open{
    margin: 0;
    color: #2B2D38;
    margin-bottom: 10px;
}

.feature .feature_detail{
    display: none;
}
.feature_detail h3{
    font-size: 14px;
    font-weight: 500;
}
.feature.open .feature_detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.feature .feature_detail h4{
    font-size: 14px;
    font-weight: 500;
}
.pricing-card{
    border: 1px solid var(--pricing-card-border);
    background: var(--pricing-card-bg);
    border-radius: 8px;
    height: 100%;
    color: var(--pricing-text);
}
.pricing-card:hover{
    transition: .1s ease-in-out;
    transform: scale(1.01);
}
.pricing-card .card_heading{
    color: #0075FF;
    font-size: 14px;
    margin-bottom: 20px;
}
.pricing-card .card_price{
    font-size: 14px;
    font-weight: 500;
    color: var(--pricing-text);
    margin-bottom: 0;
}
.pricing-card .card_price .value{
    font-size: 32px;
    color: var(--pricing-value);
}
.pricing-card .key_features {
    border-top: 1px solid #E3E7ED;
    padding-top: 20px;
}
.pricing-card.custom .key_features {
    border-color: #4C4E57;
}
.pricing-card .key_features h4{
    font-size: 16px;
    color: var(--key-feature-txt);
}
.custom .key_features h4{
    color: var(--custom-point-text);
}

.pricing-card.custom{
    background-color: var(--custom-pricing-bg);
    color: var(--custom-pricing-text);
}
.pricing-card.custom .card_heading{
    color: var(--custom-card-heading);
}
.pricing-card.custom .contact-us{
    padding: 10px;
    width: 100%;
    color: var(--pricing-contact-btn-txt);
    background-color: var(--pricing-contact-btn-bg);
    display: block;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
}
.pricing-card.custom .contact-us:hover{
    text-decoration: none;
}
.pricing-card .choose-plan-btn{
    width: 100%;
    color: var(--choose-plan-btn-txt);
    background-color: var(--choose-plan-btn);
    border-color: var(--choose-plan-btn);
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
}
.pricing-card .choose-plan-btn:hover{
    transform: scale(1.015);
    transition: .1s ease-in-out;
    background-color: #0050ac;
    border-color: #0050ac;
}
.pricing-card.recomended .choose-plan-btn{
    background: #0075FF;
    border-color: #0075FF;
}
.pricing-card.recomended{
    border: 3px solid #0075FF;
    position: relative;
}
.pricing-card.recomended .choose-plan-btn:hover{
    background-color: #0050ac;
    border-color: #0050ac;
}
.pricing-card.recomended .recomended-badge{
    position: absolute;
    background-color: #0075FF;
    color: #fff;
    border-bottom-left-radius: 8px;
    /* border-top-right-radius: 8px; */
    padding: 4px 10px;
    top: 0;
    right: 0;
}
#pricing-tabs{
    background-color: var(--pricing-tabs);
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    max-width: fit-content;
}
#pricing-tabs .nav-link{
    border: none;
    color: var(--pricing-tabs-color);
    background: transparent;
}
#pricing-tabs .nav-link.active{
    background-color: #0075FF;
    color: #fff;
}
/* Plagiarism checker pricing card */
#pills-plagiarism-checker .feature_detail{
    border-bottom: 1px solid #E3E7ED;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
#pills-plagiarism-checker .feature {
    margin: 10px 0;
}
#pills-plagiarism-checker .custom-dropdown .dropdown-menu{
    width: 222px;
}
.price_section .save-badge{
    background-color: #52CD74;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
}
.ar_benefit{
    color: #52CD74;
}
.ar_benefit.hide{
    display: none;
}
/* IMAGE SEARCH CSS */
#pills-image-search .custom-dropdown .btn{
    width: 190px;
}
#pills-image-search .feature_detail{
    border-bottom: 1px solid #E3E7ED;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
#pills-da-checker .feature_detail,
#pills-img-to-txt .feature_detail,
#pills-paraphraser .feature_detail{
    border-bottom: 1px solid #E3E7ED;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width:992px) {
    .auto-renewal-toggler{
        margin: auto;
    }

    .feature_detail .dropdown,
    .feature_detail .dropdown-toggle,
    .feature_detail .dropdown-menu{
        width: 100%!important;
    }
    .feature_detail .dropdown{
        margin-top: 10px;
    }
}

/* Page Content css */
.all-feature-list{
    background-color: #fff;
    border: 1px solid #E3E7ED;
    border-radius: 10px;
}
.all-feature-list .point{
    margin-bottom: 12px;
}
/* FAQs */
.faq-item {
    padding: 10px 0px;
    background-color: transparent;
    border-bottom: 1px solid #dee2e6!important;
}
.faq-item:last-child {
    border-bottom: none!important;
}

.faq-question {
    border: none;
    background: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.faq-question h3{
    font-weight: 500;
    font-size: 16px!important;
    white-space: normal;
}

.faq-icon {
    font-weight: bold;
    font-size: 1.2rem;
    transition: transform 0.2s;
    background-image: var(--accordion-close-img);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}
.collapsed .faq-icon {
    background-image: var(--accordion-open-img);
}

.card {
    border: none;
    border-radius: 0;
}

.card-header {
    background: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.faq-answer {
    padding: 0;
    padding-bottom: 1rem;
}
#Mobile-tab-nav{
    width: 100%!important;
}
.free-tag{
    background-color: #0075FF;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 10px;
    color: #fff;
}
.cp{cursor: pointer;}
.del{
    text-decoration: line-through;
}
.pricing-card del{
    font-size: 14px;
}
.rounded-pill{
    border-radius: 50rem;
}
.faqs-holder{
    background-color: var(--all-features-bg);
    color: var(--text-color);
    border: 1px solid var(--all-features-border);
    border-radius: 10px;
    overflow: hidden;
}
.faqs-holder h3{
    color: var(--text-color);
}

.lang_drop{
    width: 325px!important;
}
.dropdown-toggle .text{
    width:85%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;
}