@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--poppins);
}

:root {
  --poppins: "Poppins", sans-serif;
  --orange: #f16136;
  --blue: #05055f;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
strong{
  margin-bottom: 0;
  text-decoration: none;
  padding-left: 0;
  list-style: none;
}
body {
    background: #f5f5f5;
}
.page_wrapper {
    background: #fff;
}
    .topbar {
    background: #bf3131;
    padding: 30px 0px;
    color: #fff;
}
.padding_50 {
  padding: 50px 0px;
}
.margin_50{
  margin: 50px 0px;
}
.transparent_btn {
    color: #000;
    font-weight: 600;
    width: max-content;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
}
a.green_btn {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
a.underline_btn {
    color: #261be3;
    font-size: 17px;
    font-weight: 500;
}
.red_color {
    background: #e63946; /* alternate bright red */
    color: #fff;
}

.orange_color {
    background: #f97316; /* modern orange tone */
    color: #fff;
}

.pink_color {
    background: #ec4899; /* soft fuchsia pink */
    color: #fff;
}

.blue_color {
    background: #2563eb; /* classic blue tone */
    color: #fff;
}

.green_color {
    background: #22c55e; /* fresh green */
    color: #fff;
}

.skyblue_color {
    background: #0ea5e9; /* cool cyan skyblue */
    color: #fff;
}

.brown_color {
    background: #92400e; /* warm brown */
    color: #fff;
}

.forest_color {
    background: #15803d; /* rich forest green */
    color: #fff;
}

/* header */
h1.heading {
    font-size: 56px;
    text-transform: uppercase;
    line-height: 68px;
    color: #fff;
}
h2.subheading {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 600;
}
nav.navbar {
    background: #05055f;
}
.nav-link {
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
ul.navbar-nav{
    display: flex;
    gap: 10px;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
}
.first_btn_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
p.dscp {
    font-size: 18px;
    line-height: 28px;
}
.live-badge {
    display: inline-flex;
    align-items: center;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 5px 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.live-badge .dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  margin-right: 6px;
  animation: blink 1s infinite;
}
.chat_button {
    background: #25d366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tool_box {
    padding: 24px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}
.result_heading h2.subheading {
    background: #bf3131;
    padding: 12px;
}
.result_card {
    border: 1px solid #bf3131;
    height: 100%;
    padding-bottom: 35px;
}
.result_card ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    gap: 18px;
}
.result_Content a {
    color: #2424f1;
    font-size: 16px;
    font-weight: 500;
}
.result_heading h2.subheading {
    font-size: 23px;
    line-height: 33px;
}
.result_Content {
    padding: 0 14px;
}
a.blue_btn {
    background: #1b78e2;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
}
.solo_btn {
    text-align: end;
}

/* footer */
.copyright {
        padding: 20px;
        border-top: 1px solid;
    }

    .descp {
        font-size: 14px;
        font-weight: 400;
    }

    .copyright_left {
        text-align: left;
    }

    .footer_items {
        display: flex;
        gap: 20px;
        float: right;
    }

    .copyright span {
        color: white;
        font-weight: 600;
    }

    .footer_items a {
        text-decoration: none;
        color: white;
    }
    .padding_top50 {
        padding-top: 50px;
    }

    .result_links {
        max-width: 760px;
    }

    .result_links table td {
        padding: 20px;
        text-align: center;
        font-size: 16px;
    }

    .result_links table td a {
        text-decoration: none;
        color: black;
    }

    .result_links table td a:hover {
        color: #bf3131;
    }

    .result_heading p {
        color: black;
    }

    .result_heading span a {
        color: black;
    }

    .result_area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top_results span {
        color: #bf3131;
    }

    h5.top_results {
        padding: 10px;
    }

    .latest_result_box .subheading {
        background-color: #bf3131;
        padding: 10px;
        text-align: center;
    }

    .latest_result_box p.descp {
        font-size: 16px;
        padding: 10px 0 10px 0;
        /* text-align: center; */
    }
        .faq .subheading {
        color: #05055f;
        font-weight: 600;
    }
    .faq_questions{
        padding-top: 20px;
    }
     ul.dropdown-menu{
 background-color: rgba(61, 55, 54, 0.57);
}
 .dropdown-menu a {
color: white;
}
/* latest */
.latestjobs_header .subheading {
    color: #05055f;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

    .latestjobs_header span {
        color: blue;
        font-weight: 500;
    }

    .latest_result_box ul {
        margin-top: 10px;
    }

    .latest_result_box ul a {
        text-decoration: none;
    }
    .chat_button:hover {
    background: #116230;
}
/*  */
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.4; }
  100% { transform: scale(1); opacity: 1; }
}

.live-badge .dot {
  animation: pulse 1s infinite;
}
span.navbar-toggler-icon {
    filter: brightness(0.5) invert(1);
}
.sub_box h2.subheading {
    color: #292c2e;
    padding-bottom: 10px;
}
.sub_box {
    padding: 15px 0px;
}
.contact_us .subheading {
        font-size: 30px;
    }

    .contact_info .subheading {
        text-align: center;
        font-size: 25px;
        color: #bf3131 !important;
    }
    .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #a94040;
}
/* hovers */
a.blue_btn:hover {
    background-color: #0059be;
}
.tool_box.red_color:hover ,
.tool_box.orange_color:hover ,
.tool_box.pink_color:hover ,
.tool_box.blue_color:hover ,
.tool_box.green_color:hover ,
.tool_box.skyblue_color:hover ,
.tool_box.brown_color:hover ,
.tool_box.forest_color:hover {
    box-shadow: 5px 9px 12px #a9a9a9;
    transition: 0.3s ease;
}
span.text_red {
    color: #bf3131;
    font-weight: 600;
}
.page_disclaimer .btn {
        display: inline-block;
        padding: 10px 14px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 9px;
        text-decoration: none;
        margin: 6px 10px 6px 0;
        transition: background 0.3s, box-shadow 0.3s;
        box-shadow: 0 2px 8px #22222211;
        color: #fff;
    }

    .page_disclaimer .btn.whatsapp {
        background: #25D366;
    }

    .page_disclaimer .btn.telegram {
        background: #229ED9;
    }

    .page_disclaimer.btn i {
        margin-right: 14px;
        font-size: 22px;
        vertical-align: middle;
    }
    .second_para_box span.text_red {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*  */
    .main-box {
      border: 1px solid #999;
      background: #fff;
      margin: 30px auto;
      max-width: 1100px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    }
.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    padding: 10px;
}
.short_detail_head  .subheading {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
    background: #59042a;
    padding: 10px 10px;
    text-align: center;
}
.border_center {
    border-left: 1px solid;
}
.short_Detail_Content {
    padding: 0px 10px;
}
h2.subheading.green_color {
    background: #046132;
}
h2.subheading.yellow_Color {
    background: #f53c00;
}
.title span {
    font-size: 23px;
}
/*  */
    .latest_table a {
        display: block;
        margin-bottom: 2px;
    }

    .important_que th {
        font-size: 1.5rem;
    }

    .important_que table p {
        padding-bottom: 5px;
    }

    .selection_mode th {
        font-size: 1.5rem;
    }

    .selection_mode ul {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 1rem;
    }

    .eligibility_result table td {
        background-color: #fff8d3 !important;
    }

   .vacancy_table_heading {
    font-size: 1.5rem;
    padding: 20px;
}

     .category_wise_detail {
        font-size: 1.25rem;
    }

    .eligibility_section th{
        font-size:1.25rem;
    }

    .fill_section_heading th{
        font-size:1.25rem;
    }
