.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5a199dd:#581820;--e-global-color-49f8892:#F4E1DC;--e-global-color-8896b51:#2C2C2C;--e-global-color-8942f35:#FBF8F5;--e-global-color-226f02d:#C5A880;--e-global-color-f44a6c8:#C5A880;--e-global-color-541b9ed:#D4AF37;--e-global-color-f615184:#FAF5EE;--e-global-color-afc9641:#7E3F12;--e-global-color-32edea4:#C43737;--e-global-color-8056736:#FFF8EF;--e-global-color-7177e59:#C8A654;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container styling */
.career-table-container {
  overflow-x: auto;          /* Mobile এ হরিজন্টাল স্ক্রল */
  border: 3px solid #D4AF37; /* Gold border */
  border-radius: 8px;
  background: #FFF8EE;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Table styling */
.career-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* mobile scroll trigger */
}

/* Header */
.career-table thead th {
  background: #5B0F00;   /* Dark Purple */
  color: #fff;
  padding: 12px 8px;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #D4AF37; /* gold underline */
}

/* Body rows */
.career-table tbody td {
  padding: 10px 8px;
  border-bottom: 1px solid #ECD1A9; /* light inner line */
  vertical-align: top;
}

/* Row striping */
.career-table tbody tr:nth-child(odd) {
  background: #FFF8EE; /* very light cream */
}

/* Icons & text */
.career-table td:first-child {
  white-space: nowrap;
  font-weight: 500;
}

/* Responsive font-size */
@media(max-width: 768px) {
  .career-table thead th, .career-table tbody td {
    font-size: 14px;
    padding: 8px 6px;
  }
}/* End custom CSS */