/* _content/SmartSoft_WebSitePortal/Views/Home/Clientele.cshtml.rz.scp.css */
[b-s0hrubh5ru] .client-card {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 10px 10px;
    position: relative;
    overflow: hidden;
}

    [b-s0hrubh5ru] .client-card::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle at top left, rgba(0, 123, 255, 0.12), transparent 60%);
        z-index: 0;
        transition: 0.5s;
    }

    [b-s0hrubh5ru] .client-card:hover::before {
        background: radial-gradient(circle at bottom right, rgba(0, 123, 255, 0.18), transparent 60%);
    }

[b-s0hrubh5ru] .client-logo {
    width: 167px;
    height: 77px;
    object-fit: contain;
    margin-bottom: 20px;
    border: 1px #bfbfbf solid;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    background: #fff;
    transition: all 0.4s ease;
    filter: brightness(1);
    padding: 6px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 6px;
}

[b-s0hrubh5ru] .client-card:hover .client-logo {
    transform: scale(1.1);
    filter: brightness(1.1);
}

[b-s0hrubh5ru] .client-title {
    font-weight: 600;
    color: #1e2a3b;
    font-size: 15px;
    text-align: center;
    margin-bottom: 6px;
    text-transform: uppercase;
    z-index: 1;
    height: 74px;
}

ul#companyTab .nav-link.active[b-s0hrubh5ru] {
    background: red;
    color: #ffff;
}

[b-s0hrubh5ru]  ul#companyTab .nav-link {
    position: relative;
    margin: 0 14px;
    background: #fff;
    border-top: 1px solid;
    color: #000;
    font-weight: 600;
}

    [b-s0hrubh5ru] ul#companyTab .nav-link::before {
        content: "";
        width: 30px;
        height: 46px;
        background: #fff;
        position: absolute;
        top: 0px;
        left: -15px;
        transform: skewX(-20deg);
        border-left: 1px solid;
        border-radius: 10px 0px 0px 0px;
    }

    ul#companyTab .nav-link[b-s0hrubh5ru]::after {
        content: "";
        width: 30px;
        height: 46px;
        background: #fff;
        position: absolute;
        top: 0px;
        right: -17px;
        transform: skewX(20deg);
        border-right: 1px solid;
        border-radius: 0 10px 0 0;
    }

[b-s0hrubh5ru] ul#companyTab .nav-link.active::before,
ul#companyTab .nav-link.active[b-s0hrubh5ru]::after {
    background: red;
}

[b-s0hrubh5ru] .client-location {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 5px;
    text-align: center;
    z-index: 1;
}

[b-s0hrubh5ru]  .client-info {
    font-size: 0.9rem;
    color: #444;
    z-index: 1;
    line-height: 1.5;
    text-align: center;
}

[b-s0hrubh5ru] .highlight {
    /*color: #007bff;*/
    font-weight: 500;
}

[b-s0hrubh5ru] .client-footer {
    margin-top: auto;
    font-size: 0.85rem;
    color: #555;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0 0 18px 18px;
    z-index: 1;
}

[b-s0hrubh5ru] .client-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

[b-s0hrubh5ru]  @keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to[b-s0hrubh5ru] {
        opacity: 1;
        transform: translateY(0);
    }
}

[b-s0hrubh5ru]  .client-card {
    animation: fadeUp 0.8s ease forwards;
}

/* _content/SmartSoft_WebSitePortal/Views/Home/contact.cshtml.rz.scp.css */
[b-7fci7ygwnj] .captcha-error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}
[b-7fci7ygwnj]  .captcha-refresh {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 18px;
    color: #007bff;
}

    [b-7fci7ygwnj]  .captcha-refresh:hover {
        color: #0056b3;
    }

[b-7fci7ygwnj] .captcha-input {
    width: 150px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    [b-7fci7ygwnj] .captcha-input:focus {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 4px rgba(0, 123, 255, 0.3);
    }

[b-7fci7ygwnj]  .captcha-image {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    background-color: #f9f9f9;
}

[b-7fci7ygwnj] .captcha-container {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#Submit-preloader[b-7fci7ygwnj] {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.Submitclear-loader[b-7fci7ygwnj] {
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    text-align: center;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Submitloader span[b-7fci7ygwnj] {
    width: 200px;
    height: 200px;
    border: 12px solid transparent;
    border-radius: 50%;
    position: absolute;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

    .Submitloader span:nth-child(1)[b-7fci7ygwnj] {
        border-bottom-color: var(--themeht-primary-color);
        animation-name: rotate1;
    }

    .Submitloader span:nth-child(2)[b-7fci7ygwnj] {
        border-right-color: var(--themeht-primary-color2);
        animation-name: rotate2;
    }

    .Submitloader span:nth-child(3)[b-7fci7ygwnj] {
        border-top-color: var(--themeht-primary-color3);
        animation-name: rotate3;
    }

    .Submitloader span:nth-child(4)[b-7fci7ygwnj] {
        border-left-color: var(--themeht-bg-dark-color);
        animation-name: rotate4;
    }

.Submitloader-text[b-7fci7ygwnj] {
    color: var(--themeht-text-color);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--themeht-secondary-font-family);
    margin-top: 10px;
    letter-spacing: 2px;
    animation-name: fadeInOut;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    opacity: 0;
}
/* _content/SmartSoft_WebSitePortal/Views/Home/gallery25thanniversary.cshtml.rz.scp.css */
body[b-l3b188jhrg] {
    background-color: #f8f9fa;
}

h1[b-l3b188jhrg] {
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    color: #333;
}

.event-card[b-l3b188jhrg] {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .event-card:hover[b-l3b188jhrg] {
        transform: scale(1.03);
    }

.event-title[b-l3b188jhrg] {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    font-size: 1.1rem;
    font-weight: 500;
}

/* _content/SmartSoft_WebSitePortal/Views/Shared/_Layout.cshtml.rz.scp.css */


.footer[b-p8rjnzhb2p] {
    background: #06418d;
    color: #878787;
    position: relative;
}

    .footer h5[b-p8rjnzhb2p] {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        margin-bottom: 20px;
    }

        .footer h5[b-p8rjnzhb2p]::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -10px;
            height: 2px;
            width: 50px;
            background: #ff5e14;
        }

    .footer a[b-p8rjnzhb2p] {
        color: #ffff;
        text-decoration: none;
    }

        .footer a:hover[b-p8rjnzhb2p] {
            color: #ff5e14;
        }

.single-cta[b-p8rjnzhb2p] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .single-cta i[b-p8rjnzhb2p] {
        color: #ff5e14;
        font-size: 28px;
        margin-right: 15px;
        margin-top: 8px;
    }

.cta-text h4[b-p8rjnzhb2p] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #fff;
}

.cta-text span[b-p8rjnzhb2p] {
    color: #fff;
    font-size: 15px;
}

.footer .social-icons a[b-p8rjnzhb2p] {
    display: inline-block;
    color: #000;
    font-size: 18px;
    margin-right: 10px;
    background: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    transition: 0.3s;
}

    .footer .social-icons a:hover[b-p8rjnzhb2p] {
        background: #ff5e14;
        color: #fff;
    }

.footer .contact-us iframe[b-p8rjnzhb2p] {
    border: 0;
    width: 100%;
    height: 180px;
    border-radius: 6px;
}

.secondary-footer[b-p8rjnzhb2p] {
    background: #ff5e14;
    color: #fff;
}

.useful-links[b-p8rjnzhb2p] {
    padding-left: 80px;
}
