.rh_header {
    background-color: #fff;
}
.rh_header .navbar__link{
        color: #000;
    }
#rh_header {
    /* background-color: #fff; */
    width: 100%;
    margin: 0;
    min-height: 65px;
}
#rb_logo{
    width: 5rem; height: 3rem; cursor: pointer;padding-left:1em;
}
#main-header{
    height: 65px;
    display: flex;
    align-items: center;
    margin: auto;
    /* box-shadow: 0px 1px 5px #eac1c1; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    color: #fff;
    /* background-color: #fff; */
}
#logo{
    width: 4em;
    padding-left: 1em;
}
.header-items{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
/* #main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #333;
    color: #fff;
} */
#canvas-container {
    display: flex;
    align-items: center;
    width: 20%;
    /* float: left; */
}
.navbar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 1rem;
    align-items: center;
    padding-right: 1rem;
}
.exp-btn-wth-fix{
    display: block;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
}
.navbar__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    gap: 1rem;
    position: relative;
}
.navbar__item {
    margin-left: 0rem;
    width: -moz-max-content;
    width: max-content;
}
.navbar__link {
    /* color: #fff; */
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
    color: #f3ecec;
}
.navbar__link:visited{
    color: #fff;
}
.navbar__link:hover {
    color: #ddd;
}
.apply-button {
    background-color: #d84e55;
    /* color: transparent; */
    border: none;
    text-align: center;
display: block;
width: auto;
max-width: -moz-max-content;
max-width: max-content;
    min-height: 3rem;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;

    transition: background-color 0.3s ease;
  }
.apply-button a{
    color: #f0eded;
  }
.apply-button:hover {
    background-color: #d62828;
  }
.apply-button a:visited {
    color: #fff;
  }
.rh_header .navbar__link {
    color:  #000!important;
  }
@media (max-width: 600px){

    .header-items{
        width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem 0 1rem;
    }
#canvas-container{
    width: 25%;
}.navbar__list{
    display: none;
}
.apply-button{
    width: -moz-max-content;
    width: max-content;
}
.navbar__link {
    all: unset;
    color: #000;
}
.navbar__link:visited{
    all: unset;
    color: #000;
}
.navbar {
    display: flex;
    justify-content: flex-end;
    width: 61%;
    gap: 1rem;
    align-items: center;
}




.mobile-menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 120px;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    opacity: 1;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.navbar_list{
    display: flex;
    padding: 0;
    flex-direction: column;
}
.mobile-menu .navbar__item   {
    padding: 0.5rem 0;

        width: 100%;
        margin: 0;
}
.mobile-menu .navbar__item:hover {



        margin: 0;
        background-color: #929090;
        font-weight: 800;
}

.mobile-menu .navbar_link {
    font-size: 18px;
    color: #202020;
    display: block;
    padding: 10px;
    border: 1px solid #1a0202;
}

.burger-menu {
    display: block;
}


.mobile-menu {
    /* opacity: 1; */
    transform: translateY(0);
}
  }
.countryFlag,.downDropImg {
    width: 1.5rem;
    height: 1.5rem;
}
.banner {
  position: relative;
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  /* top: 3vh; */
  left: 0;
  z-index: -1;
}
.banner__overlay {
  position: absolute;
  /* top: 26.5vh; */
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black shade with 50% transparency */
  z-index: 0;
}
.banner__heading {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 4.5rem;
  margin-bottom: 20px;
  letter-spacing: -0.96px;
  line-height: 4.5rem;
  top: 24%;
}
.banner__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-top: 20px;
  width: 90%;
}
.banner__search-input {
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 25px 0 0 25px;
  outline: none;
  width: 95%;
  height: 55px;
}
.banner__search-button {
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 0 25px 25px 0;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__search-button i {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px){
  .banner__heading{
    font-size: 3.5rem;
  }
}
.whoarewe {
    container-type: inline-size;
    container-name: whoweareMaster;
}
.whoarewe h2{
    text-align: center;
    font-family: 'Inter Variable', sans-serif;
}
.whoarewe ul{
    list-style: none;
    /* display: inline-block; */
    padding: 0;
    overlay: auto;
    white-space: nowrap;
    overflow: scroll;
}
.whoarewe li{
    width: 90%;
    margin: auto;
    margin: 1em;
    display: inline;
}
.whoarewe img{
    border-radius: 1em;
    width: 22em;
    align-items: flex-start;
    gap: 8px;
      
    
}
/* If the container is larger than 700px */
@container whoweareMaster (min-width: 700px) {
  .whoarewe h2 {
    font-size: 3em;
  }
  .whoarewe img{
    /* width: 19em;
    height: 400px; */
    border-radius: 2em;
    width: 100%;
    height: 100%;
}
}
.galleryCards {
    list-style: none;
    white-space: nowrap;
    height: 100%;
    max-width: calc(var(--cover-size) * 2.5);
    overflow: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    transition: linear;
    outline: none !important;
}
.galleryImageDesk {
    width: 110%;
    margin: 0 auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 20rem;
    -webkit-box-reflect: below 0.5em linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
}
.listElem {
    display: inline-block;
    width: var(--cover-size);
    aspect-ratio: 1;
    scroll-snap-align: center;
    position: relative;
    perspective: 40em;
    z-index: 1;
    will-change: z-index;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.listElem > img {
    animation: rotate-cover 1s both;
    transform: translateX(-100%) rotateY(-45deg);
    will-change: transform;
}
.gallerySliderArrLeft {
    position: absolute;
    top: 18rem;
    left: 3rem;
    transform: rotate(180deg);
    cursor: pointer;
}
.gallerySliderArrRight {
    position: absolute;
    top: 18rem;
    right: 3rem;
    cursor: pointer;
}
.gallery-counter {
    color: white;
    position: relative;
    bottom: 3rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@keyframes rotate-cover {
    0% {
        transform: translateX(-100%) rotateY(-22deg);
    }
    35% {
        transform: translateX(0) rotateY(-25deg);
    }
    50% {
        transform: rotateY(0deg) translateZ(1em) scale(1.5);
    }
    65% {
        transform: translateX(0) rotateY(25deg);
    }
    100% {
        transform: translateX(100%) rotateY(22deg);
    }
}
@media (max-width: 1024px) {
    :root {
        --cover-size: 9rem;
    }
}
@media (max-width: 600px) {
    :root {
        --cover-size: 6rem;
    }
}
.newsContainer{
    width: 100%;
    height: 39px;
    font-family: 'Inter Variable', sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 2em;
    margin-bottom: 0.1em;
}
.newsContent{
    /* margin-left: 2.5em; */
    display: flex;
    margin-bottom: 4em;
    justify-content: space-evenly;
}
.newsContent ul{
    margin: 2em;
    text-align: left;
    margin-left: 3em;
    overflow-x: scroll;
    margin-right: 1em;
}
.newsContent li{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* padding-right: 1em; */
    flex-basis: 0;
}
.newsContent li a u{
    color: #000000;
    padding-top: 2em;
    font-weight: 600;
    font-size: 20px;
    opacity: 0.8;
}
.newsDate{
    width: 394px;
    height: 42px;
    font-family: 'Inter Variable', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: normal;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 0.6em;
}
.newsDate_header{
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5em;
    padding-right: 1em;

}
.newsDate_header a{
   display: flex;
   width: 350px;
   padding-top:1.5em;

}
/* .newsDate_header a{
    color: #343434;
} */
.newsDate_header a, a:visited {
    color: #343434;
}
.newsDate_header a:hover{
    color: #d84e55;
    ;
}
.jobs-list {
    padding: 2rem 4rem;
    max-width: 100%;
    /* margin: 2rem 5rem; */
    text-align: center;
    background-color: #f7f7f7;
    position: relative;
    min-width: 91%
}
.jobs-list h1{
    font-size: 3.25rem;
}
.jobs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    list-style: none;
    padding: 0;
    min-height: 60vh;
    /* float: left; */
}
.job-item {
    width: 100%;
    max-width: 30%;
    /* height: 25vh; */
}
.job-card {
    background-color: #fff;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem 1rem 1rem 1rem;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: 200px;
    min-height: auto;

}
.job-card p{
 display: flex;
text-align: left;

}
.job-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.mrg-top-0{
    margin-top: 0;
    min-height: 2.5rem;
}
.job-title {
    font-size: 1.375rem;
    margin-bottom: 10px;
    text-align: left;
    height: 4.5rem;
}
.job-description {
    font-size: 1rem;
    margin-bottom: 10px;
}
.job-location,
.job-department {
    font-size: 0.9rem;
    color: #555;
}
.totalcount{
    /* float: left; */
    position: relative;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin-left: 3rem;
}
.filters {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 5rem;
}
.selected-filters {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}
.filters-chip{
    display: flex;
    gap: 1rem;
}
.chip-pad{
    padding: 0 8px;
}
.filter-tag {
    background-color: #fdd;
    padding: 4px 6px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 700;

}
.filter-tag span {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
    color: #1d1d1d;
    font-size: 14px;
    padding: 0.25rem;

}
.clear-all {
    font-size: 14px;
    font-weight: bold;
    color: #1d1d1d;
    cursor: pointer;
    margin-left: 10px;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.search-job{
    display: flex;
        width: 50%;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1.5rem;
        border: 1px solid white;
        box-shadow: 0px 1px 12px 0px rgba(29, 29, 29, 0.10);
        border-radius: 10000px;
        background-color: #fff;
        left: 25%;
        position: absolute;
    z-index: 1;
    top: -4%;
    height: 4rem;

    }
.search-icon-bg{
    background-color: #D63941;
    padding: 1rem;
    border-radius: 50%;
    margin: 6px;

}
.search-input{
    width: 100%;
    padding: 1rem 1rem 1rem 0;
    border: none;
    margin-left: 2rem;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 24px;
    letter-spacing: -0.18px;
    border: none;
    outline: none;
}
.search-input::-moz-placeholder {
    color: #474747;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.18px;

}
.search-input::placeholder {
    color: #474747;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.18px;

}
.filters select {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
    width: 10em;
}
.filters select:focus {
    border-color: #007bff;
}
.loading-container{
    text-align: center;
    height: 500px;
    top: 3.5rem;
    position: relative;
}
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.modal-content {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 1rem;
    max-width: 90%;
    width: 85%;
    max-height: 80vh;
height: -moz-max-content;
height: max-content;
    gap: 2rem;
    overflow: scroll;
display: flex;
flex-direction: row;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    /* top: 20%; */
    /* position: relative; */
}
.modal-content-left{
    width: 75%;
}
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
}
.nxt-btn{
    border-radius: 50%;
    height: 42px;
    width: 42px;
    font-size: 18px;
    border: 0px;
    font-weight: 700;
}
.nxt-btn:hover{
    background-color: #fde3e3;
}
@media screen and (max-width: 768px) {
    .jobs-container {
        flex-direction: column;
        align-items: center;
    }
    .search-input{width: 200px;
    text-overflow: ellipsis;

}
.job-title{
    font-size: 1rem;
}
    .job-item {
        max-width: 100%; 
        height: auto;
    }

    .job-card {
        height: auto;
        padding: 1rem;
    }

    .filters {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        max-width: 200px !important;
        min-width: 200px !important;
        text-align: left;
    }
    .search-job{
        display: flex;
            width: 75%;
            align-items: center;
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 1.5rem;
            border: 1px solid white;
            box-shadow: 0px 1px 12px 0px rgba(29, 29, 29, 0.10);
            border-radius: 10000px;
            background-color: #fff;
            left: 15%;
            position: absolute;
        z-index: 1;
        top: 0px;
        height: 4rem;
    
        }
        .search-icon-bg{
            position: absolute;
    right: 0;
        }
        .jobs-list {
            padding: 2rem 1rem;
            max-width: 100%;
            /* margin: 2rem 5rem; */
            text-align: center;
            background-color: #f7f7f7;
            position: relative;
            min-width: 90%;
            width: 92%;
display: flex;
flex-direction: column;
align-items: center;
        }

  .custom-select-container {
    width: 200px !important; 
  }
  .custom-select-container .css-1dyz3mf {
    flex-wrap: nowrap;
  }
  .custom-select-container .css-1wa3eu0-placeholder {
    font-size: 14px !important; 
  }

  .custom-select-container .css-1okebmr-indicatorSeparator {
    display: none !important; 
  }

    .filters select {
        width: 100%;
    }

    .modal-content {
        flex-direction: column;
        padding: 1rem;
        width: 95%;
        max-height: 90vh;
    }

    .modal-content-left {
        width: 100%;
    }
}
.css-1dyz3mf {
    flex-wrap: nowrap !important;
}
.css-1u9des2-indicatorSeparator {
    display: none !important;
}
.css-1jqq78o-placeholder {
    font-size: 14px !important;
}
div[id^="react-select-2-option-"] {
   text-align: left;
   align-items: flex-start !important;
  }
.job-post-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    gap: 2rem;
    padding: 0 5rem;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    color: #333;
  }
.content-section {
    flex: 3;
    display: flex;
    gap: 2rem;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }
.job-title {
    font-size: 4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
  }
.job-section {
    margin-bottom: 20px;
  }
.job-section h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #222;
    margin-top: 0;
  }
.job-section ul {
    list-style: disc;
    margin-left: 0px;
    line-height: 1.5;
  }
.job-section p {
    line-height: 1.6;
    margin-bottom: 10px;
  }
.card-section {
    flex: 1;
position: relative;
top: 20%;
margin-top: 2rem;
padding-right: 1rem;


  }
.card-text-order{
    display: flex;
        flex-direction: column;
        align-items: flex-start;
  }
.card-jobs {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
  }
.card-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 1rem;
  }
.card-heading {
    font-size: 1rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
  }
.card-text{
    font-size: 0.9rem;
    color: #666;
    margin-left: 0;
  }
.icon-placeholder {
    font-size: 1.5rem;
    margin-right: 0px;
    color: #666;
  }
.apply-button {
    background-color: #D63941;
    color: white;
    border: none;
    text-align: center;
    width: 100% !important;
    max-width: 100%;
    min-height: 3rem;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;

    transition: background-color 0.3s ease;
  }
.apply-button:hover {
    background-color: #d62828;
  }
.jobs-list {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.filters {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.filters select,
.filters .search-input {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.filters select:focus,
.filters .search-input:focus {
    border-color: #007bff;
}
.filters option {
    background-color: #fff;
    color: #333;
    padding: 10px;
    font-size: 1rem;
}
.jobs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.job-item {
    width: 100%;
    max-width: 300px;
    cursor: pointer;
}
.job-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.job-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.job-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.job-description {
    font-size: 1rem;
    margin-bottom: 10px;
}
.job-location,
.job-department {
    font-size: 0.9rem;
    color: #555;
}
.loading-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
}
.loading-image {
    width: 100px;
    height: 100px;
}
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.modal-content {
    background-color: #fff;
    padding: 2.5rem 2.5rem;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    text-align: left;
    position: relative;
}
.modal-content-left h2{
  font-size: 3.5rem;
}
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1.5rem;
    cursor: pointer;
}
.job-header{
  font-size: 18px !important;
}
/* .job-description-content h3 {
  span {
    font-size: 2rem !important;
  }
} */
/*  */
@media (max-width : 359px)
{   div{
    overflow-x: hidden;
}
}
.body-gap-btw-comp{
    /* gap: 4rem; */
    display: flex;
    flex-direction: column;
}
/* .body-gap-btw-comp > :not(:first-child) {
    margin-top: 4rem; 
  }

.body-gap-btw-comp > header + div {
    margin-top: 0; 
  } */
body{
    font-family: 'Inter Variable', sans-serif;

}
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.34);
  width: 100%;
}

.countryList {
  position: fixed;
  right: 0;
  left: 0;
  border-radius: 1rem 1rem 0rem 0rem;
  bottom: 0;
  background: #fff;
  color: #3e3e52;
  overflow: hidden;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.countryFlag {
  width: 1.5rem;
  height: 1.5rem;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.08),
    0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}

.countryName {
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.011rem;
}

.countryOption {
  display: flex;
  align-items: center;
  padding: 1rem 0rem;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.countryOption:last-child {
  border-bottom: none;
}

.countryRadioBtn {
  accent-color: #e53935;
  width: 1.1rem;
  height: 1.1rem;
}

.countryOptionContent {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.countryListHeader {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0rem;
}

.closeButton {
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 600px) {
  .countryList {
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    width: 23%;
  }
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 24px 80px 24px 80px;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


  }
  
  .footer-section {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  
  .footer-links {
    display: flex;
    gap: 80px;
    flex-direction: row;

  }
  
  .footer-links div {
    display: flex;
    flex-direction: column;
  }
  
  .footer-links h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  .footer-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-links li {
    margin-bottom: 4px;
    font-size: 14px;
  }
  
  .footer-links li a {
    all: unset;
  }
  
  .footer-about {
    max-width: 300px;
    gap: 1rem;

  }
  
  .footer-logo img {
    width: 60px; 

  }
  
  .footer-about .pa {
    font-size: 14px;
    line-height: 20px;
    /* font-family: "Inter Variable"; */
    letter-spacing: -0.08px;
    /* margin-bottom: 24px; */
  }
  
  .footer-social {
    display: flex;
    gap: 24px;
  }
  
  .footer-social .icon {
    font-size: 20px;
  }
  
  .footer-bottom {
margin-top: 48px;
    /* font-family: "Inter Variable"; */
    text-align: center;
    font-size: 14px;
    font-weight: 500;
line-height: 20px;
  }
  
  @media (min-width:1024px) and (max-width: 1279px){
    .footer{
        padding: 24px 40px 24px 84px;
    }
  }
  
  @media (min-width:768px) and (max-width: 1023px){
    .footer{
        padding: 24px 24px;
        padding: var(--Spacing-24, 24px) 24px;

    }
    .footer-bottom{
        margin-top: 32px;

    }
  }
  
  @media  (max-width: 767px){
    .footer{
        padding: 24px 16px;
        padding: var(--Spacing-24, 24px) var(--Spacing-16, 16px);
    }
    .footer-bottom{
        margin-top: 40px;

    }
    .footer-container{
        flex-direction: column;
        gap: 24px 24px;
        gap: 24px var(--Spacing-24, 24px);;
    }
    .footer-links{
        gap: 16px 16px;
        gap: 16px var(--Spacing-16, 16px);
    }
  }

  
.newsContainer{
    width: 100%;
    height: 39px;
    font-family: 'Inter Variable', sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 2em;
    margin-bottom: 0.1em;
}
.newsContent{
    /* margin-left: 2.5em; */
    display: flex;
    margin-bottom: 4em;
    justify-content: space-evenly;
}
.newsContent ul{
    margin: 2em;
    text-align: left;
    margin-left: 3em;
    overflow-x: scroll;
    margin-right: 1em;
}
.newsContent li{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* padding-right: 1em; */
    flex-basis: 0;
}
.newsContent li a u{
    color: #000000;
    padding-top: 2em;
    font-weight: 600;
    font-size: 20px;
    opacity: 0.8;
}
.newsDate{
    width: 394px;
    height: 42px;
    font-family: 'Inter Variable', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: normal;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 0.6em;
}
.newsDate_header{
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5em;
    padding-right: 1em;

}
.newsDate_header a{
   display: flex;
   width: 350px;
   padding-top:1.5em;

}
/* .newsDate_header a{
    color: #343434;
} */
.newsDate_header a, a:visited {
    color: #343434;
}
.newsDate_header a:hover{
    color: #d84e55;
    ;
}
.jobs-list {
    padding: 2rem 4rem;
    max-width: 100%;
    /* margin: 2rem 5rem; */
    text-align: center;
    background-color: #f7f7f7;
    position: relative;
    min-width: 91%
}
.jobs-list h1{
    font-size: 3.25rem;
}
.jobs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    list-style: none;
    padding: 0;
    min-height: 60vh;
    /* float: left; */
}
.job-item {
    width: 100%;
    max-width: 30%;
    /* height: 25vh; */
}
.job-card {
    background-color: #fff;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem 1rem 1rem 1rem;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: 200px;
    min-height: auto;

}
.job-card p{
 display: flex;
text-align: left;

}
.job-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.mrg-top-0{
    margin-top: 0;
    min-height: 2.5rem;
}
.job-title {
    font-size: 1.375rem;
    margin-bottom: 10px;
    text-align: left;
    height: 4.5rem;
}
.job-description {
    font-size: 1rem;
    margin-bottom: 10px;
}
.job-location,
.job-department {
    font-size: 0.9rem;
    color: #555;
}
.totalcount{
    /* float: left; */
    position: relative;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin-left: 3rem;
}
.filters {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 5rem;
}
.selected-filters {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}
.filters-chip{
    display: flex;
    gap: 1rem;
}
.chip-pad{
    padding: 0 8px;
}
.filter-tag {
    background-color: #fdd;
    padding: 4px 6px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 700;

}
.filter-tag span {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
    color: #1d1d1d;
    font-size: 14px;
    padding: 0.25rem;

}
.clear-all {
    font-size: 14px;
    font-weight: bold;
    color: #1d1d1d;
    cursor: pointer;
    margin-left: 10px;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.search-job{
    display: flex;
        width: 50%;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1.5rem;
        border: 1px solid white;
        box-shadow: 0px 1px 12px 0px rgba(29, 29, 29, 0.10);
        border-radius: 10000px;
        background-color: #fff;
        left: 25%;
        position: absolute;
    z-index: 1;
    top: -4%;
    height: 4rem;

    }
.search-icon-bg{
    background-color: #D63941;
    padding: 1rem;
    border-radius: 50%;
    margin: 6px;

}
.search-input{
    width: 100%;
    padding: 1rem 1rem 1rem 0;
    border: none;
    margin-left: 2rem;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 24px;
    letter-spacing: -0.18px;
    border: none;
    outline: none;
}
.search-input::-moz-placeholder {
    color: #474747;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.18px;

}
.search-input::placeholder {
    color: #474747;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.18px;

}
.filters select {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
    width: 10em;
}
.filters select:focus {
    border-color: #007bff;
}
.loading-container{
    text-align: center;
    height: 500px;
    top: 3.5rem;
    position: relative;
}
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.modal-content {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 1rem;
    max-width: 90%;
    width: 85%;
    max-height: 80vh;
height: -moz-max-content;
height: max-content;
    gap: 2rem;
    overflow: scroll;
display: flex;
flex-direction: row;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    /* top: 20%; */
    /* position: relative; */
}
.modal-content-left{
    width: 75%;
}
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
}
.nxt-btn{
    border-radius: 50%;
    height: 42px;
    width: 42px;
    font-size: 18px;
    border: 0px;
    font-weight: 700;
}
.nxt-btn:hover{
    background-color: #fde3e3;
}
@media screen and (max-width: 768px) {
    .jobs-container {
        flex-direction: column;
        align-items: center;
    }
    .search-input{width: 200px;
    text-overflow: ellipsis;

}
.job-title{
    font-size: 1rem;
}
    .job-item {
        max-width: 100%; 
        height: auto;
    }

    .job-card {
        height: auto;
        padding: 1rem;
    }

    .filters {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        max-width: 200px !important;
        min-width: 200px !important;
        text-align: left;
    }
    .search-job{
        display: flex;
            width: 75%;
            align-items: center;
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 1.5rem;
            border: 1px solid white;
            box-shadow: 0px 1px 12px 0px rgba(29, 29, 29, 0.10);
            border-radius: 10000px;
            background-color: #fff;
            left: 15%;
            position: absolute;
        z-index: 1;
        top: 0px;
        height: 4rem;
    
        }
        .search-icon-bg{
            position: absolute;
    right: 0;
        }
        .jobs-list {
            padding: 2rem 1rem;
            max-width: 100%;
            /* margin: 2rem 5rem; */
            text-align: center;
            background-color: #f7f7f7;
            position: relative;
            min-width: 90%;
            width: 92%;
display: flex;
flex-direction: column;
align-items: center;
        }

  .custom-select-container {
    width: 200px !important; 
  }
  .custom-select-container .css-1dyz3mf {
    flex-wrap: nowrap;
  }
  .custom-select-container .css-1wa3eu0-placeholder {
    font-size: 14px !important; 
  }

  .custom-select-container .css-1okebmr-indicatorSeparator {
    display: none !important; 
  }

    .filters select {
        width: 100%;
    }

    .modal-content {
        flex-direction: column;
        padding: 1rem;
        width: 95%;
        max-height: 90vh;
    }

    .modal-content-left {
        width: 100%;
    }
}
.css-1dyz3mf {
    flex-wrap: nowrap !important;
}
.css-1u9des2-indicatorSeparator {
    display: none !important;
}
.css-1jqq78o-placeholder {
    font-size: 14px !important;
}
div[id^="react-select-2-option-"] {
   text-align: left;
   align-items: flex-start !important;
  }
