@media (max-width: 767px) {
  .fixedCta {
    display: none;
  }

  .fixedCta.show {
    bottom: 0;
    display: block !important;
  }

  #footer .callNow {font-size: 16px !important;}
  #footer .upper-flex {gap: 52px !important;}
}

/* BANNER */

.outline-btn {
  background: transparent !important;
  color: red !important;
  border: 2px solid red;
  border-radius: 5px;
  padding: 9px 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: pulseBorder 2s infinite;
}

.outline-btn a.scroll-btn.scroll-btn {
  color: red;
  transition: color 0.2s ease;
}

.outline-btn:hover {
  background: red !important;
  color: #fff !important;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  transform: translateY(-2px);
}

.outline-btn:hover a.scroll-btn.scroll-btn {
  color: #fff;
}

@keyframes pulseBorder {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(255, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.smlHeading {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4rem;
  text-transform: capitalize;
}

.yellowColor {
  color: #ffb916;
}

.compliance-strip {
  background: transparent;
  color: white;
  padding-block: 20px;
}

.compliance-strip .container {
  max-width: 100%;
  width: 100%;
}

.compliance-strip .col-md-3 {
  padding-left: 0;
}

.compliance-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  height: 100%;
}

.compliance-item .icon-box {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.compliance-item .icon-box img {
  height: 100%;
  width: 100%;
}

.compliance-item p {
  margin: 0;
  color: white;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}

@media (min-width: 1500px) {
  .compliance-item p {
    font-size: 0.9em;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .compliance-item p {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .outline-btn {
    padding-block: 7px;
  }
  .compliance-strip {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-block: 14px !important;
  }

  .compliance-item {
    justify-content: flex-start;
  }

  .compliance-item p {
    font-size: 13px;
    line-height: 1.4;
  }

  .compliance-item .icon-box {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }

  .compliance-item .icon-box svg {
    width: 12px;
    height: 12px;
  }
}

/* Benefit box */

.benefit {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: white;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.benefit img {
  height: 22px;
  width: 22px;
  object-fit: contain;
}

.benefit span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .benefit {
    gap: 14px 20px;
  }

  .benefit span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .benefit {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }

  .benefit-item {
    gap: 4px;
  }

  .benefit img {
    height: 18px;
    width: 18px;
  }

  .benefit span {
    font-size: 13px;
  }
}

/* CSTM badges icons */
.cstm-badges-clss {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 40px 10px 10px 0px;
}

.cstm-badges-clss img {
  width: 80px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .cstm-badges-clss {
    justify-content: start !important;
    padding: 20px 10px 10px 0px !important;
    gap: 10px;
  }
  .cstm-badges-clss img {
    width: 54px;
  }
}

/* REVIEW SECTION - 6 Icons */

.star-rating {
  font-size: 18px;
  color: #ffc107;
}

#review-sec .col-lg-2 {
  position: relative;
}

/* create custom vertical divider */
#review-sec .col-lg-2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  /* 👈 only half height */
  width: 1px;
  background-color: #e4e4e4;
}

/* remove border from last card */
#review-sec .col-lg-2:last-child::after {
  display: none;
}

#review-sec .custom-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 14px;
}

.rating-icon-div img {
  height: 100% !important;
}

.custom-heading::before,
.custom-heading::after {
  content: "";
  width: 70px;
  border-bottom: 1px solid #4d4d4d !important;
  margin: 0 10px;
}

#review-sec .col-lg-2 > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
}

#review-sec .col-lg-2 img {
  /* height: 50px; */
  object-fit: contain;
}

#review-sec .col-lg-2 .flex-shrink-0 {
  margin-top: auto;
}

#review-sec .col-lg-2 span {
  min-height: 30px;
  display: block;
}

#review-sec .col-md-4 {
  padding-block: 12px;
}

@media (max-width: 992px) {
  .star-rating {
    font-size: 14px;
  }

  #review-sec .col-md-4 {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

/* PORTFOLIO */

#sliderProt .slick-prev:before,
#sliderProt .slick-next:before {
  content: none;
}

#sliderProt .slick-prev:hover,
#sliderProt .slick-next:hover {
  opacity: 1;
}

#sliderProt .slick-prev {
  left: 8px;
  height: 44px;
  position: absolute;
  z-index: 1;
  background: #000000
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
    no-repeat center;
  width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  background-size: 20px;
}

#sliderProt .slick-next {
  height: 44px;
  position: absolute;
  right: 0;
  z-index: 1;
  background: #000000
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
    no-repeat center;
  width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  background-size: 20px;
}

.workBg .sectionHeading {
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
}

.PortfolioTxt {
  font-size: 130px;
  opacity: 0.24;
  color: #585858;
  position: relative;
  z-index: 0;
  top: 30px;
}

section.workBg {
  height: 490px;
}

section.workBgPort {
  margin-top: -340px;
}

.cstm-clss-slide-new-card1 img {
  position: relative;
  /* top: -18px; */
  border-radius: 0px 0px 6px 6px;
  width: 100%;
}

.project-cta-content {
  background: #023575;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 0px 26px;
  text-align: center;
}

.cstm-clss-slide-new-card1.slick-slide {
  padding: 0px 6px;
}

.cstm-clss-slide-new-cta-btn {
  background: #fff;
  color: #023575;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

@media (max-width: 991px) {
  .workBg .sectionHeading {
    font-size: 2rem !important;
  }

  .portRightCTA {
    padding: 35px 0;
  }
}

@media (min-width: 500px) and (max-width: 800px) {
  .project-cta-content {
    padding-block: 20px;
  }
}

/* FAQ */

.faq-card {
  max-width: 1200px;
  margin: auto;
  padding: 50px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fefefe, #f3f7ff);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.faq-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  margin: 0 auto;
}

.faq-tabs .tab {
  padding: 16px 18px;
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
  border-radius: 10px;
  border: none;
  text-align: left;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.faq-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 296px;
}

.faq-tabs .tab.active {
  background: #0f1b59;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  color: #fff;
  font-weight: 600;
  opacity: 1;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.faq-wrapper .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.faq-wrapper .accordion-button::after {
  transition: all 0.5s;
}

.faq-wrapper .accordion-button:not(.collapsed) {
  background: #fffbf0;
  color: #023575;
  font-weight: 600;
  font-size: initial;
}

.faq-wrapper .accordion-button {
  box-shadow: 0px 1px 6px 0px #eee;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .faq-wrapper .accordion-body {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }

  .faq-tabs .tab {
    padding: 11px 11px;
    font-size: 0.81rem;
  }

  .faq-tabs .tab {
    width: 48%;
  }

  .faq-tabs {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }

  .faq-layout {
    width: 100%;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }
}

/* Testimonial */

.brand-big .slick-slide img {
  width: 98px;
}

#testimonialSection {
  margin-bottom: 0px;
  padding-bottom: 0;
}

#testimonialSection .stars img {
  mix-blend-mode: multiply;
}

#testimonialSection .badge-box {
  position: relative;
  top: 8px;
}

.testimonial-wrapper {
  background: linear-gradient(to bottom, #fffcf4, #e5f1ff);
  border-radius: 18px;
  padding: 40px;
  padding-bottom: 80px;
  position: relative;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  background: transparent !important;
}

#testimonialSection .badge-box {
  position: relative;
  bottom: -30%;
  left: 0px;
  background: #0b3c8c;
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  width: 220px;
  line-height: 28px;
}

#testimonialSection .dots {
  position: absolute;
  right: 20px;
  bottom: 45px;
  display: flex;
  gap: 6px;
}

#testimonialSection .dots span {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  background: #e57373;
}

#testimonialSection .dots span:last-child {
  background: #ccc;
  width: 16px;
  height: 12px;
}

#testimonialSection .quote-bg {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #eaeaea;
  z-index: 0;
}

#testimonialSection .stars {
  color: #f5b301;
  font-size: 20px;
}

/* Right slider arrows */
.testimonial-wrapper .carousel-control-prev,
.testimonial-wrapper .carousel-control-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e0e0e1;
  top: auto;
  bottom: 0;
  opacity: 1;
  position: absolute;
  bottom: -50px;
}

#testimonialSection .quote-bg img {
  width: 110px;
}

.testimonial-wrapper .carousel-control-prev {
  right: 52px;
  left: auto;
}

.testimonial-wrapper .carousel-control-next {
  right: 0;
}

.testimonial-wrapper .carousel-control-next:hover,
.testimonial-wrapper .carousel-control-prev:hover {
  background: #111;
}

.testimonial-wrapper .carousel-control-next:hover .carousel-control-next-icon,
.testimonial-wrapper .carousel-control-prev:hover .carousel-control-prev-icon {
  filter: invert(0);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
  width: 14px;
  height: 14px;
}

#testimonialSection .fw-semibold {
  text-align: right;
}

#testimonialSection .image-card {
  position: relative;
  border-radius: 14px;
}

#testimonialSection .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* mobile */
@media (max-width: 1024px) {
  .testimonial-wrapper .carousel-control-prev,
  .testimonial-wrapper .carousel-control-next {
    bottom: -29px;
  }

  #testimonialSection .image-card {
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper {
    padding-inline: 12px;
  }
  .testimonial-wrapper .carousel-control-prev,
  .testimonial-wrapper .carousel-control-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e0e0e1;
    top: auto;
    bottom: 0;
    opacity: 1;
    position: absolute;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  #testimonialSection .dots {
    display: none;
  }
}

/* 4 cards = red highlight card + 3 white */

.growth-card .icon img {
  width: 39px;
}

.growth-card {
  background: #f3f3f3;
  padding: 30px 20px;
  border-radius: 12px;
  transition: 1s ease;
}

.growth-card:hover {
  position: relative;
  transform: translate3d(0, -8px, 0);
}

.growth-card .icon {
  font-size: 26px;
}

.highlight-card {
  background: #b12f2e;
  color: #fff;
}

.highlight-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.highlight-card .icon {
  font-size: 28px;
}

@media (max-width: 767px) {
  .growth-card {
    padding: 20px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .highlight-card h3 {
    font-size: 18px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .growth-card {
    padding: 20px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .highlight-card {
    padding: 36px 14px;
  }
}

@media (min-width: 1900px) {
  .growth-card .icon img {
    width: 49px;
  }
}

/* New CASE STUDY */

div#counter {
  flex-direction: column-reverse;
}

.case-slider {
  position: relative;
  overflow: hidden;
}

.case-slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  opacity: 0;
  transition: all 0.6s ease;
}

.case-slide.active {
  left: 0;
  opacity: 1;
  z-index: 2;
}

.case-slide.prev {
  left: -100%;
  opacity: 0;
  z-index: 1;
}

.case-blue-text {
  color: #023575;
}

.case-side-four-wrapper.row.align-items-top.justify-content-center.col-11.col-lg-12 {
  border: 1px solid #9bb4d4;
  border-radius: 5px;
  padding-top: 15px;
}

p.bottom-six-ico-head {
  background-color: #023575;
  color: white;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
  position: relative;
  top: 18px;
  margin-bottom: 0px;
}

p.bottom-six-ico-head-n {
  background-color: #023575;
  color: white;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
  position: absolute;
  top: -5%;
  left: 12px;
  margin-bottom: 0px;
}

p.top-main-tag {
  background-color: #000000 !important;
  color: white;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
  position: relative;
  top: -30px;
  margin-bottom: 0px;
}

.main-first-wrap {
  background: linear-gradient(to bottom, #f5f5eb, #fff2f2);
  padding: 15px 30px 0px 30px;
  border-radius: 5px;
}

p.side-tag-case.sectionDescription2 {
  border-radius: 20px;
  background: black;
  position: relative;
  padding: 6px 12px;
  color: white;
  margin-bottom: 0px;
  text-align: center !important;
  width: fit-content !important;
  font-size: 13px !important;
}

div#bottom-six-ico {
  border: 1px solid #9bb4d4;
  border-radius: 5px;
  align-items: flex-start !important;
  padding-top: 20px;
}

div#bottom-six-ico span.lh-24.d-block.sectionDescription2 {
  font-size: 12px !important;
}

div#bottom-six-ico img.img-fluid {
  width: 35px !important;
  max-width: 70px !important;
}

.case-dots {
  text-align: center;
  margin-top: 20px;
}

.case-dots .dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  display: inline-block;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.case-dots .dot.active {
  background: #000;
}

span.lh-24.d-block.sectionDescription2 {
  line-height: 1.5;
}

.col-lg-4.mid-scr {
  top: -30px;
  position: relative;
}

.col-lg-12.col-md-11.py-3.md-pb-0.col-11 {
  padding-bottom: 40px !important;
}

@media (min-width: 992px) and (max-width: 1279px) {
  .col-lg-7.main-first-wrap {
    width: 100% !important;
  }

  .row.justify-content-center.align-items-center.mt-5 {
    flex-direction: column !important;
  }

  .col-lg-4.mid-scr {
    width: 95% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .case-study-main-img {
    display: flex;
    justify-content: center;
  }
  .case-study-main-img img {
    width: 45%;
  }
}

@media (max-width: 767.98px) {
  /* p.bottom-six-ico-head-n {
      left: -10px !important;
    } */
  .case-dots {
    margin-top: 0px;
  }
}

/* Type of website */

.type-business-section {
  padding: 0px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .type-business-section {
    margin-bottom: 0px;
  }
}

.type-business-section .accordion-body {
  padding-block: 0px;

  line-height: 1.288rem;
  font-size: 1rem;
}

/* .type-business-section .accordion-button {
    padding-block: 8px;
  } */

.type-title {
  font-weight: 700;
}

.type-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: black;
  line-height: 1.4;
}

.type-accordion .accordion-button {
  font-weight: 600;
  background: #fff;
  box-shadow: none;
}

.type-accordion .accordion-button:not(.collapsed) {
  color: #163d77;
  background: #fff;
  box-shadow: none;
}

#type2Accordion .accordion-button:not(.collapsed) {
  color: #163d77;
  background: #fff;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  font-size: 1rem;
}

.type-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.type-image {
  border-radius: 20px;
  width: 70%;
  height: 70%;
}

@media (min-width: 1025px) {
  .type-image {
    width: 50% !important;
  }
}

/* @media (max-width: 992px) {#tbs-img1 {display:none; } #tbs-img2 {display:inline; }} */

@media (min-width: 800px) and (max-width: 1000px) {
  .type-image {
    width: 100%;
    height: 70%;
  }
}

@media (min-width: 1600px) {
  .type-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .type-image-wrapper img {
    width: 60%;
  }
}

@media (min-width: 1920px) {
  .type-image {
    margin-left: 100px;
  }
}

@media (max-width: 768px) {
  .type-business-section {
    padding-top: 0px;
  }

  #typeBusinessSection {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .type-business-section .col-lg-4,
  .type-business-section button,
  .type-business-section .accordion-body {
    padding-left: 0;
  }
}

/* Industry section */

.industry-carousel {
  position: relative;
  width: 100%;
  height: 82vh;
  display: flex;
  overflow: hidden;
  transition: background-color 0.5s ease;
}

.industry-carousel:after {
  background: #00000087;
  width: 100%;
  height: 100%;
  content: "";
  left: 0px;
  position: absolute;
  top: 0px;
}

.industry-carousel-container {
  display: flex;
  width: 100%;
  transition: transform 1s ease;
  z-index: 1;
}

.industry-carousel-slide {
  min-width: 25%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1rem;
  text-align: center;
  height: 100%;
  position: relative;
  border-left: 1px solid #939393;
  background-color: transparent;
  padding-bottom: 2rem;
}

.industry-carousel-slide:hover {
  background: #00000033;
}

.industry-title p {
  position: absolute;
  font-weight: 800;
  color: #fff;
  z-index: 11;
  left: 80px;
  top: 120px;
  /* font-size: 3rem;
        line-height: 3.4rem; */
}

.slide-bx p.sectionDescription.mb-2.text-white {
  height: 184px;
  padding: 20px 0px;
}

.industryHeading {
  font-size: 1.8rem;
  line-height: 1.6rem;
  font-weight: 800;
}

.industry-carousel-nav {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#prevBtn {
  left: 0;
}

#nextBtn {
  right: 0;
}

.slide-bx {
  position: relative;
  top: 215px;
  transition: 0.5s ease;
  text-align: left;
}

.slide-Bottom {
  position: absolute;
  bottom: -4px;
  overflow: hidden;
  padding: 50px 36px;
  width: 100%;
  left: 0px;
}

.industry-carousel-slide:first-child .slide-bx {
  top: 0;
}

.industry-carousel-slide:hover .slide-bx {
  top: 0;
}

.industry-carousel-slide:not(:hover):not(:first-child) .slide-bx {
  top: 215px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .industry-title p {
    top: 140px;
  }

  .slide-Bottom {
    bottom: 52px;
  }

  .industry-carousel {
    height: 600px;
  }

  .industryHeading {
    font-size: 1.4rem;
    line-height: 1.88rem;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .industry-carousel-slide {
    min-width: 36%;
  }

  .industry-title p {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .industry-carousel {
    height: 600px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .industry-title p {
    font-size: 3rem;
    line-height: 3rem;
  }

  .industryHeading {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

@media (min-width: 1500px) and (max-width: 1899px) {
  .industry-title p {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 1900px) {
  .industry-title p {
    font-size: 4rem;
    line-height: 4rem;
  }

  .slide-Bottom {
    bottom: 40px;
  }
}

@media (max-width: 768px) {
  .industry-title p {
    left: 40px;
  }

  .industryHeading {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

@media (max-width: 480px) {
  .industry-carousel {
    height: 70vh;
  }

  .industry-carousel-slide {
    min-width: 100%;
  }
}


/* Issue-box (2-1-2) boxes */

.issue-box {
    padding: 22px;
    border-radius: 14px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 1s ease;
  }

  .issue-box.light {
    background: #E5F1FF;
    box-shadow: 0 0px 7px 0 rgb(0 0 0 / 8%);
    background: linear-gradient(60deg, rgba(229, 241, 255, 1) 0%, rgba(255, 244, 244, 1) 100%);
    color: #000;
    margin-top: 20px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    position: relative;
    transition: 1s ease;
  }

  .issue-box.light:hover {
    background: linear-gradient(60deg, rgb(214, 233, 255) 0%, rgb(255, 232, 232) 100%);
    transition: 1s ease;
    transform: translate3d(0, -8px, 0);
  }

  .issue-box.dark {
    background: #E5F1FF;
    color: #000000;
    margin-bottom: 20px;
    box-shadow: 0 0px 7px 0 rgb(0 0 0 / 8%);
    background: linear-gradient(60deg, rgba(229, 241, 255, 1) 0%, rgba(255, 244, 244, 1) 100%);
    position: relative;
    transition: 1s ease;
  }

  .issue-box.dark:hover {
    background: linear-gradient(60deg, rgb(214, 233, 255) 0%, rgb(255, 232, 232) 100%);
    transition: 1s ease;
    transform: translate3d(0, -8px, 0);
  }

  .issue-box.middile {
    height: 100%;
    background-image: linear-gradient(to bottom right, rgb(0 0 0 / 8%), rgb(0 0 0 / 14%)), url(https://static.janbaskdigitaldesign.com/1776266484_Rectangle-27156.png );
    background-size: cover;
    background-position: center;
    transition: 1s ease;
  }

  .issue-box.side1 {

    background-image: linear-gradient(to bottom right, rgb(0 0 0 / 8%), rgb(0 0 0 / 14%)), url(https://static.janbaskdigitaldesign.com/1776263997_Rectangle-27154.png);
    background-size: cover;
    background-position: center;
    transition: 1s ease;
  }

  .issue-box.side2 {

    background-image: linear-gradient(to bottom right, rgb(0 0 0 / 8%), rgb(0 0 0 / 14%)), url(https://static.janbaskdigitaldesign.com/1776264499_Rectangle-27155.png);
    background-size: cover;
    background-position: center;
    transition: 1s ease;
  }

  .issue-box.side1:hover {
    background-image: linear-gradient(to bottom right, rgb(0 0 0 / 50%), rgb(0 0 0 / 42%)), url(https://static.janbaskdigitaldesign.com/1776263997_Rectangle-27154.png);
    transition: 1s ease;
  }

  .issue-box.side2:hover {
    background-image: linear-gradient(to bottom right, rgb(0 0 0 / 50%), rgb(0 0 0 / 42%)), url(https://static.janbaskdigitaldesign.com/1776264499_Rectangle-27155.png);
    transition: 1s ease;
  }

  .issue-box.side {
    padding-top: 92px;
    min-height: 300px;
  }


  /* PortalCom */
  .portalCom #accordionExample-6 button.accordion-button {
    background-color: #ffffff;
    /* box-shadow: 0px 0px 4px #00000033; */
    margin-bottom: 10px;
    border-bottom: 2px solid #bfbfbf00;
    border-radius: 10px !important;
    font-weight: 600;
  }

  .portalCom .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #e7f1ff00;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);

  }

  .portalCom .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0%);
    position: relative;
  }

  .portalCom .accordion {
    position: relative;
  }

  .portalCom .accordion::before {
    background: #ffb916;
    width: 3px;
    height: 88%;
    top: 18px;
    left: 8px;
    content: '';
    position: absolute;
  }

  .holdingIcon {
    margin-bottom: 12px;
    width: 40px;
  }

  #headingOne-11 .accordion-button:not(.collapsed)::before {
    background-image: url(https://static.janbaskdigitaldesign.com/1776153421_donor-icon.png);
    transform: rotate(-180deg);
    width: 35px;
    height: 35px;
    background-size: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
  }

  #headingTwo-22 .accordion-button:not(.collapsed)::before {
    background-image: url(https://static.janbaskdigitaldesign.com/1776153421_Online-Fundraising-icon.png);
    transform: rotate(-180deg);
    width: 35px;
    height: 35px;
    background-size: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
  }

  #headingThree-33 .accordion-button:not(.collapsed)::before {
    background-image: url(https://static.janbaskdigitaldesign.com/1776153420_Volunteer-Management-icon.png);
    transform: rotate(-180deg);
    width: 35px;
    height: 35px;
    background-size: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
  }

  #headingFour-44 .accordion-button:not(.collapsed)::before {
    background-image: url(https://static.janbaskdigitaldesign.com/1776153420_Program-icon.png);
    transform: rotate(-180deg);
    width: 35px;
    height: 35px;
    background-size: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
  }

  #headingOne-1 .accordion-button:not(.collapsed)::before {
    background-image: url(https://static.janbaskdigitaldesign.com/1776153421_event-icon.png);
    transform: rotate(-180deg);
    width: 35px;
    height: 35px;
    background-size: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
  }

  #headingTwo-2 .accordion-button:not(.collapsed)::before {
    background-image: url(https://static.janbaskdigitaldesign.com/1776153420_Grant-icon.png);
    transform: rotate(-180deg);
    width: 35px;
    height: 35px;
    background-size: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
  }

  #headingThree-3 .accordion-button:not(.collapsed)::before {
    background-image: url(https://static.janbaskdigitaldesign.com/1776153420_Advocacy-icon.png);
    transform: rotate(-180deg);
    width: 35px;
    height: 35px;
    background-size: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
  }

  #headingFour-4 .accordion-button:not(.collapsed)::before {
    background-image: url(https://static.janbaskdigitaldesign.com/1776153420_Compliance-icon.png);
    transform: rotate(-180deg);
    width: 35px;
    height: 35px;
    background-size: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
  }

  #headingFive-5 .accordion-button:not(.collapsed)::before {
    background-image: url(https://static.janbaskdigitaldesign.com/1769179583_airIcon1.png);
    transform: rotate(-180deg);
    width: 35px;
    height: 35px;
    background-size: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
  }

  #headingSix-6 .accordion-button:not(.collapsed)::before {
    background-image: url(https://static.janbaskdigitaldesign.com/1769179584_airIcon3.png);
    transform: rotate(-180deg);
    width: 35px;
    height: 35px;
    background-size: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
  }

  .portalCom .accordion-button::before {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    top: 56%;
    left: -40px;
    content: '';
    position: absolute;
    background: #023575;
    border-radius: 50%;
    transition: transform .2s ease-in-out;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
  }

  .portalCom .accordion-button::after {
    background-size: 14px;
  }

  .portalCom #accordionExample-5 button.accordion-button {
    background-color: #ffffff;
    margin-bottom: 10px;
    border-bottom: 2px solid #bfbfbf00;
    border-radius: 10px !important;
    font-weight: 600;
  }