.banner-resources {
  height: 60vh;
  background: url(images3/Resources-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.resources_banner_info {
  position: absolute;
  top: 28%;
}

.breadcrumb-para-resorces {
  color: white;
}

.cards-block-resorces {
  padding: 50px 0px 50px 0px;
}

.cards-block-resorces .column-3 {
  gap: 50px;
}

.resources-category {
  color: #959595;
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 10px;
}

.resources_tab-btn {
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #e2e8ef;
  border: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.resources_tab-btn:hover {
  color: #226ce0;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.resources_tab-btn.active {
  /* background-color: #007bff; */
  color: #226ce0;
  font-weight: 600;
  border-bottom: 2px solid blue;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.resources_tab-content {
  display: none;
  /*animation: fadeIn 0.3s ease-in-out;*/
}


.resources_tab-content.active {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  border-bottom: 2px solid blue;
}

.currentopeningsblock.container {
    padding-bottom: 100px;
}

.whyworkwithzinios-header.container {
    padding-bottom: 70px;
    padding-top: 70px;
}

/* Optional fade-in animation */
/*@keyframes fadeIn {*/
/*  from {*/
/*    opacity: 0;*/
/*    transform: translateY(10px);*/
/*  }*/
/*  to {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*  }*/
/*}*/

.container.rosources-tabs-bar {
  /* padding: 20px 0px; */
  background: #e2e8ef;
  margin-top: 30px;
}

.rosources-tabs {
  display: flex;
  justify-content: space-between;
}

.resources_tab-btn {
  padding: 30px 20px;
  margin: 0px 30px;
  background-color: #e2e8ef;
  border: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.resorcestabs-header-txt.container {
  margin-top: 40px;
}

h2.resorces-head {
  font-weight: 600;
  font-size: 34px;
  padding-bottom: 5px;
}

p.resorces-p {
  font-size: 16px;
  font-weight: 400;
}

.resorces-p-bold {
  font-size: 16px;
  font-weight: 600;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.pagination span {
  margin: 0 5px;
}

.pagination button {
  padding: 13px 20px;
  margin: 0 14px;
  cursor: pointer;
  background: white;
  border: 1px solid blue;
  border-radius: 4px;
}
.resources-blog-date {
  position: absolute;
  margin-top: -64px;
  background: #226ce0;
  padding: 8px 20px;
  color: white;
  border-radius: 10px 10px 0px 0px;
  font-weight: 400;
  font-size: 12px;
}

.blogpostsinglepage {
  display: flex;
  gap: 50px;
  margin-top: 50px;
  border-radius: 4px;
}
.blogpostsinglepagesidepanel {
  width: 30%;
}

.blogpostsinglepagesidepanel-category {
  background-color: #e2e8ef;
  padding: 30px;
  border-radius: 4px;
  display: block;
  margin-bottom: 20px;
}

.blogpostsinglepagesidepanel-archives {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 4px;
  display: block;
}

.blogpostcontent {
  width: 70%;
}
.newsCont{
    margin:auto;
}

.categorytabselect {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px 10px 0px;
  border-bottom: 1px solid #cbcbcb;
  margin-top: 10px;
}

.blog_sidepanelcategory_head {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.categorynameselect {
  font-size: 14px;
  font-weight: 400;
}
.categorynameselect a{
    color:#000000 !important; 
}
.categorycountselect {
  font-size: 14px;
  font-weight: 600;
}
.singleblogpageimage {
  height: 480px;
  object-fit: cover;
  object-position: center;
  width: -webkit-fill-available;
}

.singleblogcontent {
  padding: 50px 0px 65px 0px;
  border-bottom: 1px solid #e2e2e2;
}
.singleblogcontent-header {
  font-weight: 600;
  font-size: 34px;
  line-height: 54px;
  margin-bottom: 20px;
}
.singleblogcontent-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.comments-singleblogpost {
  padding: 65px 0px;
}

.singleblog-commentcontent {
  display: flex;
  gap: 32px;
  align-items: center;
}

.singleblogcommentname {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.singleblogcommentdate {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.singleblogcommenttext {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.singleblog-commentcontent {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 30px 0px;
  border-bottom: 1px solid #cecece;
}

.singleblogcomment-comment {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.singleblogpost_inputGroup {
  width: 100%;
}
label.singleblogpost_label {
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 5px;
}

input {
  height: 42px;
  padding: 15px;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #c3cad9;
}
textarea#comment {
  padding: 15px;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #c3cad9;
  margin-bottom: 32px;
}

textarea {
font-family: 'Titillium Web';
}

.addnewcommentbox {
  background: #e2e8ef;
  border-radius: 4px;
  padding: 35px;
}

.singleblogpost_row {
  margin-bottom: 32px;
}

button.singleblogpost_button {
  width: 100%;
  padding: 15px;
  background: #226ce0;
  color: white;
  font-size: 15px;
  font-weight: 600;
}

.similarblogsslidermain {
  padding: 50px 0px;
}

.casestudycontent {
  padding: 0px 0px 100px 0px;
  width: 100%;
  margin: auto;
}

.casestudypageimage {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
}

.casestudytitledate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.singlecasestudy-header {
  font-weight: 600;
  font-size: 34px;
  line-height: 54px;
}
.singlecasestudy-header1 {
  margin: 30px 0px;
  font-weight: 600;
  font-size: 34px;
  line-height: 54px;
}
.singlecasestudy-header2 {
  font-weight: 700;
  font-size: 24px;
}
.casestudyflex {
  display: flex;
  gap: 30px;
}
.casestudytitledate {
  margin-bottom: 30px;
}
.singlecasestudycontent-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
li.singlecsli {
  padding: 0px 0px 18px 0px;
}
.singlecsli img {
  width: 10px;
  height: 12px;
  margin-right: 5px;
}

.singlecscontent {
  padding: 0px 0px 65px 0px;
  /* border-bottom: 1px solid #e2e2e2; */
  width:70%;
}

@media (max-width:767px){
    .singlecscontent{
        width:100%;
    }
}

.singlecsshare {
  display: flex;
  background-color: #e2e8ef;
  border-radius: 4px;
  padding: 25px 50px;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.cssocialiconsshare {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom:-5px;
}

.cssocialiconsshare img{
width: 35px;
}

.banner-careers {
  height: 65vh;
  background: url(images3/careersbanner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jobsearchbanner {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  padding: 20px;
  background-color: rgba(1, 22, 39, 0.91);
  border-radius: 30px;
  align-items: center;
  cursor: pointer;
}

button.searchjobsbtn {
  width: 170px;
  background-color: rgba(34, 108, 224, 1);
  color: white;
  font-weight: 600;
  border-radius: 4px;
  height: 55px;
  margin-top: 0;
}

button.searchjobsbtn1 {
  width: 170px;
  background-color: rgba(34, 108, 224, 1);
  color: white;
  font-weight: 600;
  border-radius: 4px;
  height: 55px;
  margin-top: 20px;
}

.serachjobsinput {
  height: 55px;
  border-radius: 4px;
}

.K-image-Left {
  position: relative;
  z-index: 1;
}

.K-image-Left {
  /* width: 50%; */
}

.K-image {
  text-align: center;
  width: 100%;
}

.K-image-overlay-right {
  height: 90%;
  width: 90%;
  background-color: #c8d4e8;
  position: absolute;
  bottom: -5%;
  right: 0;
  z-index: -1;
  border-radius: 4px;
}

.K-image-overlay-left {
  height: 90%;
  width: 90%;
  background-color: #c8d4e8;
  position: absolute;
  bottom: -5%;
  left: 0;
  z-index: -1;
  border-radius: 4px;
}

.K-image img {
  width: 90%;
  height: 100%;
  border-radius: 4px;
}

.careersheaders-bold {
  margin: 20px 0px;
  font-weight: 600;
  font-size: 34px;
  line-height: 54px;
}

.careerswho-we-are {
  margin: 65px 0px 100px 0px;
}

.careerpic img{
    width:100%;
    border-radius: 4px;
}

.whoweare.container.column-2 {
  gap: 50px;
}
.careerswhowearesectionright {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.who-we-aretext {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}
.smalltextk {
  color: rgba(34, 108, 224, 1);
  font-size: 14px;
  font-weight: 700;
}

.searchjobsbtn {
  margin-top: 20px;
  width: fit-content;
  color: white;
  font-weight: 700;
}

.whyworkwithzinios-header {
  margin: 170px auto 70px auto;
  font-weight: 600;
  font-size: 34px;
  line-height: 25px;
  text-align: center;
}

.whyworkwithzinios-culture {
  font-weight: 400;
  font-size: 34px;
  line-height: 50px;
}
.whyworkwithzinios-culture span {
  font-weight: 600;
}
.whyworkwithzinios-culture-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.whyworkwithzinios.container.column-2 {
  margin-bottom: 150px;
  gap: 100px;
}
.whyworkwithzinios-culture-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.whyworkwithzinios.container.column-2 {
  position: relative; /* This is important */
}

.verticalsection {
  position: relative;
}

.vertical-divider {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(203, 203, 203, 1);
}

.vertical-divider .marker {
  position: absolute;
  left: -23px;
  /* background: white; */
  /* padding: 2px 4px; */
  /* font-weight: bold; */
}

.vertical-divider .marker:nth-child(1) {
  top: 20%;
}
.vertical-divider .marker:nth-child(2) {
  top: 50%;
}
.vertical-divider .marker:nth-child(3) {
  top: 80%;
}

.we-work {
  background: #fff;
  display: flex;
  overflow: hidden;
}
.work-left {
  width: 20%;
  background: #ffffff;
  font-size: 27px;
  font-weight: 700;
  z-index: 2;
  padding-left: 7.5%;
  display: flex;
  align-items: center;
}
/*.work-left span {*/
/*  padding-left: 7.5%;*/
/*}*/
.marquee-horizontal {
  display: flex;
  align-items: center;
  animation: scrolling 40s linear infinite;
  gap: 1rem;
  width: 80%;
}
.marquee-h {
  flex: 0 0 12vw;
  padding: 1.5rem 1rem;
  /* position: relative; */
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-144vw);
  }
}

.clientsweworkwithcareers {
  padding-bottom: 100px;
}

.howdoesitworkcareers {
  background-color: rgba(226, 232, 239, 1);
  padding: 70px 0px 120px 0px;
}

.howdoesitworkcareers-header {
  font-size: 40px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
}

.howdoesitworkstepscontentmain {
  display: flex;
  gap: 50px;
}

.howdoesitworkstepscontent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.howdoesitworkstepscontent-header {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.howdoesitworkstepscontent-text {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  opacity:0;
}

.howdoesitworkstepspics {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 54px 0px 60px 0px;
}

.careers-k-faq_main_container {
  padding: 100px 0;
  background-color: #f9f9f9;
}

.careers-k-faq-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 20px;
}

.careers-k-faq_container {
  border-bottom: 1px solid #e2e8ef;
  color: #011627;
  font-weight: 700;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px #00000024;
  padding: 10px 15px;
  margin-bottom: 0.5em;
}

.careers-k-faq_question {
    padding: 10px;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
}

.careers-k-answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.careers-k-icon-shape {
  position: relative;
  width: 50px;
  height: 50px;
}

.careers-k-faqicon .careers-k-icon-shape::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background: #000000;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.careers-k-faqicon .careers-k-icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 15px;
  background: #000000;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.careers-k-faq_question.active .careers-k-icon-shape::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.careers-k-answer {
  padding: 0 10px 20px;
  line-height: 1.5rem;
}

.careers-k-answer p {
  font-size: 18px;
  font-weight: 400;
  color: #7a7878;
  padding: 0 80px 20px 0;
}

.careers-k-faqinfo {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

h2.careers-k-global_title span {
  font-weight: 700;
  font-size: 34px;
}

h2.careers-k-global_title {
  font-weight: 400;
  font-size: 34px;
}

h4.careers-k-global_sub_title {
  font-weight: 700;
  color: rgba(34, 108, 224, 1);
  font-weight: 700;
  font-size: 14px;
}

.careersfooterbanner {
  background-color: rgba(226, 232, 239, 1);
  padding: 112px 0px;
  margin-bottom: 50px;
}

.bgdarkbluecareers {
  background-color: rgba(1, 22, 39, 1);
  padding: 90px 0px;
  border-radius: 4px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.careersfooterbanner-header {
  font-weight: 700;
  color: white;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
}

.careersfooterbanner-text {
  font-weight: 400;
  color: white;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.careersfooterbanner-btn {
  width: 170px;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: rgba(34, 108, 224, 1);
  color: white;
  font-size: 12px;
  font-weight: 400;
  margin: auto;
}

.currentopeningsblock {
  padding: 60px 0px 100px 0px;
}

.currentopeningsblock h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
}

.currentopenings-cards {
  margin-top: 50px;
}

.currentopeningssinglecard {
  border: 1px solid rgba(141, 141, 141, 0.15);
  padding: 23px;
  background-color: rgba(248, 248, 248, 1);
  box-shadow: 0 0 10px 7px rgb(22 55 96 / 5%);
  border-radius: 4px;
}
.jobopeningdate {
  font-weight: 300;
  font-size: 12px;
  color: rgba(1, 22, 39, 1);
  margin-bottom: 5px;
}
.jobopeningname {
  font-weight: 600;
  font-size: 20px;
  color: rgba(1, 22, 39, 1);
  margin-bottom: 5px;
}

.jobopeningarrow {
  width: 18px;
  margin-bottom: 4px;
}
.jobopeningexperience {
  color: rgba(1, 22, 39, 1);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.jobopeningplace {
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.jobopeningplace img {
  width: 11px;
  height: 14px;
}
.jobopeningflex1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.jobopeningflex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.currentopenings-cards.column-3 {
  gap: 20px;
}

.jobopeningdescription {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
  margin-top: 10px;
}
p.jobopeningplace img {
  margin-right: 5px;
  margin-top: 2px;
}
.jobopeningreadmore a {
  font-size: 13.51px;
  font-weight: 400;
  color: rgba(34, 108, 224, 1);
}

.jobopeningtime {
  font-weight: 500;
  font-size: 12px;
  color: rgba(90, 90, 90, 1);
  padding: 4px 11px;
  border: 1px solid rgba(141, 141, 141, 0.15);
  background-color: rgba(250, 250, 250, 1);
  border-radius: 9649.38px;
  width: 71px;
  margin-top: 30px;
}

.breadcrumb-para-singlejob {
  color: white;
}

.breadcrumbjobstatus p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 30px 0px;
  color: white;
}

.breadcrumbjobstatus {
  display: flex;
  align-items: center;
  gap: 20px;
}

.breadcrumb-title.singlejob {
  margin-top: -20px;
}

.breadcrumb-para-singlejob {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
  color: white;
}

.singlejobpagemain.container {
  padding: 40px 0px 100px 0px;
  display: flex;
  gap: 30px;
}

.jobdescription {
  width: 60%;
  background-color: rgba(248, 248, 248, 1);
  padding: 48px 44px 80px 44px;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}

.jobapplicationformmain {
  width: 40%;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.03);
  padding: 40px;
  border-radius: 4px;
}

.jobdespheader {
  font-size: 34px;
  font-weight: 600;
  line-height: 54px;
  color: rgba(1, 22, 39, 1);
  margin-bottom: 17px;
}

.jobdesptext {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(1, 22, 39, 1);
  margin-bottom: 17px;
}

.jobdescription ul {
  margin: 17px 0px;
}

.jobdescription li {
  margin: 23px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(1, 22, 39, 1);
  margin-bottom: 17px;
}

.applyforjobheader {
  font-weight: 600;
  font-size: 20px;
  line-height: 54px;
  color: rgba(1, 22, 39, 1);
}

#jobapplicationform label {
  width: 100%;
}
#jobapplicationform input {
  padding: 17px 20px;
  height: 53px;
}

#jobapplicationform textarea#message {
  padding: 17px 20px;
  height: 120px;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #c3cad9;
}

.jobapplform-field {
  width: 100%;
  display: flex;
  flex-direction: column;
}

label.jobapplform-label {
  font-weight: 400;
  font-size: 16px;
  color: rgba(90, 113, 132, 1);
  margin-top: 15px;
  margin-bottom: 10px;
}

input#resume {
  padding-left: unset;
  border: none;
  padding-top: unset;
}

.jobapplform-btn.jobapplform-applybtn {
  width: 100%;
  background-color: rgba(34, 108, 224, 1);
  padding: 20px;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.03);
  color: white;
  border-radius: 5px;
margin-bottom: 20px;
}

.jobapplform-btn.jobapplform-sharebtn {
  width: 100%;
  background-color: unset;
  padding: 18px;
  border: 2px solid black;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.03);
  color: #000000;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .rosources-tabs {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        background: #FFFFFF !important;
  }
  .resources_tab-btn {
        margin: 0px;
        background-color: #e2e8ef;
        border: none;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
        transition: color 0.3s ease, font-weight 0.3s ease;
        padding: 10px 15px;
        border-radius: 4px 4px 0px 0px;
  }
  .blogpostsinglepage {
    display: block;
  }
  .blogpostsinglepagesidepanel {
    width: 100%;
  }

  .blogpostcontent {
    width: 100%;
    margin-top: 50px;
  }
  .resources_banner_info {
    position: absolute;
    top: 15%;
  }
  .breadcrumb-title {
    font-size: 37px;
    font-weight: 300;
    color: #e2e8ef;
    line-height: 40px;
    margin: 20px 0px;
  }
  .singleblog-commentcontent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 30px 0px;
    border-bottom: 1px solid #cecece;
    flex-direction: column;
    align-content: flex-start;
  }
  .casestudycontent {
    width: 100%;
  }
  img.companylogoCS {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  img.stepimg {
    width: 60px !important;
  }

  img.arrowimg {
    width: 180px;
  }
  .container.careers-k-faq-grid {
    display: block;
  }
  h2.careers-k-global_title {
    margin-bottom: 20px;
  }
  .we-work {
    flex-direction: column;
  }
  .work-left {
    width: 100%;
    background: #ffffff;
    font-size: 27px;
    font-weight: 700;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .work-left span {
    padding: 0;
  }
  .resources_banner_info {
    position: absolute;
    top: 30%;
    padding-right: 40px;
  }
  .searchjobsbtn {
    margin: 0;
  }
  .whoweare.container.column-2 {
    display: block;
  }
  .careerswhowearesectionright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
  }
  .careersheaders-bold {
    margin: 0;
  }
  .whyworkwithzinios.container.column-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .vertical-divider {
    position: absolute;
    left: 3%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: rgba(203, 203, 203, 1);
  }
  .whyworkwithzinios.container.column-2 {
    margin-left: 50px;
    margin-bottom: 50px;
  }
  .K-image-Left {
    /* width: 50%; */
    margin: auto;
    margin-left: 10%;
  }
  .K-image-overlay-right {
    height: 80%;
    width: 60%;
    background-color: #c8d4e8;
    position: absolute;
    bottom: -5%;
    right: 0;
    z-index: -1;
    border-radius: 4px;
  }

  .singlejobpagemain.container{
    flex-direction: column;
  }
  .jobapplicationformmain, .jobdescription{
    width: 100%;
  }
  .howdoesitworkstepscontent-text{
      display:none;
  }
}
@media (max-width: 425px) {
  .casestudytitledate {
    flex-direction: column;
    align-items: flex-start;
  }
  .casestudyflex {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  img.companylogoCS {
    width: 200px;
    object-fit: cover;
  }
  .howdoesitworkstepspics {
    display: none;
  }
  .howdoesitworkstepscontentmain {
    flex-direction: column;
    margin-top: 20px;
  }
  .K-image-Left {
    /* width: 50%; */
    margin: auto;
    margin-left: 4%;
    margin-right: 12%;
  }
  .whyworkwithzinios.container.column-2 {
    margin-left: 30px;
    margin-bottom: 50px;
  }
}

.global-btn {
        width: fit-content;
}
.global-btn .txt{
    width: max-content !important;
    padding: 0 !important;
    /*margin-right: 25px;*/

}
.margin-right-25{
    margin-right: 25px;
}
.margin-top-20{
    margin-top: 20px;
}

a.global-btn.cus-btn.btn-border {
    border: 1px solid var(--color-blue);
}


/* Accordion default styles */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* Optional: Add arrow or styling */
.accordion-header {
  cursor: pointer;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
}

/* When active, reveal the content */
.accordion-section.active .accordion-content {
  max-height: 1000px; /* Just a high value to allow enough room */
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    
    .jobsearchbanner {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    padding: 20px;
    background-color: rgba(1, 22, 39, 0.91);
    border-radius: 30px;
    align-items: flex-start;
    cursor: pointer;
    flex-direction: column;
}
.serachjobsinput {
    height: 40px;
    border-radius: 4px;
}
a.global-btn.cus-btn.btn-border.btn-full.veiwjobbtn {
    margin: 20px;
}

.banner-careers{
    height:100vh;
}


  .accordion-header {
    font-size: 16px;
  }
  .blogpostsinglepagesidepanel-category, .blogpostsinglepagesidepanel-archives{
      display: none !important;
  }
  .categorytabselect {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #cbcbcb;
    margin-top: 10px;
    margin: 10px;
}

.singleblogpost_row{
    margin:0px !important;
}

textarea#comment{
    margin-bottom:0px !important;
}
.singleblogpost_row {
    display: block ! IMPORTANT;
}
.singleblogpost_inputGroup{
    margin:0px !important;
}

.addnewcommentbox {
    background: #e2e8ef;
    border-radius: 4px;
    padding: 20px;
}
.singleblogcontent-header {
    font-weight: 600;
    font-size: 34px;
    line-height: 54px;
    margin-bottom: 10px;
    margin-top: -10px;
}

}
.accordion-section {
    margin-bottom: 11px;
}
.accordion-header {
        font-size: 16px;
        color: white;
        background-color: #2062a0;
        border: 0px;
        border-radius: 4px;
        font-weight: 400;
        letter-spacing: 1px;
        display:flex;
        align-items: center;
    justify-content: space-between;
    }
    
    span.accordion-arrow img {
    width: 15px;
}

/* Mobile-specific styles */
@media (min-width: 768px) {
  .accordion-section{
      display: none !important;
  }
}

button.singleblogpost_button.global-btn.cus-btn.btn-border.btn-full span {
    margin: auto;
}
button.singleblogpost_button.global-btn.cus-btn.btn-border.btn-full {
    padding: 0px;
    text-align: center !important;
}

a.global-btn.cus-btn.btn-border.btn-full.veiwjobbtn {
    margin: 20px 0;
}

a.global-btn.cus-btn.btn-border.btn-full.veiwjobbtn span{
    margin: 0px;
}


textarea#comment {
    font-family: 'Titillium Web';
}


.singlecasestudycontent-text h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 54px;
    margin-top: 20px !important;
}


.singlecasestudycontent-text p {
font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}