.pac-container {
    z-index: 9999 !important;
}

.info-tech__card {
    background: white;
    border-radius: 32px;
    padding: 35px 24px 30px;
    margin-bottom: 30px;
}

.small__info.info-tech__card {
    border-radius: 20px;
    padding: 20px 15px 18px;
}

.info-tech__card--title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #262626;
    text-align: center;
    margin-bottom: 20px;
}

.small__info .info-tech__card--title {
    font-weight: 1000;
    font-size: 20px;
    margin-bottom: 12px;
}

.info-tech__card-item--main {
    display: flex;
    align-items: center;
    padding: 15px 16px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
    gap: 8px;
}

.small__info .info-tech__card-item--main {
    padding: 10px 12px;
    border-radius: 5px;
    margin-bottom: 0;
    gap: 6px;
}

.info-tech__card-item .item__icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.small__info .info-tech__card-item .item__icon {
    width: 14px;
    height: 14px;
}

.info-tech__card-item .item__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #262626;
    margin-bottom: 0;
}

.small__info .info-tech__card-item .item__title {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info-tech__card-more-btn {
    color: #00a34a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: unset;
}

.small__info .info-tech__card-more-btn {
    font-size: 12px;
}

.info-tech__card-list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
}

.funct__area-card {
    display: flex;
    align-items: center;
    padding: 18px 22px;
    background: #ffffff;
    box-shadow: 4px 8px 90px -10px rgba(190, 205, 216, 0.35);
    border-radius: 16px;
    margin-bottom: 20px;
    text-align: left;
    gap: 20px;
}

.funct__area-card-img {
    width: 22px;
    height: 22px;
}

.funct__area-card-title {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    color: #262626;
}

.hero_wrapper {
    position: relative;
    padding-top: 28px;
    padding-bottom: 133px;
}

.hero__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 60px));
    width: 100%;
}

.hero_title {
    margin-bottom: 15px !important;
}

.app-link-container-desktop {
    display: block !important;
}

/* ----------------------------------------- */

.karma__app-section {
    background-position: right;
    background-size: contain;
    background-color: #0c443c;
    color: white;
}

.karma__app-wrapper {
    position: relative;
    padding: 80px 20px;
}

.karma__app-section-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 112%;
    object-fit: cover;
}

.karma__app-content {
    max-width: 680px;
    position: relative;
    z-index: 99;
    width: 100%;
}

.karma__app-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.karma__app-desc {
    color: white;
    font-size: 16px;
    margin-bottom: 25px;
}

.image-carousel {
    position: absolute;
    width: 100%;
    height: 90vh;
}

.carousel-image {
    position: absolute;
    object-fit: cover;
    opacity: 0;
    width: 100%;
    height: 90vh;
    transition: opacity 2s ease-in-out;
}

/* Initially show the first image */
.carousel-image:nth-child(1) {
    opacity: 1;
}

.logo_inner {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 40px auto;
    width: 100%;
}

#nav_wrapper .logo_sec {
    display: flex;
    align-items: center;
    gap: 15px;
}

#nav_wrapper .logo_sec img {
    max-width: 60px;
    width: 100%;
}

#nav_wrapper .logo_sec h1 {
    color: white;
    font-size: 28px;
    line-height: 38px;
    text-align: start;
    margin-bottom: 0;
}

#nav_wrapper .logo_sec p {
    color: white;
    font-size: 18px;
    line-height: 26px;
    margin-left: 2px;
    text-align: start;
    margin-bottom: 0;
}

/* Add more nth-child selectors for additional images if needed */

@keyframes fade-animation {

    0%,
    33.33% {
        opacity: 1;
    }

    66.66%,
    100% {
        opacity: 0.6;
    }
}

/* --------------------------------- */
/* responsive */
/* --------------------------------- */
@media only screen and (max-width: 600px) {
    .welc__hero {}
}

@media only screen and (max-width: 991px) {
    .karma__app-title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .karma__app-title {
        font-size: 30px;
    }
}
