body {
    background: #f4f8f9;
    font-family: "Roboto", Arial, sans-serif;
    margin: 0;
    color: #373460;
}
header {
    background: #a3151c;
    color: #fff;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.navbar {
    background: #373460;
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 0.8rem 0;
}
.navbar a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: color 0.2s;
    position: relative;
}
.navbar a:hover {
    color: #a3151c;
}
.main-logo {
    margin: 32px auto 18px auto;
    display: block;
    max-width: 260px;
    border-radius: 12px;
}
.tagline {
    text-align: center;
    font-weight: 700;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    color: #383838;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    padding: 10px;
}
.quick-links {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.02rem;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0px 10px 10px 10px;
}
.home-about {
    padding: 22px 24px 14px 24px !important;
    text-align: justify;
}
.quick-links a {
    color: #a3151c;
    background: #f4f8f9;
    border: 2px solid #a3151c;
    padding: 0.15rem 1.1rem;
    border-radius: 18px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.quick-links a:hover {
    background: #a3151c;
    color: #fff;
}
.join-channels {
    text-align: center;
    margin: 25px 0 25px 0;
    font-size: 1.05rem;
}
.join-channels a {
    margin: 0 0.5rem;
    font-weight: 700;
    color: #0ca914;
    text-decoration: underline;
}

.section-title {
    color: #a3151c;
    font-size: 1.15rem;
    margin: 26px 0 12px 0;
    font-weight: 700;
    text-align: left;
}
.content-section {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 22px 24px 14px 24px;
    box-shadow: 0 4px 40px 0 rgba(55, 52, 96, 0.07);
    margin-bottom: 24px;
}
.highlighted-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 2rem;
    margin-top: 12px;
}
.highlighted-links a {
    color: #373460;
    background: #e4dba9;
    padding: 0.13rem 0.8rem;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.01rem;
    transition: background 0.2s;
}
.highlighted-links a:hover {
    background: #c3c8de;
    color: #a3151c;
}

.main-content-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 1.8rem;
}
.block-section {
    background: #f4f8f9;
    border-radius: 10px;
    box-shadow: 0 2px 16px 0 #c3c8de70;
    padding: 18px 22px 13px 22px;
}
.block-section ul {
    padding-left: 20px;
}
.block-section li {
    margin-bottom: 0.56rem;
    font-size: 1.01rem;
}
.block-section a {
    color: #a3151c;
    text-decoration: none;
    font-weight: 500;
}
.block-section a:hover {
    text-decoration: underline;
}
.view-more {
    color: #fff !important;
    background: #a3151c;
    border-radius: 12px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 5px 26px;
    display: inline-block;
    margin: 8px 0 0 0;
    text-decoration: none;
    transition: background 0.2s;
}
.view-more:hover {
    background: #373460;
}

.job-details-container {
    max-width: 800px;
    margin: 32px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 32px 24px;
    font-family: "Roboto", Arial, sans-serif;
}

.job-details-container h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2d2d6a;
}

.job-meta {
    font-size: 1rem;
    color: #666;
    margin-bottom: 18px;
}

.job-description {
    font-size: 1.08rem;
    color: #222;
    line-height: 1.7;
}

.main-title {
    font-weight: 700;
    font-size: 29px;
}

.site-info {
    text-align: center;
    font-size: 16px;
    background-color: #fff;
}
.inside-site-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
}
.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.footer-bar .widget_nav_menu > div > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-bar .widget_nav_menu li:first-child {
    margin-left: 0;
}
.footer-bar .widget_nav_menu li {
    margin: 0 10px;
    padding: 0;
}
.widget ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.5em;
}
.footer-bar-align-right .copyright-bar {
    order: -20;
    margin-right: auto;
}

/* Navbar Base */
.navbar {
    background-color: #322e5a;
    padding: 10px 20px;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: color 0.2s;
}

.nav-links li a:hover {
    color: #ffcc00;
}

/* Mobile Toggle Button */
.menu-toggle {
    display: none;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
}

.header-section {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.edutpoint-logo {
    height: 70px;
    border-radius: 8px;
}
.input-edu {
    border-radius: 5px;
}
.btn-search {
    background-color: #dc3545;
    border-radius: 8px;
    font-weight: bold;
}

.title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.subtitle {
    display: block;
    width: 300px;
    margin: 0 auto 50px;
    border-top: 4px solid #dc3545;
}
.btn-apply {
    display: block;
    width: 300px;
    margin: 0 auto 60px;
    background-color: #dc3545;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
}
.btn-apply:hover {
    background-color: #c82333;
    color: white;
}
.job-card {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px;
    background-size: cover;
}
.job-card h5 {
    font-size: 1.1rem;
    line-height: 1.4;
}
/* Gradient backgrounds to match the image */
.card-1 {
    background: linear-gradient(to right, #1e3a8a, #3b82f6);
}
.card-2 {
    background: linear-gradient(to right, #991b1b, #dc2626);
}
.card-3 {
    background: linear-gradient(to right, #854d0e, #f59e0b);
}
.card-4 {
    background: linear-gradient(to right, #166534, #22c55e);
}
.card-5 {
    background: linear-gradient(to right, #1e40af, #60a5fa);
}
.card-6 {
    background: linear-gradient(to right, #7c2d12, #ea580c);
}
.card-7 {
    background: linear-gradient(to right, #0d9488, #14b8a6);
}
.card-8 {
    background: linear-gradient(to right, #7e22ce, #c084fc);
}

/* Responsive */
@media (max-width: 560px) {
    .navbar {
        flex-direction: column;
        gap: 0.1rem;
    }
    .main-logo {
        max-width: 80vw;
    }
    .content-section {
        padding: 6px 1vw 7px 1vw;
    }
    .block-section {
        padding: 10px 15px 10px 15px;
    }
    .header-section {
        flex-direction: column;
        gap: 10px;
    }
    /* header */
    .quick-links {
        gap: 0.5rem;
        font-size: 12px;
        margin-top: 0px;
    }
    .tagline {
        margin-top: 15px;
    }
    .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .subtitle {
        margin: 0 auto 20px;
    }
    .btn-apply {
        margin: 0 auto 15px;
    }
    .job-card {
        height: 75px;
        margin-bottom: 0px;
        padding: 10px;
    }
    .job-card h5 {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .job-details-container {
        padding: 16px 8px;
        margin: 12px;
    }
    .job-details-container h1 {
        font-size: 1.3rem;
    }
    .job-meta {
        font-size: 0.95rem;
    }
    .job-description {
        font-size: 1rem;
    }
    .header-section {
        flex-direction: column;
        gap: 10px;
    }
    /* header */
    .quick-links {
        gap: 0.5rem;
        font-size: 12px;
        margin-top: 0px;
    }
    .tagline {
        margin-top: 15px;
    }
    .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .subtitle {
        margin: 0 auto 20px;
    }
    .btn-apply {
        margin: 0 auto 15px;
    }
    .job-card {
        height: 75px;
        margin-bottom: 0px;
        padding: 10px;
    }
    .job-card h5 {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .content-section {
        padding: 11px 4vw 9px 4vw;
    }
    .main-content-table {
        grid-template-columns: 1fr;
    }
    .header-section {
        flex-direction: column;
        gap: 10px;
    }
    /* header */
    .quick-links {
        gap: 0.5rem;
        font-size: 12px;
        margin-top: 0px;
    }
    .tagline {
        margin-top: 15px;
    }
    .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .subtitle {
        margin: 0 auto 20px;
    }
    .btn-apply {
        margin: 0 auto 15px;
    }
    .job-card {
        height: 75px;
        margin-bottom: 0px;
        padding: 10px;
    }
    .job-card h5 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    .nav-links {
        position: absolute;
        top: 58px;
        right: 0;
        width: 200px;
        background: #322e5a;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        z-index: 9999;
        display: none;
    }
    .nav-links.active {
        display: flex;
    }
    .header-section {
        flex-direction: column;
        gap: 10px;
    }
    /* header */
    .quick-links {
        gap: 0.5rem;
        font-size: 12px;
        margin-top: 0px;
    }
    .tagline {
        margin-top: 15px;
    }
    .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .subtitle {
        margin: 0 auto 20px;
    }
    .btn-apply {
        margin: 0 auto 15px;
    }
    .job-card {
        height: 75px;
        margin-bottom: 0px;
        padding: 10px;
    }
    .job-card h5 {
        font-size: 14px;
    }
}
