/* Slide 11 (#1) */
.notice-text {
  font-size: 1.1rem;
  /* Slightly larger text */
  display: inline-flex;
  /* Keeps elements inline */
  justify-content: center;
  /* Center the content */
  gap: 10px;
  /* Add space between items */
  margin-top: 15px;
}

.notice-text .icon {
  font-size: 1.3rem;
  /* Slightly larger icons */
  color: #1d72b8;
  /* Light blue icons to match your theme */
}

.fix-8-12 {
  text-align: center;
  /* Center text within the container */
}

/* Slide 07 (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-07-02549992"] */
.slide[data-cid=slide-07-02549992] .button.play.button-7 {
  margin: 0 20px;
}
@media (max-width: 1099px) {
  .slide[data-cid=slide-07-02549992] .button.play.button-7 {
    display: block;
    margin: 30px auto;
  }
}

/* Slide 47 (#3) */
/* Initial state: elements are off-screen to the right */
.slide-in {
  opacity: 0;
  transform: translateX(100%);
  /* Start off-screen to the right */
  transition: transform 0.7s ease, opacity 0.7s ease;
}

/* When the element is in view */
.slide-in.in-view {
  opacity: 1;
  transform: translateX(0);
  /* Slide in to normal position */
}

/* Optional staggered transition delays for better effect */
.ae-3 {
  transition-delay: 0.2s;
}

.ae-4 {
  transition-delay: 0.4s;
}

.ae-5 {
  transition-delay: 0.6s;
}

.ae-6 {
  transition-delay: 0.8s;
}

/* Slide 47 (#4) */
.icon-header-wrap {
  display: flex;
  /* Arrange icon and text horizontally */
  align-items: center;
  /* Vertically center align the icon and the text */
  gap: 10px;
  /* Space between the icon and the text */
  margin-bottom: 20px;
  /* Space between each item */
}

.icon-header-wrap i.material-icons {
  font-size: 2rem;
  /* Adjust icon size */
  color: #1d72b8;
  /* Set color for the icons */
}

.icon-header-wrap .text-wrap {
  display: flex;
  flex-direction: column;
}

.text-wrap h4 {
  margin: 0;
  font-size: 1.2rem;
  /* Adjust header font size */
}

.text-wrap p {
  font-size: 0.9rem;
  /* Adjust paragraph font size */
  margin-top: 5px;
}

/* Slide 84 (#5) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-84-d3a55a5b"] */
.slide[data-cid=slide-84-d3a55a5b] .price {
  font-size: 110px;
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.slide[data-cid=slide-84-d3a55a5b] .currency {
  font-size: 32px;
  vertical-align: super;
  font-weight: 300;
  padding-right: 10px;
  margin-left: -0.8em;
  font-weight: 300;
  opacity: 0.6;
  position: relative;
  top: -0.5em;
}
@media (min-width: 1240px) {
  .slide[data-cid=slide-84-d3a55a5b].whiteSlide .flex.flex-84 {
    box-shadow: 0 0 1px #303030;
  }
}
.slide[data-cid=slide-84-d3a55a5b] .flex.flex-84 {
  color: #202020;
  margin-top: 50px;
}
@media (min-width: 1240px) {
  .slide[data-cid=slide-84-d3a55a5b] .flex.flex-84 {
    border-radius: 6px;
    overflow: hidden;
  }
}
.slide[data-cid=slide-84-d3a55a5b] .flex.flex-84 > [class*=col-] {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  box-shadow: -1px 0 0 #EBEBEB inset;
}
@media (max-width: 1023px) {
  .slide[data-cid=slide-84-d3a55a5b] .flex.flex-84 > [class*=col-] {
    max-width: calc(50% - 20px) !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .slide[data-cid=slide-84-d3a55a5b] .flex.flex-84 > [class*=col-] {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1240px) {
  .slide[data-cid=slide-84-d3a55a5b] .flex.flex-84 > [class*=col-] {
    padding: 40px;
    border-radius: 0px;
  }
  .slide[data-cid=slide-84-d3a55a5b] .flex.flex-84 > [class*=col-]:last-child {
    box-shadow: none;
  }
}
.slide[data-cid=slide-84-d3a55a5b] .flex.flex-84 > [class*=col-] ul.p {
  line-height: 1.75;
}

/* Slide 84 (#6) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-84-bdc15d2d"] */
.slide[data-cid=slide-84-bdc15d2d] .price {
  font-size: 110px;
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.slide[data-cid=slide-84-bdc15d2d] .currency {
  font-size: 32px;
  vertical-align: super;
  font-weight: 300;
  padding-right: 10px;
  margin-left: -0.8em;
  font-weight: 300;
  opacity: 0.6;
  position: relative;
  top: -0.5em;
}
@media (min-width: 1240px) {
  .slide[data-cid=slide-84-bdc15d2d].whiteSlide .flex.flex-84 {
    box-shadow: 0 0 1px #303030;
  }
}
.slide[data-cid=slide-84-bdc15d2d] .flex.flex-84 {
  color: #202020;
  margin-top: 50px;
}
@media (min-width: 1240px) {
  .slide[data-cid=slide-84-bdc15d2d] .flex.flex-84 {
    border-radius: 6px;
    overflow: hidden;
  }
}
.slide[data-cid=slide-84-bdc15d2d] .flex.flex-84 > [class*=col-] {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  box-shadow: -1px 0 0 #EBEBEB inset;
}
@media (max-width: 1023px) {
  .slide[data-cid=slide-84-bdc15d2d] .flex.flex-84 > [class*=col-] {
    max-width: calc(50% - 20px) !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .slide[data-cid=slide-84-bdc15d2d] .flex.flex-84 > [class*=col-] {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1240px) {
  .slide[data-cid=slide-84-bdc15d2d] .flex.flex-84 > [class*=col-] {
    padding: 40px;
    border-radius: 0px;
  }
  .slide[data-cid=slide-84-bdc15d2d] .flex.flex-84 > [class*=col-]:last-child {
    box-shadow: none;
  }
}
.slide[data-cid=slide-84-bdc15d2d] .flex.flex-84 > [class*=col-] ul.p {
  line-height: 1.75;
}

/* Slide 77 (#7) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-77-6952ce05"] */
.slide[data-cid=slide-77-6952ce05] .box-77 {
  color: #202020;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin: 10px 0;
  -webkit-backface-visibility: hidden;
}
.slide[data-cid=slide-77-6952ce05] .box-77:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.slide[data-cid=slide-77-6952ce05] .box-77 .thumbnail-77 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.slide[data-cid=slide-77-6952ce05] .box-77 .thumbnail-77 img {
  border-radius: 6px 6px 0 0;
  -webkit-backface-visibility: hidden;
  transition: 0.5s;
}
.slide[data-cid=slide-77-6952ce05] .box-77 .thumbnail-77.video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/svg/video-icon.svg") no-repeat;
  background-size: 54px;
  background-position: center center;
  transition: 0.35s;
}
.slide[data-cid=slide-77-6952ce05] .box-77:hover .thumbnail-77.video:after {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
.slide[data-cid=slide-77-6952ce05] .box-77 .author-77 {
  border-top: 1px solid #EBEBEB;
}
.slide[data-cid=slide-77-6952ce05] .box-77 .avatar-77 {
  position: absolute;
  top: 18px;
  left: 0;
}
.slide[data-cid=slide-77-6952ce05] .details-77 {
  padding: 20px 18px 15px;
  background: #FFFFFF;
  border-radius: 0 0 6px 0;
}
.slide[data-cid=slide-77-6952ce05] .details-77 .cell {
  text-align: left;
}
