html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
/* whatsapp */
.whatsapp-float {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #25d366;
    color: white;
    font-size: 42px;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
        background-color: #1ebe5d;
        text-decoration: none;
    }

.card-title {
    color: black !important;
}
@media (max-width: 576px) {
    .card-title {
        color: white !important;
    }
}

    /*navbar*/
    .affixHeader {
        position: sticky;
        top: 0;
        z-index: 1050;
        background-color: #fff;
        padding: 29px 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .slide-toggle-2 {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .toggle-button {
        display: none;
        cursor: pointer;
    }

    .navicon-line {
        width: 25px;
        height: 3px;
        background-color: #333;
        margin: 4px 0;
    }

    .small-menu ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 0;
        margin: 0;
        gap: 10px;
    }

        .small-menu ul li {
            display: inline-block;
        }

            .small-menu ul li a {
                text-decoration: none;
                color: #333;
                padding: 6px 10px;
                font-size: 20px;
            }

                .small-menu ul li a.active {
                    color: #020033;
                    font-weight: bold;
                    border-bottom: 2px solid #020033;
                }

    .mobile-icon-arrow {
        display: inline-block;
    }

    .hide-mobile-brodcom {
        display: inline-block;
    }

    /* ?? Mobile Styles */
    @media (max-width: 768px) {
        .toggle-button {
            display: block;
        }

        .small-menu ul {
            flex-wrap: nowrap;
        }

            /* Hide all initially */
            .small-menu ul li {
                display: none !important;
            }

            /* When toggled, only show Home and About Us + arrow */
            .small-menu ul.show-home-about li:nth-child(1), /* Home */
            .small-menu ul.show-home-about li:nth-child(2), /* Arrow */
            .small-menu ul.show-home-about li:nth-child(3) { /* About Us */
                display: inline-block !important;
            }

        .hide-mobile-brodcom {
            display: none !important;
        }

        /* Put menu directly after toggle on same row */
        .affixHeader .container {
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
        }

        .slide-toggle-2 {
            flex-direction: row;
            flex-wrap: nowrap;
        }

        .small-menu ul {
            margin-left: 10px;
        }
    }

    @media (min-width: 769px) {

        .toggle-button {
            display: none;
        }

        .small-menu ul {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

            .small-menu ul li {
                display: inline-block !important;
                text-align: center;
            }
    }

    @media (min-width: 768px) {
        .affixHeader .container {
            display: flex;
            justify-content: center;
        }
    }

    @media (max-width:768px) {
        .affixHeader .container {
            display: flex;
            justify-content: left;
        }
    }
    /* service-section*/
    .service-block {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .service-section.service-page {
        padding: 20px 0px 100px 0px;
    }

    .service-section {
        position: relative;
        padding: 95px 0px 120px 0px;
    }

        .service-section .anim-icon {
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            max-width: 1200px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
        }

            .service-section .anim-icon .icon-1 {
                position: absolute;
                left: -25px;
                top: 45px;
                width: 170px;
                height: 250px;
                background-repeat: no-repeat;
                background: url("../Images/Staffing/anim-icon-1.png");
            }

            .service-section .anim-icon .icon-2 {
                position: absolute;
                top: 140px;
                right: 130px;
                background: #f0e6e0;
                width: 120px;
                height: 120px;
                border-radius: 50%;
                -webkit-animation: zoom-fade 5s infinite linear;
                animation: zoom-fade 5s infinite linear;
            }

        .service-section.service-page .sec-title {
            margin-bottom: 50px;
        }

        .service-section .sec-title {
            margin-bottom: 33px;
        }

        .service-section.service-page .service-block-one {
            margin-top: 0px;
            margin-bottom: 30px;
        }

    .service-block-one {
        margin-top: 20px;
    }

        .service-block-one .inner-box {
            position: relative;
            display: block;
            text-align: center;
        }

            .service-block-one .inner-box .image-box {
                position: relative;
                width: 370px;
                height: 300px;
                display: block;
                overflow: hidden;
                border-radius: 10px;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            }

                .service-block-one .inner-box .image-box img {
                    border-radius: 10px;
                    transition: all 500ms ease;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .service-block-one .inner-box .lower-content {
                position: relative;
                padding: 0px 45px;
            }

                .service-block-one .inner-box .lower-content .content-box {
                    position: relative;
                    margin-top: -80px;
                    /*  left: -20px;*/
                    transition: all 500ms ease;
                }

                    .service-block-one .inner-box .lower-content .content-box .inner {
                        position: relative;
                        display: block;
                        background: #fff;
                        border-radius: 10px;
                        padding: 30px 15px 22px 15px;
                        margin-bottom: 21px;
                        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
                    }

                        .service-block-one .inner-box .lower-content .content-box .inner .icon-box img {
                            position: relative;
                            display: inline-block;
                            margin-bottom: 12px;
                            width: 70px;
                            height: 70px;
                        }

                        .service-block-one .inner-box .lower-content .content-box .inner h4 {
                            font-size: 16px;
                            line-height: 30px;
                            font-weight: 700;
                        }

                    .service-block-one .inner-box .lower-content .content-box .link a {
                        position: relative;
                        display: inline-block;
                        font-size: 14px;
                        line-height: 26px;
                        font-family: "Nunito Sans", sans-serif;
                        color: #000249;
                        font-weight: 700;
                        text-transform: uppercase;
                    }

                .service-block-one .inner-box .lower-content .overlay-content {
                    position: absolute;
                    left: 30px;
                    top: 30px;
                    background: #243642;
                    color: #fff;
                    border-radius: 10px;
                    width: calc(100% - 60px);
                    overflow: hidden;
                    visibility: hidden;
                    opacity: 0;
                    z-index: 1;
                    transition: all 500ms ease;
                    height: 200px;
                }

                    .service-block-one .inner-box .lower-content .overlay-content p {
                        position: relative;
                        display: block;
                        font-size: 17px;
                        line-height: 28px;
                        color: rgba(255, 255, 255, 0.5);
                        font-weight: 500;
                        text-align: left;
                        padding-left: 5px;
                    }

                    .service-block-one .inner-box .lower-content .overlay-content ul {
                        margin: 0;
                        list-style-type: disc;
                    }

                        .service-block-one .inner-box .lower-content .overlay-content ul li {
                            color: rgba(255, 255, 255, 0.85); /* a bit brighter than 0.5 */
                            font-size: 16px;
                            line-height: 26px;
                            margin-bottom: 6px;
                            text-align: left;
                        }

                    .service-block-one .inner-box .lower-content .overlay-content a {
                        background: #ff5956;
                    }

                    .service-block-one .inner-box .lower-content .overlay-content a {
                        position: relative;
                        display: block;
                        padding: 6px 15px 13px 15px;
                        font-size: 14px;
                        line-height: 26px;
                        font-family: "Nunito Sans", sans-serif;
                        color: #fff;
                        font-weight: 700;
                        text-transform: uppercase;
                    }

            .service-block-one .inner-box:hover .lower-content .overlay-content {
                top: 0px;
                opacity: 1;
                visibility: visible;
            }

            .service-block-one .inner-box:hover .lower-content .content-box {
                opacity: 0;
            }

    .sec-title .top-title:before {
        position: absolute;
        content: "";
        background: #f0e6e0;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        left: -25px;
        top: 8px;
        z-index: -1;
    }

    .sec-title .top-title:after {
        position: absolute;
        content: "";
        background: #f0e6e0;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 24px;
        height: 24px;
        border-radius: 3px;
        left: 9px;
        top: 0px;
        z-index: -1;
    }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 44px;
        line-height: 54px;
        font-weight: 700;
    }

    .sec-title p {
        font-size: 18px;
        line-height: 26px;
        margin-top: 16px;
    }

    .sec-title .top-title {
        color: #ff5956;
    }

    .sec-title .top-title {
        position: relative;
        display: inline-block;
        font-size: 15px;
        line-height: 26px;
        font-family: "Muli", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 12px;
        padding-top: 28px;
        z-index: 1;
    }
    /* Tablet view (<=991px) */
    @media (max-width: 991px) {
        .service-block-one .inner-box .image-box {
            width: 100%;
        }

        .service-block-one .inner-box .lower-content {
            padding: 0 20px;
        }

            .service-block-one .inner-box .lower-content .content-box .inner {
                padding: 20px 10px;
            }
    }

    /* Mobile view (<=767px) */
    @media (max-width: 767px) {
        .service-section {
            padding: 60px 0;
        }

        .service-block {
            padding-left: 10px !important;
            padding-right: 10px !important;
            margin-bottom: 30px;
        }

        .service-block-one .inner-box {
            margin-left: auto;
            margin-right: auto;
        }

            .service-block-one .inner-box .image-box {
                width: 100%;
                height: auto;
            }

            .service-block-one .inner-box .lower-content {
                padding: 0 15px;
            }

                .service-block-one .inner-box .lower-content .content-box {
                    left: 0;
                    margin-top: -60px;
                }

                .service-block-one .inner-box .lower-content .overlay-content {
                    left: 15px;
                    width: calc(100% - 30px);
                    height: auto;
                    padding-bottom: 15px;
                }

                    .service-block-one .inner-box .lower-content .overlay-content p {
                        font-size: 16px;
                        line-height: 24px;
                    }

                    .service-block-one .inner-box .lower-content .overlay-content ul li {
                        font-size: 15px;
                        line-height: 24px;
                    }
    }

    /* Very small devices (<=480px) */
    @media (max-width: 480px) {
        .sec-title h2 {
            font-size: 28px;
            line-height: 36px;
        }

        .service-block-one .inner-box .lower-content .content-box .inner h4 {
            font-size: 15px;
        }

        .service-block-one .inner-box .lower-content .overlay-content ul li {
            font-size: 14px;
        }
    }

/*  Vishal22July2025  */
    @media only screen and (max-width: 767px) {
        .affixHeader {
            display: none !important;
        }
    }

@media (max-width: 768px) {
    .affixHeader.affix-top {
        display: none !important;
    }
}
@media (hover: hover) and (pointer: fine) {
    /* Show dropdown on hover */
    .nav-item.submenu:hover > ul {
        display: block !important; /* or use your dropdown show class */
    }
}







