.custom-tabber h2.heading {
  font-size: 60px;
}

.custom-tabber .titles {
  display: flex;
  border-bottom: 1px solid #d8d5cb;
  overflow-x: auto;      /* ✅ allow scroll */
  scrollbar-width: thin; /* ✅ Firefox: 'auto' | 'thin' | 'none' */
}

/* For Chrome/Edge/Safari */
.custom-tabber .titles::-webkit-scrollbar {
  height: 5px;  /* ✅ sets horizontal scrollbar thickness */
}

.custom-tabber .titles::-webkit-scrollbar-thumb {
  background: #999;  /* example thumb color */
  border-radius: 10px;
}

.custom-tabber .titles .heading {
  padding: 10px 36px 9px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #15120d78;
  text-decoration: none;
  white-space: nowrap;
}

.custom-tabber .titles .heading:hover{
  color: #15120dcc;
}

.custom-tabber .titles .heading.active {
  border-bottom: 3px solid #5388d7;
}

.custom-tabber .titles .title-wrap:first-child .heading {
  padding-left: 0;
}

.custom-tabber .cm-content-wrapper {
  margin-top: 19.200px;
  padding: 40px 42.750px;
  background-color: #fff;
}

.custom-tabber .content-inner {
  display: none;
  column-gap: 19.2px;
}

.custom-tabber .content-inner.active {
  display: flex;
}


.custom-tabber .left-col {
  width: 50%;
}

.custom-tabber .right-col {
  width: calc(50% - 19.2px);
}

.custom-tabber .btn-wrapper {
  margin: 32px 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.custom-tabber .btn-wrapper a {
  padding: 8px 23px;
  border-radius: 40px;
  display: inline-block;
  font-size: 18px;
}

.custom-tabber .btn-wrapper a.button--primary {
  border: none;
}

.custom-tabber p.list-title {
  padding-top: 16px;
  margin-bottom: 16px;
}

.custom-tabber .left-bottom .list-wrapper {
  display: flex;
  column-gap: 28px;
  flex-wrap: wrap;
}

.custom-tabber .blockqoute-wrap {
  padding: 72px 28px 0;
}

.custom-tabber .blockqoute-wrap blockquote {
  padding: 76px 0 40px;
  max-width: 500px;
  margin-left: auto;
  border: none;
  position: relative;
}

.custom-tabber .blockqoute-wrap blockquote p {
  font-size: 28px;
  line-height: 1.3;
}

.custom-tabber .blockqoute-wrap blockquote img {
  position: absolute;
  left: 2px;
  top: 18px;
  width: 54.75px;
}

.custom-tabber .blockqoute-wrap blockquote .cite {
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
}

.custom-tabber .left-bottom .list-wrapper p {
  margin: 0;
}

.custom-tabber  .left-bottom .list-wrapper p {
  margin: 0;
}

.custom-tabber .card-item {
  min-height: 415px;
  max-width: 260px;
  padding: 10px;
}

.custom-tabber .card-item img {
  width: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  height: 100%;
  min-height: 400px;
}

.custom-tabber .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-tabber .img-wrapper {
  min-height: 400px;
}

.custom-tabber p.card-tag {
  background-color: #b9d9e3;
  line-height: 1.25;
  margin: 8px 0 5px;
  border: 1px solid #4e4e4e2b;
  border-radius: 64px;
  padding: 1px 8px;
  font-size: 14px;
  display: inline-block;
}

.custom-tabber p.card-title {
  margin: 0;
}

.custom-tabber p.card-content {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.custom-tabber .cards  a.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-tabber .cards .card-inner {
  position: relative;
}
@media(max-width: 991px) {
  .custom-tabber h2.heading {
    font-size: 52.3682px;
  }

  .custom-tabber .titles .heading {
    font-size: 19.0318px;
  }

  .custom-tabber .blockqoute-wrap blockquote p {
    font-size: 23.1523px;
    line-height: 1.3;
  }
}

@media(max-width: 767px) {
  .custom-tabber .right-col,
  .custom-tabber .left-col {
    width: 100%;
  }

  .custom-tabber .content-inner {
    flex-wrap: wrap;
  }

  .custom-tabber .blockqoute-wrap {
    padding: 30px 0px 0;
  }

  .custom-tabber .blockqoute-wrap blockquote {
    margin-left: 0;
    padding: 76px 0 0px;
  }

  .custom-tabber .cards {
    padding-top: 30px;
  }

  .custom-tabber .cm-content-wrapper {
    padding: 20px;
  }
}






@media(max-width: 1450px) {
  .accordion-w-img .top-sec {
    width: calc(50% - 15.6px);
  }
}




@media(max-width: 767px) {
  .accordion-w-img h2.heading {
    font-size: 40px;
  }

  .accordion-w-img .accordion-item .m-img-wrap {
    display: block;
    text-align: center;
  }

  .accordion-w-img .image-wrapper {
    display: none;
  }

  .accordion-w-img .accordion-wrap {
    width: 100%;
  }

  .accordion-w-img .accordion-item .m-img-wrap img {
    max-width: 300px;
    width: 100%;
  }

  .accordion-w-img a.btn {
    font-size: 15.3644px;
  }

  .accordion-w-img .top-sec {
    width: 100%;
    margin-bottom: 38.4px;
  }
}

@media(max-width: 475px) {
  .accordion-w-img .accordion-item.active .acc-icon img
  width: 10.61px;
}
}




