:root {
  --deep-blue: #004e92;
  --alt-blue: #0054a9;
  --golden: #ef6c00;
  --bg-white: #fff;
  --bg-warm: #fdfaf6;
  --video-gradient: linear-gradient(120deg, #e3f2fd 60%, #fffbe7 100%);
}
#whatsapp-message-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Layout and Flexbox for Job Page */
.jobpage-flex-wrap {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}
.left.main-content {
  flex: 1 1 65%;
  max-width: 65%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 32px;
}
.right.sidebar {
  flex: 1 1 30%;
  max-width: 30%;
  background: linear-gradient(120deg, #e3f2fd 55%, #fffbe7 100%);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 78, 146, 0.09);
  padding: 28px 20px;
  min-width: 280px;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .jobpage-flex-wrap {
    flex-direction: column;
    gap: 28px;
  }
  .left.main-content, .right.sidebar {
    max-width: 100%;
    flex: 1 0 100%;
  }
}

/* Sidebar Links */
.sidebar-links h3 {
  font-size: 1.15rem;
  color: #ef6c00;
  margin-bottom: 12px;
  font-weight: 700;
}
.sidebar-links ul {
  list-style-type: disc;
  padding-left: 22px;
  margin-bottom: 24px;
}
.sidebar-links ul li {
  margin-bottom: 8px;
  font-size: 1rem;
}
.sidebar-links ul li a {
  font-weight: 600;
  color: #004e92;
  transition: color 0.25s ease;
}
.sidebar-links ul li a:hover {
  color: #ef6c00;
}

/* Video Container */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 78, 146, 0.1);
  margin-bottom: 24px;
}
.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
  border-radius: 12px;
}

/* Form Styling */
#whatsapp-query textarea#message-textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  min-height: 100px;
  font-family: 'Mukta', sans-serif;
  font-size: 1rem;
  resize: vertical;
}
#whatsapp-query button.btn-apply {
  margin-top: 12px;
  background: #25D366;
  color: white;
  border: none;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#whatsapp-query button.btn-apply:hover,
#whatsapp-query button.btn-apply:focus {
  background: #1ebe57;
}

/* Job Card Overrides */
.job-card-content h3 a {
  text-decoration: underline;
  color: #004e92;
  font-weight: 700;
  font-size: 1.1rem;
}
.job-card-content p {
  color: #444;
  font-size: 0.95rem;
  margin-top: 6px;
}
.card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.btn.view-btn {
  background: linear-gradient(135deg, #004e92, #000428);
  color: #fff !important;
  border-radius: 24px;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn.view-btn:hover,
.btn.view-btn:focus {
  background: linear-gradient(135deg, #ef6c00, #f57c00);
  color: #fff !important;
}
.share-btn {
  background: #25D366;
  padding: 6px 14px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s ease;
}
.share-btn img {
  width: 16px;
  height: 16px;
}
.share-btn:hover {
  background-color: #128c7e;
}

/* Marquee Styling */
.marquee-bar {
  background: #fff;
  padding: 0.5rem 15px;
  font-weight: 700;
  font-size: 1rem;
  color: #d7263d;
  overflow: hidden;
}
.marquee-bar .marquee-link {
  color: #d7263d;
  text-decoration: none;
  margin: 0 15px;
  transition: color 0.2s ease;
}
.marquee-bar .marquee-link:hover {
  color: #004e92;
  text-decoration: underline;
}
.category-promo-section {
  background: #fff;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  margin: 40px 0;
  text-align: center;
}
.category-promo-section h2 {
  color: #004e92;
  font-size: 1.6rem;
  margin-bottom: 32px;
  font-weight: 700;
}
.category-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
  justify-items: center;
}
.category-promo-card {
  background: #fdf9f3;
  padding: 24px 14px 30px 14px;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(239, 108, 0, 0.15);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.category-promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 36px rgba(239, 108, 0, 0.3);
}
.category-promo-card img {
  height: 64px;
  width: auto;
  margin-bottom: 8px;
}
.category-promo-card h3 {
  margin: 0;
  font-weight: 700;
  color: #ef6c00;
  font-size: 1.2rem;
}
.category-promo-card p {
  font-size: 0.95rem;
  color: #5a5555;
  line-height: 1.3;
  flex-grow: 1;
  margin-bottom: 8px;
  max-width: 90%;
}
.category-promo-card .btn {
  background: linear-gradient(135deg, #ef6c00, #f57c00);
  padding: 12px 18px;
  border-radius: 24px;
  color: white !important;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 5px 12px rgba(239,108,0,0.4);
  text-decoration: none !important;
  transition: background 0.22s ease;
}
.category-promo-card .btn:hover {
  background: linear-gradient(135deg, #f57c00, #ef6c00);
  box-shadow: 0 8px 18px rgba(239,108,0,0.6);
}
@media (max-width: 600px) {
  .category-promo-section {
    padding: 24px 12px;
  }
  .category-promo-card {
    padding: 20px 16px 24px 16px;
  }
  .category-promo-card img {
    height: 50px;
  }
  .category-promo-card h3 {
    font-size: 1rem;
  }
  .category-promo-card p {
    font-size: 0.9rem;
    max-width: 100%;
  }
  .category-promo-card .btn {
    font-size: 0.9rem;
    padding: 10px 14px;
  }
}

#message-textarea {
  resize: vertical;
  min-height: 80px;
  padding: 10px;
  font-family: 'Mukta', Arial, sans-serif;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.btn-submit {
  background-color: #25d366;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 24px;
  padding: 12px;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}
.btn-submit:hover,
.btn-submit:focus {
  background-color: #1ebe57;
}

.sidebar-link-block {
  background: #fff8ee;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(239, 108, 0, 0.08);
  padding: 14px 14px 10px 14px;
  margin-bottom: 12px;
  width: 100%;
}
.sidebar-link-block-title {
  font-size: 1.09em;
  font-weight: 700;
  color: #ef6c00;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-link-list {
  list-style-type: disc;
  padding-left: 22px;
  margin-bottom: 0;
}
.sidebar-link-list li {
  margin-bottom: 8px;
  font-size: 0.98rem;
}
.sidebar-link-list a {
  color: var(--deep-blue);
  text-decoration: underline !important;
  font-weight: 600;
  transition: color 0.18s;
}
.sidebar-link-list a:hover { color: var(--golden); }
@media (max-width:600px) {
  .sidebar-link-block-title { font-size: 0.99em; }
  .sidebar-link-list li { font-size: 0.95rem; }
}
/* Main two-column layout for detail pages */
.jobpage-flex-wrap {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  margin: 40px 0 28px 0;
  flex-wrap: nowrap;
}
.job-info-main {
  flex: 0 0 70%;
  max-width: 70%;
  background: var(--bg-white);
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.11);
  padding: 32px 30px 26px 30px;
}
/* Dark green for Apply Online button */
.btn-apply-green {
  background: #1c7c36 !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 24px;
  padding: 7px 16px;
  display: inline-block;
  text-align: left;
  transition: none !important;
}
.btn-apply-green:hover,
.btn-apply-green:focus,
.btn-apply-green:active {
  background: #1c7c36 !important;
  color: #fff !important;
}
.jobpage-aside {
  flex: 0 0 30%;
  max-width: 30%;
  min-width: 250px;
  background: var(--bg-warm);
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(239, 108, 0, 0.13);
  padding: 26px 14px 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
/* Pretty gradient section headings (icon on left) */
.job-info-heading {
  background: linear-gradient(90deg, #f5f6fa 60%, #ffe4be 100%);
  color: var(--deep-blue);
  padding: 15px 28px;
  border-radius: 10px;
  margin-bottom: 28px;
  font-size: 1.17em;
  box-shadow: 0 2px 6px rgba(239,108,0,0.09);
  font-weight: 800;
  letter-spacing: 0.01em;
  border-left: 7px solid var(--golden);
  display: flex;
  align-items: center;
  gap: 12px;
}
.job-info-heading .section-icon {
  font-size: 1.4em;
  color: var(--golden);
  font-weight: 900;
  margin-right: 4px;
}
/* Table for details/links */
.job-info-table, .links-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #f5f7fa;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 78, 146, 0.05);
}
.job-info-table th,
.job-info-table td, .links-table th, .links-table td {
  padding: 10px 11px;
  border: 1px solid #e4eaf3;
  font-size: 1rem;
}
.job-info-table th, .links-table th {
  background: #e3edff;
  color: var(--deep-blue);
  font-weight: 700;
}
.job-info-table tr:nth-child(even),
.links-table tr:nth-child(even) { background: #fafdff; }
/* Button style inside link table */
.btn-in-links {
  display:inline-block;
  padding:7px 16px;
  border-radius:24px;
  background: var(--primary-gradient, #004e92);
  color:#fff !important;
  font-weight:700; font-size:0.95em;
  border:none;
  cursor:pointer;
  text-align:left;
}
/* REMOVE hover effect for .btn-in-links */
.btn-in-links:hover { background: var(--primary-gradient, #004e92); color:#fff !important; }
.job-date-list {
  margin: 7px 0 18px 0;
  padding-left: 22px;
}
.job-date-list li { margin-bottom: 9px; }
.job-date-list .last-date-red {
  color: #d7263d !important;
  font-weight: 700;
  font-size: 1.08em;
}
/* Content spacings */
.job-info-main section {
  margin-bottom: 32px;
}
.job-info-main ul, .job-info-main ol {
  margin-bottom: 7px;
  padding-left: 20px;
}
.job-info-main li { margin-bottom: 8px; font-size: 0.97rem; }
/* Apply underline and color on all main content/side links */
.job-info-main a, .jobpage-related-links a, .job-sidebar-latest-blogs a, .job-sidebar-latest-blogs a, .video-frame-container a, .jobpage-aside a {
  color: var(--deep-blue);
  font-weight: 600;
  transition: color 0.17s;
}
.job-info-main a:hover, .jobpage-related-links a:hover,
.video-frame-container a:hover, .jobpage-aside a:hover {
  color: var(--golden) !important;
}
/* ---- Video and Related Links Aside ---- */
.job-video-section {
  margin-bottom: 20px;
  background: var(--video-gradient);
  border-radius: 13px;
  box-shadow: 0 3px 18px rgba(44, 120, 235, 0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 15px 0;
}
.video-title {
  color: var(--golden);
  font-size: 1.08rem;
  font-weight: 700;
  margin: 18px 0 9px 0;
  text-align: center;
  letter-spacing: 0.01em;
}
.video-frame-container {
  width: 98%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0,78,146,0.07);
  margin-bottom: 12px;
  min-height: 170px;
  display: flex; justify-content: center; align-items: center;
}
.video-frame-container iframe {
  border: none;
  width: 100%;
  height: 100%;
  min-height: 170px;
  background: #000;
  border-radius: 11px;
}
/* Sidebar link box */
.jobpage-related-links {
  background: #fff8ee;
  border-radius: 9px;
  padding: 13px 12px 10px 12px;
  box-shadow: 0 2px 10px rgba(239, 108, 0, 0.08);
  margin: 3px 0 0 0;
  width: 100%;
}
.jobpage-related-links h3 {
  font-size: 1.01rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ef6c00;
}
.jobpage-related-links ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0;
}
.jobpage-related-links li {
  margin-bottom: 8px;
  font-size: 0.98rem;
}
@media (max-width: 1100px) {
  .jobpage-flex-wrap { gap: 12px; }
}
@media (max-width: 900px) {
  .jobpage-flex-wrap {
    flex-direction: column;
    gap: 28px;
  }
  .job-info-main, .jobpage-aside {
    max-width: 100%;
    flex: 1 0 100%;
    min-width: 0;
    margin-right: 0;
  }
  .video-frame-container { min-height: 140px; }
  .job-info-main { padding: 4vw 2vw 24px 2vw; }
  .jobpage-aside { padding: 18px 2vw 18px 2vw; }
}
@media (max-width: 700px) {
  .links-table, .links-table tr, .links-table td, .links-table th {
    display: block; width:100%;
  }
  .links-table tr { margin-bottom: 18px;}
  .links-table td, .links-table th { padding:12px; border:none;}
}
@media (max-width: 600px) {
  .job-info-main, .jobpage-aside { padding: 9px 1vw 5px 1vw; }
  .video-title { font-size: 0.99rem; }
  .jobpage-related-links h3, .sidebar-link-block-title { font-size: 0.93rem; }
  .job-info-heading { font-size: 1rem; }
  .sidebar-link-list li { font-size: 0.95rem; }
}
/* Make btn-in-links completely immune to link hovers */
.btn-in-links, .btn-in-links:hover, .btn-in-links:visited, .btn-in-links:active, .btn-in-links:focus {
  background: var(--primary-gradient, #004e92) !important;
  color: #fff !important;
  transition: none !important;
  outline: none !important;
}
.whatsapp-float-share {
  position: fixed;
  bottom: 24px;
  right: 22px;
  z-index: 999;
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 14px rgba(44,183,3, 0.18);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 13px;
  font-weight: 700;
  font-size: 1.09em;
  text-decoration: none !important;
  transition: box-shadow .15s;
}
.whatsapp-float-share img {
  height: 27px; width: 27px;
  display: block;
}
.whatsapp-float-share .wa-float-text {
  display: inline-block;
  font-family: 'Mukta', Arial, sans-serif;
}
.whatsapp-float-share:hover,
.whatsapp-float-share:focus {
  box-shadow: 0 4px 24px rgba(44,183,3, 0.27);
  background: #22ba5b;
  color: #fff;
}
@media (max-width:650px) {
  .whatsapp-float-share {
    bottom: 17px;
    right: 11px;
    font-size: 1em;
    padding: 9px 14px 9px 9px;
  }
  .whatsapp-float-share .wa-float-text {
    font-size: 0.97em;
  }
}
.whatsapp-float-share .wa-float-text {
  display: inline-block;
  font-family: 'Mukta', Arial, sans-serif;
}
@media (max-width: 700px) {
  /* Make vacancy/details tables scrollable on small screens */
  .job-info-table,
  .links-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .job-info-table th,
  .job-info-table td,
  .links-table th,
  .links-table td {
    white-space: normal; /* allow wrapping within each cell if needed */
  }
}
  .breadcrumb {
    font-family: 'Mukta', sans-serif;
    font-size: 1rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 1rem;
    background: #f9fafb;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(50, 50, 93, 0.1);
    margin-bottom: 1.5rem;
  }
  .breadcrumb-label {
    margin: 0;
    font-weight: 700;
    color: #2c3e50;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    user-select: none;
  }
  .breadcrumb-list {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .breadcrumb-list li {
    display: flex;
    align-items: center;
  }
  .breadcrumb-separator {
    color: #b0b7c3;
    margin: 0 0.6rem;
    font-size: 1.25rem;
    user-select: none;
  }
  .breadcrumb-link {
    text-decoration: none;
    color: #0073e6;
    font-weight: 600;
    transition: color 0.25s ease, text-shadow 0.25s ease;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
  }
  .breadcrumb-link:hover {
    color: #004a99;
    text-shadow: 0 0 5px rgba(0, 74, 153, 0.7);
    background-color: #e1eaff;
    box-shadow: 0 0 8px rgba(0, 74, 153, 0.3);
  }
  .breadcrumb-current {
    font-weight: 700;
    color: #34495e;
    font-size: 1.05rem;
  }
