<style>



  .body{
    background-color: white;
  }
  .staff-wrapper {
    margin-left: 31px;
    margin-right: 21px;
    display:grid;
    grid-auto-flow: dense;
    grid-template-columns:repeat(auto-fill, minmax( min(280px,100%),1fr));
    padding:2px 10px;

    justify-items:center;
  }

  .purpleAliens {border:solid purple;}
  .supercool {box-shadow:0 0 9px 2px #911; }

  .staff-box {
    border:solid 2px #a9dbe4;
    background:radial-gradient( circle at 50% 0% , #fff 25%, #e8fbff );
    padding:0.6rem;
    padding-top:0;
    text-align:center;
    width:100%;
    max-width:280px;
    margin-top:64px;
    box-shadow:inset 0 10px #89d7d6, 0 1px 10px #0343;
  }
  .staff-box img {
    margin-top:-60px;
    margin-bottom:1px;
    border-radius:50%;
    border:solid 3px #b7d3d8;
    width:100%;
    max-width:128px;
    aspect-ratio:1/1;
  }
  .staff-box h1 {
    font-size:1.2em;
    line-height:1;
    font-weight:bold;
  }
  .staff-box p , .staff-box a {
    display:block;
    font-size:14px;
    margin:0.5em 0;
    line-height:1.05;
  }
  .staff-box a {}
  .dropdown {
    display: inline-block;
  }


  /*Fun begins*/
  .tab_container {
      width: 90%;
      margin: 0 auto;
      padding-top: 70px;
      position: relative;
  }

  input, sections {
    clear: both;
    padding-top: 10px;
    display: none;
  }

  label11 {

    align-items: center;
      font-weight: 500;
      font-size: 13px;
      display: block;
      float: left;
      width: 16%;
      padding: 1.5em;

      cursor: pointer;
      text-decoration: none;
      text-align: center;
      background: #f0f0f0;
  }

  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4,
  #tab5:checked ~ #content5 {
    display: block;
    padding: 20px;
    background: #fff;

    border-bottom: 2px solid #f0f0f0;
  }

  .tab_container .tab-content p,
  .tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
  }
  .tab_container .tab-content h3  {
    text-align: center;
  }
  @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

  *,
  *:after,
  *:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }

  .clearfix:before,
  .clearfix:after {
      content: " ";
      display: table;
  }

  .clearfix:after {
      clear: both;
  }






  .tab_container [id^="tab"]:checked + label11 {
    background: #fff;
    box-shadow: inset 0 3px #0CE;
  }

  .tab_container [id^="tab"]:checked + label11 .fa {
    color: #0CE;
  }

  label11 .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
  }

  /*Media query*/
  @media only screen and (max-width: 900px) {
    label11 span {
      display: none;
    }

    .tab_container {
      width: 98%;
    }
  }

  /*Content Animation*/
  @keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
  }

  .no_wrap {
    text-align:center;
    color: #0ce;
  }
  .link {
    text-align:center;
  }




















  .cards12 {
    background: white;
    text-decoration: none;
    color: #444;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    top: 0;
    transition: all 0.1s ease-in;
  }

  .cards12 article {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cards12 h1 {
      top:-4px;
    font-size: 20px;
    margin: 0;
    color: #fff;
  }
  .cards12 p {
    flex: 1;
    line-height: 1.4;
  }
  .cards12 span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 2em 0 0 0;
  }
  .cards12 .thumb {
        margin-top: 12px;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center center;
  }

  @media (min-width: 60em) {
    .item-1 {
      grid-column: 1/span 2;
    }
    .item-1 h1 {
      font-size: 24px;
    }
  }

    #tab1:checked~#content1,
    #tab2:checked~#content2,
    #tab3:checked~#content3,
    #tab4:checked~#content4,
    #tab5:checked~#content5 {
      display: block;
      padding: 20px;
      background: #fff;


    }

    .tab_container .tab-content p,
    .tab_container .tab-content h3 {
      -webkit-animation: fadeInScale 0.7s ease-in-out;
      -moz-animation: fadeInScale 0.7s ease-in-out;
      animation: fadeInScale 0.7s ease-in-out;
    }

    .tab_container .tab-content h3 {
      text-align: center;
    }

    .tab_container [id^="tab"]:checked+label11 {
      background:#dddcf5;
      box-shadow: inset 0 3px #0CE;
    }

    .tab_container [id^="tab"]:checked+label11 .fa {
      color: #0CE;
    }

    label11 .fa {
      font-size: 1.3em;
      margin: 0 0.4em 0 0;
    }

    /*Media query*/
    @media only screen and (max-width: 900px) {
      label11 span {
        display: none;
      }

      .tab_container {
        width: 98%;
      }
    }

    /*Content Animation*/
    @keyframes fadeInScale {
      0% {
        transform: scale(0.9);
        opacity: 0;
      }

      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    .no_wrap {
      text-align: center;
      color: #0ce;
    }

    .link {
      text-align: center;
    }

    .leftside {
      background: #000599;
    }

    .rightside {
      background: #006999;
    }

    .leftside,
    .rightside {

      padding: 2%;
      text-align: left;
    }

    @media (min-width : 600px) {

      .flexbox {
        width: 100%;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
      }

      .leftside,
      .rightside {
        -webkit-flex: 1;
        flex: 1;
        background: none;
      }
    }

    /*  21-01-2024 */


  .iit-section {
      padding-top: 40px;
      padding-bottom: 40px;
  }

  .iit-bus-eve__headds {
      width: 100%;
      text-align: center;
  }
  .iit-small-head {
      color: #062CEF;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 4px;
      text-align: center;
      text-transform: uppercase;
  }
  .iit-h2 {
      font-family: "Sora", sans-serif;
      color: #000000;
      font-size: 35px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 24px;
      text-transform: uppercase;
  }


  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
  }

  .section-bg {
    background-color: #f4f4f4;
  }

  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }

  .section-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #c2b7b1;
  }

  .section-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #4e4039;
  }

  .section-title p::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #eb5d1e;
    bottom: 0;
    left: calc(50% - 30px);
  }
.box1{
  background-color: white;
    border-radius: 8px;

}
  /*--------------------------------------------------------------.about h3
  # About
  --------------------------------------------------------------*/
  .about h3 {
    font-weight: 700;
    font-size: 30px;
    color: #4e4039;
  }

  .about h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    color: #7a6960;
  }

  .about i {
    font-size: 48px;
    margin-top: 15px;
    color: #f39e7a;
  }

  .about p {
    text-align: justify;
    font-size: 15px;
    color: #5a6570;
  }

  @media (max-width: 991px) {
    .about .about-img img {
      max-width: 70%;
    }
  }

  @media (max-width: 767px) {
    .about .about-img img {
      max-width: 100%;
      margin-top:0px;
    }
  }

  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
  .services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0  0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: justify;
    border-bottom: 3px solid #fff;
  }

  .services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #ef7f4d;
  }

  .services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #ef7f4d;
  }

  .services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .services .title a {
    color: #111;
  }

  .services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .hero-sections {
    height: 70vh;
    background-image: url("https://alumn-us.in/themes/wowonder/img/image56.jpeg");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    .hero-sections {
        height: 40vh;
        padding: 20px; /* Adjust padding as needed */
        background-size: cover; /* Change background-size property back to cover for mobile view */
    }
}

@media only screen and (min-width: 769px) {
    /* Adjust styles for screens wider than 768px */
    .hero-sections {
        height: 70vh;
        padding: 0 20px; /* Reset padding for wider screens */
    }
}

  .hero-section .content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
  }

  .hero-section .content h2 {
    font-size: 3rem;
    max-width: 600px;
    line-height: 70px;
  }

  .hero-section .content p {
   font-size: 21px;
      font-weight: -1;
      max-width: 400px;
      margin-top: 15px;

  }

  .hero-section .content button {
  color:black;
    padding: 12px 30px;
    border: none;
    font-size: 1rem;
    border-radius: 6px;
    margin-top: 38px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
  }

  .hero-section .content button:hover {
    color: #fff;
    background: #C06B3E;
  }


    .hero-section .content {
      text-align: center;
    }

    .hero-section .content :is(h2, p) {
      max-width: 100%;
    }

    .hero-section .content h2 {
      font-size: 2.3rem;
      line-height: 60px;
    }

    .hero-section .content button {
      padding: 9px 18px;
    }



  .ribbon{
      text-align:center;
  margin-left: 10%;
      margin-right: 10%;
      align-content: center;
      align-items: center;

      font-size: 2.000em;

      line-height: 1.875em;
      color: black;
      border-radius: 0 0.156em 0.156em 0;
      background: rgb(123, 159, 199);
      box-shadow: -1px 5px 3px rgba(0,0,0,0.5);
  }
  .ribbons{
      text-align:center;

      align-content: center;
      align-items: center;

      font-size: 2.000em;

      line-height: 1.875em;
      color: black;
      border-radius: 0 0.156em 0.156em 0;
      background: rgb(123, 159, 199);
      box-shadow: -1px 5px 3px rgba(0,0,0,0.5);
  }

  .ribbon:before, .ribbon:after{
    position:absolute;
    content: '';
    display: block;
  }

  .ribbon:before{
    width: 0.469em;
    height: 100%;
    padding: 0 0 0.438em;
    top:0;
    left: -0.469em;
    background:inherit;
    border-radius: 0.313em 0 0 0.313em;
  }

  .ribbon:after{
    width: 0.313em;
    height: 0.313em;
    background: rgba(0,0,0,0.35);
    bottom: -0.313em;
    left: -0.313em;
    border-radius: 0.313em 0 0 0.313em;
    box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
  }

  @media (max-width: 600px) {



    .ribbon{
      line-height: 1.143em;
      padding: 0.5em;
    }

    .ribbon:before, .ribbon:after{
      font-size: 0.714em;
    }

  }

  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
  * {
    outline: none;
    box-sizing: border-box;
  }

  :root {
    --body-bg-color: #e5ecef;
    --theme-bg-color: #fafafb;
    --body-font: "Poppins", sans-serif;
    --body-color: #2f2f33;
    --active-color: #118A89;
    --active-light-color: #e1ebfb;
    --header-bg-color: #fff;
    --search-border-color: #efefef;
    --border-color: #d8d8d8;
    --alert-bg-color: #e8f2ff;
    --subtitle-color: #83838e;
    --inactive-color: #f0f0f0;
    --placeholder-color: #9b9ba5;
    --time-button: #fc5757;
    --level-button: #5052d5;
    --button-color: #fff;
  }

  .dark-mode {
    --body-bg-color: #1d1d1d;
    --theme-bg-color: #13131a;
    --header-bg-color: #1c1c24;
    --alert-bg-color: #292932;
    --body-color: #fff;
    --inactive-color: #292932;
    --time-button: #fff;
    --level-button: #fff;
    --active-light-color: #263d63;
    --border-color: #26262f;
    --search-border-color: #26262f;
  }

  ::-moz-placeholder {
    color: var(--placeholder-color);
  }

  :-ms-input-placeholder {
    color: var(--placeholder-color);
  }

  ::placeholder {
    color: var(--placeholder-color);
  }

  img {
    max-width: 100%;
  }

  html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  }

  body {

    font-family: var(--body-font);
    font-size: 15px;

  }

  .dark-light svg {
    margin-right: 8px;
    width: 22px;
    cursor: pointer;
    fill: transparent;
    transition: 0.5s;
  }

  .dark-mode .dark-light svg {
    fill: #ffce45;
    stroke: #ffce45;
  }
  .dark-mode .job-card svg {
    box-shadow: none;
  }
  .dark-mode .search.item {
    color: var(--body-color);
    border-color: var(--body-color);
  }
  .dark-mode .search-location svg,
  .dark-mode .search-job svg,
  .dark-mode .search-salary svg {
    color: var(--body-color);
  }
  .dark-mode .detail-button {
    background-color: var(--inactive-color);
    color: var(--subtitle-color);
  }

  .job {
    display: flex;
    flex-direction: column;
    max-width: 1244px;

    margin: 0 auto;
    overflow: hidden;

  }

  .logo {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
  }
  .logo svg {
    width: 24px;
    margin-right: 12px;
  }


  .user-settings {
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .user-settings svg {
    width: 20px;
    color: #94949f;
  }

  .user-menu {
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 2px solid #d6d6db;
  }
  .user-menu:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid var(--header-bg-color);
    right: 6px;
    top: -1px;
    background-color: var(--active-color);
  }

  .user-profile {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 10px;
  }

  .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    scroll-behavior: smooth;
    padding: 30px 40px;
    overflow: auto;
  }

  .search-menu {
    height: 56px;
    white-space: nowrap;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    background-color: var(--header-bg-color);
    border-radius: 8px;
    width: 100%;
    padding-left: 20px;
  }
  .search-menu div:not(:last-of-type) {
    border-right: 1px solid var(--search-border-color);
  }

  .search-bar {
    height: 55px;
    width: 100%;
    position: relative;
  }
  .search-bar input {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    border: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%230162ff'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0 50%;
    padding: 0 25px 0 305px;
  }

  .search-location,
  .search-job,
  .search-salary {
    display: flex;
    align-items: center;
    width: 50%;
    font-size: 14px;
    font-weight: 500;
    padding: 0 25px;
    height: 100%;
  }
  .search-location input,
  .search-job input,
  .search-salary input {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    border: none;
  }
  .search-location svg,
  .search-job svg,
  .search-salary svg {
    margin-right: 8px;
    width: 18px;
    color: var(--active-color);
    flex-shrink: 0;
  }

  .search-button {
    background-color: var(--active-color);
    height: 55px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 0 8px 8px 0;
    color: var(--button-color);
    cursor: pointer;
    margin-left: auto;
  }

  .search.item {
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 13px;
    color: var(--active-color);
    border: 1px solid var(--search-border-color);
    padding: 8px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
  }
  .search.item svg {
    width: 12px;
    margin-left: 5px;
  }
  .search.item:last-child {
    left: 185px;
  }

  .main-container {
    display: flex;
    flex-grow: 1;
    padding-top: 30px;
  }

  .search-type {
      margin-top: 46px;
    width: 270px;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-shrink: 0;
  }

  .alert {
    background-color: var(--alert-bg-color);
    padding: 24px 18px;
    border-radius: 8px;
  }
  .alert-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .alert-subtitle {
    font-size: 13px;
    color: var(--subtitle-color);
    line-height: 1.6em;
    margin-bottom: 20px;
  }
  .alert input {
    width: 100%;
    padding: 10px;
    display: block;
    border-radius: 6px;
    background-color: var(--header-bg-color);
    border: none;
    font-size: 13px;
  }

  .search-buttons {
    border: none;
    color: var(--button-color);
    background-color: #bec2e7;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 14px;
  }

  .job-wrapper {
    padding-top: 20px;
  }

  .job-time {
    padding-top: 20px;
  }
  .job-time-title {
    font-size: 14px;
    font-weight: 500;
  }

  .type-container {
    display: flex;
    align-items: center;
    color: var(--subtitle-color);
    font-size: 13px;
  }
  .type-container label11 {
    margin-left: 2px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .type-container + .type-container {
    margin-top: 10px;
  }

  .job-number {
    margin-left: auto;
    background-color: var(--inactive-color);
    color: var(--subtitle-color);
    font-size: 10px;
    font-weight: 500;
    padding: 5px;
    border-radius: 4px;
  }

  .job-style {
    display: none;
  }

  .job-style + label11:before {
    content: "";
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--subtitle-color);
    border-radius: 4px;
    cursor: pointer;
  }

  .job-style:checked + label11:before {
    background-color: var(--active-color);
    border-color: var(--active-color);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpath d='M20 6L9 17l-5-5'/%3e%3c/svg%3e");
    background-position: 50%;
    background-size: 14px;
    background-repeat: no-repeat;
  }

  .job-style:checked + label11 + span {
    background-color: var(--active-light-color);
    color: var(--active-color);
  }

  .searched-jobs {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-left: 40px;
  }

  @-webkit-keyframes slideY {
    0% {
      opacity: 0;
      transform: translateY(200px);
    }
  }

  @keyframes slideY {
    0% {
      opacity: 0;
      transform: translateY(200px);
    }
  }
  .searched-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-animation: slideY 0.6s both;
            animation: slideY 0.6s both;
  }
  .searched-show {
    font-size: 19px;
    font-weight: 600;
  }
  .searched-sort {
    font-size: 14px;
    color: var(--subtitle-color);
  }
  .searched-sort .post-time {
    font-weight: 600;
    color: var(--subtitle-color);
  }
  .searched-sort .menu-icon {
    font-size: 9px;
    color: var(--placeholder-color);
    margin-left: 6px;
  }

  .job-cards {

    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -webkit-animation: slideY 0.6s both;
            animation: slideY 0.6s both;
  }
  @media screen and (max-width: 1212px) {
    .job-cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 930px) {
    .job-cards {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .cover-photosss {
      height: 138px;
      margin-top: 11px;
      position: relative;
      background: url(https://i.imgur.com/jxyuizJ.jpeg);
      background-size: cover;
      height: 390px;
      border-radius: 5px 5px 0 0;
  }
  .profile-namess {
      align-items: center;
      font-size: 17px;
      /* margin: 25px 0 0 120px; */
      color: #000;
  }
  .job-card {
    padding: 20px 16px;
    background-color: #f6f6f6;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
  }
  .job-card:hover {
    transform: scale(1.02);
  }
  .job-card svg {
    width: 46px;
    padding: 10px;
    border-radius: 8px;
  }
  .job-card-title {
    font-weight: 600;
    margin-top: 16px;
    font-size: 14px;
  }
  .job-card-subtitle {
    color: var(--subtitle-color);
    font-size: 13px;
    margin-top: 14px;
    line-height: 1.6em;
  }
  .job-card-header {
    display: flex;
    align-items: flex-start;
  }

  .overview-card:hover {
    background: #2b2ecf;
    transition: none;
    transform: scale(1);
  }
  .overview-card:hover svg {
    box-shadow: none;
  }
  .overview-card:hover .job-overview-buttons .search-buttons.time-button,
  .overview-card:hover .job-overview-buttons .search-buttons.level-button {
    background-color: #575ad8;
    color: #fff;
  }
  .overview-card:hover .job-card-title,
  .overview-card:hover .job-stat {
    color: #fff;
  }
  .overview-card:hover .job-card-subtitle,
  .overview-card:hover .job-day {
    color: #dedede;
  }
  .overview-card:hover .overview-wrapper .heart {
    color: #fff;
    border-color: #fff;
  }
  .overview-card:hover .overview-wrapper .heart:hover {
    fill: red;
    stroke: red;
    transform: scale(1.1);
  }

  .detail-button {
    background-color: var(--active-light-color);
    color: var(--active-color);
    font-size: 11px;
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 4px;
  }
  .detail-button + .detail-button {
    margin-left: 4px;
  }

  .job-card-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 4px;
  }

  .card-buttons,
  .card-buttons-msg {
    padding: 10px;
    width: 100%;
    font-size: 12px;
    cursor: pointer;
  }

  .card-buttons {
    margin-right: 12px;
  }
  .card-buttons-msg {
    background-color: var(--inactive-color);
    color: var(--subtitle-color);
  }

  .menu-dot {
    background-color: var(--placeholder-color);
    box-shadow: -6px 0 0 0 var(--placeholder-color), 6px 0 0 0 var(--placeholder-color);
    width: 4px;
    height: 4px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 8px;
  }

  .header-shadow {
    box-shadow: 0 4px 20px rgba(88, 99, 148, 0.17);
    z-index: 1;
  }

  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      transform: translateX(300px);
    }
  }

  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateX(300px);
    }
  }
  .job-overview {
    display: flex;
    flex-grow: 1;
    display: none;
    -webkit-animation: slide 0.6s both;
            animation: slide 0.6s both;
  }
  .job-overview-cards {
    display: flex;
    flex-direction: column;
    width: 330px;
    height: 100%;
    flex-shrink: 0;
  }
  .job-overview-card + .job-overview-card {
    margin-top: 20px;
  }
  .job-overview-buttons {
    display: flex;
    align-items: center;
    margin-top: 12px;
  }
  .job-overview-buttons .search-buttons {
    background-color: var(--inactive-color);
    font-size: 11px;
    padding: 6px 8px;
    margin-top: 0;
    font-weight: 500;
  }
  .job-overview-buttons .search-buttons.time-button {
    color: var(--time-button);
    margin-right: 8px;
  }
  .job-overview-buttons .search-buttons.level-button {
    color: var(--level-button);
  }
  .job-overview-buttons .job-stat {
    color: var(--active-color);
    font-size: 12px;
    font-weight: 500;
    margin-left: auto;
  }
  .job-overview-buttons .job-day {
    color: var(--subtitle-color);
    font-size: 12px;
    margin-left: 8px;
    font-weight: 500;
  }
  .job-overview .overview-wrapper {
    display: flex;
    align-items: center;
  }
  .job-overview .overview-wrapper svg:first-child {
    width: 42px;
    margin-right: 10px;
  }
  .job-overview .overview-wrapper .heart {
    background: none;
    box-shadow: none;
    width: 24px;
    padding: 4px;
    color: var(--subtitle-color);
    border: 1px solid var(--border-color);
    margin-left: auto;
    margin-bottom: auto;
  }

  .overview-detail .job-card-title,
  .overview-detail .job-card-subtitle {
    margin-top: 4px;
  }
  .overview-detail .job-card-subtitle {
    font-size: 12px;
    font-weight: 500;
  }

  .job-explain {
    background-color: var(--header-bg-color);
    margin-left: 40px;
    border-radius: 0 0 8px 8px;
  }

  .job-bg {
    border-radius: 8px 8px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 180px;
    transition: 0.3s;
    position: relative;
  }

  .job-logos {
    margin-top: -30px;
    position: relative;
    margin-bottom: -36px;
    padding: 0 20px;
  }
  .job-logos svg {
    width: 66px;
    padding: 12px;
    background-color: #fff;
    border-radius: 10px;
    border: 4px solid var(--header-bg-color);
  }

  .job-title-wrapper {
    display: flex;
    align-items: center;
  }
  .job-title-wrapper .job-card-title {
    font-size: 20px;
    margin-top: 0;
    font-weight: 600;
  }

  .job-action {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .job-action svg {
    width: 32px;
    border: 1px solid var(--border-color);
    color: var(--subtitle-color);
    border-radius: 8px;
    padding: 6px;
  }
  .job-action svg + svg {
    margin-left: 12px;
  }

  .job-explain-content {
    padding: 50px 25px 30px;
  }

  .job-subtitle-wrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .job-subtitle-wrapper .posted {
    margin-left: auto;
  }
  .job-subtitle-wrapper .company-name {
    color: var(--active-color);
    font-weight: 600;
    font-size: 14px;
  }
  .job-subtitle-wrapper .comp-location,
  .job-subtitle-wrapper .posted {
    color: var(--subtitle-color);
    font-size: 12px;
    font-weight: 500;
  }
  .job-subtitle-wrapper .comp-location {
    position: relative;
    margin-left: 10px;
  }
  .job-subtitle-wrapper .comp-location:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--placeholder-color);
    top: 49%;
    left: -8px;
    position: absolute;
  }
  .job-subtitle-wrapper .app-number {
    color: var(--body-color);
    position: relative;
    margin-left: 12px;
  }
  .job-subtitle-wrapper .app-number:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--placeholder-color);
    top: 50%;
    left: -7px;
    position: absolute;
  }

  .explain-bar {
    margin-top: 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    height: 66px;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
  }
  .explain-title {
    color: var(--subtitle-color);
    font-size: 12px;
    line-height: 40px;
    white-space: nowrap;
  }
  .explain-subtitle {
    font-size: 13px;
    font-weight: 500;
    margin-top: -2px;
    white-space: nowrap;
  }
  .explain-contents {
    height: 66px;
  }
  .explain-contents + .explain-contents {
    border-left: 1px solid var(--border-color);
    padding-left: 16px;
  }

  .overview-text {
    margin-top: 30px;
  }
  .overview-text-header {
    font-weight: 600;
    margin-bottom: 25px;
  }
  .overview-text-subheader {
    font-size: 13px;
    line-height: 2em;
  }
  .overview-text-item {
    font-size: 13px;
    position: relative;
    display: flex;
  }
  .overview-text-item + .overview-text-item {
    margin-top: 20px;
  }
  .overview-text-item:before {
    content: "";
    border: 2px solid #61bcff;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 8px;
    flex-shrink: 0;
  }

  .detail-page .job-overview {
    display: flex;
  }
  .detail-page .job-cards,
  .detail-page .searched-bar {
    display: none;
  }
  @media screen and (max-width: 1300px) {
    .detail-page .search-type {
      display: none;
    }
    .detail-page .searched-jobs {
      padding-left: 0;
    }
  }

  @media screen and (max-width: 990px) {
    .explain-contents, .explain-bar {
      height: auto;
    }

    .explain-bar {
      flex-wrap: wrap;
      padding-bottom: 14px;
    }

    .explain-contents {
      width: 50%;
    }

    .explain-contents + .explain-contents {
      padding: 0;
      border: 0;
    }

    .explain-contents:nth-child(2) ~ .explain-contents {
      margin-top: 16px;
      border-top: 1px solid var(--border-color);
    }

    .job-subtitle-wrapper {
      flex-direction: column;
      align-items: flex-start;
    }

    .job-subtitle-wrapper .posted {
      margin-left: 0;
      margin-top: 6px;
    }
  }
  @media screen and (max-width: 930px) {
    .search-job, .search-salary {
      display: none;
    }

    .search-bar {
      width: auto;
    }
  }
  @media screen and (max-width: 760px) {
    .detail-page .job-overview-cards {
      display: none;
    }

    .user-name {
      display: none;
    }

    .user-profile {
      margin-right: 0;
    }

    .job-explain {
      margin-left: 0;
    }
  }
  @media screen and (max-width: 730px) {
    .search-type {
      display: none;
    }

    .searched-jobs {
      padding-left: 0;
    }

    .search-menu div:not(:last-of-type) {
      border: 0;
    }

    .job-cards {
      grid-template-columns: repeat(2, 1fr);
    }

    .search-location {
      display: none;
    }
  }
  @media screen and (max-width: 620px) {
    .job-cards {
      grid-template-columns: repeat(1, 1fr);
    }

    .header-menu a:not(:first-child) {
      margin-left: 10px;
    }
  }
  @media screen and (max-width: 590px) {
    .header-menu {
      display: none;
    }
  }
  @media screen and (max-width: 520px) {
    .search.item {
      display: none;
    }

    .search-bar {
      flex-grow: 1;
    }

    .search-bar input {
      padding: 0 0 0 30px;
    }

    .search-button {
      margin-left: 16px;
    }

    .searched-bar {
      flex-direction: column;
      align-items: flex-start;
    }

    .searched-sort {
      margin-top: 5px;
    }

    .main-container {
      padding-top: 20px;
    }
  }
  @media screen and (max-width: 380px) {
    .explain-contents {
      width: 100%;
      margin: 0;
    }

    .explain-contents:nth-child(2) ~ .explain-contents {
      margin: 0;
      border: 0;
    }

    .wrapper {
      padding: 20px;
    }

    .header {
      padding: 0 20px;
    }
  }


  .swiper{
    width: 100%;
  }

  .card{
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .card::before{
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #7d2ae8;
    border-radius: 20px 20px 0 0;
  }

  .card .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
  }

  section .card .image{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    background: #7d2ae8;
  }

  section .card .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
  }

  .card .media-icons{
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card .media-icons i{
    color: #fff;
    opacity: 0.6;
    margin-top: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .card .media-icons i:hover{
    opacity: 1;
  }

  .card .name-profession{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: ;
  }

  .name-profession .name{
    font-size: 20px;
    font-weight: 600;
  }

  .name-profession .profession{
    font-size:15px;
    font-weight: 500;
  }

  .card .rating{
    display: flex;
    align-items: center;
    margin-top: 18px;
  }

  .card .rating i{
    font-size: 18px;
    margin: 0 2px;
    color: #7d2ae8;
  }

  .card .button{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }

  .card .button button{
    background: #7d2ae8;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .button button:hover{
    background: #6616d0;
  }

  .swiper-pagination{
    position: absolute;
  }

  .swiper-pagination-bullet{
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #7d2ae8;
  }

  .swiper-button-next, .swiper-button-prev{
    opacity: 0.7;
    color: #7d2ae8;
    transition: all 0.3s ease;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: 1;
    color: #7d2ae8;
  }

  #gallery{
    -webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;

    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  @media (max-width:1200px){
    #gallery{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;

    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:800px){
    #gallery{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;

    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:600px){
    #gallery{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }
  }
  #gallery img,#gallery video {
    width:100%;
    height:auto;
    margin: 4% auto;
    box-shadow:-3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .modal-img,.model-vid{
    width:100%;
    height:auto;
  }
  .modal-body{
    padding:0px;
  }




  input:focus, textarea:focus, keygen:focus, select:focus {
      outline: none;
  }
  ::-moz-placeholder {
      color: #666;
      font-weight: 300;
      opacity: 1;
  }

  ::-webkit-input-placeholder {
      color: #666;
      font-weight: 300;
  }


  /* Contact Form Styling */
  .container {
      padding: 0 50px 70px;
  }
  .textcenter {
      text-align: center;
  }
  .section1 {
      text-align: center;
      display: table;
      width: 100%;
  }
  .section1 .shtext {
      display: block;
      margin-top: 20px;
  }
  .section1 .seperator {
      border-bottom:1px solid #a2a2a2;
      width: 35px;
      display: inline-block;
      margin: 20px;
  }

  .section1 h1 {
      font-size: 40px;
      color: #A44DD8;
      font-weight: normal;
  }

  .section2 {
      width: 1200px;
      margin: 25px auto;
  }
  .section2 .col2 {
      width: 48.71%;
  }
  .section2 .col2.first {
      float: left;
  }
  .section2 .col2.last {
      float: right;
  }
  .section2 .col2.column2 {
      padding: 0 30px;
  }
  .section2 span.collig {
      color: #a2a2a2;
      margin-right: 10px;
      display: inline-block;
  }
  .section2 .sec2addr {
      display: block;
      line-height: 26px;
  }
  .section2 .sec2addr p:first-child {
      margin-bottom: 10px;
  }
  .section2 .sec2contactform input[type="text"],
  .section2 .sec2contactform input[type="email"],
  .section2 .sec2contactform textarea {
      padding: 18px;
      border: 0;
      background: #EDEDED;
      margin: 7px 0;
  }
  .section2 .sec2contactform textarea {
      width: 100%;
      display: block;
      color: #666;
    resize:none;
  }
  .section2 .sec2contactform input[type="submit"] {
      width:100%;
      padding: 15px 40px;
      color: #fff;
      border: 0;
      background: #118A89;
      font-size: 16px;
      text-transform: uppercase;
      margin: 7px 0;
      cursor: pointer;
  }
  .section2 .sec2contactform h3 {
      font-weight: normal;
      margin: 20px 0;
      margin-top: 20px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 19px;
      color: #A44DD8;
  }

  /* @media querries */

  @media only screen and (max-width: 1266px) {
      .section2 {
          width: 100%;
      }
  }
  @media only screen and (max-width: 960px) {
      .container {
          padding: 0 30px 70px;
      }
      .section2 .col2 {
          width: 100%;
          display: block;
      }
      .section2 .col2.first {
          margin-bottom: 10px;
      }
      .section2 .col2.column2 {
          padding: 0;
      }
      body .sec2map {
          height: 250px !important;
      }
  }
  @media only screen and (max-width: 768px) {
      .section2 .sec2addr {
          font-size: 14px;
      }
      .section2 .sec2contactform h3 {
          font-size: 16px;
      }
      .section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
          padding: 10px;
          margin:3px 0;
      }
      .section2 .sec2contactform input[type="submit"] {
          padding: 10px 30px;
          font-size: 14px;
      }
  }
  @media only screen and (max-width: 420px) {
      .section1 h1 {
          font-size: 28px;
      }
  }

  ul {
      margin: 0px;
      padding: 0px;
  }
  .footer-section {
    background: #151414;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 200px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #ff5e14;
      padding: 13px 20px;
      border: 1px solid #ff5e14;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #ebedff;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: #ff5e14;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #ff5e14;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }


  .card-container {
    width: 300px;
    height: 440px;
    background-color: #fff;
    border-radius: 8px;
    margin: auto;
    box-shadow: 0 2px 20px rgba(0,0,0, 0.1);
    overflow: hidden;
  }

  .card-image img {
    height: 220px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-size: cover;
  }

  .card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 16px;
    min-height: 200px;
  }

  .card-badge {
    text-transform: uppercase;
    background-color: #fff;
    color: #fff;
    padding: 2px 8px;
    border-radius: 70px;
    margin: 0;
    font-size: 12px;
  }


  .about {
      margin-top: 30px;
      line-height: 1.6;
  }

  .btn {
      margin: 30px 15px;

      padding: 10px 25px;
      border-radius: 3px;

      font-weight: bold;
      font-family: Montserrat;
      cursor: pointer;
      color: #222;
      transition: 0.2s;
  }

  .btn:last-of-type {
    background-color: #7480F0;
         color: white;

      margin-left: 3px;
      align-items: center;
      width: 100%;
  }

  .btn:hover {
      background: #7ce3ff;
      color: #222;
  }

  .icons {
      width: 180px;
      margin: 0 auto 10px;
      display: flex;
      justify-content: space-between;
      gap: 15px;
  }

  .icons i {
      cursor: pointer;
      padding: 5px;
      font-size: 18px;
      transition: 0.2s;
  }

  .icons i:hover {
      color: #7ce3ff;
  }

  .cards {
      padding: 15px;
      width: 350px;
      background: #e8e8e8;
      border-radius: 5px;
      text-align: center;
      /* box-shadow: 0 0px 0px rgba(0, 0, 0, 0.7); */
      user-select: none;
  }

/* ── Managing Committee 2026-28 ────────────────────────────── */
.committee-section {
  width: 100%;
  padding: 0 16px 32px;
}

.committee-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 16px;
}

.committee-group-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #83838e;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 10px;
  margin: 28px 0 18px;
  width: 100%;
  grid-column: 1 / -1;
}

.committee-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(68, 88, 144, 0.1);
  padding: 24px 16px 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.committee-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(68, 88, 144, 0.18);
}

.committee-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 14px;
  letter-spacing: 1px;
}

.committee-avatar.avatar-office {
  background: linear-gradient(135deg, #7480F0, #5a67d8);
}

.committee-avatar.avatar-coopt {
  background: linear-gradient(135deg, #00b4cc, #0094aa);
}

.committee-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #2d2d3a;
  margin: 0 0 8px;
  line-height: 1.3;
}

.committee-role {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: #f0f2ff;
  color: #7480F0;
  border-radius: 20px;
  padding: 3px 12px;
  margin-bottom: 12px;
}

.committee-role.role-coopt {
  background: #e6f9fc;
  color: #00869a;
}

.committee-email {
  display: block;
  font-size: 12px;
  color: #7480F0;
  text-decoration: none;
  word-break: break-all;
  line-height: 1.4;
}

.committee-email:hover {
  text-decoration: underline;
  color: #5a67d8;
}

@media (max-width: 1024px) {
  .committee-group { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .committee-group { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .committee-group { grid-template-columns: 1fr; }
}


     </style>