/*
 Theme Name:   Jobs Plus
 Theme URI:    https://roshkart.com/product/jobs-plus-sarkari-job-website-templates-for-generatepress/
 Description:  A smooth, fast, and SEO-friendly child theme for GeneratePress.
 Author:       Roshkart
 Author URI:   https://www.roshkart.com
 Template:     generatepress
 Version:      1.0
 Text Domain:  jobs-plus
*/


/*Menu */

@media (max-width: 768px) {
  /* Hamburger button hide */
  .main-navigation .menu-toggle {
    display: none !important;
  }

  /* Main Navigation Bar */
  .main-navigation {
    background-color: #b40000 !important;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding-top: 15px;
		padding-bottom: -5px;
		margin-bottom: -15px;
  }

  /* Inside Navigation Center */
  .inside-navigation {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0;
  }

  /* Primary Menu Center */
  #primary-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
  }

  /* UL ko flex banake center karna */
  .main-navigation .main-nav > ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px; /* space between menu items */
    padding: 0;
    margin: 0 auto;
    list-style: none;
  }

  /* LI anchor style */
  .main-navigation .main-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* LI reset */
  .main-navigation .main-nav ul li {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Icons */
  .main-navigation .main-nav ul li a i {
    color: white !important;
    font-size: 20px;
    margin-bottom: -15px;
  }
}



/*Search Box*/

/* Search Bar Styling */
#wp-block-search__input-1 {
  border-radius: 20px 0 0 20px;
}

.wp-block-search__button {
  border-radius: 0 8px 8px 0;
}

.wp-block-search__inside-wrapper {
  display: flex;
  gap: 0;
}

.wp-block-search__inside-wrapper input {
  border-radius: 6px 0 0 6px;
  margin: 0;
}

.wp-block-search__inside-wrapper button {
  border-radius: 0 20px 20px 0;
  margin: 0;
}

/* Responsive Search Width */
@media (max-width: 768px) {
  .wp-block-search__inside-wrapper {
    width: 80% !important;
  }
}


/*Table Code*/


table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000; /* Table ka outer border */
}

th, td {
  border: 2px solid #000; /* Har cell ka border */
  text-align: center;     /* Sab text center */
  padding: 8px;           /* Space inside cell */
}

th {
  background-color: #b71c1c; /* Header color */
  color: #ffffff;           /* Header text color */
}


/*Button css*/

/* General Button Style */
.custom-qualification-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 2px 2px;
  margin-bottom: 2px;
  border: 2px solid #b71c1c;
  border-radius: 12px;
  background-color: #ffffff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.custom-qualification-btn:hover {
  background-color: #b71c1c;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

/* Active Button (Like 8 Pass Selected) */
.custom-qualification-btn.active {
  background-color: #ffe6e6;
  border-color: #b71c1c;
  color: #000;
  font-weight: bold;
}




.dynamic-entry-content h2,
.dynamic-entry-content h3 {
    font-size: 18px;
    color: #000000;
    font-weight: bolder;
    border-bottom: solid 1px #b71c1c;
    border-top: solid 1px #b71c1c;
    padding: 5px 5px;
    display: inline-block;
    margin: 5px auto;
}

/* ✅ Parent needs center alignment */
.dynamic-entry-content {
    text-align: center;
}


