﻿.home-wrapper {
    margin-top: 80px;
    padding-inline: 0px;
}
.home-heading-h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 42px;
    color: #204778;
    line-height: 72px;
    margin-bottom: 32px;
    /*font-display: swap;*/
}
.home-heading-h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 70px;
    color: #204778;
    margin-bottom: 48px;
}
.home-txt {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    color: #383838;
    margin-bottom: 48px;
}
.home-para {
    color: rgba(17, 17, 17, 0.85);
    text-align: justify;
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    letter-spacing: 0.18px;
    margin-top: 15px;
}
.video_width {
    width: 639px;
    height: 447px;
}
.schedule-demo {
    width: 400px;
    height: 65px;
    color: #204778;
    font-family: 'Poppins',sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    background-color: #FDD60DE5;
    border-radius: 50px;
    align-items: center;
    border: none;
}
.product_tab_wrapper {
    padding: 10px;
    border-radius: 50px;
}
.product_tab_wrapper ul {
    border: none;
    gap: 4%
}
.product_tab_wrapper .nav-link {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    color: #000000CC;
    border-radius: 16px;
    border: 2px solid #16161633
}
.product_tab_wrapper .nav-tabs .nav-link.active {
    color: white;
    border: none;
    background-color: #204778;
}
.product_tab_wrapper .card {
    border: none;
}
.product_tab_wrapper .card-header {
    background-color: white;
    border: none;
}
.nav-pills .nav-link.active {
    background-color: #204778 !important;
}
.tab-heading{
    margin: 0px !important;
}
.tab-content-wrapper {
    margin: 56px;
}
.freetrial_btn {
    font-weight: 500;
    font-size: 18px;
    padding:16px 42px;
    color:#ffffff;
    text-decoration:none;
    border-radius: 30px;
    background-color: #3F508D;
    border: 1px solid #3F508D;
    margin-top: 40px;
    text-align:center;
}
.freetrial_btn a{
    font-weight:500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color:#ffffff;
    text-decoration: none;
}
.product-heading {
    color: #3F508D;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}
.product-sub {
    color: rgba(17, 17, 17, 0.85);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
}
.product-subdesc li {
    color: rgba(17, 17, 17, 0.85);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.image_wrapper:hover {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.25)
}

/*testimonial slider,carousel*/
#testimonial-slider .card {
    padding: 12px;
    border-radius: 16px;
    margin: 12px;
    background: #FFF;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
}
.card-text {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.32px;
}
.card-person {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; 
    letter-spacing: 0.28px;
}
.card-comp {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.28px;
}

.our_customer_wrapper .row{
    margin-inline: 0px;
    margin-block: 40px;
}
.customer_card {
    box-shadow: 0px 0px 8px 2px #00000040;
    border-radius: 16px;
    height: 250px;
    position: relative
}
.customer_card .card-body{
   padding: 34px 32px;
}
.card-bottom {
  position: absolute;
  bottom: 34px;
  right: 32px;
}
.indicators_wrapper {
    gap: 24px;
}
.carousel-control-prev,
.carousel-control-next {
    background-image: none;
    color: #f4511e;
    top: 200px;
}

.carousel-indicators li {
    background-color:#204778;
    top:250px;
}

    .carousel-indicators li.active {
        background-color: #204778;
    }
/* Custom styles for the carousel */
/* Custom styles for carousel controls */
.carousel-control-prev {
    width: 32px;
    height: 32px;
    left: 136px;
    border-radius: 50%;
    position: initial
}
.carousel-control-next {
    width: 32px;
    height: 32px;
    left: 136px;
    top: 375px;
    border-radius: 50%;
    position: initial
}

/* Custom styles for carousel control icons */
.carousel-indicators [data-bs-target] {
    border: 1px solid #3F508D !important;
    width: 48px;
    height: 8px;
    background-color: white !important;
    border-radius: 4px;
}
.carousel-indicators .active {
    background-color: #3F508D !important;
    border: 1px solid #3F508D !important;
    width: 48px !important;
    height: 8px !important;
    border-radius: 4px;
}
.carousel-indicators {
    position: initial !important;
    margin: 0px !important;
    width: auto !important;
}
.get-strat-btn {
    font-family: 'Roboto', sans-serif;
    background-color: #204778;
    border: 1px solid #204778;
    border-radius:100px;
    height: 56px;
    width: 275px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}
.know_more_btn{
    margin-top: 60px !important;
}
.nav-pills > li {
    margin: 0 auto;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        background-color: #3F508D;
    }
#videos-container .card {
    margin-block: 40px;
}
.product_needs{
    margin-top: 32px;
}
.card-title {
    white-space: nowrap;
    width: 250px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.get-started {
    width: 300px;
    height: 57px;
    border-radius: 32px;
    background-color: #3F508D;
    border: 1px solid #3F508D;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 27px;
    margin-top: 30px;
    text-align:center;
    line-height:50px;
}
.view_more_btn {
    padding: 12px 32px;
    text-decoration: none;
    border-radius: 32px;
    background-color: #3F508D;
    border: 1px solid #3F508D;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
}

/*faq section*/

.faq_wrapper {
    background-color: #204778;
    color: #FFFFFF;
    padding-top: 25px;
}

.faq_wrapper h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    line-height: 70px;
    font-weight: 600;
}

.faq_wrapper h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}

.faq_accordion_item {
    background: transparent;
    border: none;
}

.faq_accordion_item .accordion-button {
    font-family: 'Poppins', sans-serif;
    background: transparent;
    color: white;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-block: 24px 16px;
}

.faq_accordion_item .accordion-button:focus {
    background-color: none;
    box-shadow: none;
}

.faq_accordion_item .accordion-body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0px 12px 24px 12px;
    padding: 0;
}

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

.faq_inner_wrapper {
    gap: 64px;
}
.home_accordion:not(.collapsed)::after {
    background-image: url('../images/down_arrow.svg') !important;
}

.home_accordion::after {
    background-image: url('../images/down_arrow.svg') !important;
}
.youtube_card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
}
.mobile-view {
    display: none !important;
}
.desktop-view{
    display:block;
}

@media (max-width: 576px) {
    .mobile-view {
        display: block !important;
    }

    .desktop-view {
        display: none !important;
    }
    .video_width {
        width: 336px;
        height:200px;
    }
    .home-wrapper {
        margin-top: 40px;
        padding-inline: 20px;
    }

    .hero-section {
        margin-top: 24px !important;
    }

    .home-wrapper-mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .gst-compliance-wraper {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .para_wrapper {
        margin-block: 24px;
    }

    .gst-complice-frame {
        height: 174px !important;
    }

    .get_start_mobile {
        width: 138px;
        height: 30px;
        font-size: 12px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .brand-logo-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .customer_card .card-body {
        padding: 20px;
    }

    .carousel-indicators {
        width: 40% !important;
    }

    .indicators_wrapper {
        gap: 5px;
    }

    .carousel-control-prev img {
        height: 25px;
        width: 25px;
    }

    .carousel-control-next img {
        height: 25px;
        width: 25px;
    }

    .carousel-indicators [data-bs-target] {
        border: 1px solid #3F508D !important;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: white !important;
    }

    .carousel-indicators .active {
        background-color: #3F508D !important;
        border: 1px solid #3F508D !important;
        width: 14px !important;
        height: 14px !important;
        border-radius: 50%;
    }

    .home-heading-h1 {
        color: #204778;
        font-family: 'Poppins',sans-serif;
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px; /* 152.174% */
        letter-spacing: 0.23px;
        margin-bottom: 0px;
    }

    .home-heading-h2 {
        color: #3F508D;
        text-align: center;
        font-family: 'Poppins',sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 166.667% */
        letter-spacing: 0.36px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .product_needs_warpper {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .product_needs {
        margin-top: 0px;
    }

    .img-responsive {
        margin-block: 16px;
    }

    .know_more_btn {
        margin-top: 0px !important;
        width: 138px;
        height: 30px;
        border-radius: 30px;
        font-size: 12px;
        line-height:24px;
        margin: auto;
    }

    .get-started {
        margin-top: 0px;
    }

    .home-txt {
        color: #383838;
        font-family: 'Poppins',sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.12px;
    }

    .home-para {
        color: rgba(17, 17, 17, 0.85);
        text-align: justify;
        font-family: 'Poppins',sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.12px;
        margin-top: 15px;
    }

    .card-text {
        font-size: 12px;
        line-height: 20px;
    }

    .our_customer_wrapper .row {
        margin-block: 20px
    }

    .schedule-demo {
        width: 186px;
        height: 32px;
        color: #204778;
        font-family: 'Poppins',san serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.28px;
        align-items: center;
        margin: auto;
    }

    .product-img {
        height: 200px;
        width: 200px;
    }

    .product-heading {
        color: #3F508D;
        font-family: 'Poppins',sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: auto;
    }

    .product-sub {
        color: rgba(17, 17, 17, 0.85);
        font-family: 'Poppins',sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 16px;
    }

    .product-subdesc li {
        color: rgba(17, 17, 17, 0.85);
        font-family: 'Poppins',sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .product-subdesc {
        margin-bottom: 20px;
    }

    .freetrial_btn {
        margin-top: 20px;
        height: 30px;
        width: 136px;
        border-radius: 30px;
        font-size: 12px;
        margin: auto;
        color: white;
    }

    category
    .video-responsive {
        width: 100%;
    }

    .video-responsive-item {
        width: 100%;
        height: 200px;
    }
    .view_more_btn {
       padding:12px 24px;
       text-decoration:none;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    #videos-container .card {
        margin-block: 20px;
    }

    .faq_wrapper {
        padding-top: 14px;
    }

    .faq_wrapper h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .faq_wrapper h3 {
        font-size: 16px;
        margin: 0px;
    }

    .faq_accordion_item .accordion-button {
        font-size: 12px;
        line-height: 20px;
    }

    .faq_accordion_item .accordion-body {
        font-size: 12px;
        line-height: 20px;
    }

    .faq_inner_wrapper {
        gap: 12px;
    }

    .faq_accordion_item .accordion-button {
        margin-block: 12px 8px;
    }

    .faq_accordion_item .accordion-body {
        margin-bottom: 12px;
    }

    .faq-wrapper {
        margin-top: 20px;
    }

    .home_accordion::after {
        height: 11px;
        width: 20px;
    }
}

    
