/* ----------------Custom-css--------------- */
a {
    text-decoration: none !important;
}
.input-search {
    display: flex;
}
/* ----------------Section-topbar---------------------------- */
.top-section {
    background-image: linear-gradient(
        90deg,
        #ff9933a6 0%,
        #ffffff 52%,
        #26911cc7 100%
    );

    padding: 20px 0px;
}

.logo-col {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.logo-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.social-icon-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 30px;
}

.logo-bottom p {
    font-size: 15px;
    margin: 0px;
    padding-top: 5px;
    font-weight: 500;
    color: black;
}

.logo-div img {
    width: 100%;
}

.top-icons {
    display: flex;
    align-items: center;
}

.wtsapp-para {
    color: #29a71a;
    margin: 0px;
    font-weight: 600;
}
.tele-para {
    margin: 0px;
    font-weight: 600;
    color: #ff0000;
}
.youtube-para {
    color: #039be5;
    margin: 0px;
    font-weight: 600;
}

.top-icons img {
    width: 80%;
}

/* ----------------Section-navbar---------------------------- */

.navbar-section {
    background-color: #0d5a98;
    position: sticky;
    width: 100%;
    top: 0;
}

.nav-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    font-weight: 400;
    padding: 0;
    font-size: 18px;
}

.nav-ul li {
    color: white;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 14px;
    position: relative; /* Important for dropdown positioning */
}
.nav-ul li:hover {
    color: white;
    background-color: #0d5a98;
}

.nav-ul a:hover {
    color: white;
    background-color: #0d5a98;
}

/* Dropdown styles */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 0px !important;
    width: 18rem !important;
}

.dropdown-menu li {
    padding: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li a {
    color: black;
    text-decoration: none;
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 2px 14px;
}

.dropdown:hover .dropdown-menu {
    display: block; /* Show dropdown on hover */
}

/* Additional styles */
.nav-ul a {
    text-decoration: none;
    color: white;
    position: relative;
}

/* -----------------top-link-button---------------------------- */

.top-btn-section {
    background: rgba(238, 238, 238, 0.6);
}

.top-btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    border-bottom: 1.5px solid #dcdcdc;
}

.top-btn {
    background-color: rgba(74, 134, 197, 0.2);
    color: #0d5a98;
    border: none;
    border-radius: 25px;
    padding: 6px 13px;
    font-size: 13px;
    font-weight: 600;
}
.top-btn:hover {
    background-color: rgba(74, 134, 197, 0.397);
    color: #0a4574;
    border: none;
    border-radius: 25px;
    padding: 6px 13px;
    font-size: 13px;
    font-weight: 600;
}

/* -----------------Blogs---------------------------- */
.blog-section {
    background: rgba(238, 238, 238, 0.6);
    padding-bottom: 40px;
}

.blog-section h2 {
    padding: 30px 0px;
    margin: 0px;
    text-align: center;
    font-weight: 700;
}

.blog-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.blog-col {
    padding: 0px 8px !important;
}

.blog-main {
    padding: 13px 17px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-one {
    background: linear-gradient(85deg, #465764 0%, #327cb7 100%);
}

.blog-two {
    background: linear-gradient(85deg, #ac183d 0%, #e85379 100%);
}

.blog-three {
    background: linear-gradient(85deg, #624fa9 0%, #be51cd 100%);
}

.blog-four {
    background: linear-gradient(85deg, #6f5389 0%, #d27f2a 100%);
}

.blog-five {
    background: linear-gradient(85deg, #303f46 0%, #12c5df 100%);
}

.blog-six {
    background: linear-gradient(85deg, #26c77e 0%, #c53e5d 100%);
}

.blog-main h5 {
    color: white;
}

.blog-main p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin: 0px;
}

/* -----------------Portal-section---------------------------- */

.portal-col {
    display: flex;
    flex-direction: column;
    gap: 25px;
    /* justify-content: space-between; */
    padding: 0px 8px !important;
}

.portal-container h2 {
    padding: 40px 0px;
    margin: 0px;
    text-align: center;

    font-weight: 700;
}

.portal-section h4 {
    text-align: center;
    color: white;
    background-color: #003661;
    font-weight: 400;
    padding: 12px 0px;
    font-size: 22px;
    margin: 0px;
    border-radius: 6px 6px 0px 0px;
}

.portal-main {
    background: #f5fbff;
    border: 0.5px solid #d6d6d6;
    border-radius: 0px 0px 5px 5px;
}

.portal-ul {
    padding: 4px 0px;
    margin: 0px;
}

.border-none-li {
    border: none !important;
}

.portal-ul a {
    text-decoration: none;
    color: black;
    text-align: center;
}

.portal-ul li {
    list-style: none;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid #c2c2c2;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.portal-ul li:hover {
    background: #ffffffb3;
}

.view-all-btn {
    font-size: 14px;
    border: 2px solid #003661;
    border-radius: 5px;
    padding: 8px;
    background: transparent;
    color: #012e53;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
}

.view-all-btn:hover {
    background: #003661;
    color: white;
}

.portal-input {
    border: none !important;
    background-color: #f5f5f5 !important;
    font-size: 14px !important;
}

.portal-input:focus {
    box-shadow: none !important;
}

.input-btn {
    color: white;
    background: #003661 !important;
    border-radius: 0px !important;
    font-size: 14px !important;
}

.last-portal-ul li {
    text-align: center;
}

/* -----------------Paragraph-section---------------------------- */
.para-container {
    padding: 50px 8px 0px 8px !important;
}

.para-main {
    padding: 20px 30px;
    background-color: #f5fbff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 0.5px solid #e7e7e7;
}

.para-main p {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    font-weight: 500;
}

.para-last-section {
    padding-bottom: 80px;
}

.para h4 {
    padding: 10px 0px;
}

/* -----------------Footer-section---------------------------- */
.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icons img {
    width: 90%;
}

.footer {
    background: #171717;
    padding: 30px 0px 15px 0px;
}

.footer h2 {
    color: white;
}

.footer p {
    font-size: 13px;
    color: white;
}

.copyrite {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px !important;
}
.copyrite p {
    color: white;
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
}

.footer-ul {
    padding-bottom: 15px;
}
.footer-row {
    gap: 10px;
}

/* ---------------------------------------Latest-jobns-page------------------------------------------ */

.latest-jobs-section {
    background: rgba(238, 238, 238, 0.6);
    padding-bottom: 70px;
}

.post-container {
    background: white;
    padding: 40px !important;
    border-radius: 6px;
    border: 2px solid #f8f9fa;
}

.main-heading {
    padding: 50px 0px;
    margin: 0px;
    text-align: center;
    font-weight: 600;
    background: rgba(238, 238, 238, 0.6);
}

.latest-jobs-inner {
    display: flex;
    gap: 20px;
}

.latest-jobs-inner p {
    margin: 0px;
}

.post-main {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 10px;
}

.post-name {
    font-size: 13px;
    color: #0d5a98;
    font-weight: 700;
}

.post-main h5 {
    margin: 0px;
    padding-bottom: 10px;
    color: black;
    font-size: 21px;
}

.post-main h5:hover {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.post-date {
    font-size: 12px;
    color: #212529 !important;
    background-color: #eaf818;
    background-image: linear-gradient(315deg, #eaf818 0%, yellow 74%);
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 6px;
}
.post-status {
    font-size: 12px;
    background-color: rgba(255, 61, 96, 0.18);
    color: #ff3d60 !important;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 6px;
}

.post-bio {
    display: flex;
}

.post-bio p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #696969;
    font-size: 14.5px;
    margin: 0px;
    width: 88%;
    line-height: 26px;
}
.post-bio span {
    font-size: 14.5px !important;
    line-height: 26px;
    font-weight: 500;
}

.post-bio span:hover {
    text-decoration: underline;
}

.post-bio span .a {
    font-size: 14.5px;
    min-width: max-content;
    color: #0d5a98;
    font-weight: 700;
}

.custom-hr {
    color: #042a2f !important;
    margin: 1.5rem 0px !important;
}

.pagination-main {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.pagination-main button {
    border: none;
    background: #41933d;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin: 0px;
    font-weight: 600;
}

/* ---------------------------------JOB-DETAIL-PAGE-------------------------------------- */

.job-details-main {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 50px 0px;
}

.job-details-main h2 {
    padding-bottom: 20px;
}

.job-details-main span {
    color: #0d5a98;
    font-weight: bold;
    font-size: 18px;
}

.job-details-main p {
    font-weight: 400;
    font-size: 18px;
    color: black;
}

.job-details-main a {
    font-weight: 400;
    font-size: 18px;
    color: black;
}

.btn-main {
    display: flex;
    gap: 10px;
}

.btn-main-1 {
    font-size: 16px !important;
    color: #212529 !important;
    background-color: #eaf818;
    background-image: linear-gradient(315deg, #eaf818 0%, yellow 74%);
    font-weight: 600 !important;
    padding: 4px 8px;
    border-radius: 6px;
}

.btn-main-2 {
    font-size: 16px !important;
    color: #212529 !important;
    background-color: #dbedff;
    background-image: linear-gradient(315deg, #dbedff 0%, dbedff 74%);
    font-weight: 600 !important;
    padding: 4px 8px;
    border-radius: 6px;
}

.update-link {
    margin-top: 10px;
}

.update-link a {
    color: white;
    background-color: #0d5a98;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
}

.update-link a:hover {
    color: black;
}

/* ------------------------Table ---------------------------------*/
.job-table {
    background-color: #eeeeee99;
    padding: 50px 0px 30px 0px;
}

.job-table-1 {
    padding-right: 30px !important;
}

.job-table-2 {
    padding-left: 30px !important;
}

.header-text {
    background-color: #0d5a98;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

.header-text h2 {
    margin: 0;
    font-size: 25px;
    line-height: 42px;
}

.section-heading {
    background-color: #0d5a98;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: 700;
}

.table th,
.table td {
    vertical-align: middle;
    text-align: center;
}

.table td strong {
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
    }

    .table th,
    .table td {
        white-space: nowrap;
    }
}

/* Custom Styles */
.info-section p {
    margin-bottom: 5px;
}

.instructions {
    margin-top: 20px;
    background-color: #f7f7f7;
    padding: 20px;
    border-left: 5px solid #0d5a98;
    border-radius: 5px;
}

.block-grid {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Heading style */
.block-heading {
    font-size: 18px;
    font-weight: 600;
    color: #66aa63;
    margin-bottom: 15px;
    border-bottom: 2px solid #66aa63;
    padding-bottom: 5px;
}

/* Style for the list */
.block-common {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Individual list item style */
.block-common li {
    margin-bottom: 15px;
}

/* Links styling */
.block-common li a {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

/* On hover, change background and border */
.block-common li a:hover {
    background-color: #66aa63;
    color: #fff;
    border-left: 4px solid #367134;
}

.block-common li a:hover .block-date {
    color: #fff;
}

/* Styling for question/description */
.block-question {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.4;
}

/* Date styling */
.block-date {
    font-size: 13px;
    color: #999;
}

/* Responsive styling */
@media (max-width: 768px) {
    .block-grid {
        padding: 15px;
    }

    .block-heading {
        font-size: 16px;
    }

    .block-question {
        font-size: 14px;
    }

    .block-date {
        font-size: 12px;
    }
}

.fixed-guide {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    overflow: hidden;
}

/* Card header styling */
.fixed-guide .card-header {
    background-color: #0d5a98;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
}

/* Tag container */
.post-tag-body {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

/* Tag links styling */
.post-tags {
    background-color: #f1f1f1;
    color: #0d5a98;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    margin: 5px 5px 0 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Tag hover effect */
.post-tags:hover {
    background-color: #0d5a98;
    color: #fff;
    text-decoration: none;
}

/* List group item styling */
.list-group-item {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 20px;
}

/* Link styling inside list group items */
.list-group-item a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Change link color on hover */
.list-group-item a:hover {
    color: #0d5a98;
}

/* Timestamp badge styling */
.time-stamp {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 12px;
    padding: 5px 10px;
}

/* Card footer styling */
.footer-btn {
    background-color: #0d5a98;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* Footer button hover effect */
.footer-btn:hover {
    background-color: #137e6b;
    color: #fff;
    text-decoration: none;
}

/* Responsive styling */
@media (max-width: 768px) {
    .fixed-guide {
        margin: 10px 0;
    }

    .fixed-guide .card-header {
        font-size: 16px;
        padding: 10px;
    }

    .post-tag-body {
        padding: 10px;
    }

    .post-tags {
        font-size: 12px;
        padding: 4px 8px;
    }

    .list-group-item {
        padding: 10px 15px;
    }

    .footer-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}

.list-group-item span {
    border: none;
    background: #fcfae8;
    margin-top: 10px;
}

.list-group-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed-guide {
    position: static !important;
}

.table-bordered > :not(caption) > * > * {
    background-color: white !important;
    font-size: 17px !important;
    color: #212529;
    font-weight: 400 !important;
}

.important-links-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.important-links-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    color: #333;
}

.important-links-table tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.important-links-title {
    padding: 12px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.important-links-table td {
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.important-links-btn {
    display: inline-block;
    padding: 8px 12px;
    background-color: #0d5a98;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    margin: 5px 0;
}

.important-links-btn:hover {
    background-color: #0d5a98;
    text-decoration: none;
    color: white;
}

@media (max-width: 768px) {
    .important-links-title,
    .important-links-table td {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .important-links-btn {
        width: calc(100% - 30px);
        margin: 10px auto;
        text-align: center;
    }
}

.footer-btn {
    background-color: #0d5a98 !important;
    border: none !important;
}

.list-group-item {
    position: static !important;
}

/* -------------------------Section-Articles------------------- */
.blog-section-inner {
    background-color: white;
}

.blog-container-articles h2 {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 10px;
}

/* --------------------------------Contact-Us-------------------------- */

.contact-section {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.form-container {
    flex: 1;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

input,
textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f7f7f7;
    transition: border 0.3s ease;
}

input:focus,
textarea:focus {
    border-color: #5bbd99;
    outline: none;
}

textarea {
    min-height: 140px;
    resize: vertical;
}

.submit-btn {
    padding: 12px 20px;
    background-color: #5bbd99;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #50a885;
}

.info-container {
    flex: 0.4;
    padding-left: 30px;
    border-left: 3px solid #eaeaea;
}

.info-container h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.info-container p {
    font-size: 15px;
    color: #777;
    margin-bottom: 20px;
}

.info-container ul {
    list-style: none;
    font-size: 14px;
    padding: 0px;
}

.info-container ul li {
    margin-bottom: 10px;
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.form-container h2 {
    padding-bottom: 10px;
}

.info-container h2 {
    padding-bottom: 10px;
}

.main-heading-contact-us {
    background-color: white;
    padding-bottom: 0px;
}

/* -------------------Media-query */

@media only screen and (max-width: 600px) {
    .nav-ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        font-weight: 400;
        padding: 0;
        font-size: 18px;
        flex-wrap: nowrap;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, 0.75);
        text-align: center;
        white-space: nowrap;
    }
    .nav-ul li {
        color: white;
        list-style: none;
        font-size: 13px;
        font-weight: 500;
        padding: 7px 9px;
        position: relative;
    }
    .social-icon-col {
        display: none;
    }
    .logo-bottom {
        justify-content: center;
    }
    .top-section {
        padding: 10px;
    }
    .top-btn {
        padding: 4px 11px;
        font-size: 12px;
    }
    .top-btn-container {
        gap: 11px;
    }
    .blog-col {
        margin-bottom: 15px;
    }
    .list-row {
        display: flex;
        gap: 22px;
    }
    .portal-container h2 {
        padding: 30px 10px 0px 10px;
    }
    .blog-container {
        gap: 0px;
    }
    .blog-section {
        padding-bottom: 30px;
    }
    .para-main {
        padding: 12px 15px;
    }
    .para h4 {
        padding: 12px 15px;
        font-size: 20px;
    }
    .para-container {
        padding: 30px 8px 0px 8px !important;
    }
    .para-last-section {
        padding-bottom: 40px;
    }
    .footer-row {
        gap: 0px;
    }
    .footer {
        padding: 20px 10px 5px 10px;
    }
    .footer p {
        margin: 0px;
    }
    .latest-jobs-inner {
        gap: 10px;
    }
    .post-status {
        display: none;
    }
    .post-bio p {
        width: 78%;
    }
    .custom-hr {
        margin: 10px 0px !important;
    }
    .post-main h5 {
        font-size: 18px;
    }
    .main-heading {
        padding: 30px 0px;
    }
    .post-container {
        padding: 30px !important;
    }
    .latest-jobs-section {
        padding-bottom: 40px;
    }
    .post-main h5 {
        padding-bottom: 4px;
    }
    .job-details-main h2 {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .job-details-main p {
        font-size: 15px;
    }
    .job-details-main a {
        font-size: 15px;
    }
    .job-details-main span {
        font-size: 16px;
    }
    .header-text h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .job-table-1 {
        padding-right: 12px !important;
    }
    .job-details-main {
        padding: 30px 0px;
    }
    .job-table-2 {
        padding-left: 12px !important;
    }
    .block-common li {
        margin-bottom: 0px;
    }
    .table-bordered > :not(caption) > * > * {
        font-size: 13px !important;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .wtsapp-para {
        font-size: 12px;
    }
    .tele-para {
        font-size: 12px;
    }
    .youtube-para {
        font-size: 12px;
    }
    .top-icons img {
        width: 70%;
    }
    .logo-bottom p {
        font-size: 12px;
    }
}

@media (max-width: 1199px) and (min-width: 767px) {
    .nav-ul li {
        color: white;
        list-style: none;
        font-size: 12px;
        font-weight: 500;
        padding: 10px 2px;
        position: relative;
    }
}
