.caro {
  position: relative;
  z-index: 1;
  height: 142vh;
  overflow: hidden;
  pointer-events: none;
}

.caro-item {
  --items: 33;
  --width: clamp(150px, 30vw, 300px);
  --height: clamp(200px, 40vw, 400px);
  --x: calc(var(--active) * 800%);
  --y: calc(var(--active) * 200%);
  --rot: calc(var(--active) * 120deg);
  --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
  overflow: hidden;
  position: absolute;
  z-index: var(--zIndex);
  width: var(--width);
  height: var(--height);
  margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform-origin: 0% 100%;
  background: black;
  pointer-events: all;
  transform: translate(var(--x), var(--y)) rotate(var(--rot));
  transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1);
}

.caro-item .caro-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  opacity: var(--opacity);
  font-family: "Orelo-sw-db", serif;
}

.caro-item .caro-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}

.caro-item .title {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 20px;
  left: 20px;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  font-size: clamp(20px, 3vw, 30px);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.caro-item .num {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 10px;
  left: 20px;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  font-size: clamp(20px, 10vw, 80px);
}

.caro-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  z-index: 999999;
}

.service-heading p {
  font-size: 14px;
  font-family: "Poppins" !important;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding: 0 9%;
}

.service-desc ul {
  font-size: 13px;
  font-weight: 400;
  font-family: "poppins" !important;
  color: #8a8a8a;
  height: 115px;
}

.little-intro-content h4 {
  font-size: 28px;
  color: var(--heading);
  font-weight: 700;
  font-family: 'Poppins' !important;
}

.little-intro-content ul {
  font-size: 14px;
  font-weight: 400 !important;
  color: #000 !important;
  list-style: disc;
  padding-left: 20px;
}

.little-intro-content li {
  font-family: 'Poppins' !important;
  margin-bottom: 15px;
}

.footer.desc h2 {
  font-family: 'Poppins' !important;
  color: var(--heading);
  font-weight: 700;
}

.serviceh4 {
  font-size: 30px;
  font-family: "Poppins" !important;
  font-weight: 600;
  padding: 0 18%;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.homepage-ul li {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  font-family: "poppins" !important;
  color: #8a8a8a;
}

.service-inner-box1:hover .homepage-ul li {
  color: #fff;
}

.s1 {
  height: 215px !important;
}

.s1 p {
  height: auto !important;
  overflow: hidden !important;
}

.bundle-main {
  margin-top: 350px;
  margin-bottom: 100px;
}

.pricing-div {
  padding: 40px;
  background-color: #fff;
  border-radius: 19px;
  box-shadow: 0 27px 62px 0 rgb(52 43 139 / 27%);
  border: 1px solid #cfd8dc;
  background-image: url(https://excelbookwriting.com/assets/images/playBg1.webp);
  background-position: -2px -2px;
  background-size: 102% 33%;
  background-size: 102% 250px;
  background-repeat: no-repeat;
}

.price-h4 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins" !important;
  color: var(--heading);
}

.price-h5 {
  font-size: 16px;
  font-family: "Poppins" !important;
  font-weight: 600;
}

.package__line-break {
  content: "";
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(0 0 0 / 1), rgba(255, 255, 255, 0));
}

.pricing-div ul li {
  font-size: 16px !important;
  font-family: 'Poppins' !important;
  position: relative;
  padding-left: 25px;
}

.pricing-div ul {
  height: 250px;
  overflow: auto;
  padding: 10px 0;
}

.pricing-btn1 {
  background: var(--accent);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins' !important;
  font-size: 16px;
  height: 50px;
  margin-top: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.pricing-div ul li::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23001fa9' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/></svg>");
  height: 18px;
  width: 18px;
  position: absolute;
  filter: hue-rotate(-165deg);
  left: 0;
  top: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pricing-btn1:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.pricing-div ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.pricing-div ul::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.pricing-div ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--accent);
}

.package__voice-line {
  border-style: solid;
  border-width: 1px;
  border-color: #deecf3;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 11px 46px 0 rgb(12 68 95/17%);
  padding: 5px 25px 22px 25px;
  margin: auto;
  position: relative;
  transition-duration: 0.3s;
  height: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.audioPlayer .audioPlayer_inner {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
  background-color: #cfedfc;
  display: inline-block;
  padding: 7px;
  border-radius: 20px;
  float: right;
}

.clr-pkg-1 .audioPlayer .audioPlayer_inner {
  background-color: #00000030;
}

.audioPlayer .audioPlayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.audioPlayer:not(.playing) .audioPlayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 5px solid transparent;
  border-right: none;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.audioPlayer.playing .audioPlayer-playpause a {
  content: "";
  display: flex;
  justify-content: space-between;
  width: 12px;
  height: 14px;
}

.audioPlayer_inner {
  position: relative;
  z-index: 11;
}

.audioPlayer_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.6);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  animation: pulse-border-1 1950ms linear infinite;
}

.package__voice-line p {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins' !important;
  margin-bottom: 5px;
}

.package__voice-line.clr-pkg-1 {
  background-color: var(--highlight);
}

.package__voice-line img {
  width: 100%;
}

.package__voice-line.clr-pkg-1 img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(20%) hue-rotate(283deg) brightness(104%) contrast(106%);
}

.package__voice-line.clr-pkg-1 p {
  color: #fff;
}

.clr-pkg-1 .audioPlayer:not(.playing) .audioPlayer-playpause {
  background-color: #000;
  border: 1px solid #fff;
}

.audioPlayer:not(.playing) .audioPlayer-playpause {
  background: transparent;
  border: none;
  border-radius: 50%;
  box-shadow: 0 5px 8px 0 rgb(138 120 240 / 20%);
  background-color: var(--primary-color);
  outline: none;
}

.audioPlayer.playing .audioPlayer-playpause a:before,
.audioPlayer.playing .audioPlayer-playpause a:after {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #33b4f3;
}

.clr-pkg-1 .audioPlayer.playing .audioPlayer-playpause a:before,
.clr-pkg-1 .audioPlayer.playing .audioPlayer-playpause a:after {
  background-color: #fff;
}

.video-logo {
  width: 100%;
}

.contact-h3 {
  font-size: 22px;
  font-family: "Poppins" !important;
  font-weight: 600;
  padding: 0 18%;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.price-h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--accent);
  font-family: "Poppins" !important;
}

@keyframes pulse-border-1 {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(0.6);
    opacity: 1
  }

  100% {
    transform: translateX(-50%) translateY(-50%) scale(1.5);
    opacity: 0
  }
}

/* Preloader overlay with video */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 9999;
}

#preloader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.web-logo {
  width: 85%;
  padding: 10px 0;
}

.pub-h3 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins" !important;
  color: var(--heading);
  text-align: center;
  margin-bottom: 50px;
}

.reply {
  font-size: 14px;
  font-family: "Poppins" !important;
  font-weight: 400;
  color: #000;
  margin: 10px 0 0;
  font-style: italic;
}

.img h4 {
  font-size: 18px;
  font-family: "Poppins" !important;
  font-weight: 500;
  color: #fff;
}

.client-logo-slider {
  width: 90%;
}

.img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/*Thank You Page*/
.thank-div {
    height: 75vh;
    padding-top: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.thank-div h3 {
    font-size: 60px;
    font-weight: 700;
    font-family: "Poppins" !important;
}

.thank-div p {
    font-family: "Poppins" !important;
    font-size: 16px;
    margin: 0;
}

.thank-div a {
    margin-top: 15px;
}