    .custom-container {
        max-width: 1450px !important;
    }

    #apply_now {
        background-image: linear-gradient(310deg, #2152ff, #21d4fd);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }

    .blog-cate-item {
        padding-top: 10px;
    }

    /* Box Shadow and Background Styling */
    .shadow-sms {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        background-image: url("https://i.pinimg.com/736x/ab/78/1e/ab781eb85278ef04b78285f38e17a510.jpg");
        width: 100%;
        height: 175px;
        background-size: cover;
        background-position: center;
        border-radius: 8px;
        opacity: 1;
    }

    /* Search Box Positioning */
    .search-container {
        top: 85%;
        left: 50%;
        transform: translateX(-50%);
        padding: 5px;
        border-radius: 5px;
        max-width: 90%;
    }

    /* Search Input Styling */
    .search-input {
        width: 100%;
    }

    #search-box {
        border: 2px solid #217dfe;
    }

    .pagination .page-item.active .page-link {
        background-image: linear-gradient(310deg, #2152ff, #21d4fd);
        border: 1px solid gray;
        color: white; /* Text color */
    }

    .bg-primary {
        background-image: linear-gradient(310deg, #2152ff, #21d4fd);
    }

    li {
        padding: 0 8px 0px 8px;
    }

    .scroll-container {
        max-height: 500px;
        overflow-y: auto;
        padding: 10px;
    }