.pack-guide-container:not(.section) {
  display: flex;
  flex-wrap: wrap;
  background-color: #202020;
  color: #fff;
  padding: 0 60px 50px;
  gap: 40px;
  font-family: 'Roboto', sans-serif;
  min-height: 600px;
  align-items: flex-start;
  position: relative;
}
.pack-guide-container:not(.section):before{
  background: radial-gradient(circle at 78% 60%, hsla(216, 9%, 45%, .42), rgba(47, 86, 103, 0) 29%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pack-guide-title-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.pack-guide-heading {
  color: #fff;
  background: radial-gradient(circle at 78% 60%, hsla(216, 9%, 45%, .42), rgba(47, 86, 103, 0) 29%);
  height: 100%;
  width: 100%;
  padding-top: 50px;
}


.pack-guide-subheading {
 color: #fff;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 16px;
    padding-left: 12px;
}

.pack-guide-subheading span,
.pack-guide-subheading em {
  color: #f24b26;
  font-style: normal;
}

.pack-guide-left {
  flex: 1;
  max-width: 40%;
  position: relative;
}
.pack-guide-left:before {
    color: #fff;
    content: "01";
    display: block;
    font-size: 90pt;
    font-weight: 900;
    left: 14px;
    opacity: .1;
    position: absolute;
    top: -22%;
}
.pack-guide-right {
  flex: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 100px;
  height: 450px;
}

.pack-guide-accordion {
  display: flex;
  flex-direction: column;
}

.pack-guide-item {
  border-bottom: none;
  transition: all 0.3s ease;
  background-color: transparent;
  padding: 0 20px 0 16px;
  position: relative;
}

.pack-guide-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 86%;
  height: 1px;
  background-color: #4a4848;
      right: 20px;
}

.pack-guide-item.active::after {
  display: none;
}

.pack-guide-item.active {
  background: #333;
  border-radius: 6px;
  box-shadow: 0 4px 2pc 0 rgba(0, 0, 0, .08);
  color: #fff;
  margin: 20px 0 15px;
}

.pack-guide-header {
  display: flex;
  align-items: center;
  padding: 23.5px 0;
  cursor: pointer;
  position: relative;
}

.pack-guide-num {
  width: 32px;
  height: 32px;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  /* font-weight: 700; */
  margin-right: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
}

.pack-guide-item.active .pack-guide-num {
  background-color: #f24b26;
  border-color: #f24b26;
  color: #fff;
  box-shadow: #b1b1b1;
}

.pack-guide-title {
  font-size: 16px;
  /* font-weight: 700; */
  color: #b1b1b1;
  text-transform: uppercase;
  letter-spacing: .32px;
  transition: color 0.3s ease;
}

.pack-guide-item.active .pack-guide-title {
  color: #fff;
}

.pack-guide-icon {
  margin-left: auto;
  width: 10px;
  height: 10px;
  background: url('/icons/plus-icon-orange.png') no-repeat center / contain;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.pack-guide-item.active .pack-guide-icon {
  background-image: url('/icons/minus-sign.png');
}

.pack-guide-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
  padding: 0;
}

.pack-guide-item.active .pack-guide-body {
  max-height: 1000px;

}

.pack-guide-content {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
  padding-left: 48px;
  letter-spacing: .32px;
    line-height: 152.344%;
    max-width: 608px;
}
.pack-guide-content p{
      color: #eaeaea;
    font-size:16px;
    font-weight: 400;
    letter-spacing: .32px;
    line-height: 152.344%;
    max-width: 343px;
        margin-bottom: 5px;
}
.pack-guide-cta {
  color: #f04c23;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .65px;
  line-height: 40px;
  padding: 10px 0 10px 48px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.pack-guide-cta::after {
  /* content: ''; */
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f24b26;
  transition: width 0.3s ease;
}

.pack-guide-cta:hover::after {
  width: 100%;
}

.pack-guide-visual-item {
  position: absolute;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.pack-guide-visual-item.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.pack-guide-visual-item picture,
.pack-guide-visual-item img {
  height: auto;
  border-radius: 12px;
  max-width: 658px;
}

.pack-guide-mobile-visual {
  display: none;
}

@media (max-width: 899px) {
  .pack-guide-container:not(.section) {
    flex-direction: column;
    padding: 0 20px !important;
    gap: 30px;
  }
.section-heading.pack-guide-heading{
  padding: 40px 0;
  font-size: 36px;
        line-height: 43px;
        font-weight: 700;
            padding-top: 40px;
}
.pack-guide-left:before{
              font-size: 80px;
        left: 50%;
        transform: translateX(-50%);
        top: -10%;
}
.pack-guide-accordion{
  margin-top: 20px;
  padding-bottom: 35px;
}
  .pack-guide-right {
    display: none;

  }
.pack-guide-subheading{
  font-size: 26px;
  text-align: center;
  line-height: 1.3;
}
  .pack-guide-mobile-visual {
    display: block;
    margin-top: 20px;
    /* padding-left: 52px; */
    padding-bottom: 1rem;
  }

  .pack-guide-mobile-visual img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .pack-guide-left {
    max-width: 100%;
  }
.pack-guide-item{
      width: 90%;
    margin: 0 auto;
}
  .pack-guide-item.active {
    padding: 20px;
    margin-left: 15px;
  }

  .pack-guide-item.active .pack-guide-body {
    max-height: 1500px;
  }
  .pack-guide-num{
    margin-right: 6px;
  }
  .pack-guide-content{
        padding-left: 35px;
  }
  .pack-guide-item::after{
    right: 0;
  }
}