* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    overflow-x: hidden;
    background-color: #08050e;
    font-family: Poppins !important;

    scroll-behavior: smooth;
}

.header_part {
    padding-inline: 100px;
    padding-block: 15px;
    position: fixed;
    width: 100%;
    top: 20px;
    left: 0;
    z-index: 9;
}

.header_part.scrolled nav {
    border-radius: 20px;
    border: 1px solid #0000001a;
    background: rgba(0, 0, 0, 0.26);

    -webkit-backdrop-filter: blur(12.9px);
    backdrop-filter: blur(12.9px);
    padding-block: 15px;
    border-radius: 35px;
}

/* Dropdown Box */
.custom-dropdown {


    width: fit-content !important;
    padding: 15px 10px;
    /* left: -50px !important; */
    background: #08050e !important;
    backdrop-filter: blur(12.899999618530273px) !important;
    border: 1px solid #ffffff6e !important;
    border-radius: 16px;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, .45); */
    margin-top: 18px;
}

.header_part nav {
    background: transparent;
    transition: .3s;
    padding-inline: 50px;
}

.header_part .navbar-nav {
    display: flex;
    gap: 25px;
    align-items: center;
}

.header_part nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.logo_img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.header_part nav.scrolled {
    background: #000;
}

.space-bg {
    position: relative;
    width: 100%;

    overflow: hidden;
    padding-block: 200px 150px;
    padding-inline: 150px;
    /* padding-block: 15px; */
    background: radial-gradient(ellipse 1500px 460px at 0% 30%,
            #6c1eff59,
            transparent 70%),
        radial-gradient(ellipse 1500px 600px at 85% 80%,
            #ff003c4d,
            transparent 70%),
        radial-gradient(ellipse 700px 450px at 50% 45%,
            #6e007826,
            transparent 70%),

        #050507;
    z-index: 1;
}

.blog-card {
    background: #000;
    height: 100%;
    border-radius: 24px;
    border: 1px solid #4C597C;
    padding: 16px;
    transition: .35s;
    overflow: hidden;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px #00000073;
}

.blog-img {
    overflow: hidden;
    border-radius: 20px;

}

.product_sec {
    padding: 50px 150px;
}

.blog-img img {
    width: 100%;
    height: 270px;
    object-fit: fill;
    display: block;
    transition: .5s;
}

.blog-card:hover img {
    transform: scale(1.05);
}

.blog-content {
    padding-top: 18px;
}

.blog-date {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 30px;
    background: #26292f;
    color: #d7d7d7;
    font-size: 12px;
    margin-bottom: 18px;
}

.blog-content h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-content p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    line-height: 155%;

}


/* footer */
.footer_part {
    background: #1B1D22;
    padding: 44px 120px 40px 120px;
}


.footer-section {
    background: #1B1D22;
    color: #fff;
    padding: 80px 150px 40px 150px;

}

.footer-section a {
    text-decoration: none !important;
}

.crd1 {
    display: flex;
    align-items: flex-start;

    flex-direction: column;
    justify-content: space-between;
}



.footer-text {
    color: #b4b4bc;
    line-height: 22.75px;
    font-size: 16px;
    font-weight: 300;
    padding-right: 35px;
}

.footer-section h5 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
}

.footer-section h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 3px;
    height: 24px;
    background: #7d4cff;
}

.footer-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    transition: .3s;
    color: #b4b4bc;
}

.footer-section ul li a {
    color: #b4b4bc;
    text-decoration: none;


    font-size: 16px;
    font-weight: 300;
}

.footer-section ul li:hover a {
    color: #fff;
}

.footer-section ul li:hover {
    color: #fff;
    padding-left: 6px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    text-decoration: none;
    transition: .3s;
}

.social-icons a:hover {
    background: #7d4cff;

    transform: translateY(-3px);
}

.social-icons a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact-item img {
    width: 32px;
    height: 32px;
}

.contact-item a {
    text-decoration: none;
    color: unset;
}

.contact-item i {
    width: 42px;
    height: 42px;
    border: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
}

.contact-item span {
    color: #b4b4bc;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    cursor: default;
}

.contact-item span:hover {
    color: #fff;
}

.footer-section hr {
    margin: 30px 0 30px;
    border-color: #Fff;
}

.copyright {
    color: #d6d6d6;
    font-size: 18px;
}



/* footer */


/* Optional Glow */
.space-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            #0000001a,
            #00000059);
    pointer-events: none;
}

.main_div {
    position: relative;
    z-index: 2;
}

.header_p {
    width: fit-content;

    padding: 0px 15px;
    backdrop-filter: blur(52.2px);
    border-radius: 33554428px;
    background-color: #8e51ff47;
    border: 1px solid #8e51ff;
    box-sizing: border-box;

    font-size: 14px;
    color: #fff;
    font-family: Poppins;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_p span {
    font-size: 24px;
}

.main_text {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -1.8px;
    line-height: 85.6px;

    color: #fff;


}

.main_text span {
    color: #8e51ff;
}

.sub_titile {
    font-size: 20px;
    line-height: 29.25px;
    color: #fff;
    margin: 0;
    font-weight: 200;
}

.onpoint {
    align-items: center;
    margin-top: 25px;
    gap: 35px;
}

.onpoint h2 {

    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    color: #FFF;
    font-weight: 200;
}

.onpoint img {

    width: 24px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(81%) saturate(627%) hue-rotate(68deg) brightness(98%) contrast(79%);
}

.quto_btn:hover {
    color: #fff !important;
    background-color: #6b3ed6;
}

.quto_btn {
    color: #fff !important;
    font-size: 18px;
    width: fit-content !important;
    position: relative;
    border-radius: 12px !important;
    background-color: #6b3ed6 !important;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    box-sizing: border-box;
    cursor: pointer;

    font-weight: 400 !important;
    color: #fff;
    border: 1px solid #6b3ed6 !important;
    text-decoration: none;

}

.view_pro {
    color: #fff !important;
    font-size: 18px;
    border-radius: 12px !important;
    border: 1px solid #dfe1e7 !important;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    box-sizing: border-box;
    cursor: pointer;

    font-weight: 400 !important;
    color: #fff;
    font-family: Poppins;


}

.view_pro:hover {
    border: 1px solid #dfe1e7;
    color: #fff;
}

.code-box {
    margin-inline: 14px;
    width: 100%;
    max-width: 730px;
    padding-bottom: 100px;
    background: #070b12;
    border: 1px solid #ffffff14;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px #00000073;
}

.window-bar {
    height: 34px;
    background: #12161d;
    display: flex;
    align-items: center;
    padding: 0 14px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
}

.red {
    background: #ff5f56;
}

.yellow {
    background: #ffbd2e;
}

.green {
    background: #27c93f;
}

.title {

    margin-left: 10px;
    font-size: 13px;
    color: #7b8594;
}

.code-content {

    padding: 24px;
}

.pre {

    font-size: 18px;
    line-height: 1.8;
    white-space: pre-wrap;
    font-family: Consolas, monospace;

}

.orange {
    color: #ff8904;
}

.white {
    color: #ffffff;
}

.gray {
    color: #8f8f8f;
}


.green {
    color: #19df8b !important;
}

.cyan {
    color: #00fff6;
}

.yellow {
    color: #ffd34e;
}

.comment {
    color: #00c853;
}

/*==========================
Cards
==========================*/

.stats-grid {

    margin-top: -70px;

    width: 100%;
    max-width: 760px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}

.card {

    background: #212224;

    border: 1px solid #ffffff14;

    border-radius: 6px;

    padding: 28px;

    transition: .3s;
}

.card:hover {

    transform: translateY(-5px);
    border-color: #212224;
}

.card h2 {

    color: #2b7fff;

    font-size: 42px;

    font-weight: 800;
}

.card p {

    margin-top: 8px;

    color: #ffffff;

    font-size: 16px;
}

.purple {
    color: #8e51ff !important;
}

.orange-text {
    color: #ff8904 !important;
}

.green-text {
    color: #00bc7d !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}


@media(max-width:768px) {

    .stats-grid {

        grid-template-columns: 1fr;
    }

    pre {

        font-size: 15px;
    }

    .card h2 {

        font-size: 34px;
    }

}

.contactusbtn {
    background-color: #fff !important;
    color: #000000 !important;
    font-weight: 400 !important;
    border-radius: 12px;

    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px !important;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-size: 16px !important;
}


/* Remove Bootstrap default arrow spacing */
.custom-dropdown li {
    margin-bottom: 12px;
}

.custom-dropdown li:last-child {
    margin-bottom: 0;
}



/* Item Style */
.custom-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;


    font-size: 14px;
    font-weight: 500;

    transition: .3s;
}

/* Icon */
.custom-dropdown .dropdown-item i {
    font-size: 20px;
    width: 24px;
    text-align: center;
}

/* Hover */
.custom-dropdown .dropdown-item:hover {

    background-color: transparent !important;
    color: #8e51ff;
    transform: translateX(6px);
}

/* Remove Bootstrap active background */
.custom-dropdown .dropdown-item:active {

    color: #8e51ff;

}

.dropdown-toggle::after {
    display: none !important;
}

.navbar .dropdown {
    position: relative;
}

.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .3s ease;
    margin-top: 0;
}

.navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-toggle::after {
    display: none;
}

.our_solution {
    margin-top: 80px;
    padding-inline: 150px;
}

.component_header {
    margin-top: 15px;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -1.2px;
    line-height: 48px;

    color: #f0f2f5;
}

.Features_img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 20px #f8f8f830;
    border: 1px solid #ffffff2b;
}

.view_pro2 {
    color: #fff;
    font-size: 20px;
    border-radius: 12px;
    border: 1px solid #ffffff63;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 50px;
    box-sizing: border-box;
    cursor: pointer;

    font-weight: 300 !important;
    color: #fff;
    font-family: Poppins;
}

.view_pro2:hover {
    background-color: #8e51ff47;
    border: 1px solid #8e51ff;
    color: #fff;
}

/* client sec */

.bg_top_sec {
    background-image: url("../img/back_top.svg");
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 85px;
    padding-inline: 150px;
}

.trust_txt h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.trust_txt p {
    font-size: 16px;
    font-weight: 300;

    color: #fff;
}

.trust_client_sec {
    overflow: hidden;
}

.trust_client_sec .base-template__wrapper {
    max-width: 100dvw;
    padding-bottom: 50px;
}

.trust_client_sec .swiper-slide {
    width: 600px !important;
}



.trust_client_sec .swiper {
    width: 100%;
}

.trust_client_sec .swiper-wrapper {
    transition-timing-function: linear !important;
}


.base-template__content {
    margin-top: 35px;
}

.trust_client_sec .horizontal-ticker {
    margin: 0 -20px;
    display: flex;
    flex-direction: column;
    row-gap: 1.85vw;
}

.trust_client_sec .horizontal-ticker__slide {
    position: relative;
    width: 420px;
    /* aspect-ratio: 500 / 205; */
    border-radius: 10px;
    overflow: hidden;

}

.swiper-slide .quotaion_iconimg {
    width: 50px !important;
    margin-bottom: 20px;
}

.client_profile_div {
    display: flex;
    align-items: center;
    gap: 15px;

}

.client_profile_div img {
    width: 62px;
    height: 62px;
    border-radius: 50px;
}

.trust_card p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.client_profile_txt h4,
.client_profile_txt h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.client_profile_txt p {
    color: #ffffffc7;
    font-size: 14px;
    font-weight: 400;

}

.trust_card {
    background: #272828;
    border: 1px solid #ffffff24;
    border-radius: 25px;
    padding: 20px 25px;
    min-height: 280px;
    height: fit-content;
}

.flex_card {
    display: flex;
    flex-direction: column;
    min-height: 240px;
    justify-content: space-between;
}

/* client sec end */
/* faq */

.FAQ_sec {
    padding-block: 100px;
}

details {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ffffff24;
    background: #272828;
    box-shadow: 0 2px 8px -1px #0d0d120a;
}

details summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    list-style: none;
}

details summary::-webkit-details-marker {
    display: none;
}

.box p {
    margin: 0;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    color: #fff;
}

.contxt {
    height: 0;
    overflow: hidden;
    opacity: 0;

    transition:
        height 0.5s ease,
        opacity 0.3s ease;
}



/* Content */
.contxt {
    font-size: 16px !important;
    margin: 0 !important;
    padding-top: 0;
    font-weight: 300 !important;

    /* animation */
    max-height: 500px;
    opacity: 0;
    overflow: hidden;

    transition:
        height 0.5s ease,
        opacity 0.3s ease;
}

/* Open */
details[open] .contxt {
    max-height: 500px;
    opacity: 1;
    padding-top: 10px;
}

/* Plus box */
.plus_div {
    width: 22px;
    height: 22px;
    border: 2px solid #8B93A1;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.plusminus {
    position: relative;
    width: 14px;
    height: 14px;
}

/* Horizontal */
.plusminus::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #C1C7D0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

/* Vertical */
.plusminus::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #C1C7D0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;

    transition:
        transform 0.35s ease,
        opacity 0.3s ease;
}

/* Open = minus */
details[open] .plusminus::before {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}

details[open] summary {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.step_div {
    padding-left: 17px;

}

.nums {
    width: 1px;
    background-color: #fff;
}



.nums p {
    margin: 0;
    background-color: #8E51FF;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    margin-left: -15px;
}

.step_content h5,
.step_content h4,
.step_content h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
    /* 130% */
}

.step_content p {
    font-size: 16px;
    line-height: 29.25px;
    color: #fff;

    margin-bottom: 25px;
    font-weight: 200;
}

.step1 {
    display: flex;
    height: 100%;
    gap: 35px;
}

/* faq end */

/* form sec */
.idea_sec {
    background-image: url("../img/down-bg.svg");
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 100px;
}

.form_div {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #4C597C;
    background: #000;
    box-shadow: 0 0 61.6px 0 #6E7278 inset, 0 2px 8px -1px #0d0d120a;
    display: flex;
    padding: 32px 40px 40px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.input_group {
    margin-bottom: 15px;
}

.input_group label {
    font-size: 14px;

    font-weight: 400;
    color: #fff;
}

.input_group .form-control {
    border-radius: 10px;
    border: 1px solid #ffffff6e;
    background: #202633 !important;
    box-shadow: 0 1px 2px 0 #12376914, 0 0 0 1px #09194821;
    display: flex;
    height: 48px;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #fff !important;
    font-size: 16px !important;

    font-weight: 400 !important;
}

.input_group .form-control:focus {

    border: 1px solid #ffffff6e !important;

    outline: 0;
    box-shadow: 0 0 0 0rem ffffff6e !important;
}

.input_group .form-control::placeholder {
    color: #A4ACB9;
}

.input_group textarea {
    min-height: 130px !important;
}

.input_group select {
    color: #A4ACB9 !important;
}

.submit_btn {
    color: #fff;
    font-size: 16px;
    width: 100% !important;
    position: relative;
    border-radius: 12px;
    background-color: #8e51ff;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px !important;
    box-sizing: border-box;
    cursor: pointer;

    font-weight: 300 !important;
    color: #fff;
    text-decoration: none;
}

.confrim_btn {
    color: #fff !important;
    font-size: 16px;

    position: relative;
    border-radius: 12px !important;
    background-color: #8e51ff !important;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 300 !important;
    color: #fff;
    text-decoration: none;
}

.hrms_btn {
    color: #fff;
    font-size: 16px;
    width: 100% !important;
    position: relative;

    border-radius: 12px;
    background: var(--Button-Gradient, linear-gradient(90deg, #8021CD 0%, #DE2267 100%));
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    box-sizing: border-box;
    cursor: pointer;
    border: 0px;
    font-weight: 300 !important;
    color: #fff;
    text-decoration: none;
}


.hrms_btn:hover {
    color: #fff;
}

/* form sec end */

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}



.card_case img {
    height: 480px;
    object-fit: cover;
    border-radius: 16px;
}

.custom_bgi {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 100%, #5c3fdc00, transparent 51%), linear-gradient(180deg, #02051f 0%, #060936 57%, #28236f 100%);
}

.customgap {
    gap: 25px 0px;
}

/* Perspective grid */
.custom_bgi::before {
    content: "";
    position: absolute;
    left: -20%;
    bottom: -55%;
    width: 140%;
    height: 120%;

    background-image:
        linear-gradient(rgba(70, 130, 255, 0.22) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(70, 130, 255, 0.22) 1px,
            transparent 1px);

    background-size: 100px 60px;

    transform: perspective(500px) rotateX(60deg);
    transform-origin: center top;

    opacity: 0.7;
}

/* Purple glow */
.custom_bgi::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 300px;

    left: 50%;
    bottom: -100px;

    transform: translateX(-50%);

    background: radial-gradient(ellipse,
            rgba(110, 70, 255, 0.5),
            transparent 70%);

    filter: blur(30px);
    pointer-events: none;
}

.custom_bgi>* {
    position: relative;
    z-index: 2;
}

.expand_txt {
    color: #fff;
    text-align: center;
}

.whatup_icons {
    position: fixed;
    bottom: 85px;
    right: 30px;
    z-index: 999;
}



.what_imgpp {
    width: 70px;
    height: 70px;
}

.card_div img {
    width: 30px;
    height: 30px;
}

.soultion_cards img {
    width: 33px;
    height: 33px;
}

.process-icon img {
    width: 32px;
    height: 32px;
}

.pe-4 {
    padding-right: 84px !important;
}







.customgap2 {
    justify-content: center;
}

.customgap2 .cards3 {
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.31) !important;
    background: #160F16 !important;
    box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.19) inset !important;
    padding: 18px !important;
    overflow: hidden !important;
}

.customgap2 .cards3 .card_img {
    background: transparent !important;
    width: 52px;
    height: 52px;
    margin-bottom: 10px;
}

.customgap2 .cards3 .sim_p {
    color: #94A3B8;
}

.customgap2 .web_h3 {
    margin: 0;
}

.customgap2 .cards3 img {
    filter: none !important;
}

.customgap2 .cards3 img:hover {
    filter: none !important;
}

.customgap2 .cards3:hover {
    border-color: rgba(130, 83, 255, 0.9) !important;

    box-shadow:
        0px 0px 0px !important;

    transform: translateY(-3px);
}

/* Only bottom-center purple glow */
.customgap2 .cards3::before {
    content: "";
    position: absolute;

    width: 100%;
    height: 75px;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    background: radial-gradient(ellipse at center bottom,
            rgba(82, 48, 210, 0.75) 0%,
            rgba(82, 48, 210, 0.45) 35%,
            rgba(82, 48, 210, 0.15) 60%,
            transparent 100%);

    opacity: 0;
    transition: opacity 0.4s ease;

    pointer-events: none;
    z-index: 0;
}

/* Show only on hover */
.customgap2 .cards3:hover::before {
    opacity: 1;
}

.customgap2 .cards3:hover .sim_p {
    color: #fff;
}

/* Content above background */
.customgap2 .cards3>* {
    position: relative;
    z-index: 1;
}

.hr {
    margin-bottom: 30px;
    background-color: #b4b4bc;

}

.ads_appfooter .contact-item span {
    color: #d6d6d6;
    font-size: 20px;
    line-height: unset;
}

.ads_appfooter .contact-item img {
    width: 25px;
    height: 30px;
    filter: brightness(0) invert(1);
    opacity: 0.75;
}

.cllingicon {
    height: 24px !important;
}

.pl_4 {
    padding-left: 80px !important;
}

.quto_btn2 {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 25px;
}

.sub_titile2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.custom_higlight {
    background-color: #000 !important;
    border: 1px solid #595959;
}

.custom_higlight .text-dark {
    color: #94A3B8 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.custom_higlight .text-dark:hover {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.FAQ_sec .text-white p {
    font-weight: 300 !important;
}

.cusmt_jst {
    justify-content: end;
}

.mar_4 {
    margin-bottom: 35px;
}