html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Verdana", sans-serif;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#owl-demo > div.owl-nav > button.owl-prev,#owl-demo > div.owl-nav > button.owl-next{
    outline: none;
    background: none;
    color: black;
}
#owl-demo > div.owl-dots{
    display: none;
}

@keyframes slideIn {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.close-chat {
    outline: none;
}
#ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 45rem;
    width: 100%;
}
a {
    text-decoration: none !important;
}
.font {
    font-size: 20px;
}
#text3 {
    position: relative;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
#text4 {
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
}
::selection {
    background-color: #59BA47;
    color: white;
}
.nav-tabs .nav-link {
    border: 1px solid #ddd;
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    background-color: #476641;
}
#nav {
    width: 100%;
    transition: top 0.3s, box-shadow 0.3s;
}

#nav.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.news-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.news-item img,
.news-item video {
    width: 100%;
    height: auto;
}

.news-item-body {
    padding: 15px;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-description {
    font-size: 14px;
    color: #666;
}
.card {
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-img {
    position: relative;
}
.card-img img {
    width: 100%;
    border-radius: 0.5rem;
}
.card-img .plus-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: white;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}
.card-body {
    padding: 10px;
}
.card-text {
    font-size: 14px;
}
.card-container {
    width: 100%;
    max-width: 300px;
}
.btn-success {
    background-color: #59BA47;
    border-color: #59BA47;
    width: 120px;
    height: 39px;
    flex-shrink: 0;
}
.btn-success:hover {
    background-color: #59BA47;
    border-color: #59BA47;
}
.sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    background-color: white;
    z-index: 9999;
    transition: 0.3s;
    box-shadow: 0px 0 0px rgba(0, 0, 0, 0.5);
}
.sidebar .nav-link {
    padding: 15px 20px;
    font-weight: 500;
    color: #000;
}
.sidebar .btn-primary {
    margin-left: 20px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.sidebar.open {
    left: 0;
}
.overlay.show {
    display: block;
}
#box2 {
    position: absolute;
    left: 0px;
}
.box1 {
    position: absolute;
    right: 0px;
}
#box {
    border-radius: 691px;
    background: rgba(89, 186, 71, 0.20);
    width: 623px;
    height: 610px;
    float: inline-start;
    margin-left: -358px;
}
.Revpaymentone {
    margin-top: 170px;
    margin-left: 74px;
    color: #000;
    font-family: unset;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.dscebya {
    margin-left: 74px;
    color: #000;
    font-family: unset;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.chatbtn {
    writing-mode: vertical-rl;
    margin-top: 60px;
    text-decoration: none;
    color: white !important;
    margin-left: 10px;
    transform: rotate(-181deg);
}
@media only screen and (max-width:600px) {
    .chattab {
        margin-top: -13.25rem !important;
    }
    .ios {
        margin-right: 0rem !important;
    }
    .ivs {
        margin-right: 0rem !important;
    }
    #text2 {
        margin-left: 100px;
    }
    #navbarNav {
        display: none;
    }
    #privacy {
        margin-left: 0rem !important;
    }
    #text3,
    #text4 {
        margin-left: 14px;
    }
}
@media only screen and (max-width: 769px),
only screen and (max-width: 943px),
only screen and (max-width: 1131px) {
    #navbarNav {
        display: none;
    }
}
.chattab {
    z-index: 9999;
    position: fixed !important;
    width: 48px;
    height: 221px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #59BA47;
    margin-top: 9.75rem;
}
#tabecommerce {
    font-family: unset;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: darkslategray;
}
#Product_Catalog_div_two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(25 145 3 / 64%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
#Product_Catalog_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(25 145 3 / 64%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
#Product_Catalog_div h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.20);
    font-family: unset;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}
.Experienceimg {
    max-width: 100%;
    height: auto;
}
#footer_heading_home,
#footer_heading_solution,
#footer_heading_about,
#footer_heading_dev {
    color: #FFF;
}
.search-container {
    position: relative;
    display: inline-block;
}
.search-bar {
    top: 0;
    right: 0;
    width: 0;
    height: 40px;
    transition: width 0.3s ease;
    overflow: hidden;
}
.search-bar input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 40px 0 10px;
    box-sizing: border-box;
}
.search-bar.open {
    width: 200px;
}
#search-toggle,
#close-search {
    right: 0px;
    padding: 0px;
    margin: 0px;
}
.search-icon,
.close-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.close-icon,
.sideclose-icon {
    display: none;
}
#close-search_side {
    padding: 0px;
}
.tab_nav_link {
    background-color: #E8E8E8;
    color: black;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
}

.tab_nav_link:hover {
    background-color: #59BA47;
    color: white;
}
.tab_nav_link.active {
    background-color: #59BA47;
    color: white;
}
.tab-pane {
    display: none;
}
.tab-pane.show.active {
    display: block;
}
.hovercolor:hover {
    color: #59BA47 !important;
}
#home:hover {
    color: #59BA47 !important;
}
#solution:hover {
    color: #59BA47 !important;
}
#solutionDropdown:hover {
    color: #59BA47 !important;
}
#developerDropdown:hover {
    color: #59BA47 !important;
}
#AboutDropdown:hover {
    color: #59BA47 !important;
}
#contact:hover {
    color: #59BA47 !important;
}
#about:hover {
    color: #59BA47 !important;
}
#free_statement_analysis:hover {
    color: #59BA47 !important;
}
#LegalPrivacy:hover {
    color: #59BA47 !important;
}
.nav-item .dropdown-menu {
    width: 300px;
}
.nav-item .dropdown-menu {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    opacity: 0;
    display: block;
    visibility: hidden;
}
.nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.dropdown-item {
    padding: 10px 20px;
}
.dropdown-item:hover {
    background-color: #59BA47;
    color: #fdfdfd;
}
.dropdown-item {
    font-weight: bold;
}
.button-file-upload {
    display: block;
    overflow: hidden;
    
    input[type="file"] {
        left: -1000px;
        position: fixed;
    }
    
    .fake-upload-button {
        margin-right: 12px;
        background-color: rgb(10, 10, 10);
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        line-height: 3;
        overflow: hidden;
        padding: 0 30px;
        position: relative;
        text-align: center;
        vertical-align: middle;
    }
    .button-file-upload-text {
        color: grey;
        float: left;
        font-size: 12px;
        line-height: 3;
    }
}

.wiper-track {
    display: grid;
    
    grid-template-columns: repeat(6, 1fr);
    
    column-gap: 1.5rem;
    margin: 0 auto;
    transition: transform 0.4s ease-in;
    padding: 0 1rem;
}
.wiper-item {
    /* width: 200px; */
    height: 300px;
    position: relative;
    transition: scale 0.2s linear;
}

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

.wiper {
    /* max-width: 960px; */
    position: relative;
    margin: 0 auto;
}
.active-swipe {
    transform: scale(1.1);
}
.wiper-button {
    margin: 0 1rem;
    height: 70px;
    width: 45px;
    position: absolute;
    top: 50%;
    background: transparent;
    border: none;
    transform: translateY(-50%);
    z-index: 1;
}
.wiper-button__left {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
.wiper__image-button {
    right: 50%;
    top: 50%;
    position: absolute;
    padding: 0.8rem 1rem;
    border-radius: 3px;
    background-color: white;
    border: none;
    font-size: 1.4rem;
    transform: translateY(-50%) translateX(50%);
    cursor: pointer;
}
.wiper-wrapper {
    overflow: hidden;
    padding: 2rem 0.5rem;
    margin: 0 auto;
    width: 83%;
}
.swiper__image-button {
    left: -17%;
    top: 50%;
    position: absolute;
    padding: 0.8rem 1rem;
    border-radius: 3px;
    border: none;
    font-size: 1rem;
    transform: translateY(-50%) translateX(50%);
    cursor: pointer;
}
.wiper__image {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.is-hidden {
    display: none;
}
.wiper-item {
    list-style: none;
}
.news-item {
    height: 250px;
}
.news-item img {
    height: 100%;
    object-fit: cover;
}
.text-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.overlayi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
}
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader img {
    width: 100px;
    height: 100px;
    animation: blink 1s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
body.loaded #loader {
    display: none;
}
section {
    padding: 4%;
}
.htwosub,
.hsixsub {
    color: #000000;
}
.form-subscribe {
    max-width: 600px;
    margin: 0 auto;
}
.form-subscribe .emailsub {
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    height: 46.5px;
    outline: none;
}
.form-subscribe .emailsub:focus {
    background-color: rgba(255, 255, 255, 0.9);
    outline: none;
}
.form-subscribe .btnsub {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    background: #7ec855;
    border-color: #7ec855;
    height: 46.5px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    margin-left: -2px;
}
.form-subscribe .btnsub:hover {
    background: #6eb848;
    border-color: #6eb848;
}