/* =====================================================
Section 1 - Hero
===================================================== */

.fw-500 {
    font-weight: 500 !important;
}

.highlight-text {
    background-color: #FCAF1E;
    border-radius: 5px;
    padding: 5px;
}

.support-bg {
    /* background-image: url('/wp-content/themes/tally/assets/images/tally-software-service/hero-section.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; */
    background-color: #DCF2FB !important;
    /* height: 88dvh; */
}

.hero-bg {
    background-color: #DCF2FB !important;
}

.ira-logo {
    height: 70px;
    vertical-align: sub;
}

.hero-ira-img {
   width: 18rem;
}

.hero-sub-heading {
    font-size: 40px;
    line-height: 1.3;
}

.hero-desc {
    font-size: 18px;
}

.bg-red {
    background: #FF0000 !important;
    border-radius: 2.5px !important;
}
.cip-peer-divider {
    width: 2rem;
    height: 1px;
    background: #006EA6;
}
.cip-section-label {
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #006EA6;
}
@media (min-width: 280px) {
    .support-bg {
        background: url('/wp-content/themes/tally/assets/images/yellow-mobile-banner-bg.svg');
        background-repeat: no-repeat;
        background-position-y: -8rem;
        background-size: cover;
    }

    .bannerRightImg,
    .featuresRightImg,
    .benifitMainImg {
        width: 17rem;
    }

    .support-bg {
        padding-top: 30% !important;
    }
    .docai-img{
        width: 18rem;
    }

}

@media (min-width: 576px) {
    .support-bg {
        background-position-y: -25rem;
    }
}

@media (min-width: 768px) {
    .support-bg {
        background-position-y: -43rem;
    }

    .support-bg {
        padding-top: 15% !important;
    }

    .doc-badge {
        transform: translateY(-10px);
    }
    .hero-ira-img {
        width: 24rem;
    }
}

@media screen and (min-width: 991px) {
    .support-bg {
        padding-top: 0% !important;
    }
    .hero-sub-heading{
        font-size: 3rem;
    }
    .hero-desc{
        font-size: 1.3rem;
    }
}

@media (min-width: 1024px) {
    .support-bg {
        background-image: url('/wp-content/themes/tally/assets/images/tally-software-service/hero-section.svg');
        background-size: cover !important;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 36rem;
    }

    .support-bg {
        padding-top: 0% !important;
    }
    .hero-ira-img {
        width: 26rem;
    }
        .hero-sub-heading {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .support-bg {
        height: 38rem;
        background-position-y: -3rem;
    }
}

@media (min-width: 1366px) {
    .support-bg {
        background-position-y: -5rem;
    }
}

@media (min-width: 1440px) {
    .support-bg {
        height: 44rem;
        background-position-y: -7rem;
    }
        .hero-sub-heading {
        font-size: 3rem;
    }
        .hero-ira-img {
        width: 30rem;
    }
}

@media (min-width: 1536px) {
    .support-bg {
        background-position-y: -10rem;
    }
}

@media (min-width: 1600px) {
    .support-bg {
        background-position-y: -12rem;
    }
}

@media (min-width: 1680px) {
    .support-bg {
        height: 44rem;
        background-position-y: -15rem;
    }
}

@media (min-width: 1920px) {
    .support-bg {
        height: 50rem;
        background-position-y: -11rem;
    }

    .bannerRightImg {
        width: 32rem;
    }
}

@media screen and (min-width:992px) and (max-width: 1200px) {
    .docs-ira-desc {
        font-size: 22px !important;
    }

    p.fw-600.text-black.tick-points.mb-0.d-flex.align-items-start.align-items-lg-center {
        align-items: flex-start !important;
    }

    p.fw-500.text-black.tick-points.mb-0.d-flex.align-items-start.align-items-lg-center {
        align-items: flex-start !important;
    }

    .check-icon {
        margin-top: 5px !important;
    }


}

.check-icon {
    width: 30px;
    height: 22px;
}

.tick-points {
    font-size: 20px;
    line-height: 1.5;
}

/* =====================================================
Section 2 - Form & Steps
===================================================== */

.early-access-section {
    background: #DCF2FB;
    padding-top: 70px;
    padding-bottom: 70px;
}


/* Center entire block properly */

.early-access-section .row {
    justify-content: center;
    align-items: center;
}

/* Form card */

.form-container {
    max-width: 420px;
    width: 100%;
    padding: 36px;
    /* margin: auto; */
}

.form-control {
    height: 40px;
    font-size: 15px;
}

.form-container h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

/* Steps */

.steps-wrapper {
    max-width: 480px;
    margin-left: 0;
}

.steps-wrapper h6 {
    font-size: 20px;
    font-weight: 500 !important;
    margin-bottom: 4px;
    color: #0A0A0A !important;
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    flex-shrink: 0;
}

/* Step description */

.steps-wrapper p {
    max-width: 300px;
    font-size: 16px;
    line-height: 1.6;
    color: #4A5565;
}


/* =====================================================
Terms & Conditions
===================================================== */

.terms-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10%;
}

.terms-wrapper input {
    margin-top: 2px;
    flex-shrink: 0;
}

.terms-wrapper label {
    margin: 0;
    font-size: 16px;
}

.terms-wrapper a {
    color: #155DFC;
    font-weight: 500;
    text-decoration: none;
}

/* =====================================================
Section 3 - Docs by IRA
===================================================== */

.docs-ira-section {
    background: #FFFFFF;
    padding: 70px 0;
}

.docs-ira-heading h4 {
    font-size: 37px;
    line-height: 1.5;
    font-weight: 500;
}

.docs-ira-heading .badge {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 6px;
    vertical-align: middle;
}

.docs-ira-desc {
    font-size: 20px;
    line-height: 1.5;
    padding: 15px 0px;
}

.docs-ira-heading {
    margin-bottom: 10px;
}

/* Step Cards */

.docs-step-card {
    background: #DCF2FB;
    border-radius: 10px;
    padding: 32px 26px 30px;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Illustration */

.step-img {
    display: block;
    margin: 0 auto 18px;
    max-width: 180px;
    height: 140px;
}

/* Step Number */

.step-number {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 80px;
}

/* Card Title */

.docs-step-card h6 {
    font-size: 20px;
    margin-bottom: 6px;
}

/* Card Description */

.docs-step-card p {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
    line-height: 1.5;
}

/* =====================================================
Section 4 - DocAI Advantage
===================================================== */

.docai-section {
    background: #FFFAE4;
    padding: 80px 0;
    color: #000;
}

.docai-heading h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 6px;
}

.docai-underline {
    margin-top: -10px;
}

.docai-accordion {
    margin-top: 40px;
    max-width: 520px;
}

.docai-item {
    border-bottom: 1px solid #E1D9C3;
    padding: 18px 0;
}

.docai-title-main {
    display: block;
    position: relative;
    cursor: pointer;
}

.docai-badge {
    background: #FF0000;
    color: #fff;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 2.5px;
    margin-left: 6px;
    position: relative;
    top: -2.3em;
    right: 1em;
}

.docai-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.docai-title h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.docai-icon {
    width: 22px;
    transition: transform .3s ease;
}

.docai-img {
    max-width: 420px;
    transform: translateY(10%);
}

/* Accordion Animation */

.docai-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .35s ease, opacity .25s ease;
    margin-top: 0;
    font-size: 16px;
    max-width: 420px;
}

.docai-item.active .docai-title {
    color: #006ea6 !important;
}

.docai-item.active .docai-content {
    max-height: 140px;
    opacity: 1;
    margin-top: 10px !important;
}

.docai-item.active .docai-icon {
    transform: rotate(180deg);
}

.col-lg-6:last-child {
    display: flex;
    justify-content: center;
}

/* =====================================================
Section 5 - Download App
===================================================== */

.download-app-section {
    padding: 80px 0 40px 0;
}

.download-app-card {
    background: #DCF2FB;
    border-radius: 25px;
    padding: 40px;
}

.download-app-title {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 10px;
}

.download-app-desc {
    font-size: 26px;
    margin-bottom: 20px;
}

.download-store-btns {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 15px;
}

.download-store-btns img {
    height: 50px;
}

.download-app-img {
    max-width: 100%;
}

/* =====================================================
Section 6 - Featured Videos
===================================================== */

.featured-videos-section {
    padding: 40px 0;
    background: #fff;
}

.section-heading {
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 8px;
}

.heading-underline {
    height: 10px;
}

.video-card {
    width: 100%;
    border-radius: 6px;
    transition: transform .25s ease;
}


/* --- */

.video-thumb {
    position: relative;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    pointer-events: none;
}

.video-card,
.topic-card {
    width: 100%;
    border-radius: 8px;
}

/* spacing fix */
.featured-video-slider .col-lg-4,
.topics-slider .col-lg-4 {
    padding: 0 12px;
}

.featured-video-slider,
.topics-slider {
    margin: 0 -12px;
}

/* arrows */



.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* border: 1px solid #2f5ea7; */
    background: #fff;
    color: #2f5ea7;
    z-index: 10;
}

@media (max-width: 591px) {
    .slick-prev {
        left: -8px;
    }

    .slick-next {
        right: -8px;
    }

    .justify-content-end {
        justify-content: center !important;
    }
}

@media (min-width: 992px) {

    .slick-prev {
        left: -60px;
    }

    .slick-next {
        right: -60px;
    }

    .early-access-section {
        padding-bottom: 5rem !important;
    }

}

.slick-prev:before,
.slick-next:before {
    display: none;
}




/* =====================================================
Section 7 - Popular Topics
===================================================== */

.popular-topics-section {
    padding: 80px 0;
    background: #fff;
}

.topic-card {
    width: 100%;
    border-radius: 6px;
    transition: transform .25s ease;
}

.video-card,
.topic-card {
    cursor: pointer;
}

/* =====================================================
FAQs
===================================================== */

.faq-section {
    padding: 60px 0;
    margin-top: 20px;
    background: #f4f7fa;
}

.faq-wrapper {
    max-width: 900px;
    margin: auto;
}

/* item */

.faq-item {
    border-bottom: 1px solid #d6dee3;
    transition: background .25s ease;
}

/* question */

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 22px 0;
}

/* icon */

.faq-icon {
    width: 18px;
    transition: transform .35s ease;
}

/* rotate icon */

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* answer */

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height .4s cubic-bezier(.65, 0, .35, 1);
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* content spacing */

.faq-answer-inner {
    padding-top: 8px;
    padding-bottom: 18px;
}

/* active */

.faq-item.active {
    background: #d7e7f0;
    border-radius: 6px;
    padding: 18px 20px;
    margin: 10px 0;
}

.faq-item.active .faq-question {
    padding: 0 0 10px 0;
}

/* =====================================================
Image Utilities (Shared)
===================================================== */

.bannerRightImg,
.featuresRightImg,
.benifitMainImg {
    width: 17rem;
}

section {
    overflow: hidden;
}

.accordion-button {
    background-color: transparent;
    border: none;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f4f7fa;
    box-shadow: 0px !important;
    color: #000 !important;
}

.accordion-header,
.accordion-body {
    background-color: #f4f7fa;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button .collapsed {
    background-color: #fffbe6;
}

#accordionExampleFaq .accordion-button .collapsed {
    background-color: #dcf2fb;
}

#accordionExampleFaq .accordion-header,
#accordionExampleFaq .accordion-body {
    background-color: #dcf2fb;
}

#accordionExampleFaq .accordion-button:not(.collapsed) {
    background-color: #dcf2fb;
}

.accordion-item {
    border-top: 0px solid #fffbe6 !important;
    border-left: 0px solid #fffbe6 !important;
    border-right: 0px solid #fffbe6 !important;
}

.accordion-button {
    border-bottom: 0px !important;
    line-height: normal;
}

.accordion-button::after {
    background-image: url('/wp-content/themes/tally/assets/images/icons/icon-plus.svg') !important;
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/themes/tally/assets/images/icons/icon-minus.svg') !important;
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list.circular-tic li {
    background-image: url('/wp-content/themes/tally/assets/images/tick-with-circle.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left top;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
}

.custom-list li {
    text-align: left;
    position: relative;
    text-align: left;
    position: relative;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 40px;

}

.custom-list li .counter {
    width: 25px;
    height: 25px;
    background-color: #006ea6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 5px;
    /* transform: translateY(-50%); */
    font-size: 14px;
}

.custom-list li .counterlast {
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #006ea6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    left: -10px;
    top: 5px;
    /* transform: translateY(-50%); */
    font-size: 14px;
}

/* =====================================================
Responsive
===================================================== */

@media (min-width: 280px) and (max-width: 374px) {

    .download-store-btns {
        gap: 10px;
    }

    .download-store-btns img {
        height: 45px;
    }

    .download-app-desc {
        font-size: 20px;
    }


}

@media (min-width: 375px) and (max-width: 575px) {

    /* .hero-sub-heading {
        font-size: 30px;
    } */

}

@media (min-width:576px) and (max-width: 1200px) {

    /* .hero-sub-heading {
        font-size: 38px;        
    } */

}

@media (min-width:576px) and (max-width: 767.98px) {
    .justify-content-end {
        justify-content: center !important;
    }

    .download-app-title {
        font-size: 32px;
    }
}

@media (max-width:575px) {

    h2.docai-title-main {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .docai-badge {
        padding: 0px 8px;
    }

    .docs-ira-heading h4 {
        font-size: 32px;
        line-height: 110%;
        margin-bottom: 1rem;
    }

    .tick-points {
        font-size: 18px;
        line-height: 1.3;
        display: block !important;
    }

    .download-app-title {
        font-size: 32px;
    }

}

@media (max-width:768px) {

    .form-container {
        padding: 25px;
    }

    .terms-wrapper label {
        max-width: 100%;
        font-size: 13px;
    }

    .download-app-card {
        padding: 35px 25px;
        text-align: center;
    }

    .download-store-btns {
        justify-content: center;
    }

    .docai-img {
        max-width: 90%;
    }

}

@media (max-width:991px) {

    /* .support-bg {
        background-image: url('/wp-content/themes/tally/assets/images/yellow-mobile-banner-bg.svg');
        background-position: center top;
        background-size: cover;
        min-height: 620px;
    } */

    /* .support-bg {
        padding-top: 30% !important;
    } */

    /*.hero-ira-img {
        max-width: 360px;
        margin: 30px auto 0;
        display: block;
    }*/

    .early-access-section {
        padding-top: 50px;
    }

    .steps-wrapper {
        margin-top: 40px;
        /* margin-left: auto;
        margin-right: auto; */
        text-align: left;
    }

    .steps-wrapper p {
        max-width: 100%;
    }

    p.docs-ira-desc {
        font-size: 18px;
    }

}

@media (min-width:769px) and (max-width:1919px) {
    .docs-ira-heading {
        margin-left: 20px;
    }

    .docs-ira-desc {
        max-width: 95%;
    }

    .download-app-desc {
        font-size: 24px;
    }
}

@media (min-width:1920px) {

    .bannerRightImg {
        width: 32rem;
    }

}

/* === New Section ==== */

.trust-section {
    color: #fff;
}


.trust-intro h2 {
    font-size: 38px;
    line-height: 1.45;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 18px;
    color: #fff;
}

.trust-intro p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}



/* Cards */

.trust-card {
    background: #DCF2FB;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 12px;
    padding: 28px;
}

.icon-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #006ea6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.icon-box svg {
    width: 22px;
    height: 22px;
    stroke: #fcaf1b;
}


.trust-card h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
}

.trust-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000;
}


/* Footer text */

.trust-foot {
    margin-top: 36px;
    padding-top: 25px;
    border-top: 1px solid rgb(255 255 255 / 15%);
    font-size: 13px;
    color: rgba(255, 255, 255, .75);
}


/* Responsive */

@media(max-width:991px) {

    .trust-intro h2 {
        font-size: 32px;
    }

    .trust-intro p {
        font-size: 16px;
    }

}


@media(max-width:575px) {

    .trust-section {
        text-align: left;
    }

    .trust-intro h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .trust-card {
        padding: 24px;
    }

    .trust-foot {
        font-size: 11px;
    }

}

/* =====================================================
Video Modal Issue Fix 
===================================================== */

#videoModal .modal-dialog {
    max-width: 900px;
    width: 90%;
    margin: 1.75rem auto;
}

#videoModal .modal-content {
    background: transparent;
    border: 0;
    min-height: auto !important;
}

#videoModal .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

#videoModal .embed-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}


#videoModal .embed-responsive iframe,
#videoModal .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100% !important;

    border: 0;
}

#videoModal .pop_btn_close {
    position: absolute;
    right: -18px;
    top: -18px;
    z-index: 9999;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    border: 0;
}

@media(max-width:991px) {

    #videoModal .modal-dialog {
        max-width: 700px;
    }

}

@media(max-width:575px) {

    #videoModal .modal-dialog {
        width: 92%;
        margin: 40px auto;
    }


    #videoModal .pop_btn_close {
        right: 0;
        top: -45px;
    }

}