/*
Theme Name: Jobs Pro
Theme URI: https://generatepress.com/
Description: Child theme for GeneratePress.
Author: RoshKart
Author URI: https://dainiksankalp.com
Template: generatepress
Version: 1.0.0
*/


/* ================================
   Hero Section CSS
================================= */

.mobile-menu-control-wrapper .menu-toggle {
  background-color: white;
}

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

.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 6px 6px 0;
  margin: 0;
}

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

/* ================================
   Hover Effect on Element
================================= */

.gb-element-b2208598 div:hover {
  transition: all 0.3s ease;
  transform: translateY(-4px);
}

/* ================================
   WhatsApp Blink Animation
================================= */

@keyframes Roshkart-GreenBorderAnimation {
  0% {
    border-color: rgba(37, 211, 102, 0.2);
  }
  50% {
    border-color: rgba(37, 211, 102, 0.94);
  }
  100% {
    border-color: rgba(37, 211, 102, 0.2);
  }
}

.whatsappblink {
  animation: Roshkart-GreenBorderAnimation 1.5s ease-in-out infinite;
  border: 2px solid rgba(37, 211, 102, 0.5); /* fallback */
  border-radius: 6px;
}

/* ================================
   Comment Section Styling
================================= */

#respond {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  font-family: 'Segoe UI', sans-serif;
}

#respond h3.comment-reply-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  padding: 14px;
  margin: 12px 0 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  background: #fafafa;
  transition: border 0.3s ease;
}

.comment-form textarea:focus,
.comment-form input:focus {
  border-color: #0073aa;
  outline: none;
  background: #fff;
}

.comment-form-cookies-consent {
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.comment-form-cookies-consent input {
  margin-right: 8px;
}

.comment-form .form-submit input.submit {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.comment-form .form-submit input.submit:hover {
  background-color: #005e8a;
}

/* ================================
   Sticky Sidebar
================================= */

.sticky-sidebar {
  position: sticky;
  top: 80px; /* Adjust based on your header height */
  align-self: flex-start;
  z-index: 10;
}

/* ================================
   Single Post Text Link Margin
================================= */

.inb-scroll-menu, .sec-top-bar {
	overflow-x:auto;
	white-space: nowrap;
}

.inb-scroll-menu > div> span{
            display:none;
        }
#no-match-message{
	display: none;
    color: red;
    margin-top: 10px;
    padding: 10px 10px 0;
    margin-bottom: 1.25rem;
}
/* ===== Sarkari Result Style Table ===== */

.wp-block-table table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    margin:20px 0;
    border:2px solid #222;
}

.wp-block-table th{
    background:#bf0040;
    color:#fff;
    padding:14px;
    font-size:18px;
    text-align:center;
    border:1px solid #333;
}

.wp-block-table td{
    padding:12px;
    border:1px solid #999;
}

.wp-block-table tr:nth-child(odd){
    background:#f8f8f8;
}

.wp-block-table tr:nth-child(even){
    background:#ffffff;
}

.wp-block-table tr:hover{
    background:#fff8d5;
}

/* Left Column */
.wp-block-table td:first-child{
    background:#e8f5e9;
    font-weight:700;
    color:#006400;
    width:35%;
}

/* Important Date Style */
.wp-block-table .important{
    color:#d60000;
    font-weight:bold;
}

/* Fee Style */
.wp-block-table .fee{
    color:#0066cc;
    font-weight:bold;
}