/* Reset styles to ensure consistency across browsers */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    /* Base font size for rem calculations */
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}
html, body {
    overflow-x: hidden;
}
:root {
    --btn-primary-color: #A8DF00;
    --btn-secondary-color: #c0ff0094;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

/* global css start here */

.custom-container {
    width: calc(100% - 20%);
    margin-left: auto;
    margin-right: auto;
}

.central-text {
    padding: 80px 20px 30px 20px;
}

.theme-primary-btn {
    display: inline-block;
    padding: 10px 35px;
    background-color: var(--btn-primary-color);
    color: black;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid var(--btn-primary-color);
}

.theme-secondary-btn {
    display: inline-block;
    padding: 10px 35px;
    background-color: var(--btn-secondary-color);
    color: black;
    font-weight: 500;
    border-radius: 50px;
}

.lg-heading {
    font-family: Roboto;
    font-size: 50px;
    font-weight: 800;
    line-height: 64px;

}

.featured-title {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 800;
    line-height: 54px;

}

.title-heading {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;

}

.block-title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.13px;

}

.knonnect-hr-line {
    border: 1px solid transparent;
    border-image-source: linear-gradient(90deg, rgba(164, 164, 164, 0.1) 5.23%, #525252 47.06%, rgba(164, 164, 164, 0.1) 93.28%);
    border-image-slice: 1;
}


.custom-banner-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.custom-banner-img {
    width: 100%;
}

.custom-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-banner-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

.custom-banner-content h6 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 35.16px;
    text-align: left;

}

.custom-banner-content h3 {
    font-family: Roboto;
    font-size: 47px;
    font-weight: 700;
    line-height: 58.59px;
    text-align: left;

}

.custom-banner-content h2 {
    font-family: Roboto;
    font-size: 67.07px;
    font-weight: 700;
    line-height: 78.59px;
    text-align: left;

}

.transaction-sec {
    margin-bottom: 80px;
}

.custom-banner-content .reporting-banner-heading {
    font-family: Roboto;
    font-size: 58.07px !important;
    font-weight: 700;
    line-height: 63.59px !important;
    text-align: left;
}

.custom-banner-content p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;

}

.reporting-banner-sec {
    padding-top: 60px;
}

.repo-banner-content {
    padding-bottom: 115px;
    padding-top: 60px;
}

.circle-1 {
    position: absolute;
    top: 17%;
    left: 4%;
    width: 124px;
    height: auto;
}

.start-1 {
    position: absolute;
    top: 60%;
    left: 2%;
    width: 110px;
    height: auto;
}

/* global css ends here */

/* hedaer css start here */
.dektop-dropdown {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;

}
.dropdown-menu {
    right: 0 !important;
    left: unset !important;
    width: 230px;
}

.dektop-dropdown li {
    list-style: none;
    white-space: nowrap;
    margin-bottom: 13px;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
}
.dektop-dropdown li:hover .sub-list{
    display: block;
}
.sub-list{
    position: absolute;
    top: -7px;
    left: 213px;
    background-color: white;
    color: black;
    padding: 18px 0;
    width: 230px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}
.sub-list ul{
    padding-left: 0;
}
.sub-list ul li:nth-child(1) a{
    font-family: Roboto;
    font-size: 12.93px;
    font-weight: 400;
    line-height: 15.15px;
    text-align: left;
}
.sub-list ul li{
    padding-left: 16px;
    padding-right: 16px;
}
.dropdown-menu.show {
    border: none !important;
}

.dektop-dropdown li:nth-child(1) a {
    font-family: Roboto;
    font-size: 12.93px;
    font-weight: 700;
    line-height: 15.15px;
    text-align: left;

}

.dektop-dropdown li a {
    list-style: none;
    white-space: nowrap;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: Roboto;
    font-size: 12.93px;
    font-weight: 400;
    line-height: 15.15px;
    text-align: left;

}

.dektop-dropdown li a span.fa {
    padding-left: 20px;
}

.custom-header {
    background-image: url('../images/home/bg-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 30px;
}

.custom-navbar {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20%);
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 200;
}

.custom-navbar .navbar-brand {
    max-width: 280px;
    width: 100%;
    display: inline-block;
}

.custom-navbar .navbar-brand img {
    width: 100%;
}

.nav-btn-box {
    background-color: var(--btn-primary-color);
    display: inline-block;
    padding-left: 37px;
    padding-right: 37px;
    border-radius: 50px;
    margin-left: 15px;
}

/* navbar end here */

/* home page start here */

.custom-mobile-header {
    display: none;
}
.navbar-toggler-icon {
    height: 1.2em !important;
    width: 1.2em !important;
 }
.social-logo > img {
    filter: grayscale();
    opacity: 0.8;
}


/* / boost slider start here / */

.boost-slider .item {
    position: relative;
    padding-top: 94%;
    border-radius: 30px
}

.boost-slider .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    filter: brightness(0.5);
}

.boost-slider .owl-nav.disabled {
    display: block !important;
}

.boost-slider .owl-nav button {
    background: white !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 50px;
    height: 50px;
    margin: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 12px !important;
}

.boost-slider .owl-nav button:hover {
    background: white !important;
    font-size: 20px;
    color: black !important;
}

.boost-slider .owl-nav button:focus {
    background: white !important;
    outline: none;
    font-size: 20px;
    color: black !important;
}

.boost-slider .owl-nav button span {
    background: white !important;
    outline: none;
    font-size: 30px;
    line-height: 30px;
}

.boost-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 57%;
    left: 15%;
    transform: translateY(-50px);
}

.boost-slider .owl-nav button.owl-next {
    position: absolute;
    top: 57%;
    right: 15%;
    transform: translateY(-50px);
}
.slider-content{
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 15px;
    color: white;
}
.slider-content h6{
    font-weight: 500;
    font-size: 22px;
    font-family: Roboto;
}
.slider-content p{
    font-weight: 400;
    font-size: 16px;
    font-family: Roboto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 0;
}
.boost-slider .owl-item:not(:active){
    opacity: 0.5 !important;
}
.boost-slider .owl-item.active {
    opacity: 1 !important;
}


/* / boost slider ends here / */


.slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-container {
    width: 100%;
    height: 521px;
    overflow: hidden;
}

.slider-1 {
    background-image: url("../images/home/slider-img-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.slider-1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(258.13deg, rgba(0, 0, 0, 0) 6.58%, #000000 92.13%);

}

.slider-2 {
    background-image: url("../images/home/slider-img-2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-3 {
    background-image: url("../images/home/slider-img-3.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-4 {
    background-image: url("../images/home/slider-img-4.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.slide {
    position: relative;
    height: 100%;
    flex: 1.5;
    transition: flex .5s ease-in;
    cursor: pointer;
}

.slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(258.13deg, rgba(0, 0, 0, 0) 6.58%, #000000 92.13%);
}

.slide.active {
    flex: 5;
    position: relative;
}

.slide.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(209.18deg, rgba(0, 0, 0, 0) 17.92%, #000000 86.2%);

    z-index: 1;
    pointer-events: none;
}

.slide h3 {
    position: absolute;
    bottom: 30px;
    left: 50px;
    color: #fff;
    font-size: 2rem;
    opacity: 0;
    transition: opacity .3s ease-in .2s;
    z-index: 10;
    writing-mode: vertical-rl;
    direction: rtl;
    transform: rotate(180deg);
    text-align: left;
}


.vertical-text {
    position: absolute;
    bottom: 30px;
    left: 50px;
    color: #fff;
    font-size: 1.5rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    z-index: 10;
    line-height: 1.5;
}

.vertical-text span {
    display: block;
}

.vertical-text span {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;

}

.slide.active h3 {
    opacity: 1;
}

.slide.active .vertical-text {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    opacity: 1;
}

.home-banner {
    display: flex;
    margin-top: 60px;
}

.banner-col-1 {
    width: 50%;
}

.banner-col-2 {
    width: 50%;
}

.home-banner-img {
    width: 100%;
    height: 100%;
}

.home-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content-box {
    padding-left: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

.banner-content-box h5 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 35.16px;
    text-align: left;

}

.banner-content-box h2 {
    font-family: Roboto;
    font-size: 67.07px;
    font-weight: 800;
    line-height: 78.59px;
    text-align: left;

}

.banner-content-box p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;

}

.scroll-btn {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 264px;
    width: 100%;
    margin: 0 auto;
}

.home-carousel-box {
    padding: 80px 0 100px 0;
}

.home-logo-carousel .owl-nav,
.home-logo-carousel .owl-dots {
    display: none;
}

.home-logo-carousel .item {
    text-align: center;
    max-width: 130px;
    margin: 0 auto;
}

.home-logo-carousel .item img {
    max-width: 150px;
}

.home-logo-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.engagement-container {
    padding-left: 10%;
}

.innovation-entertainment-sec {
    background-image: url('../images/home/innovation-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 10px;
}

.featured-header {
    max-width: 640px;
    width: 100%;

}

.innovation-nav {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50px;
    padding: 10px 15px;
    margin-top: 50px;
    background-color: white;
    margin-bottom: 63px;
}

.innovation-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    padding: 0;
}

.nav-primary-btn {
    display: inline-block;
    padding: 10px 35px;
    color: black;
    font-weight: 500;
    border-radius: 50px;
}

.nav-primary-btn.active {
    background-color: var(--btn-primary-color);
}

.innovation-nav ul li {
    list-style: none;
    cursor: pointer;
}

.featured-sec.show {
    display: flex;
    gap: 20px;
}

.featured-sec {
    display: none;
}

.featured-cols-1,
.featured-cols-2 {
    width: 50%;
}

.featured-img-box {
    width: 100%;
}

.featured-img-box img {
    width: 100%;
}

.featured-card {
    background-color: #EEFFFD;
    padding: 15px;
}

.featured-card h6 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
}

.enhance-engagement-sec {
    background-image: url('../images/home/enhance-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 10px;
    position: relative;
}

.loyalty-management-sec {
    position: relative;
    padding-top: 100px;
}

/* .loyalty-management-sec::before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 20%;
    background: radial-gradient(50% 100% at 50% 0%, rgba(192, 255, 0, 0.32) 0%, rgba(192, 255, 0, 0) 100%);
    height: 100%;
    transform: translate(-50%, -20%) rotate(90deg);
} */

.loyalty-management-box {
    max-width: 730px;
    margin-bottom: 30px;
}

.enhance-engagement-card {
    background-color: #FFFFFF;
    border-radius: 3px;
    position: relative;
    height: 100%;
}

.enhance-engagement-card::after {
    position: absolute;
    top: 0;
    left: 20%;
    content: "";
    width: calc(100% - 65%);
    background: radial-gradient(50% 100% at 50% 0%, rgba(192, 255, 0, 0.32) 0%, rgba(192, 255, 0, 0) 100%);
    height: calc(100% - 65%);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.enhance-engagement-card .card-img {
    width: 100%;
}

.enhance-engagement-card .card-img img {
    width: 100%;
}

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

.enhance-card-body h4 {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;

}

.enhance-engagement-card .card-img {
    padding-left: 20px;
}

.testimonial-container {
    position: relative;
    width: calc(100% - 30%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    background-image: url('../images/home/testimonial-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 80px;
    border: 1px solid black;
    padding: 30px;
}

.testimonial-bg-img {
    width: 100%;
    height: 260px;
}

.testimonial-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 150px;
}

.testimonial-box {
    /* position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%); */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 34px;
    width: 76%;
}

.testimonial-box img {
    max-width: 67px;
    width: 100%;
}

.testimonial-box p {
    font-family: Roboto;
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    color: white;
    margin-bottom: 0;

}

.porson-box {
    position: absolute;
    bottom: -34px;
    right: -116px;
    max-width: 408px;
    width: 100%;
    height: 306px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}

.person-img {
    max-width: 335px;
    width: 100%;
    height: 100%;
    text-align: right;
}

.person-img img {
    height: 100%;
    object-fit: contain;
}

.rating-star-box {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #5C751F;
    width: 100%;
    border-radius: 50px;
    padding: 10px 32px;
    gap: 10px;

}

.rating-star-content h6 {
    font-size: 24px;
    line-height: 28.8px;
    text-align: left;
    color: white;
}

.rating-star-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 20.4px;
    text-align: left;
    color: white;
}

.rating-star span.fa {
    color: #ffb300;
    font-size: 20px;
}

.latest-news-sec {
    background-color: #f0ffc2;
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.news-card-img {
    position: relative;
    padding-top: 58%
}

.news-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 50px 0;
}

.news-card-body {
    padding: 15px 0;
}

.news-date {
    color: #bfca9b;
}

.news-title {
    font-family: Roboto;
    font-size: 26.41px;
    font-weight: 500;
    line-height: 35.22px;
    text-align: left;
    color: black;
}

/* home page end here */

/* why konnected page css start here */

.why-konnected-banner {
    background-image: url('../images/home/bg-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 30px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.empower-block {
    max-width: 785px;
    margin: 60px auto 30px auto;
    text-align: center;
}

.circle-bg-1 {
    background-color: var(--btn-primary-color);
}

.circle-bg-2 {
    background-color: #9c9fd5;
}

.circle-bg-3 {
    background-color: #ff6666;
}

.card-bg-1 {
    background-color: #ffffff;
}

.card-bg-2 {
    background-color: #e4fffc;
}

.empower-card-circle {
    position: relative;
    width: 21px;
    height: 21px;
    border-radius: 50%;
}

.empower-card-circle span {
    position: absolute;
    top: -10px;
    right: 0;
    font-weight: 500;
    line-height: normal;
    font-size: 20px;

}

.empower-card {
    padding: 25px;
    height: 100%;
}

.empower-card-heading {
    font-family: Roboto;
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;

}

.konnect-content-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

.konnect-content-box ul {
    margin-bottom: 0;
    padding-left: 0;
}

.konnect-content-box ul li {
    list-style: none;
    margin-bottom: 15px;
}

.konnect-content-box ul li::before {
    content: url(../images/why-konnect/list-arrows.png);
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}


.konnect-content-box-heading {
    font-family: Roboto;
    font-size: 60px;
    font-weight: 800;
    line-height: 68px;
}

.one-stop-header h3 {
    font-family: Roboto;
    font-size: 60px;
    font-weight: 500;
    line-height: 68px;

}

.one-stop-header p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    color: var(--btn-primary-color);

}

.free-trial-block {
    display: flex;
    margin-bottom: 35px;
}

.free-trial-block-1 {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.free-trial-block-2 {
    width: 70%;
}

.free-trial-block-1 p {
    width: 50%;

}

.free-trial-block-1 p:nth-child(2) {
    font-size: 5rem;
    margin: 0;
    padding: 0;
    -webkit-text-stroke: 1px black;
    color: white;
    margin-right: 15px;
    text-align: left;
}

.free-trial-block-1 .red-line {
    height: 1px;
    background-color: #FF1C1C;
}

.free-trial-block-2 p:nth-child(1) {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    color: var(--btn-primary-color);

}

.free-trial-block-2 h6 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
    color: black;


}


/* products page css start here */

.left-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 300px;
    background: radial-gradient(50% 100% at 50% 0%, rgba(192, 255, 0, 0.32) 0%, rgba(192, 255, 0, 0) 100%);
    transform: rotate(270deg);
}

.Products-header-text {
    max-width: 1220px;
    margin: 0 auto;
    padding: 100px 20px 50px 20px;
}

.Products-header-text p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;

}

.featured-content-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

.produts-featured-content p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;

}

.solution-tailored-sec {
    background-image: url(../images/home/innovation-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 10px;
}

.Market-better-content p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;

}

.product-sm-box {
    max-width: 1020px;
    margin: 0 auto;
}

.product-sm-box h3 {
    font-family: Roboto;
    font-size: 50px;
    font-weight: 800;
    line-height: 64px;
    text-align: center;

}

.product-sm-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-sm-block .rating-box-1 {
    width: 35%;
}

.product-sm-block .rating-box-2 {
    width: 75%;
}

.product-sm-block .rating-box-1 h3 {
    font-family: Roboto;
    font-size: 70px;
    font-weight: 500;
    line-height: 54px;
}

.product-sm-block .rating-box-2 p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
}

.sm-container-sec {
    padding: 50px 0;
}

/* loyalty page css start here */
.featured-sm-box p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
}

.loyalty-card {
    background-color: #EEFFFD;
    padding: 20px;
    border-radius: 5px;
}

.loyalty-card h6 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
}

.loyalty-card p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;

}

.featured-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.loyalty-sec {
    margin-top: 100px;
}

.loyalty-sm-title {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 800;
    line-height: 42px;
}

.reward-sec {
    padding: 100px 20px 0 20px;
}

/* marketing page css start here */

.marketing-banner {
    width: 100%;
}

.marketing-banner img {
    width: 100%;
}

.marketing-banner-box {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    padding: 0 15px;
}

.marketing-banner-box p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;

}

.marketing-central-text p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;

}

.marketing-box {
    margin-top: 70px;
    margin-bottom: 100px;
}

.marketing-list {
    padding: 0;
    margin-bottom: 0;
}

.marketing-list li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
}

.marketing-list li::before {
    content: url('../images/marketing/double-tick.png');
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

/* bingo page css */

.bingo-content {
    padding: 180px 0 100px 0;
}

.bingo-img-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    position: relative;
}
.app-store-imgs{
    position: absolute;
    right: 9%;
    bottom: 19px;
    max-width: 350px;
    width: 100%;
}
.lime-text {
    color: var(--btn-primary-color) !important;
}

.bingo-header {
    max-width: 1390px;
    margin: 100px auto 50px auto;
    text-align: center;
}

.bingo-video {
    position: relative;
    padding-top: 55%;
    width: 100%;
}

.bingo-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bingo-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.help-box {
    padding: 20px;
    box-shadow: 0px 0px 62.77px -2.56px rgba(0, 0, 0, 0.19);
    background: linear-gradient(176.45deg, #B2EBF2 2.73%, #D1C4E9 127.16%);
    border-radius: 20px;
}

/* .help-img {
    position: relative;
    padding-top: 73%;
}

.help-img img {
    position: absolute;
    top: -53px;
    right: -48px;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.help-img {
    width: 100%;
    height: 100%;
}

.help-img img {
    margin-top: -50px;
    margin-left: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.help-content h6 {
    font-size: 30.74px;
    font-weight: 600;
    line-height: 37.48px;
    text-align: center;
}

.help-content p {
    font-size: 23.06px;
    font-weight: 600;
    line-height: 28.11px;
    text-align: center;
}

.help-content button {
    background: rgba(132, 255, 255, 1);
    font-size: 20.5px;
    font-weight: 600;
    line-height: 24.98px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid rgba(132, 255, 255, 1);
}

.app-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/bingo/bingo-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 100px;
    width: calc(100% - 10%);
    margin: 100px auto;
}

.app-box-img {
    width: 100%;
    height: 100%;
}

.app-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-box {
    text-align: left;
}

.custom-accordion {
    padding: 0 25px;
}

.custom-accordion h2 {
    text-align: left;
}

.accrodion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;

}

.accordion-content {
    padding: 15px;
    display: none;
}

.accordion-content.active {
    display: block;
}

.accordion-bg {
    background-image: url('../images/bingo/bingo-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.accrodion-header-bg {
    border-radius: 15px;
    background: rgba(234, 234, 234, 0.5);
}

.blog-sec {
    padding: 100px 0 0 0;
}

#wrapper {
    margin: 50px auto 0 auto;
    display: block;
    width: 100%;
}

.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 30px 0
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center
}

#pagination li {
    display: inline
}

#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #000
}

/* Active and Hoverable Pagination */
#pagination li a {
    border-radius: 50px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border: 1px solid lightgray;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

#pagination li a.active {
    background-color: #4caf50;
    color: #fff
}

#pagination li a:hover:not(.active) {
    background-color: #ddd;
}

/* demo page css start here */

.custom-form-row {
    display: flex;
    gap: 15px;
}

.form-row-col {
    width: 50%;
    margin-bottom: 25px;
}

.form-box {
    background: rgba(238, 255, 253, 1);
    padding: 30px 20px;
    border-radius: 10px;
    height: 100%;
}

.form-box input {
    height: 50px !important;
}

.demo-form-bg {
    background-color: #cae96b61;
    padding: 35px 25px;
    border-radius: 10px;
}

.form-img {
    width: 100%;
    height: 440px;
}

.form-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-sm-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(214, 255, 250, 1);
    padding: 15px 25px;
    border-radius: 5px;
}

.contact-sm-box p span {
    margin-right: 15px;
}

.contact-sm-box span {
    font-size: 24px;
    line-height: 36px;
}

.contact-sm-box span:nth-child(2) {
    font-weight: 500;
    color: rgba(117, 117, 117, 1);
}

.contact-sm-box p {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: rgba(92, 117, 31, 1);
}

.contact-box {
    width: calc(100% - 10%);
    margin: 65px auto;
}

/* partners page css start here */
.partners-banner-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

.partners-banner-content h6 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 35.16px;
    text-align: left;

}

.partners-banner-content h2 {
    font-family: Roboto;
    font-size: 55px;
    font-weight: 700;
    line-height: 64.45px;
    text-align: left;

}

.partners-banner-img {
    max-width: 490px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    padding-top: 60px;
}

.partners-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partners-header {
    padding: 100px 20px 50px 20px;
}

.partners-title {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

.partners-container {
    position: relative;
    width: calc(100% - 30%);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.logo-item {
    width: 244.99px;
    height: 111.75px;
}

.logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pattern-bg {
    background-image: url('../images/partners/bg-pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.partner-feature-header {
    margin-bottom: 40px;
}

.partner-content-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

.partner-feature-header h2 {
    font-family: Roboto;
    font-size: 70px;
    font-weight: 800;
    line-height: 68px;
    color: var(--btn-primary-color);

}

.partner-feature-header h6 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;

}

.partner-main-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 55px;
    margin-bottom: 35px;
}

.partner-rating-box {
    border-left: 4px solid var(--btn-primary-color);
    padding-left: 10px;
    width: 250px;
}

.partner-rating-box h4 {
    font-family: Roboto;
    font-size: 51px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
}

.partner-rating-box h6 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
}

/* service page css start here */

.agreement-content {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
}

.agreement-content-box {
    padding: 60px 20px 10px 20px;
}

/* privacy policy page cs start here*/
.banner-sec {
    padding: 180px 0 100px 0;
}

.policy-banner-img {
    max-width: 490px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    padding-right: 5%;
}

.policy-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.policy-content h3 {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 800;
    line-height: 68px;

}

.policy-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.policy-tabs-box {
    display: flex;
    gap: 35px;
}

.tab span.active {
    text-decoration: underline;
}

.policy-tabs {
    width: 33%;
    background-color: #E4FFFC;
    padding: 20px;
    border-radius: 10px;
}

.policy-tabs ul li {
    cursor: pointer;
    margin-bottom: 10px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;

}

.policy-content {
    width: 67%;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

.policy-main-content {
    display: none;
}

.policy-main-content.show {
    display: block;
}

.policy-main-content.active {
    display: block;
}

.policy-main-content p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;

}

/* loyalty 3 page css start here */
.loyalty-banner {
    position: relative;
}

.loyalty-bg-banner {
    width: 100%;
    height: 950px;
}

.loyalty-bg-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loyalty-banner-box {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-top: 90px;
    width: 100%;
}

.loyalty-banner-box h6 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 35.16px;
    text-align: center;

}

.loyalty-banner-box h1 {
    font-family: Roboto;
    font-size: 67.07px;
    font-weight: 700;
    line-height: 78.59px;
    text-align: center;

}

.loyalty-3-header {
    padding: 270px 0px 70px 0;
}

.loyalty-banner-img {
    width: 1372px;
    /* width: 100%; */
    margin: 0 auto;
}

.loyalty-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loyalty-3-header h2 {
    font-family: Roboto;
    font-size: 44px;
    font-weight: 800;
    line-height: 64px;
    text-align: left;

}

.loyalty-3-header p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
}

.loyalty-3-header-img {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}

.loyalty-3-header-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.loyalty-bg-1 {
    background: #F6FDCDCC;
}

.loyalty-bg-2 {
    background: #D5F0C1CC;
}

.loyalty-bg-3 {
    background: #F9EFDBCC;
}

.loyalty-bg-4 {
    background: #D6EDF5CC;
}

.loyalty-3-card {
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.loyalty-3-card h6 {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;

}

.loyalty-3-card p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;

}

.loyalty-card-img {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
}

.loyalty-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benifits-sec {
    background-image: url('../images/loyalty-3/benifts-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}

.benifits-sec-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-shrink: 0;

}

.benifits-lg-card {
    padding: 7px;
    width: 50%;
}

.benifits-sm-card {
    padding: 7px;
    width: 33.33%;
}

.benifits-lg-card h6 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
}

.benifits-lg-card p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.benifits-sm-card h6 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
}

.benifits-sm-card p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/* reporting page css start here */
.upper-content {
    position: absolute;
    top: 10;
    left: 0;
}

.reportig-banner-img {
    /* max-width: 490px; */
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    padding-right: 5%;
}

.reportig-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-img-container {
    position: relative;
}

.banner-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* footer start here */

.footer-para {
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.bld-para {
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.footer-sec {
    position: relative;
}

.left-footer-logo {
    max-width: 316px;
    height: 46px;
    width: 230px;
}

.left-footer-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.social-imgs {
    max-width: 117px;
}

.social-imgs img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.social-apps {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-para-content {
    padding: 40px 0px;
}

.footer-links {
    display: flex;
    gap: 90px;
    justify-content: flex-end;
}

.footer-links-wrapper ul li {
    list-style: none;
}

.footer-links-wrapper ul li a {
    list-style: none;
    font-family: "Roboto", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #939393;
    text-decoration: none;

}

.footer-links-wrapper ul {
    padding-left: 0px;
}

.footer-links-header h4 {
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 35.22px;
    letter-spacing: -0.01em;
    text-align: left;

}

/* .footer-sec::after {
    content: "";
    position: absolute;
    top: 38px;
    left: 500px;
    width: 100%;
    max-width: 1300px;
    border: 0.5px solid transparent;
    border-image-source: linear-gradient(90deg, rgba(164, 164, 164, 0.1) 5.23%, #525252 47.06%, rgba(164, 164, 164, 0.1) 93.28%);
    border-image-slice: 1;

} */

.footer-logos {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 80px;
}

.btm-footer-line p {
    font-family: "Roboto", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #747474;

}


@media screen and (max-width: 1700px) {

    /* common css start here */
    .custom-banner-content h2 {
        font-family: Roboto;
        font-size: 55.07px;
        font-weight: 700;
        line-height: 60.59px;
        text-align: left;
    }

    /* reporting page css start here */
    .custom-banner-content .reporting-banner-heading {
        font-family: Roboto;
        font-size: 50.07px !important;
        font-weight: 700;
        line-height: 52.59px !important;
        text-align: left;
    }

    /* product page css start here */
    .product-sm-block .rating-box-1 h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .featured-title {
        font-size: 35px;
        line-height: 45px;
    }

    /* konnected page css start here */
    .konnect-content-box-heading {
        font-size: 50px;
        line-height: 50px;
    }

}

@media screen and (max-width: 1600px) {

    /* common css start here */
    .lg-heading {
        font-family: Roboto;
        font-size: 45px;
        font-weight: 800;
        line-height: 50px;
    }

    /* bingo page css start here */

    .app-store-imgs
    {
        right: 0;
        max-width: 300px;
    }
    /* loyalty 3 page css start here */
    .loyalty-banner-img {
        width: 1172px;
    }

    .loyalty-bg-banner {
        width: 100%;
        height: 850px;
    }

    .loyalty-3-header h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .loyalty-3-header p {
        font-size: 18px;
        line-height: 28px;
    }

    /* policy page css start here */
    .agreement-content {
        font-size: 18px;
        line-height: 28px;
    }

    .policy-tabs ul li {
        font-size: 20px;
        line-height: 31px;
    }

    .policy-main-content p {
        font-size: 18px;
        line-height: 28px;
    }

    /* partners page css start here */
    .partner-feature-header h2 {
        font-size: 55px;
        line-height: 60px;
    }

    .partner-rating-box h4 {
        font-size: 40px;
        line-height: 35px;
    }

    /* demo page css start here */
    .contact-sm-box p {
        font-size: 18px;
        font-weight: 500;
        line-height: 36px;
        color: rgba(92, 117, 31, 1);
    }

    .contact-sm-box span {
        font-size: 18px;
        line-height: 36px;
    }

    /* loyalty-1 page css start here */

    .loyalty-sm-title {
        font-size: 23px;
        line-height: 28px;
    }

    /* product page css start here */
    .product-sm-block .rating-box-2 p {
        font-size: 16px;
        line-height: 25px;
    }

    /* konnect page css start here */
    .empower-card-heading {
        font-size: 23px;
        line-height: 30px;
    }

    /* home page css start here */
    .banner-content-box h2 {
        font-size: 55.07px;
        line-height: 63.59px;
    }

    .banner-content-box p {
        font-size: 18px;
        line-height: 29px;
    }
}

@media screen and (max-width: 1500px) {

    /* common css start here */

    /* reporting page css start here */
    .custom-banner-content .reporting-banner-heading {
        font-family: Roboto;
        font-size: 40.07px !important;
        font-weight: 700;
        line-height: 42.59px !important;
        text-align: left;
    }

    /* partners page css start here  */

    .partners-banner-content h2 {
        font-size: 40px;
        line-height: 45.45px;
        text-align: left;
    }

    .partners-banner-content h6 {
        font-size: 25px;
        line-height: 25.16px;
    }

    /* product page css start here */
    .product-sm-box h3 {
        font-size: 40px;
        line-height: 45px;
    }

    /* home page css start here */
    .news-title {
        font-size: 22.41px;
        line-height: 27.22px;
    }

    .testimonial-box img {
        max-width: 45px;
        width: 100%;
    }

    .rating-star-content h6 {
        font-size: 20px;
        line-height: 24.8px;
    }

    .testimonial-box p {
        font-size: 18px;
        line-height: 25px;
    }

    .enhance-card-body h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .nav-btn-box {
        padding-left: 25px;
        padding-right: 25px;
    }

    .custom-navbar .navbar-brand {
        max-width: 220px;
    }
}

@media screen and (max-width: 1400px) {
    /* common css start here */

    .lg-heading {
        font-size: 35px;
        line-height: 38px;
    }

    .block-title {
        font-size: 20px;
        line-height: 22.13px;
    }

    .featured-title {
        font-size: 30px;
        line-height: 35px;
    }

    .featured-card h6 {
        font-size: 18px;
        line-height: 20px;
    }

    .custom-banner-content p {
        font-size: 18px;
        line-height: 30px;
    }

    .custom-banner-content h6 {
        font-size: 25px;
        line-height: 30.16px;
    }

    .custom-banner-content h2 {
        font-size: 45.07px;
        line-height: 50.59px;
    }
    .app-store-imgs
    {
        max-width: 250px;
    }

    /* loyalty 3 page css start here */
    .loyalty-banner-img {
        width: 972px;
    }

    .loyalty-bg-banner {
        height: 750px;
    }

    .loyalty-banner-box h1 {
        font-family: Roboto;
        font-size: 55.07px;
        font-weight: 700;
        line-height: 78.59px;
        text-align: center;
    }

    /* marketing page css start here */
    .marketing-central-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .marketing-banner-box p {
        font-size: 18px;
        line-height: 28px;
    }

    .marketing-banner {
        width: 100%;
        height: 100%;
    }

    .marketing-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* product page css start here */
    .custom-banner-content h3 {
        font-size: 28px;
        line-height: 34.59px;
    }

    .produts-featured-content p {
        font-size: 18px;
        line-height: 27px;
    }

    .Products-header-text p {
        font-size: 18px;
        line-height: 25px;
    }

    /* konnect page css start here */
    .one-stop-header h3 {
        font-size: 50px;
        line-height: 56px;
    }

    .one-stop-header p {
        font-size: 18px;
        line-height: 25px;
    }

    .free-trial-block-1 p:nth-child(2) {
        font-size: 4rem;
    }

    /* home page css start here */
    .banner-content-box h2 {
        font-size: 47.07px;
        line-height: 50.59px;
    }

    .banner-content-box h5 {
        font-size: 25px;
        line-height: 27.16px;
    }
}

@media screen and (max-width: 1300px) {

    /* common css start here */
    .custom-container {
        width: calc(100% - 10%);
    }

    .testimonial-container {
        width: calc(100% - 20%);
    }

    .engagement-container {
        padding-left: 5%;
    }

    /* bingo page css start here */

    .app-box {
        padding: 15px 40px;
    }

    /* loyalty 3 page css start here */

    .loyalty-3-header h2 {
        font-size: 33px;
        line-height: 40px;
    }

    .loyalty-3-header p {
        font-size: 16px;
        line-height: 24px;
    }

    /* partners page css start here */
    .partner-feature-header h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .partner-feature-header {
        margin-bottom: 25px;
    }

    /* product page css start here */
    .product-sm-block {
        align-items: flex-start;
    }

    .Products-header-text p {
        font-size: 18px;
        line-height: 25px;
    }

    /* konnect page css start here */
    .konnect-content-box-heading {
        font-size: 40px;
        line-height: 45px;
    }

    /* home page css start here */
    .custom-navbar {
        width: calc(100% - 10%);
    }

    .banner-content-box {
        padding-left: 10%;
    }

    .nav-btn-box {
        padding-left: 16px;
        padding-right: 16px;
    }

    .custom-navbar .navbar-brand {
        max-width: 180px;
    }

    .custom-navbar .nav-link {
        font-size: 15px;
    }
}

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

    /* common css start here */
    .porson-box {
        height: 270px;
    }

    .custom-banner-content h2 {
        font-size: 35.07px;
        line-height: 40.59px;
    }

    .app-store-imgs
    {
        max-width: 210px;
    }

    /* loyalty 3 page css start here */
    .loyalty-3-header {
        padding: 200px 0px 70px 0;
    }

    .loyalty-banner-box h1 {
        font-family: Roboto;
        font-size: 45.07px;
        font-weight: 700;
        line-height: 54.59px;
        text-align: center;
    }

    .loyalty-banner-img {
        width: 872px;
    }

    /* policy page css start here */
    .agreement-content {
        font-size: 16px;
        line-height: 25px;
    }

    .policy-tabs ul li {
        font-size: 18px;
        line-height: 27px;
    }

    .policy-main-content p {
        font-size: 16px;
        line-height: 25px;
    }

    /* reporting page css start here */
    .custom-banner-content .reporting-banner-heading {
        font-family: Roboto;
        font-size: 35.07px !important;
        font-weight: 700;
        line-height: 38.59px !important;
        text-align: left;
    }

    /* partners page css start here */

    .partner-rating-box h4 {
        font-size: 30px;
        line-height: 22px;
    }

    .partner-rating-box h6 {
        font-size: 18px;
        line-height: 23px;
    }

    .partner-rating-box {
        width: 192px;
    }

    /* demo page css start here */

    .contact-box {
        width: 100%;
        margin: 65px auto;
    }

    .contact-sm-box p {
        font-size: 16px;
        font-weight: 500;
        line-height: 36px;
        color: rgba(92, 117, 31, 1);
    }

    .contact-sm-box span {
        font-size: 16px;
        line-height: 36px;
    }

    /* loyalty 1 page cs start here  */
    .featured-sm-box p {
        font-size: 18px;
        line-height: 25px;
    }

    .loyalty-sm-title {
        font-size: 20px;
        line-height: 23px;
    }

    .featured-sm-box p {
        font-size: 16px;
        line-height: 23px;
    }

    /* product page css start here */
    .product-sm-block .rating-box-1 h3 {
        font-size: 42px;
        line-height: 45px;
    }

    .product-sm-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-sm-box h3 {
        font-size: 30px;
        line-height: 33px;
    }

    .solution-tailored-sec {
        padding: 25px;
    }

    .produts-featured-content p {
        font-size: 18px;
        line-height: 25px;
    }

    /* konnect css start here */
    .empower-card-heading {
        font-size: 20px;
        line-height: 25px;
    }

    /* home page css start here */
    .latest-news-header {
        padding: 20px 0 20px 0;
    }

    .news-title {
        font-size: 18.41px;
        line-height: 22.22px;
    }

    .latest-news-sec {
        background-color: #f0ffc2;
        padding: 25px;
        margin-bottom: 50px;
        border-radius: 10px;
    }

    .banner-content-box h2 {
        font-size: 40.07px;
        line-height: 40.59px;
    }

    .testimonial-bg-img {
        height: 222px;
    }

    .banner-content-box p {
        font-size: 16px;
        line-height: 25px;
    }

    .banner-content-box h5 {
        font-size: 20px;
        line-height: 25.16px;
    }
}

@media screen and (max-width: 1100px) {
    /* common css start here */

    /* home page css start here */

    .custom-navbar .navbar-brand {
        max-width: 125px;
    }
}

@media screen and (max-width: 991px) {

    /* new mobile header start here */

    /* mobile header start here */

.mobile-header{
    display: none;
  }
  .mobile-header-list{
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 200;
    width: 100%;
    background: #f9f9f9;
    border-radius: 10px;
  }
  .mobile-header-list.active{
    display: block;
  }
  .mobile-header-parent{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 500;
  }
  .content-menu.mobile-menu-show{
    display: block;
  }
  .content-menu ul{
    padding-left: 0;
  }
  .mobile-header-img{
    width: 150px;
    height: auto;
  }
  .mobile-header-img img{
    width: 100%;
    object-fit:
    contain;
  }
  .custom-toggle-icon span.fa{
   font-size: 30px;
  }

  .custom-nav-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    color: black;
    text-decoration: none;
    letter-spacing: 1px;
  }
  .custom-nav-link:hover{
  text-decoration: none;
  color: black;
  }
  .mobile-header-list ul {
    padding-left: 0;
  }
  .mobile-header-list ul li{
    list-style: none;
    border-bottom: 2px solid lightgray;
  }
  .submenu-nav-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 45px;
    color: black;
    text-decoration: none;
    letter-spacing: 1px;
  }
  .sub-menu{
    display: none;
  }

  .nav-search{
    border: none !important;
  }
  .nav-search:focus{
    box-shadow: none;
    outline: none;
  }
  .mobile-nav-btn{
    padding: 15px 20px;
  }

    /* footer css start here */

    .footer-para-content {
        text-align: center;
    }

    .footer-para {
        text-align: center;
    }

    .left-footer-logo {
        margin: 0 auto;
    }

    .social-apps {
        justify-content: center;
    }

    .footer-links {
        margin-top: 25px;
        justify-content: center;
    }

    .footer-logos {
        justify-content: center;
        margin-top: 30px;
    }

    /* common css start here */
    .why-konnected-banner {
        padding-top: 0px;
    }

    .custom-mobile-header {
        display: block;
    }

    .custom-header {
        padding-top: 0;
    }

    .custom-navbar {
        position: relative;
        margin: 0;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .mobile-nav-list {
        position: absolute;
        top: 38px;
        left: 0;
        width: 100%;
        background: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
    }

    .mobile-nav-list ul {
        padding-left: 0;
    }

    .mobile-nav-list ul .mobile-nav-link {
        list-style: none;
        padding: 10px 0;
        border-bottom: 2px solid lightgray;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .dropdown-list.active {
        display: block;
    }

    .dropdown-list li {
        list-style: none;
        padding: 10px 0;
    }

    .mobile-nav-link ul li {
        list-style: none;
        padding: 10px 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .mobile-nav-list ul li:nth-child(1) a {
        font-weight: 700;
    }

    .mobile-nav-list ul li a {
        color: black;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile-nav-list {
        display: none;
    }

    .mobile-nav-list.active {
        display: block;
    }

    .dropdown-list {
        display: none;
    }

    .mobile-header-logo {
        max-width: 100px;
        width: 100%;
    }

    .toggle-btn {
        line-height: normal;
    }

    .toggle-btn span.fa {
        font-size: 23px;
    }

    .mobile-header-logo img {
        width: 100%;
    }

    .desktop-header {
        display: none;
    }

    .policy-banner-img {
        max-width: 490px;
        width: 100%;
        height: 100%;
        margin: 0px auto 100px auto;
        padding-right: 0;
    }

    .custom-container {
        width: calc(100% - 5%);
    }

    .testimonial-container {
        width: calc(100% - 10%);
        padding: 40px 30px;
    }

    .lg-heading {
        font-size: 30px;
        line-height: 35px;
    }

    .block-title {
        font-size: 16px;
        line-height: 16.13px;
    }

    .loyalty-management-sec {
        position: relative;
        padding-top: 50px;
    }

    .custom-banner-content {
        align-items: center;
        flex-direction: column;
    }

    .custom-banner-content p {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

    .custom-banner-content h2 {
        text-align: center;
    }

    .custom-banner-content h6 {
        text-align: center;
    }

    .reverse-block {
        flex-direction: column-reverse;
    }

    /* loyalty 3 page css start here */
    .benifits-lg-card h6,
    .benifits-lg-card p {
        text-align: center;
    }

    .benifits-sm-card h6,
    .benifits-sm-card p {
        text-align: center;
    }

    .benifits-lg-card {
        width: 100%;
    }

    .benifits-sm-card {
        width: 50%;
    }

    .loyalty-banner-img {
        width: 772px;
    }

    .loyalty-bg-banner {
        height: 700px;
    }

    .loyalty-banner-box h1 {
        font-size: 35.07px;
        line-height: 40.59px;
    }

    .loyalty-banner-box h6 {
        font-size: 22px;
        line-height: 28.16px;
    }

    /* bingo page css start here */
    .help-img img {
        margin-left: 0px;
    }

    .bingo-content {
        padding: 100px 0 50px 0;
    }

    .custom-accordion h2 {
        text-align: center;
    }

    .app-box {
        padding: 15px 40px;
        flex-direction: column;
        border-radius: 30px;
    }

    .app-content {
        text-align: center;
    }

    .custom-accordion {
        padding: 0 0px;
    }

    /* loyalty page css start here */
    .loyalty-3-card h3 {
        text-align: center;
    }

    .loyalty-3-card p {
        text-align: center;
    }

    .loyalty-3-header h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: center;
    }

    .loyalty-3-header p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    /* policy page css start here */
    .desktop-accordion {
        display: none !important;
    }

    .policy-tabs-box {
        gap: 35px;
        flex-direction: column;
    }

    .policy-tabs {
        width: 100%;
    }

    .policy-content {
        width: 100%;
    }

    /* marketing page css start here */
    .Products-header-text p {
        font-size: 16px;
        line-height: 23px;
    }

    .marketing-banner-box {
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 50px 15px;
        text-align: center;
    }

    .marketing-banner-box p {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }

    /* reporting page css start here */
    .marketing-list li::before {
        display: none;
    }

    .why-konnected-banner {
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .custom-banner-content .reporting-banner-heading {
        text-align: center;
    }

    .repo-banner-content {
        padding-bottom: 55px;
        padding-top: 0;
    }

    /* demo page css start here */
    .contact-sm-box {
        max-width: 400px;
        margin: 0 auto;
    }

    .form-box {
        text-align: center;
    }

    /* blog page css start h */
    .partners-banner-content h2 {
        font-size: 30px;
        line-height: 35.45px;
        text-align: center;
    }

    .blog-sec {
        padding: 50px 0 0 0;
    }

    .partners-banner-content {
        align-items: center;
        height: 70%;
        padding-top: 100px;
    }

    .partners-banner-img {
        max-width: 490px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-top: 0px;
    }

    /* loyalty page css start here */
    .custom-banner-content h3 {
        font-size: 20px;
        line-height: 25.59px;
        text-align: center;
    }

    .reward-sec {
        padding: 50px 0 0 0;
    }

    .loyalty-sm-title {
        font-size: 17px;
        line-height: 23px;
    }

    .loyalty-card h6 {
        text-align: center;
    }

    .loyalty-card p {
        text-align: center;
    }

    .loyalty-sec {
        margin-top: 30px;
    }

    /* product page css start here */
    .product-sm-block {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .product-sm-block .rating-box-1 h3 {
        text-align: center;
    }

    .product-sm-block .rating-box-2 {
        width: 100%;
        text-align: center;
    }

    .product-sm-block .rating-box-1 {
        width: 100%;
        text-align: center;
    }

    .product-sm-block .rating-box-2 p {
        text-align: center;
    }

    .Market-better-content p {
        text-align: center;
    }

    .produts-featured-content p {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    /* konnect page css start here */
    .konnect-content-box ul li::before {
        display: none;
    }

    .free-trial-block-2 {
        width: 70%;
        text-align: left;
    }

    .empower-card {
        padding: 15px;
    }

    .konnect-content-box {
        align-items: center;
        margin: 30px 0 0 0;
        text-align: center;
    }

    /* home page css start here */
    .person-img {
        max-width: 220px;
    }
    .slider-container {
        flex-direction: column;
    }

    .slide {
        height: 147px;
        width: 100%;
        flex: 1.5;
    }

    .slide.active {
        flex: 5;
        position: relative;
    }

    .slider-container {
        width: 100%;
        height: 700px;
        overflow-x: hidden;
    }

    .nav-primary-btn {
        width: 100%;
        text-align: center;
    }

    .innovation-nav {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 10px 15px;
        margin-top: 50px;
        background-color: white;
        margin-bottom: 44px;
    }

    .innovation-entertainment-sec {
        padding: 20px;
    }

    .news-title {
        font-size: 16.41px;
        line-height: 20.22px;
    }

    .latest-news-sec {
        padding: 16px;
    }

    .testimonial-box img {
        max-width: 30px;
    }

    .porson-box {
        height: 225px;
        max-width: 370px;
    }

    .testimonial-bg-img {
        height: 182px;
    }

    .testimonial-box p {
        font-size: 16px;
        line-height: 25px;
    }

    .testimonial-box {
        left: 2%;
        width: 67%;
    }

    .porson-box {
        right: 0;
    }

    .loyalty-management-box {
        text-align: center;
        margin: 0 auto 30px auto;
    }

    .featured-header {
        text-align: center;
        margin: 0 auto;
    }

    .featured-content-box {
        align-items: center;
        text-align: center;
    }

    .engagement-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .featured-sec {
        flex-direction: column;
    }

    .featured-cols-1,
    .featured-cols-2 {
        width: 100%;
    }

    .home-banner {
        display: flex;
        flex-direction: column;
    }

    .banner-col-1,
    .banner-col-2 {
        width: 100%;
    }

    .banner-content-box {
        padding: 0 20px;
        align-items: center;
    }

    .banner-content-box h5 {
        text-align: center;
    }

    .banner-content-box h2 {
        text-align: center;
    }

    .banner-content-box p {
        text-align: center;
    }
}


@media screen and (max-width: 767px) {
    /* common css start here */
    .boost-slider .owl-nav button.owl-prev {
        top: 53%;
        left: 5%;
    }
    .boost-slider .owl-nav button.owl-next {
        top: 53%;
        right: 5%;
    }
    .boost-slider .owl-dots{
        display: none !important;
    }
    .custom-banner-content h2 {
        font-size: 30.07px;
        line-height: 35.59px;
    }

    .custom-banner-content h6 {
        font-size: 20px;
        line-height: 25.16px;
    }

    .app-store-imgs{
        position: unset;
        margin-left: -20px;
    }
    /* loyalty 3 page css start here */
    .benifits-sm-card {
        width: 100%;
    }

    .loyalty-3-header {
        padding: 160px 0px 70px 0;
    }

    .loyalty-banner-img {
        max-width: 550px;
        width: 100%;
    }

    .loyalty-bg-banner {
        height: 554px;
    }


    .loyalty-banner-box h1 {
        font-size: 25px;
        line-height: 34.59px;
    }



    /* reporting page css start here */
    .custom-banner-content .reporting-banner-heading {
        font-size: 27.07px !important;
        line-height: 32.59px !important;
    }

    .solution-tailored-sec {
        padding: 35px 5px 25px 0;
    }

    .transaction-sec {
        margin-bottom: 40px;
    }


    /* blog page css start here */
    #pagination li a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    /* loyalty page css start here */
    .featured-title {
        font-size: 25px;
        line-height: 30px;
    }

    .innovation-entertainment-sec {
        padding: 0px;
    }

    .loyalty-sm-title {
        font-size: 17px;
        line-height: 23px;
        text-align: center;
    }

    .featured-sm-box p {
        text-align: center;
    }

    /* product page css start here */
    .product-sm-box h3 {
        font-size: 25px;
        line-height: 30px;
    }

    /* konnect page css start here */

    .free-trial-block-2 h6 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .konnect-content-box-heading {
        font-size: 35px;
        line-height: 40px;
    }

    .empower-card {
        padding: 20px;
        text-align: center;
    }

    .empower-card-circle {
        margin: 0 auto 15px auto;
    }

    /* home page css start here */
    .nav-primary-btn {
        display: inline-block;
        padding: 10px 17px;
        color: black;
        font-weight: 500;
        border-radius: 50px;
    }

    .porson-box {
        height: 207px;
        max-width: 290px;
    }

    /* .testimonial-box {
        padding-bottom: 27px;
        padding-top: 20px;
    } */

    .latest-news-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .news-title {
        font-size: 19.41px;
        line-height: 20.22px;
        text-align: center;
    }

    .porson-box {
        height: 178px;
        max-width: 290px;
    }

    .rating-star-content h6 {
        font-size: 16px;
        line-height: 20.8px;
    }

    .news-date {
        color: #bfca9b;
        text-align: center;
    }

    .rating-star-content p {
        font-size: 12px;
        line-height: 15.4px;
        ;
    }

    .rating-star span.fa {
        font-size: 12px;
    }

    .testimonial-box p {
        font-size: 14px;
        line-height: 18px;
    }

    .enhance-card-body {
        padding: 20px;
        text-align: center;
    }

    .testimonial-bg-img {
        height: 140px;
    }
}


@media screen and (max-width: 576px) {
    .person-img {
        max-width: 160px;
    }
    .testimonial-box {
        left: 2%;
        width: 74%;
    }
    .porson-box {
        bottom: -27px;
    }
    .testimonial-box p {
        font-size: 12px;
        line-height: 15px;
    }
    .testimonial-box img {
        max-width: 19px;
    }
    .rating-star-box {
        padding: 10px 21px;
        gap: 5px;
    }
    .porson-box {
        max-width: 250px;
    }
    .rating-star-content h6 {
        font-size: 14px;
    }

    /* loyalty 3 page css start here */

    .benifits-sec {
        padding: 25px 0;
    }

    /* footer css start here */

    .footer-links {
        margin-top: 25px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;
    }

    .footer-links-header h4 {
        text-align: center;
    }

    /* footer css ends here */

    .nav-primary-btn {
        padding: 10px 5px;
        color: black;
        font-size: 12px;
    }

    .innovation-nav ul {
        gap: 4px;
    }

    .loyalty-banner-box {
        top: 61px;
    }

    .loyalty-3-header {
        padding: 130px 0px 70px 0;
    }

    .loyalty-banner-img {
        max-width: 430px;
        width: 100%;
    }

    .loyalty-bg-banner {
        height: 470px;
    }

    .loyalty-banner-box h6 {
        font-size: 18px;
        line-height: 22.16px;
    }

    /* partners page css start here */
    .partner-main-box {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .partner-main-box {
        gap: 15px;
        margin-bottom: 15px;
    }

    .partner-feature-header h2 {
        font-size: 34px;
        line-height: 34px;
    }

    /* demo page css start */
    .demo-form-bg {
        padding: 35px 5px;
    }

    .custom-form-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .form-row-col {
        width: 100%;
        margin-bottom: 0px;
    }

    /* konnect page css start here */
    .konnect-content-box-heading {
        font-size: 30px;
        line-height: 35px;
    }

    .free-trial-block-1 p:nth-child(2) {
        line-height: normal;
    }

    .free-trial-block-1 {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .free-trial-block-1 .red-line {
        display: none;
    }

    /* home page css start here */
    .testimonial-bg-img {
        height: 200px;
    }

    .custom-banner-content h2 {
        font-size: 27.07px;
        line-height: 30.59px;
    }

    .testimonial-box {
        padding-left: 7px;
    }

    .testimonial-container {
        border-radius: 50px;
        margin-top: 60px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 500px) {


        .boost-slider-box {
            padding: 0 15px;
        }

        .boost-slider .owl-nav button.owl-prev {
            top: 54%;
        }
        .boost-slider .owl-nav button.owl-next {
            top: 54%;
        }
        .boost-slider .owl-nav button {
            width: 40px;
            height: 40px;
        }

    /* common css start here */

    /* home page css start here */
    .nav-primary-btn {
        padding: 10px 5px;
        color: black;
        font-size: 10px;
    }

    .banner-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }

    .banner-content-box h2 {
        font-size: 35.07px;
        line-height: 35.59px;
    }


}

@media screen and (max-width: 450px) {
    .left-footer-logo {
        max-width: 250px;
        height: 46px;
    }
}

