/* .light-style .landing-hero {
    background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%)!important;
    display: flex!important;
    justify-content: center!important;
    align-items: start!important;
    padding-top: 80px!important;
} */
.bg-12 {
    background-color: #000 !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.t-32 {
    top: -32% !important;
}

.pos-rel {
    position: relative !important;
}

.w-62 {
    width: 62% !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-9 {
    font-size: 9px !important;
}


thead {
    background: #124E66 !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.bot-302 {
    bottom: 302px !important;
}

.section-pading {
    padding: 11.25rem 0;
}

.fw-500 {
    font-weight: 500 !important;
}

.t-132 {
    top: -132px !important;
}

.t-105 {
    top: -105px !important;
}



.test_alert {
    position: fixed;
    bottom: 40px;
    right: 10px;
    display: block;
    background: #E5FFEC;
    color: white;
    padding: .85rem 1.5rem;
    border-radius: 10px;
    animation: showtwosec 2.5s linear;
    opacity: 0;
    z-index: 999999;
    border: 1px solid #7CCC91;

}

.test_alert.bg-danger {
    background: #FCEDE9;
    border-color: #ECB8AD;
}

.test_alert.bg-danger h4 {
    color: #EA502E;
}


@keyframes showtwosec {
    0% {
        transform: translateX(300px);
    }

    20% {
        transform: translateX(0px);
        opacity: 1;
        z-index: 999999;
    }

    90% {
        transform: translateX(0px);
        opacity: 1;
        z-index: 999999;
    }

    100% {
        transform: translateX(0px);
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .landing-hero .hero-text-box {
        max-width: 870px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 425px) {
    .t-12 {
        top: -12% !important;
    }

    .t-75 {
        top: -75px !important;
    }

}

@media screen and (max-width: 768px) {
    .wid-100 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {

    .t-15 {
        top: -15% !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

    .t-28 {
        top: -28% !important;
    }

    .t-105 {
        top: -105px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1888px) {

    .w-348 {
        width: 348px !important;
    }
}

.ink-style {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    padding: 5px;
    display: inline-block;
    overflow: hidden;
}

.glide-up {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}

.glide-up::before {
    content: 'View';
    position: absolute;
    top: 100%;
    left: 0;
    color: #2980b9;
    transform: translateY(0%);
    transition: transform 0.3s ease;
}

.ink-style:hover .glide-up {
    transform: translateY(-100%);
}

.ink-style::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2980b9;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: right;
}

.ink-style:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.logo-f-lg {
    font-size: 20px;
}

.text-gray {
    color: #3a3a3a !important;
}

.bs-stepper-header {
    overflow-x: auto !important;
}

.text-g {
    color: #808080 !important;
}

/* Enhanced tooltip styling */
.tooltip-custom {
    cursor: pointer;
    font-size: 13px;
    margin-left: 5px;
}

/* Bootstrap tooltip customization */
.tooltip {
    opacity: 1 !important;
}

.tooltip .tooltip-inner {
    max-width: 350px;
    padding: 10px 15px;
    color: #fff;
    text-align: left;
    background-color: #343a40;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    line-height: 1.5;
}

.tooltip-content .tooltip-list {
    margin: 0;
    padding-left: 18px;
    list-style-type: disc;
}

.tooltip-content .tooltip-list li {
    margin-bottom: 6px;
    line-height: 1.3;
    white-space: normal;
}

.tooltip-content .tooltip-list li:last-child {
    margin-bottom: 0;
}

/* Make tooltip more visible on hover */
.tooltip-custom:hover {
    color: #0d6efd;
}

/* Additional Bootstrap tooltip arrow styling */
.tooltip .arrow::before,
.tooltip .arrow {
    border-top-color: #343a40 !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-30 {
    width: 30% !important;
}