﻿
a:hover {
    cursor: pointer;
    text-decoration: underline;
}


#loom-companion-mv3 {
    display: none;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}


.ADSBox {
    background-image: url('https://oneworldlancer.com/app_img/img_ads_repeat.png');
    background-repeat: repeat;
}


.portfolioBox {
    background-image: url('https://oneworldlancer.com/app_img/img_ads_repeat.png');
    background-repeat: repeat;
}



#div_FeatureList .feture-tabs {
    margin-top: 0px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

input.form-control {
    background-color: #ffffcc !important;
    border: 1px solid #0a75bb;
}


select.form-select {
    background-color: #ffffcc !important;
    border: 1px solid #0a75bb;
}

textarea {
    background-color: #ffffcc !important;
    background: #ffffcc !important;
    border: 1px solid #0a75bb;
    height: 100px;
    min-height: 100px;
    white-space: pre;
}

    textarea.form-control {
        background-color: #ffffcc !important;
        background: #ffffcc !important;
        border: 1px solid #0a75bb;
        height: 100px;
        min-height: 100px;
        white-space: pre;
    }


.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #4154f1 !important;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: black !important;
}

.form-check, .form-check-input, .form-check-label {
    color: black !important;
}


.feature-box {
    padding: 22px 18px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}

    .feature-box h3 {
        font-size: 15px;
        color: #012970;
        font-weight: 600;
        margin: 0;
    }

    .feature-box i {
        line-height: 0;
        background: #ecf3ff;
        padding: 4px;
        margin-right: 10px;
        font-size: 24px;
        border-radius: 3px;
        transition: 0.3s;
    }

    .feature-box:hover i {
        background: #4154f1;
        color: #fff;
    }

.feture-tabs {
    margin-top: 120px;
}

    .feture-tabs h3 {
        color: #012970;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 10px;
    }

.nav-link {
    background: none;
}

.nav-pills .nav-link.active {
    background-color: #0d6efd;
    */ background-color: transparent;
}



.feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

    .feture-tabs .nav-link.active {
        color: #4154f1;
        border-bottom: 3px solid #4154f1;
    }

.feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #012970;
}

.feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #4154f1;
}

.feature-icons {
    margin-top: 120px;
}

    .feature-icons h3 {
        color: #012970;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center;
    }

    .feature-icons .content .icon-box {
        display: flex;
    }

        .feature-icons .content .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
            color: #012970;
        }

        .feature-icons .content .icon-box i {
            font-size: 44px;
            line-height: 44px;
            color: #0245bc;
            margin-right: 15px;
        }

        .feature-icons .content .icon-box p {
            font-size: 15px;
            color: #848484;
        }


/* Hide scrollbar for a specific element in Firefox */
html, body {
    scrollbar-width: none; /* Hide scrollbar */
    overflow-y: scroll; /* Enable scrolling */
}

    /* Optional: Hide scrollbar for other browsers */
    html::-webkit-scrollbar, body::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }


.services-premium {
    text-align: center;
}

.title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
}

.subtitle {
    color: #6b7280;
    margin-bottom: 60px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: auto;
}

.services-premium .card {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    border: 2px solid whitesmoke !important;
    transition: all 0.35s ease;
    overflow: hidden;
}

    /* Glow border */
    .services-premium .card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 20px;
        padding: 1px;
    }

.services-premium .icon-wrap {
    margin-bottom: 20px;
}

    .services-premium .icon-wrap img {
        height: 80px;
        transition: 0.3s;
    }

.services-premium .card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.services-premium .card p {
    color: #555;
    font-size: 14px;
    margin-bottom: 15px;
}

.services-premium .tag {
    font-size: 14px;
    color: #2563eb;
    font-weight: 600;
}

/* Hover effect */
.services-premium .card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.2);
}

.card:hover img {
    transform: scale(1.1);
}

/* CTA */
.services-premium .cta-wrap {
    margin-top: 70px;
}

.services-premium .btn-main {
    background: #4154f1;
    padding: 16px 32px;
    margin-left: 30px;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

    .services-premium .btn-main:hover {
        transform: translateY(-2px);
    }

.services-premium .note {
    margin-top: 10px;
    font-size: 13px;
    color: #888;
}


.btn-get-started-now {
    background: #4154f1;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}
