
.pagetitle {
    font-size: 40px;
    font-family: 'Roboto Flex';
    font-weight: 600;
    margin-bottom: 0px;
}
.blocklabel {
    font-size: 30px;
    font-family: 'Roboto Flex';
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.blocklabel span{
    color: #0F7BEA;
}
.pagebanner{
    padding-top:70px;
    padding-bottom: 150px;
    background: linear-gradient(180deg, #000000 -4.34%, #005CBD 110.69%);
}
.pagebanner-heading p {
    font-size: 18px;
    font-family: 'Roboto Flex';
    color: #fff;
    font-weight: 400;
}
.max-w-75{
    max-width:550px;
}
.fw-semibold{
    font-weight:600;
}
/* ═══════════════════════════════════
App scan CSS
═══════════════════════════════════ */
.or-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 20px;
    color: #ffffff;
    max-width: 450px;
}
.or-divider::before,
.or-divider::after {
   content: "";
   flex: 1;
   border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.or-divider span {
   margin: 0 20px;
   font-size: 20px;
   font-weight: 300;
   letter-spacing: 1px;
   font-family: 'Roboto';
}
.appstoreimages {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 450px;
}
.appscanner {
    flex-shrink: 0;
}
.appscanner img {
    border-radius: 10px;
}
.appscanner p {
    color: #fff;
    font-size: 11px !important;
    font-family: 'Roboto Flex' !important;
    font-weight: 400 !important;
    margin-top: 5px;
    margin-bottom: 0px !important;
}
.app-dwnld p {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto Flex';
    line-height: 25px;
    padding-top: 0px;
    text-align: left;
}
.app-dwnld img {
    margin-bottom: 10px;
}
ul.bannerpoints {
    padding-left: 0px;
    margin: 10px 0px 30px;
}
ul.bannerpoints li {
    text-align: left;
    line-height: 29px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    list-style: none;
    position: relative;
    padding-left: 22px;
}
ul.bannerpoints li:before {
    content: "\f00c";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    left: 0;
    position: absolute;
    font-size: 14px;
    padding: 3px;
    line-height: 12px;
    color: #FFA51F;
    top: 6px;
}

/* ═══════════════════════════════════
Kalkine Stats CSS
═══════════════════════════════════ */
.kalkinestats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    text-align: center;
    box-shadow: 0px 0px 18px 3px #0000000D;
    border-radius: 5px;
    padding-top: 35px;
    padding-bottom: 15px;
    margin-top: -100px;
    background-color: #fff;
    align-items: start;
}
.statsicon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 auto 20px;
}
.kalkinestats .statscount:nth-child(odd) .statsicon {
    background-color: #EF9530;
}
.kalkinestats .statscount:nth-child(even) .statsicon {
    background-color: #014B9A;
}
.statscount h4 {
    font-size: 28px;
    font-weight: 700;
}
.statscount p {
    line-height: initial;
}

/* ═══════════════════════════════════
Product section CSS
═══════════════════════════════════ */
.free_trial_product{
    box-shadow: 0px 0px 18px 3px #0000000D;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.free_trial_product h3 {
    font-size: 22px;
    font-family: 'Roboto Flex';
    font-weight: 600;
}
.content-card p{
    font-size: 1rem;
    font-family: 'Roboto';
    line-height: 24px;
    color: #000;
}
.card_logo{
    border-radius: 5px;
    margin-bottom:15px;
}
.productslist > div:first-child .card_logo {
    background: #C1DEFE;
}
.productslist > div:nth-child(2) .card_logo {
    background: #FDB87D;
}
.productslist > div:nth-child(3) .card_logo {
    background: #FBFEC5;
}
a.explore_cta {
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(182.49deg, #FF9818 -198.73%, #FCB603 5.35%, #B700F8 212.68%);
    color: #fff;
    text-decoration: none;
    padding: 15px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 0.2px;
    width: 212px !important;
    float: left;
    height: 54px;
    margin-bottom: 4px;
    margin-right: 30px;
    }

/* ═══════════════════════════════════
Features section css
═══════════════════════════════════ */
.featuredsection{
    background: #EDF3FA;
}
.featurecard:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dfd9d9;
}
.featurecard h3 {
    font-size: 22px;
    font-family: 'Roboto Flex';
    font-weight: 600;
    margin-bottom: 0px;
}
.featurecard {
    display: flex;
    column-gap: 15px;
}
.iconblock {
    width: 60px;
    height: 60px;
    flex-shrink: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: #014B9A;
    border-radius: 5px;
}

/* ═══════════════════════════════════
FAQ Block CSS
═══════════════════════════════════ */
#faqblock .accordion-item {
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #f7f7f8;
}
#faqblock .accordion-button:not(.collapsed) {
    color: #0F7BEA;
    background-color: #fff;
    box-shadow: none;
}
#faqblock button.accordion-button {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 24px;
    color: #191919;
    position: relative;
    padding:15px 0px 15px 0px;
    box-shadow: none !important;
}
#faqblock .accordion-body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 24px;
    color: #191919;
    padding-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
}
#faqblock h3{
    margin-bottom:0px;
}
#faqblock li:has(.accordion-button:not(.collapsed))::marker {
    color: #0F7BEA;
    font-weight: 600;
}


/* ═══════════════════════════════════
Responsive
═══════════════════════════════════ */
@media (min-width: 768px) {
.kalkinestats {
    grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 1024px) {
.featurecard p {
   font-size: 14px;
   line-height: 19px;
}
.featurecard h3 {
   font-size: 20px;
   margin-bottom: 5px;
}
.featurecard:not(:last-child) {
   padding-bottom: 10px;
   margin-bottom: 10px;
}
.max-w-75{
    max-width:100%;
}
}
@media (max-width: 767px) {
.pagebanner-heading h2 {
    font-size: 32px;
}
.pagetitle {
    font-size: 1.5rem;
}
.blocklabel {
    font-size: 24px;
}
.free_trial_product {
    height: auto !important;
}
.statscount h4 {
    font-size: 22px;
}
.app-dwnld p {
    font-size: 18px;
    margin-bottom: 5px;
}
.app-dwnld img {
    width: 100px;
}
.appscanner img {
    width: 78px;
    height: auto;
}
.appscanner p {
    font-size: 9px !important;
}
.appstoreimages {
    column-gap: 10px;
}
}

