html {
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
}

.background-circle {
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  height: 700px;
  width: 700px;
  border-radius: 700px;
  background: radial-gradient(
    circle,
    rgba(215, 216, 252, 1) 0%,
    rgba(233, 219, 236, 1) 50%,
    rgba(255, 248, 240, 1) 100%
  );
  filter: blur(60px);
  -webkit-animation: rotate-bl 10s linear infinite both;
  animation: rotate-bl 10s linear infinite both;
}

@keyframes rotate-bl {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

.mesh-gradient {
  position: absolute;
  height: auto;
  z-index: -1;
  transition: transform 0.5s ease-in-out;
}

.dashboards .dashboards-show .dashboards-slider .swiper-slide-active {
  transform: scale(1.285) translate(33%);
}

.prev-next-slide-desc {
  color: #03eb69 !important;
}

.main-container-community {
  width: 90%;
  margin: auto;
}

.main-heading-community {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.04em;
  text-align: center;
  text-decoration-skip-ink: none;
  max-width: 676px;
}

.community-view-all-btn {
  background: #03eb69;
  padding: 12px 24px 12px 24px;
  border-radius: 99px;
  border: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
}

.dashboards {
  position: relative;
  overflow: hidden;
}

.dashboards .main-container-community {
  min-height: 100vh;
}

.dashboards .interface {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12.4px);
  -webkit-backdrop-filter: blur(12.4px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.dashboards.view-all-dashboards .interface {
  transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
  opacity: 0;
  pointer-events: none;
}

.dashboards .dashboards-show .dashboards-show-heading h2,
.dashboards .interface .all-in-one-h2 {
  font-size: 64px;
  letter-spacing: -3px;
  line-height: 73px;
}

.dashboards .interface .view-all-btn {
  margin-top: 39px;
  padding: 10px 25px;
  border-radius: 30px;
}

.dashboards .dashboards-show {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0 148px;
}

.dashboards .dashboards-show .dashboards-show-heading {
  text-align: center;
  height: 74px;
  overflow: hidden;
}

.dashboards
  .dashboards-show
  .dashboards-show-heading
  .dashboards-show-heading-content {
  transition: 0.5s;
}

.dashboards .dashboards-show .dashboards-slider {
  width: 100%;
  padding: 160px 0 120px;
  overflow: visible;
}

.dashboards.view-all-dashboards .dashboards-show .dashboards-slider {
  overflow: hidden;
}

.dashboards .dashboards-show .dashboards-slider .swiper-slide .dashboard-img {
  width: 100%;
}

.dashboards .dashboards-show .dashboards-slider .swiper-slide-next {
  transform: scale(3.75);
  z-index: 4;
}

.dashboards.view-all-dashboards .dashboards-slider .swiper-slide-next {
  transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
  transform: scale(1.79);
}

.dashboards
  .dashboards-show
  .dashboards-slider
  .swiper-slide-next
  + .swiper-slide {
  transform: scale(1.25) translate(-33%);
}

.dashboards .dashboards-show .dashboards-slider .swiper-button-next,
.dashboards .dashboards-show .dashboards-slider .swiper-button-prev {
  width: 137.25px;
  height: 91.5px;
  transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
}

.dashboards .dashboards-show .dashboards-slider .swiper-button-prev {
  left: 0;
  transform: translate(-100%);
}

.dashboards.view-all-dashboards
  .dashboards-show
  .dashboards-slider
  .swiper-button-next,
.dashboards.view-all-dashboards
  .dashboards-show
  .dashboards-slider
  .swiper-button-prev {
  transform: translate(0);
}

.dashboards .dashboards-show .dashboards-slider .swiper-button-next {
  right: 0;
  transform: translate(100%);
}

.dashboards .dashboards-show .slider-infos {
  width: 100%;
  margin-top: -17px;
}

.dashboards .dashboards-show .current-slide {
  height: 57px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--gray-7);
  display: flex;
  overflow: hidden;
}

.dashboards .dashboards-show .current-slide .current-slide-content {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}

.dashboards .dashboards-show .prev-next-slide-desc {
  font-size: 20px;
  font-weight: 400;
  color: var(--red);
}

@keyframes pop-slide-1 {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.01) translate(10px);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-slide-2 {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.01) translate(-10px);
  }

  100% {
    transform: scale(1);
  }
}

/* testimonails section css */
.main-container-customer,
.our-customer {
  width: 90%;
  margin: auto;
  position: relative;
}

.custom-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
}

.main-container {
  max-width: 1240px;
}

/* section {
  overflow: hidden;
} */

h3 {
  margin-top: 8px;
}

.h3-s {
  font-size: 48px;
  line-height: 1.15;
}

.h3-s-ltr-sps {
  letter-spacing: -2.5px;
}

.heading-5-s {
  font-size: 14px;
  font-weight: 700;
}

.heading-6 {
  font-size: 12px;
  font-weight: 500;
}

@keyframes rotate-mesh-gradient-svg-gs {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 27px;
}

.custom-pagination .pag-itm {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.custom-pagination .pag-itm.active {
  background-color: #03eb69 !important;
}

@keyframes animat-quote-1 {
  0% {
    transform: translate(120%, 5%) scale(0.88);
  }

  60% {
    transform: translate(-11%, 5%) scale(0.88) rotate(-10deg);
  }

  100% {
    transform: translate(-5%, 5%) scale(0.88) rotate(-9deg);
  }
}

@keyframes animat-quote-3 {
  0% {
    transform: translate(-120%, 5%) scale(0.88);
  }

  70% {
    transform: translate(11%, 5%) scale(0.88) rotate(10deg);
  }

  100% {
    transform: translate(5%, 5%) scale(0.88) rotate(9deg);
  }
}

@keyframes brand-identity-animation {
  0% {
    width: 100%;
    left: 0;
    background: radial-gradient(
      145.22% 145.22% at 50% 53.44%,
      #181818 2.08%,
      #000 100%
    );
  }

  2.08% {
    background: radial-gradient(
      50.94% 50.94% at 50% 54.39%,
      #929292 2.08%,
      #111 100%
    );
  }

  50% {
    width: 33.33333%;
    left: 33.33333%;
    background: radial-gradient(
      50.94% 50.94% at 50% 54.39%,
      #929292 2.08%,
      #111 100%
    );
  }

  75% {
    width: 100%;
    left: 0;
    background: radial-gradient(
      50.94% 50.94% at 50% 54.39%,
      #929292 2.08%,
      #111 100%
    );
  }

  100% {
    width: 33.33333%;
    left: 33.33333%;
    background: radial-gradient(
      50.94% 50.94% at 50% 54.39%,
      #929292 2.08%,
      #111 100%
    );
  }
}

@keyframes brand-identity-reanimation {
  0% {
    width: 33.33333%;
    left: 33.33333%;
    background: radial-gradient(
      50.94% 50.94% at 50% 54.39%,
      #929292 2.08%,
      #111 100%
    );
    z-index: 5;
  }

  100% {
    width: 100%;
    left: 0;
    background: radial-gradient(
      145.22% 145.22% at 50% 53.44%,
      #181818 2.08%,
      #000 100%
    );
    z-index: 5;
  }
}

@keyframes reinterface-animation {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mesh-gradient-svg-reanimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes show-heading-animation {
  0% {
    transform: translateY(-30vh);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(0) scale(1.475);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes show-heading-reanimation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30vh);
  }
}

@keyframes brand-identity-phone-animation {
  0% {
    transform: translateY(100vh);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(0) scale(0.79);
  }

  80% {
    transform: translateY(0) scale(0.79) rotate(12deg);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes brand-identity-phone-reanimation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100vh);
  }
}

@keyframes features-animation {
  0% {
    width: 33.33333%;
  }

  1% {
    z-index: 2;
  }

  20%,
  50%,
  80% {
    width: 100%;
    left: 0;
    z-index: 2;
  }

  100% {
    width: 33.33333%;
    z-index: 2;
  }
}

@keyframes features-h2-animation {
  0% {
    transform: scale(1);
  }

  20%,
  80% {
    transform: scale(2.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes features-phone-1-animation {
  0% {
    transform: scale(1);
  }

  20%,
  80% {
    transform: scale(0.96);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes features-phone-2-animation {
  0%,
  20% {
    transform: translate(-50%, -50%);
  }

  40%,
  50% {
    transform: translate(calc(-50% + 200px), -50%) rotate(12deg);
  }

  100%,
  70%,
  80% {
    transform: translate(-50%, -50%) rotate(0);
  }
}

@keyframes features-phone-3-animation {
  0%,
  20% {
    transform: translate(-50%, -50%);
  }

  40%,
  50% {
    transform: translate(calc(-50% - 200px), -50%) rotate(-12deg);
  }

  100%,
  70%,
  80% {
    transform: translate(-50%, -50%) rotate(0);
  }
}

@keyframes secure-animation {
  0% {
    width: 33.33333%;
  }

  1% {
    z-index: 3;
  }

  20%,
  50%,
  80% {
    width: 100%;
    left: 0;
    z-index: 3;
  }

  100% {
    width: 33.33333%;
    z-index: 3;
  }
}

@keyframes secure-h2-animation {
  0% {
    transform: scale(1);
  }

  20%,
  80% {
    transform: scale(1.86);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes secure-phones-animation {
  0% {
    transform: translateY(0);
  }

  20%,
  80% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes secure-phones-check-animation {
  0% {
    transform: translate(0);
  }

  66.66% {
    transform: translate(55.5px);
    opacity: 1;
  }

  100% {
    transform: translate(55.5px);
    opacity: 0;
  }
}

@keyframes secure-phone-1-3-animation {
  0%,
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes secure-phone-2-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  30% {
    transform: translate(calc(-50% + 270px), -50%) rotate(0.01deg);
  }

  70% {
    transform: translate(calc(-50% + 270px), -50%) rotate(10deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0);
  }
}

@keyframes secure-phone-3-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  30% {
    transform: translate(calc(-50% - 270px), -50%) rotate(-0.01deg);
  }

  70% {
    transform: translate(calc(-50% - 270px), -50%) rotate(-10deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0);
  }
}

.our-customer {
  padding: 64px 0 26px;
  margin-top: 35px;
  position: relative;
}

@keyframes rotate-our-customre-mesh-gradient-svg-left {
  0% {
    transform: translate(-40vw) rotate(0) scale(0.6);
  }

  50% {
    transform: translate(0) rotate(180deg) scale(0.6);
  }

  100% {
    transform: translate(-40vw) rotate(360deg) scale(0.6);
  }
}

@keyframes rotate-our-customre-mesh-gradient-svg-right {
  0% {
    transform: translate(50vw, -15vw) rotate(0) scale(0.4);
  }

  50% {
    transform: translate(20vw) rotate(-180deg) scale(0.4);
  }

  100% {
    transform: translate(50vw, -15vw) rotate(-360deg) scale(0.4);
  }
}

.our-customer .section-heading {
  text-align: center;
}

.our-customer .section-heading .testimonials-h5 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #03eb69;
}

.our-customer .section-heading .our-customer-h3 {
  margin-top: 18px;
  font-weight: 600;
}

.our-customer .our-customer-slider {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 200px 20px 56px;
}

.our-customer .our-customer-slider .swiper-wrapper {
  height: 205px;
  align-items: flex-end;
}

.our-customer .our-customer-slider .swiper-slide {
  max-width: 24%;
  height: 100px;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.15);
  padding: 8.85px 8.85px 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  transition:
    left 0.5s,
    height 0.5s;
}

.our-customer .our-customer-slider .swiper-slide:first-of-type {
  left: 0;
  z-index: 3;
  transform-origin: 100% 0;
}

.our-customer .our-customer-slider .swiper-slide:nth-of-type(2) {
  z-index: 2;
}

.our-customer .our-customer-slider .swiper-slide:nth-of-type(3) {
  left: 76%;
  z-index: 1;
}

.our-customer[data-currentslide="1"]
  .our-customer-slider
  .swiper-slide:nth-of-type(2) {
  max-width: 24%;
  left: 76%;
}

.our-customer[data-currentslide="1"]
  .our-customer-slider
  .swiper-slide:nth-of-type(3) {
  max-width: 24%;
  left: 0;
}

.our-customer[data-currentslide="3"]
  .our-customer-slider
  .swiper-slide:nth-of-type(2) {
  left: 76%;
}

.our-customer .our-customer-slider .swiper-slide.active {
  min-width: 48%;
  height: 200px;
  left: 26%;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}

.our-customer .our-customer-slider .swiper-slide:first-of-type.active {
  animation: pop-slide-1 0.7s forwards;
}

@keyframes pop-slide-1 {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.01) translate(10px);
  }

  100% {
    transform: scale(1);
  }
}

.our-customer .our-customer-slider .swiper-slide:nth-of-type(2).active {
  animation: pop-slide-2 0.7s forwards;
}

.our-customer .our-customer-slider .swiper-slide:nth-of-type(3).active {
  animation: pop-slide-2 0.7s forwards;
}

@keyframes pop-slide-2 {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.01) translate(-10px);
  }

  100% {
    transform: scale(1);
  }
}

.our-customer .our-customer-slider .swiper-slide .thumb {
  width: 95px;
}

.our-customer .our-customer-slider .swiper-slide.active .thumb {
  width: 180px;
  position: absolute;
  bottom: 90%;
  border: 4px solid #03eb69;
  border-radius: 100%;
}

.our-customer .our-customer-slider .swiper-slide .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 8.85px;
}

.our-customer .our-customer-slider .swiper-slide.active .content {
  padding-bottom: 0;
  padding: 9px 19px 19px 19px;
}

.our-customer .our-customer-slider .swiper-slide.active .content {
  align-items: center;
}

.our-customer .our-customer-slider .swiper-slide .content .stars .star {
  width: 11.25px;
  margin-left: -5px;
}

.our-customer .our-customer-slider .swiper-slide.active .content .stars .star {
  width: 100%;
  margin-bottom: -150px;
  margin-top: -60px;
}

.our-customer
  .our-customer-slider
  .swiper-slide
  .content
  .stars
  .star:first-of-type {
  margin-left: 0;
}

.our-customer .our-customer-slider .swiper-slide .content .said-p {
  max-width: 178px;
  font-size: 7.75px;
  text-align: end;
  margin-top: 15.25px;
}

.our-customer .our-customer-slider .swiper-slide.active .content .said-p {
  max-width: none;
  font-size: 16px;
  text-align: center;
  transform: translateY(10px);
  transition: 0.2s;
}

.our-customer .our-customer-slider .swiper-slide .content .its-infos {
  display: flex;
  align-items: center;
}

.our-customer .our-customer-slider .swiper-slide.active .content .its-infos {
  transform: translateY(30px);
  transition: 0.7s;
}

.our-customer .our-customer-slider .swiper-slide .content .its-infos .name {
  font-size: 6.64px;
  font-weight: 700;
}

.our-customer
  .our-customer-slider
  .swiper-slide.active
  .content
  .its-infos
  .name {
  font-size: 14px;
}

.our-customer .our-customer-slider .swiper-slide .content .its-infos .seprat {
  font-size: 10px;
  margin-left: 4.43px;
  margin-right: 2.21px;
}

.our-customer
  .our-customer-slider
  .swiper-slide.active
  .content
  .its-infos
  .seprat {
  font-size: 25px;
  font-weight: 300;
  margin-left: 9.3px;
  margin-right: 4.65px;
}

.our-customer .our-customer-slider .swiper-slide .content .its-infos .its-job {
  font-size: 4.5px;
  color: var(--gray-19);
}

.our-customer .our-customer-slider .swiper-slide .content .its-infos .bulcks {
  font-family: var(--inter-font);
  font-size: 4.5px;
  font-weight: 400;
}

.our-customer
  .our-customer-slider
  .swiper-slide.active
  .content
  .its-infos
  .bulcks {
  font-size: 12px;
  font-weight: 500;
  color: #03eb69;
}

.our-customer .our-customer-slider .swiper-slide .content .its-infos .its-job {
  font-size: 4.5px;
}

.our-customer
  .our-customer-slider
  .swiper-slide.active
  .content
  .its-infos
  .its-job {
  font-size: 9.3px;
}

.our-customer .our-customer-slider .custom-pagination {
  margin-top: 20px;
}

.our-customer .our-customer-slider .custom-pagination .pag-itm {
  background-color: #03eb6933;
  cursor: pointer;
}

.header-top-bar {
  background-color: #03eb69;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 40px;
  display: flex;
  align-items: center;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Satoshi", sans-serif !important;
  /* overflow-x: hidden; */
}

.addventure-color {
  color: #03eb69;
}

#header .custom-container {
  padding: 20px 100px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #header .custom-container {
    padding: 20px 25px;
  }
}

.header-top-bar p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.header-top-bar img {
  width: 24px;
  margin-top: -1px;
}

.cross-icon-top-bar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
}

.custom-container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.custom-container-2 {
  width: 100% !important;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .custom-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .custom-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.try-now-btn,
.try-now-btn:focus {
  padding: 8px 24px;
  border-radius: 99px;
  border: 1px solid;
  border-color: #03eb69 !important;
  background-color: #03eb69;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  outline: none;
  border: 1px solid #03eb69;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.try-now-btn:hover {
  background-color: transparent;
  color: #03eb69 !important;
  border: 1px solid #03eb69;
}

.sign-in-btn,
.sign-in-btn:focus {
  padding: 8px 24px;
  border-radius: 99px;
  border: 1px solid;
  border-color: #03eb69;
  background-color: transparent;
  color: #03eb69 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  outline: none;
  transition: all 0.2s ease-in-out;
}

.sign-in-btn:hover {
  background-color: #03eb69;
  color: #fff !important;
}

.dropdown-toggle.sign-in-btn:focus {
  padding: 0.5rem 1rem !important;
}

.custom-nav-menu {
  gap: 20px;
}

.custom-nav-menu li > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration-skip-ink: none;
  color: #000000 !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.hero-banner {
  background: linear-gradient(180deg, #ddd -18.9%, #fbfbfb 4.95%);
  background-image: url(./img/home/home-hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-info {
  background-color: #edeffc;
  padding: 10px;
  width: 297px;
  border-radius: 100px;
}

.hero-banner-inner-content p {
  color: #03eb69;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration-skip-ink: none;
}

.hero-banner-inner-content .new-info span {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-decoration-skip-ink: none;
  padding: 2px 9px;
  background-color: #03eb69;
  margin: 0;
  color: #ffffff;
  border-radius: 100px;
}

.hero-banner-inner-content h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 70.2px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 663px;
}

.hero-banner-inner-content h1 span {
  color: #03eb69;
}

.get-started {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #03eb69;
  border-radius: 99px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 1px solid #03eb69;
}

.get-started:hover {
  background-color: #ffffff;
  color: #03eb69 !important;
  border: 1px solid #03eb69;
  text-decoration: none;
}

.start-demo {
  gap: 4px;
  background-color: #edeffc;
  padding-left: 8px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 100px;
  cursor: pointer;
}

.start-demo span {
  color: #03eb69;
  text-align: center;
  font-family: Satoshi;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.36px;
}

/* image-text */
.image-text-section {
  padding: 120px 0;
}

.image-text-section img {
  width: 100%;
}

.image-text-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.image-text-section p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.image-text-section span {
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: block;
  letter-spacing: 1px;
  color: #343a40;
  font-weight: 500;
}

.image-text-section h3 {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
  letter-spacing: 1px;
  color: #131316;
}

.image-text-section p {
  font-size: 24px;
  line-height: 32.4px;
  padding-bottom: 15px;
  color: #343a40;
  cursor: pointer;
}

.image-text-section .setup-demo {
  gap: 4px;
  border: 1px solid #ced4da;
  padding-left: 8px;
  padding-right: 24px;
  border-radius: 15px;
  cursor: pointer;
  font-weight: bold;
  transition: ease-in-out 0.2s;
}

.image-text-section .setup-demo:hover {
  background-color: #03eb69;
  border: 1px solid #03eb69;
  text-decoration: none;
}

.image-text-section .setup-demo:hover span {
  color: #ffffff;
}

.image-text-section .setup-demo span {
  padding-bottom: 0;
}

.image-text-section .additional {
  padding-top: 25px;
}

.image-text-section.choose p {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 15px;
  color: #343a40;
  cursor: pointer;
}

.image-text-section.choose .additional {
  background: #e2f9ec;
  width: 100%;
  padding: 5px 20px;
  border-radius: 30px;
}

.image-text-section.choose .additional p {
  color: #0f9037;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 21px;
  margin: 10px;
  padding-bottom: 0;
}

.image-text-section.choose .benefits {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
}

.image-text-section.choose .benefits .benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.image-text-section.choose .benefits .benefit h5 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.image-text-section.choose .benefits .benefit p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #6c757d;
}

.image-text-section.choose .icon {
  width: auto;
}

.image-text-section.welcome-to-addventure .img-hol,
.image-text-section .img-hol {
  text-align: center;
  border-radius: 10px;
  padding: 20px 0;
  min-height: 504px;
}

.image-text-section.welcome-to-addventure .img-hol:before,
.image-text-section .img-hol::before {
  background-image: url(./img/home/iphoness.webp);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  content: "";
  height: 504px;
  width: 243px;
  z-index: 9998;
  top: 14px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.image-text-section.welcome-to-addventure .space {
  gap: 40px;
}

.image-text-section.welcome-to-addventure .img-hol img,
.image-text-section .img-hol img {
  width: 232px;
  position: relative;
  height: 491px;
  border-radius: 20px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@media screen and (max-width: 500px) {
  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }
  }

  .image-text-section.welcome-to-addventure .space {
    gap: 10px;
  }

  .image-text-section .setup-demo span {
    padding-top: 0;
  }

  .image-text-section span {
    padding-top: 10px;
  }

  .image-text-section.choose .additional {
    width: auto;
  }

  /* .image-text-section.welcome-to-addventure .img-hol img,
.image-text-section .img-hol img {
        max-width: 120px;
    } */

  .image-text-section.choose .additional p {
    font-size: 15px;
  }

  .image-text-section {
    padding: 30px 0;
  }

  .image-text-section h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .image-text-section p {
    font-size: 18px;
    line-height: 28px;
  }

  .image-text-section .reversed {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 1023.98px) {
  .image-text-section.choose .choose-add {
    padding-right: 6rem;
  }
}

@media screen and (max-width: 500px) {
  .image-text-section.choose .benefits {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}

@media screen and (max-width: 1000px) {
  .image-text-section.choose .benefits {
    width: 100%;
  }
}

.bk-communty {
  background-image: url(./img/home/Blur.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}

.bk-communty .content-hold {
  gap: 53px;
}

.bk-communty .sub-heading {
  color: #bababa;
  font-size: 29px;
  line-height: 38px;
}

.bk-communty h2 {
  font-size: 64px;
  line-height: 68px;
  color: #000;
  font-weight: 700;
}

/* mobile toggle css */
.show-toggler-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .hide-toggler-mobile {
    display: none;
  }

  .sign-in-btn,
  .try-now-btn {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .show-toggler-mobile {
    display: block;
  }
}

@media screen and (min-width: 1024.98px) {
  .bk-communty .content-hold .text-block {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .bk-communty {
    display: block;
    padding: 100px 0;
    height: auto;
  }

  .bk-communty .content-hold {
    gap: 20px;
  }

  .bk-communty h2 {
    font-size: 35px;
    line-height: 39px;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.main-dropdown-mob {
  position: relative;
}

.dropdown-toggle-mob {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.dropdown-menu-mob {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu-mob li {
  padding: 10px;
}

.dropdown-menu-mob a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 14px;
}

.dropdown-menu-mob a:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.main-dropdown-mob.open .dropdown-menu-mob {
  max-height: 500px;
}

.main-dropdown-mob li a,
.main-dropdown-mob li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-decoration-skip-ink: none;
  color: #000000 !important;
}

.dropdown-mob li {
  list-style: none;
  padding-bottom: 14px;
  padding-top: 14px;
  border-bottom: 1.2px solid #d7d7d7;
}

.dropdown-toggle-mob {
  gap: 4px;
}

.dropdown-menu-mob li {
  border-bottom: none;
}

.dropdown-mob li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-decoration-skip-ink: none;
  color: #000000 !important;
}

.experience-add-Venture .main-content {
  max-width: 1027px;
  margin: 0 auto;
}

.experience-add-Venture {
  padding-top: 100px;
  padding-bottom: 100px;
}

.experience-add-Venture h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.experience-add-Venture p {
  font-family: Satoshi;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #343a40;
}

.experience-add-Venture h2 span {
  color: #03eb69;
}

@media (max-width: 500px) {
  .experience-add-Venture h2 {
    font-size: 35px;
  }

  .experience-add-Venture {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.icon-boxes p {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration-skip-ink: none;
  color: #343a40;
}

.icon-boxes h3 {
  font-family: Satoshi;
  font-size: 17px;
  font-weight: 700;
  line-height: 22.95px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

.rotating-image {
  display: inline-block;
  transition: transform 0.6s ease;
}

.rotating-image:hover {
  transform: rotate(270deg);
}

.testimonails {
  background: linear-gradient(180deg, #ddd -18.9%, #fbfbfb 4.95%);
  background-image: url(./img/home/mesh-gradient.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.testimonails .testimonail-content {
  width: 100%;
}

.testimonails h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #131316;
}

.testimonails span {
  text-transform: uppercase;
  color: #5e606e;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.testimonails-card {
  position: relative;
  width: 33.33%;
  box-shadow: 0px 0px 20px 0px #0000000d;
  background-color: #ffffff;
  padding: 12px;
  border-radius: 20px;
  /* max-width: 384px; */
  transition: transform 0.3s ease !important;
}

.testimonails-card-inner {
  background-color: #f1f4ff;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.testimonails-card-inner p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 17px 13px 80px 13px;
  margin: 0;
}

.testimonails-card-inner p span {
  color: #0f9037;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration-skip-ink: none;
}

.testimonails-card-bottom {
  margin-top: -20px;
  z-index: 2;
  position: relative;
}

.testimonails-card:nth-child(1) {
  z-index: 1;
  transform: translate(100%, 0%);
}

.testimonails-card:nth-child(2) {
  z-index: 3;
}

.testimonails-card:nth-child(3) {
  z-index: 1;
  transform: translate(-100%, 0%);
}

.testimonails-card.move-left {
  animation: animated-quote-1 0.5s forwards !important;
}

.testimonails-card.move-right {
  animation: animated-quote-3 0.5s forwards !important;
}

.testimonails-card.move-left-t {
  animation: animated-quote-1-reversed 0.5s forwards;
}

.testimonails-card.move-right-t {
  animation: animated-quote-3-reversed 0.5s forwards;
}

@media (max-width: 991.99px) {
  .testimonails h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .testimonails {
    height: auto;
    padding: 50px 0 70px;
  }

  .testimonails .testimonail-content {
    gap: 20px;
  }

  .testimonails .testimonail-content .testimonails-card {
    width: 50% !important;
  }

  /* .testimonails-card:nth-child(1) {
        transform: translate(0, 0);
        margin-bottom: 35px;
    }

    .testimonails-card:nth-child(3) {
        transform: translate(0, 0);
        margin-top: 35px;
    } */

  .testimonails .testimonail-content .testimonails-card {
    width: calc(50% - 10px) !important;
    /* 50% width ke saath thoda gap adjust karne ke liye */
  }

  .testimonails-card-inner p {
    padding: 30px 13px 40px 13px;
  }

  .testimonails-card:nth-child(1),
  .testimonails-card:nth-child(3) {
    transform: translate(0, 0) !important;
  }
}

@media (max-width: 575.99px) {
  .testimonails .testimonail-content .testimonails-card {
    width: calc(100% - 10px) !important;
    /* 50% width ke saath thoda gap adjust karne ke liye */
  }
}

@keyframes animated-quote-1-reversed {
  0% {
    transform: translate(-5%, 5%) scale(0.88) rotate(-9deg);
  }

  60% {
    transform: translate(-11%, 5%) scale(0.88) rotate(-10deg);
  }

  100% {
    transform: translate(100%, 0%) scale(0.88);
  }
}

@keyframes animated-quote-1 {
  0% {
    transform: translate(120%, 5%) scale(0.88);
  }

  60% {
    transform: translate(-11%, 5%) scale(0.88) rotate(-10deg);
  }

  100% {
    transform: translate(-5%, 5%) scale(0.88) rotate(-9deg);
  }
}

@keyframes animated-quote-3-reversed {
  0% {
    transform: translate(5%, 5%) scale(0.88) rotate(9deg);
    /* Start from the final position */
  }

  70% {
    transform: translate(11%, 5%) scale(0.88) rotate(10deg);
    /* Transition toward the center */
  }

  100% {
    transform: translate(-100%, 5%) scale(0.88);
    /* End at the initial position */
  }
}

@keyframes animated-quote-3 {
  0% {
    transform: translate(-120%, 5%) scale(0.88);
  }

  70% {
    transform: translate(11%, 5%) scale(0.88) rotate(10deg);
  }

  100% {
    transform: translate(5%, 5%) scale(0.88) rotate(9deg);
  }
}

.faqs {
  padding: 123px 0 102px;
}

.faqs .container {
  max-width: 1440px;
}

.faqs .desc .section-heading .Faq-h5 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  color: #03eb69;
}

.faqs .desc .section-heading .frequently-asked-h4 {
  font-size: 44px;
  color: #000;
  margin-top: 12.3px;
  font-weight: 700;
}

.faqs .write-to-us {
  margin-top: 28px;
  padding-bottom: 50px;
}

.faqs .write-to-us.mobile {
  display: none;
}

.faqs .write-to-us .couldnt-find {
  font-size: 14px;
  color: #586174;
  line-height: 1.8;
}

.faqs .write-to-us .email {
  font-size: 16px;
  text-decoration: underline;
  color: #004c22;
  display: inline-block;
  margin-top: 16px;
}

.email {
  color: #004c22;
}

.faqs .collapses {
  width: 100%;
  /* margin-top: 33px; */
  overflow: hidden;
}

.faqs .collapses > .collapse {
  /* height: 99px; */
  border-radius: 6px;
  padding: 32px;
  cursor: pointer;
  border: 1px solid #e7eaee;
  transition: 0.4s;
  display: block;
  margin-top: 15px;
}

.faqs .collapses:hover > .collapse {
  /* height: 175px; */
  background-color: #f6f7f9;
}

.faqs .collapses:hover > .collapse .collapse-body {
  height: 60px;
}

.faqs .collapses > .collapse .collapse-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 8px 8px 0;
}

.faqs .collapses > .collapse .collapse-heading h5 {
  font-size: 18px;
}

.faqs .collapses > .collapse .collapse-heading .arrow {
  transition: 0.4s;
}

.faqs .collapses:hover > .collapse .collapse-heading .arrow {
  transform: rotateX(180deg);
}

.faqs .collapses > .collapse .collapse-body {
  font-family: var(--inter-font);
  color: var(--gray-27);
  /* padding-top: 16px; */
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}

.faqs .collapses:hover > .collapse .collapse-body {
  opacity: 1;
}

.faqs .collapses:hover > .collapse .collapse-body p {
  margin: 0;
  padding: 0;
}

@media (max-width: 500px) {
  .faqs {
    padding: 0 0 80px;
  }

  .faqs .faqs-content {
    display: block;
  }

  .faqs .write-to-us {
    margin-top: 50px;
    padding-bottom: 25px;
  }

  .faqs .collapses {
    width: 100%;
  }

  .faqs .collapses .collapse .collapse-heading h5 {
    font-size: 17px;
  }

  .faqs .desc .section-heading .frequently-asked-h4 {
    font-size: 35px;
  }

  .faqs .collapses > .collapse {
    padding: 10px;
  }
}

#footer {
  background-color: #fbfbfb;
  padding: 5rem 0 2rem;
}

#footer p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

#footer ul {
  padding: 0;
  list-style: none;
}

#footer .bk-dark {
  background: #2a2a2a;
  border-radius: 24px;
  align-items: center;
}

#footer ul li {
  margin-bottom: 12px;
}

#footer ul li a {
  text-decoration: none;
  color: #f0f0f0;
  transition: color 0.3s ease;
}

#footer ul li a:hover {
  color: #28a745;
}

#footer .input-group {
  max-width: 300px;
}

#footer .input-group .form-control {
  border-radius: 0;
}

#footer .input-group .btn {
  border-radius: 0;
  background-color: #28a745;
  color: #fff;
}

#footer .input-group .btn:hover {
  background-color: #218838;
}

#footer .social-icons {
  display: flex;
  gap: 20px;
}

#footer .social-icons a {
  color: #333;
  font-size: 30px;
  transition: color 0.3s ease;
}

#footer .social-icons a:hover {
  color: #28a745;
}

#footer .copyright {
  font-size: 0.9rem;
  color: #666;
}

.footer-left-section {
  background-color: #f3fff9;
  padding: 3rem 2.5rem;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer-right-section {
  padding: 1rem;
}

.footer-right-section span {
  color: #fff;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 1px;
}

#footer .branding {
  text-align: left;
  margin-bottom: 20px;
}

#footer .branding .logo {
  margin-bottom: 25px;
}

#footer .branding h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 10px 0;
}

#footer .branding p {
  font-size: 16px;
  color: #494949;
  line-height: 1.6;
}

#footer .subscribe-form {
  background: #fff;
  max-width: 320px;
  border-radius: 4px;
  padding: 6px 7px;
}

#footer .subscribe-form .form-control {
  border: 1px solid transparent;
  padding: 5px;
  flex: 1;
  font-size: 0.9rem;
}

#footer .subscribe-form .btn {
  background-color: #03eb69;
  color: #fff;
  border-radius: 8px;
  border: none;
  padding: 11px 16px;
  font-size: 0.9rem;
  cursor: pointer;
  border: 1px solid #03eb69;
  transition: all 0.2s ease;
}

#footer .subscribe-form .btn:hover {
  background-color: transparent;
  color: #03eb69;
  border: 1px solid #03eb69;
}

@media (max-width: 576px) {
  #footer {
    padding: 5rem 0 0rem;
  }

  #footer .footer-left-section {
    padding: 15px;
    max-width: 100%;
  }

  #footer .branding h5 {
    font-size: 1rem;
  }

  #footer .subscribe-form .btn {
    font-size: 0.85rem;
  }

  #footer p {
    font-size: 0.9rem;
  }

  #footer .social-icons a {
    margin-right: 10px;
    font-size: 2rem;
  }

  #footer .input-group {
    width: 100%;
  }

  .footer-left-section {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  #footer .bk-dark {
    border-radius: 0;
  }

  .footer-right-section {
    padding: 20px 0 0;
  }
}

@media (max-width: 768px) {
  #footer .row > div {
    text-align: center;
    margin-bottom: 1.5rem;
    /* padding: 0; */
  }

  #footer .input-group {
    margin: 0 auto;
  }

  #footer ul {
    display: inline-block;
  }

  #footer .text-md-right {
    text-align: center !important;
  }

  #footer .social-icons {
    margin-top: 1rem;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  #footer .pl {
    padding-left: 0;
  }
}

.key-features {
  position: relative;
  z-index: 2;
}

.key-features .frames {
  color: var(--white);
  position: relative;
  min-height: 100vh;
}

.key-features .frames .frame {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  padding: 30px 0;
}

.key-features .frames .frame h2 {
  font-size: 60px;
  font-family: var(--samsung-sharp-sans-font);
}

.key-features .frames .frame .phones {
  position: relative;
  margin-top: -20px;
}

.key-features .frames .frame .phones .back-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.key-features .frames .frame.brand-identity {
  width: 100%;
  background-image: url(./img/home/gradient.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.key-features .frames.animation-frames .frame.brand-identity {
  animation:
    brand-identity-animation 4.5s forwards cubic-bezier(0.5, 0.5, 0, 1),
    brand-identity-reanimation 1s forwards 12.6s;
}

@keyframes brand-identity-animation {
  0% {
    width: 100%;
    left: 0;
    background: radial-gradient(
      145.22% 145.22% at 50% 53.44%,
      #181818 2.08%,
      #000 100%
    );
  }

  2.08% {
    background: radial-gradient(
      50.94% 50.94% at 50% 54.39%,
      #929292 2.08%,
      #111 100%
    );
  }

  50% {
    width: 33.33333%;
    left: 33.33333%;
    background: radial-gradient(
      50.94% 50.94% at 50% 54.39%,
      #929292 2.08%,
      #111 100%
    );
  }

  75% {
    width: 100%;
    left: 0;
    background: radial-gradient(
      50.94% 50.94% at 50% 54.39%,
      #929292 2.08%,
      #111 100%
    );
  }

  100% {
    width: 33.33333%;
    left: 33.33333%;
    background: radial-gradient(
      50.94% 50.94% at 50% 54.39%,
      #929292 2.08%,
      #111 100%
    );
  }
}

@keyframes brand-identity-reanimation {
  0% {
    width: 33.33333%;
    left: 33.33333%;
    background: radial-gradient(
      50.94% 50.94% at 50% 54.39%,
      #929292 2.08%,
      #111 100%
    );
    z-index: 5;
  }

  100% {
    width: 100%;
    left: 0;
    background: radial-gradient(
      145.22% 145.22% at 50% 53.44%,
      #181818 2.08%,
      #000 100%
    );
    z-index: 5;
  }
}

.key-features .frames .frame.brand-identity .interface,
.key-features .frames .frame.brand-identity .show {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.key-features .frames .frame.brand-identity .interface {
  z-index: 1;
}

.key-features .frames.animation-frames .frame.brand-identity .interface {
  transform: scale(0.3);
  opacity: 0;
  transition: 1.125s;
}

.key-features .frames.animation-frames .frame.brand-identity .interface {
  animation: reinterface-animation 1s 12.6s forwards;
}

@keyframes reinterface-animation {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.key-features .frames .frame.brand-identity .interface .revolutionize-h5 {
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.key-features .frames .frame.brand-identity .interface .our-key-features-h1 {
  font-size: 135px;
  margin-top: -13px;
  color: #fff;
}

.key-features .frames .frame.brand-identity .interface .start-key-features-btn {
  margin-top: 30px;
  padding: 10px 25px;
  border-radius: 30px;
}

@keyframes mesh-gradient-svg-reanimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.3;
  }
}

.key-features .frames .frame.brand-identity .show {
  z-index: 0;
}

.key-features .frames .frame.brand-identity .show .show-heading {
  transform: translateY(-30vh);
  transform-origin: 50% 0;
  text-align: center;
}

.key-features
  .frames.animation-frames
  .frame.brand-identity
  .show
  .show-heading {
  animation:
    show-heading-animation 4.5s forwards cubic-bezier(0.5, 0.5, 0, 1),
    show-heading-reanimation 1s forwards 12.6s;
}

@keyframes show-heading-animation {
  0% {
    transform: translateY(-30vh);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(0) scale(1.475);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes show-heading-reanimation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30vh);
  }
}

.key-features .frames .frame.brand-identity .show .show-heading .Tailor-h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.key-features .frames .frame.brand-identity .show .show-heading h2 {
  margin-top: 3px;
  white-space: nowrap;
  color: #fff;
}

.key-features .frames .frame.brand-identity .show .brand-identity-phone {
  transform: translateY(100vh);
}

.key-features
  .frames.animation-frames
  .frame.brand-identity
  .show
  .brand-identity-phone {
  transform: translateY(100vh);
  animation:
    brand-identity-phone-animation 4.5s forwards cubic-bezier(0.5, 0.5, 0, 1),
    brand-identity-phone-reanimation 1s forwards 12.6s;
}

@keyframes brand-identity-phone-animation {
  0% {
    transform: translateY(100vh);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(0) scale(0.79);
  }

  80% {
    transform: translateY(0) scale(0.79) rotate(12deg);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes brand-identity-phone-reanimation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100vh);
  }
}

.key-features .frames .frame.features {
  width: 33.33333%;
  background: linear-gradient(90deg, #00a635 -20.52%, #acdbbb 50%);
  left: 66.66666%;
}

.key-features .frames.animation-frames .frame.features {
  animation: features-animation 3.6s forwards cubic-bezier(0.5, 0.5, 0, 1) 4.5s;
}

@keyframes features-animation {
  0% {
    width: 33.33333%;
  }

  1% {
    z-index: 2;
  }

  20%,
  50%,
  80% {
    width: 100%;
    left: 0;
    z-index: 2;
  }

  100% {
    width: 33.33333%;
    z-index: 2;
  }
}

.key-features .frames .frame.features h2 {
  transform-origin: 50% 65%;
}

.key-features .frames.animation-frames .frame.features h2 {
  animation: features-h2-animation 3.6s forwards cubic-bezier(0.5, 0.5, 0, 1)
    4.5s;
  color: #fff;
}

@keyframes features-h2-animation {
  0% {
    transform: scale(1);
  }

  20%,
  80% {
    transform: scale(2.1);
  }

  100% {
    transform: scale(1);
  }
}

.key-features .frames .frame.features .phones .features-phone-1 {
  transform-origin: 50% 200%;
}

.key-features
  .frames.animation-frames
  .frame.features
  .phones
  .features-phone-1 {
  animation: features-phone-1-animation 3.6s forwards
    cubic-bezier(0.5, 0.5, 0, 1) 4.5s;
}

@keyframes features-phone-1-animation {
  0% {
    transform: scale(1);
  }

  20%,
  80% {
    transform: scale(0.96);
  }

  100% {
    transform: scale(1);
  }
}

.key-features
  .frames.animation-frames
  .frame.features
  .phones
  .back-phone.features-phone-2 {
  animation: features-phone-2-animation 3.6s forwards
    cubic-bezier(0.44, 0.07, 0.59, 0.97) 4.5s;
}

@keyframes features-phone-2-animation {
  0%,
  20% {
    transform: translate(-50%, -50%);
  }

  40%,
  50% {
    transform: translate(calc(-50% + 200px), -50%) rotate(12deg);
  }

  100%,
  70%,
  80% {
    transform: translate(-50%, -50%) rotate(0);
  }
}

.key-features
  .frames.animation-frames
  .frame.features
  .phones
  .back-phone.features-phone-3 {
  animation: features-phone-3-animation 3.6s forwards
    cubic-bezier(0.44, 0.07, 0.59, 0.97) 4.5s;
}

@keyframes features-phone-3-animation {
  0%,
  20% {
    transform: translate(-50%, -50%);
  }

  40%,
  50% {
    transform: translate(calc(-50% - 200px), -50%) rotate(-12deg);
  }

  100%,
  70%,
  80% {
    transform: translate(-50%, -50%) rotate(0);
  }
}

.key-features .frames .frame.secure {
  width: 33.3333%;
  background: linear-gradient(270deg, #848482 0, #c1c1c1 50%);
  left: 0;
}

.key-features .frames.animation-frames .frame.secure {
  animation: secure-animation 4.5s forwards cubic-bezier(0.5, 0.5, 0, 1) 8.1s;
}

@keyframes secure-animation {
  0% {
    width: 33.33333%;
  }

  1% {
    z-index: 3;
  }

  20%,
  50%,
  80% {
    width: 100%;
    left: 0;
    z-index: 3;
  }

  100% {
    width: 33.33333%;
    z-index: 3;
  }
}

.key-features .frames.animation-frames .frame.secure h2 {
  animation: secure-h2-animation 4.5s forwards cubic-bezier(0.5, 0.5, 0, 1) 8.1s;
  color: #fff;
}

@keyframes secure-h2-animation {
  0% {
    transform: scale(1);
  }

  20%,
  80% {
    transform: scale(1.86);
  }

  100% {
    transform: scale(1);
  }
}

.key-features .frames.animation-frames .frame.secure .phones {
  animation: secure-phones-animation 4.5s forwards cubic-bezier(0.5, 0.5, 0, 1)
    8.1s;
}

@keyframes secure-phones-animation {
  0% {
    transform: translateY(0);
  }

  20%,
  80% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

.key-features .frames .frame.secure .phones .secure-phone-1-1 {
  z-index: 1;
}

.key-features .frames.animation-frames .frame.secure .phones .secure-phone-1-1 {
  opacity: 0;
  transition: 0.5s 9.1s;
}

.key-features .frames .frame.secure .phones .secure-sub-phone-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.key-features
  .frames
  .frame.secure
  .phones
  .secure-sub-phone-1.secure-phone-1-2 {
  z-index: -2;
}

.key-features
  .frames.animation-frames
  .frame.secure
  .phones
  .secure-sub-phone-1.secure-phone-1-2 {
  opacity: 0;
  transition: 0.5s 9.6s;
}

.key-features .frames .frame.secure .phones .secure-phones-check {
  z-index: -2;
  position: absolute;
  top: 197px;
  left: 138.67px;
  animation: secure-phones-check-animation 1s forwards 10.1s;
}

@keyframes secure-phones-check-animation {
  0% {
    transform: translate(0);
  }

  66.66% {
    transform: translate(55.5px);
    opacity: 1;
  }

  100% {
    transform: translate(55.5px);
    opacity: 0;
  }
}

.key-features
  .frames
  .frame.secure
  .phones
  .secure-sub-phone-1.secure-phone-1-3 {
  z-index: -3;
}

.key-features
  .frames.animation-frames
  .frame.secure
  .phones
  .secure-sub-phone-1.secure-phone-1-3 {
  animation: secure-phone-1-3-animation 1s forwards 10.1s;
}

@keyframes secure-phone-1-3-animation {
  0%,
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.key-features
  .frames
  .frame.secure
  .phones
  .secure-sub-phone-1.secure-phone-1-3 {
  z-index: -3;
}

.key-features
  .frames.animation-frames
  .frame.secure
  .phones
  .secure-sub-phone-1.secure-phone-1-3 {
  opacity: 0;
  transition: 0.5s 10.1s;
}

.key-features
  .frames
  .frame.secure
  .phones
  .secure-sub-phone-1.secure-phone-1-4 {
  z-index: -4;
}

.key-features .frames .frame.secure .phones .back-phone {
  z-index: -5;
}

.key-features
  .frames.animation-frames
  .frame.secure
  .phones
  .back-phone.secure-phone-2 {
  animation: secure-phone-2-animation 2s forwards
    cubic-bezier(0.44, 0.07, 0.59, 0.97) 9.1s;
}

@keyframes secure-phone-2-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  30% {
    transform: translate(calc(-50% + 270px), -50%) rotate(0.01deg);
  }

  70% {
    transform: translate(calc(-50% + 270px), -50%) rotate(10deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0);
  }
}

.key-features
  .frames.animation-frames
  .frame.secure
  .phones
  .back-phone.secure-phone-3 {
  animation: secure-phone-3-animation 2s forwards
    cubic-bezier(0.44, 0.07, 0.59, 0.97) 9.1s;
}

@keyframes secure-phone-3-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  30% {
    transform: translate(calc(-50% - 270px), -50%) rotate(-0.01deg);
  }

  70% {
    transform: translate(calc(-50% - 270px), -50%) rotate(-10deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0);
  }
}

@media screen and (max-width: 1000px) {
  .key-features .frames .frame h2 {
    font-size: 49px;
  }

  .key-features .frames .frame.brand-identity {
    animation: none !important;
  }

  .key-features .frames .frame.brand-identity .interface {
    text-align: center;
    padding: 0 5%;
  }

  .key-features .frames.animation-frames .frame.brand-identity .interface {
    animation: reinterface-animation 1s 11.7s forwards;
  }

  .key-features .frames .frame.brand-identity .interface .revolutionize-h5 {
    font-size: 12px;
    letter-spacing: 1px;
    white-space: normal;
  }

  .key-features .frames .frame.brand-identity .interface .our-key-features-h1 {
    font-size: 72px;
    line-height: 1.05;
    margin-top: 12px;
  }

  .key-features
    .frames.animation-frames
    .frame.brand-identity
    .show
    .show-heading {
    animation:
      show-heading-animation 3.9s forwards cubic-bezier(0.5, 0.5, 0, 1),
      show-heading-reanimation 1s forwards 11.7s;
  }

  @keyframes show-heading-animation {
    0% {
      transform: translateY(-30vh) scale(0);
    }

    50% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(0);
    }
  }

  .key-features
    .frames.animation-frames
    .frame.brand-identity
    .show
    .brand-identity-phone {
    width: 234px;
    margin-top: 30px;
    transform: translateY(100vh);
    animation:
      brand-identity-phone-animation 3.9s forwards cubic-bezier(0.5, 0.5, 0, 1),
      brand-identity-phone-reanimation 1s forwards 11.7s;
  }

  @keyframes brand-identity-phone-animation {
    0% {
      transform: translateY(100vh);
    }

    50% {
      transform: translateY(0);
    }

    75% {
      transform: translateY(0) rotate(12deg);
    }

    100% {
      transform: translateY(0);
    }
  }

  .key-features .frames .frame.features {
    width: 100%;
    background: linear-gradient(90deg, #a67b00 -20.52%, #dbd0ac 50%);
    left: -100vw;
  }

  .key-features .frames.animation-frames .frame.features {
    animation: features-animation 3.9s forwards cubic-bezier(0.5, 0.5, 0, 1)
      3.9s;
  }

  @keyframes features-animation {
    0% {
      left: -100vw;
    }

    1% {
      z-index: 2;
    }

    20%,
    50%,
    80% {
      left: 0;
      z-index: 2;
    }

    100% {
      left: -100vw;
      z-index: 2;
    }
  }

  .key-features .frames.animation-frames .frame.features h2 {
    animation: features-h2-animation 3.9s forwards cubic-bezier(0.5, 0.5, 0, 1)
      3.9s;
  }

  @keyframes features-h2-animation {
    0%,
    15% {
      transform: scale(1);
    }

    30%,
    60% {
      transform: scale(1.3);
    }

    100%,
    75% {
      transform: scale(1);
    }
  }

  .key-features .frames .frame.features .phones .features-phone-1 {
    width: 234px;
    transform-origin: 50% 100%;
  }

  .key-features
    .frames.animation-frames
    .frame.features
    .phones
    .features-phone-1 {
    animation: features-phone-1-animation 3.9s forwards
      cubic-bezier(0.5, 0.5, 0, 1) 3.9s;
  }

  @keyframes features-phone-1-animation {
    0%,
    15% {
      transform: scale(1);
    }

    30%,
    60% {
      transform: scale(0.86);
    }

    100%,
    75% {
      transform: scale(1);
    }
  }

  .key-features .frames .frame.features .phones .back-phone.features-phone-2,
  .key-features .frames .frame.features .phones .back-phone.features-phone-3 {
    width: 163px;
  }

  .key-features
    .frames.animation-frames
    .frame.features
    .phones
    .back-phone.features-phone-2 {
    animation: features-phone-2-animation 3.9s forwards
      cubic-bezier(0.44, 0.07, 0.59, 0.97) 3.9s;
  }

  @keyframes features-phone-2-animation {
    0%,
    15% {
      transform: translate(-50%, -50%);
    }

    30%,
    60% {
      transform: translate(calc(100px - 50%), -50%) rotate(12deg) scale(0.79);
    }

    100%,
    75% {
      transform: translate(-50%, -50%) rotate(0);
    }
  }

  .key-features
    .frames.animation-frames
    .frame.features
    .phones
    .back-phone.features-phone-3 {
    animation: features-phone-3-animation 3.9s forwards
      cubic-bezier(0.44, 0.07, 0.59, 0.97) 3.9s;
  }

  @keyframes features-phone-3-animation {
    0%,
    15% {
      transform: translate(-50%, -50%);
    }

    30%,
    60% {
      transform: translate(calc(-100px - 50%), -50%) rotate(-12deg) scale(0.79);
    }

    100%,
    75% {
      transform: translate(-50%, -50%) rotate(0);
    }
  }

  .key-features .frames .frame.secure {
    width: 100%;
    background: linear-gradient(270deg, #848482 0, #c1c1c1 50%);
    left: 100vw;
  }

  .key-features .frames.animation-frames .frame.secure {
    animation: secure-animation 3.9s forwards cubic-bezier(0.5, 0.5, 0, 1) 7.8s;
  }

  @keyframes secure-animation {
    0% {
      left: 100vw;
    }

    1% {
      z-index: 2;
    }

    20%,
    50%,
    80% {
      left: 0;
      z-index: 2;
    }

    100% {
      left: 100vw;
      z-index: 2;
    }
  }

  .key-features .frames.animation-frames .frame.secure h2 {
    animation: features-h2-animation 3.9s forwards cubic-bezier(0.5, 0.5, 0, 1)
      7.8s;
  }

  .key-features .frames .frame.secure .phones .phones-check,
  .key-features .frames .frame.secure .phones .secure-sub-phone-1 {
    display: none;
  }

  .key-features .frames .frame.secure .phones .secure-phone-1-1 {
    width: 234px;
  }

  .key-features
    .frames.animation-frames
    .frame.secure
    .phones
    .secure-phone-1-1 {
    opacity: 1;
    animation: features-phone-1-animation 3.9s forwards
      cubic-bezier(0.5, 0.5, 0, 1) 7.8s;
  }

  .key-features
    .frames.animation-frames
    .frame.secure
    .phones
    .back-phone.secure-phone-2 {
    width: 130px;
    animation: secure-phone-2-animation 3.9s forwards
      cubic-bezier(0.44, 0.07, 0.59, 0.97) 7.8s;
  }

  @keyframes secure-phone-2-animation {
    0%,
    15% {
      transform: translate(-50%, -50%);
    }

    30%,
    60% {
      transform: translate(calc(-100px - 50%), -50%) rotate(-12deg) scale(1.17);
    }

    100%,
    75% {
      transform: translate(-50%, -50%) rotate(0);
    }
  }

  .key-features
    .frames.animation-frames
    .frame.secure
    .phones
    .back-phone.secure-phone-3 {
    width: 130px;
    animation: secure-phone-3-animation 3.9s forwards
      cubic-bezier(0.44, 0.07, 0.59, 0.97) 7.8s;
  }

  @keyframes secure-phone-3-animation {
    0%,
    15% {
      transform: translate(-50%, -50%);
    }

    30%,
    60% {
      transform: translate(calc(100px - 50%), -50%) rotate(12deg) scale(1.17);
    }

    100%,
    75% {
      transform: translate(-50%, -50%) rotate(0);
    }
  }
}

.take-restaurant-next-level {
  padding: 0 60px;
  background: linear-gradient(360deg, #e7fff2 0%, rgba(255, 255, 255, 0) 100%);
}

.take-restaurant-next-level h5 {
  font-size: 14px;
  letter-spacing: 2px;
}

.take-restaurant-next-level h3 {
  font-size: 48px;
  font-weight: 700;
}

.take-restaurant-next-level p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.take-restaurant-next-level .take-restau-bus-slider {
  padding: 80px 0;
}

/* .take-restaurant-next-level .take-restau-bus-slider .swiper-slide {
    height: 286px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
}

.take-restaurant-next-level .take-restau-bus-slider .swiper-slide:hover {
    height: 476px;
}

.take-restaurant-next-level .take-restau-bus-slider .swiper-slide {
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}

.take-restaurant-next-level
    .take-restau-bus-slider
    .swiper-slide
    .swiper-slide-container {
    border-radius: 30px;
    background-color: var(--white);
    clip-path: polygon(0% 0, 100% 0%, 100% 60%, 0 60%);
    transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
}

.take-restaurant-next-level
    .take-restau-bus-slider
    .swiper-slide:hover
    .swiper-slide-container {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
}

.take-restaurant-next-level
    .take-restau-bus-slider
    .swiper-slide
    .slide-heading {
    padding: 53px 50px 71px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-size: cover;
}

.take-restaurant-next-level
    .take-restau-bus-slider
    .swiper-slide
    .slide-heading:hover {
    background-image: url("img/home/two-colors.webp");
}

.take-restaurant-next-level
    .take-restau-bus-slider
    .swiper-slide:hover
    .slide-heading
    .icon
    .body-paths
    path:not(
        .take-restaurant-next-level
            .take-restau-bus-slider
            .swiper-slide.personalize-customer:hover
            .slide-heading
            .icon
            .body-paths
            path
    ) {
    stroke: #fff;
}

.take-restaurant-next-level
    .take-restau-bus-slider
    .swiper-slide.personalize-customer:hover
    .slide-heading
    .icon
    .body-paths
    path {
    fill: #fff;
}

.take-restaurant-next-level .take-restau-bus-slider .swiper-slide h4 {
    font-size: 24px;
    color: #1e0059;
    margin-top: 24px;
}

.take-restaurant-next-level
    .take-restau-bus-slider
    .swiper-slide
    .slide-body
    p {
    padding: 30px 50px 21px;
} */

@media screen and (min-width: 1024.98px) {
  .take-restaurant-next-level .para {
    padding-right: 6rem;
  }
}

@media (max-width: 991.99px) {
  .take-restaurant-next-level {
    padding: 50px 0;
  }

  .take-restaurant-next-level h3 {
    font-size: 35px;
  }

  /* .take-restaurant-next-level .take-restau-bus-slider,
    .take-restaurant-next-level .take-restau-bus-slider .swiper-slide {
        height: auto;
        padding-top: 25px;
    }

    .take-restaurant-next-level
        .take-restau-bus-slider
        .swiper-slide:hover
        .swiper-slide-container {
        clip-path: none !important;
    }

    .take-restaurant-next-level .swiper-wrapper {
        display: block !important;
        margin: 0 auto;
    }

    .take-restaurant-next-level .take-restau-bus-slider .swiper-slide:hover {
        height: auto;
    }

    .take-restaurant-next-level
        .take-restau-bus-slider
        .swiper-slide:hover
        .swiper-slide-container,
    .take-restaurant-next-level
        .take-restau-bus-slider
        .swiper-slide
        .swiper-slide-container {
        clip-path: none !important;
    }

    .take-restaurant-next-level
        .take-restau-bus-slider
        .swiper-slide
        .slide-heading {
        background-image: url(img/home/two-colors.webp) !important;
    } */
}

.hero-banner .main-landing {
  height: 100vh;
}

.hero-banner .information-row {
  margin-top: 50px;
}

.header-section-mobile {
  display: none;
}

.header-link {
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  margin: 25px 30px;
  font-weight: 500;
}

.hero-banner-inner-content h1 span {
  color: #03eb69;
}

.img-animate {
  display: block;
  opacity: 0;
  min-height: 400px;
  transition: opacity 1s ease-in-out;
  position: relative;
}

.img-animate.active {
  opacity: 1;
  margin-top: -40px;
}

.hero-banner .frame-images {
  position: relative;
  width: 100%;
}

.hero-banner .frame-border {
  position: absolute;
  left: -5px;
  z-index: -1;
  bottom: 5px;
  width: 100%;
  height: 450px;
}

.hero-banner .header-button1 {
  font-family: Satoshi, sans-serif;
  border-radius: 100px;
  color: #03eb69;
  border: 1px solid #03eb69;
  background-color: transparent;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.hero-banner .header-button1:hover,
.feartues-sec .header-button1:hover {
  background-color: #03eb69 !important;
  color: #fff;
  border: 1px solid #03eb69;
}

.hero-banner .header-button2 {
  font-family: Satoshi, sans-serif;
  border-radius: 100px;
  color: #fff;
  background-color: #03eb69;
  border: 1px solid #03eb69;
  padding: 8px 24px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.hero-banner .header-button2:hover,
.feartues-sec .header-button2:hover {
  background-color: transparent;
  color: #03eb69;
  border: 1px solid #03eb69;
}

.hero-banner .more-info {
  border-radius: 100px;
  background-color: #edeffc;
  border: 1px solid #edeffc;
  padding: 8px 22px 8px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #03eb69;
  opacity: 0;
  -webkit-animation: fade-in 3s cubic-bezier(0.165, 0.84, 0.44, 1) 3s both;
  animation: fade-in 3s cubic-bezier(0.165, 0.84, 0.44, 1) 3s both;
  margin-bottom: 50px;
  transition: all 0.2s ease-in-out;
}

.hero-banner .more-info span {
  border-radius: 100px;
  background-color: #03eb69;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px;
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
}

.hero-banner .more-info:hover {
  border: 1px solid #03eb69;
  background-color: #03eb69;
  color: #fff;
}

.hero-banner .more-info:hover span {
  background-color: #fff;
  color: #03eb69;
}

.hero-banner .landing-title1 {
  display: block;
  font-size: 52px;
  text-align: center;
  font-weight: 600;
  -webkit-animation: puff-out-center 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s
    both;
  animation: puff-out-center 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s both;
}

.hero-banner .landing-title2 {
  margin-top: -200px;
  opacity: 0;
  font-size: 52px;
  text-align: center;
  font-weight: 600;
  -webkit-animation: fade-in 3s cubic-bezier(0.165, 0.84, 0.44, 1) 3s both;
  animation: fade-in 3s cubic-bezier(0.165, 0.84, 0.44, 1) 3s both;
}

.hero-banner .frames {
  border-radius: 100px;
  background-color: #edeffc;
  padding: 8px 22px 8px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #03eb69;
  opacity: 0;
  -webkit-animation: puff-out-center 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s
    both;
  animation: puff-out-center 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s both;
  transition: all 0.2s ease-in-out;
}

.hero-banner .frames span {
  border-radius: 100px;
  background-color: #03eb69;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px;
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
}

.hero-banner .frames:hover {
  border: 1px solid #03eb69;
  background-color: #03eb69;
  color: #fff;
}

.hero-banner .frames:hover span {
  background-color: #fff;
  color: #03eb69;
}

.hero-banner .landing-title1 span,
.hero-banner .landing-title2 span {
  color: #03eb69;
}

@-webkit-keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
}

@keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
}

.up-down {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: dash 4s linear infinite;
  transform: translate(0);
}

@keyframes dash {
  0% {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    transform: translate(0);
  }

  66.66% {
    stroke-dashoffset: 0;
    opacity: 1;
    transform: translate(0.5%, 0.5%);
  }

  99% {
    stroke-dashoffset: 0;
    opacity: 0;
    transform: translate(0.5%, 0.5%);
  }

  100% {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    opacity: 0;
    transform: translate(0);
  }
}

.circle {
  transform-origin: 88.8% 69.5%;
  animation: rotate-circle 17s infinite 1s;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(0);
  }

  5.88% {
    transform: rotate(calc(-360deg / (17 / 1)));
  }

  11.76% {
    transform: rotate(calc(-360deg / (17 / 2)));
  }

  17.64% {
    transform: rotate(calc(-360deg / (17 / 3)));
  }

  23.52% {
    transform: rotate(calc(-360deg / (17 / 4)));
  }

  29.41% {
    transform: rotate(calc(-360deg / (17 / 5)));
  }

  35.29% {
    transform: rotate(calc(-360deg / (17 / 6)));
  }

  41.17% {
    transform: rotate(calc(-360deg / (17 / 7)));
  }

  47.05% {
    transform: rotate(calc(-360deg / (17 / 8)));
  }

  52.94% {
    transform: rotate(calc(-360deg / (17 / 9)));
  }

  58.82% {
    transform: rotate(calc(-360deg / (17 / 10)));
  }

  64.7% {
    transform: rotate(calc(-360deg / (17 / 11)));
  }

  70.58% {
    transform: rotate(calc(-360deg / (17 / 12)));
  }

  76.47% {
    transform: rotate(calc(-360deg / (17 / 13)));
  }

  82.35% {
    transform: rotate(calc(-360deg / (17 / 14)));
  }

  88.23% {
    transform: rotate(calc(-360deg / (17 / 15)));
  }

  94.11% {
    transform: rotate(calc(-360deg / (17 / 16)));
  }

  100% {
    transform: rotate(calc(-360deg / (17 / 17)));
  }
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.moving-row {
  margin-top: -350px;
  -webkit-animation: slide-bottom 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s
    both;
  animation: slide-bottom 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(350px);
    transform: translateY(350px);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(350px);
    transform: translateY(350px);
  }
}

@-webkit-keyframes slide-bottom-mobile {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
}

@keyframes slide-bottom-mobile {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
}

@media screen and (max-width: 1000px) {
  .header-section {
    display: none;
  }

  .header-section-mobile {
    display: block;
  }

  .information-row {
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .main-landing {
    height: 100vh;
  }

  .landing-title1 {
    font-size: 36px;
  }

  .landing-title2 {
    font-size: 36px;
  }

  .moving-row {
    margin-top: 40px;
    -webkit-animation: none;
    animation: none;
  }
}

.background-circle {
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  height: 700px;
  width: 700px;
  border-radius: 700px;
  background: radial-gradient(
    circle,
    rgba(215, 216, 252, 1) 0,
    rgba(233, 219, 236, 1) 50%,
    rgba(255, 248, 240, 1) 100%
  );
  filter: blur(60px);
  -webkit-animation: rotate-bl 10s linear infinite both;
  animation: rotate-bl 10s linear infinite both;
}

@-webkit-keyframes rotate-bl {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@keyframes rotate-bl {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@keyframes effortlessly-create-h3-linear-animation {
  0% {
    background-position-x: 100%;
  }

  100% {
    background-position: 0;
  }
}

.h3-s {
  font-size: 48px;
  line-height: 1.15;
}

@keyframes blink-blue-txt {
  0% {
    color: #142d61;
  }

  49.99% {
    color: #142d61;
  }

  50% {
    color: #989898;
  }

  100% {
    color: #989898;
  }
}

.hero-banner .url-button {
  border-radius: 8px;
  padding: 8px;
  color: #323232;
  border: 1px solid #ced4da;
  font-family: Satoshi, sans-serif;
  background: 0;
  font-size: 14px;
  font-weight: 700;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 3s cubic-bezier(0.165, 0.84, 0.44, 1) 3s both;
  animation: fade-in 3s cubic-bezier(0.165, 0.84, 0.44, 1) 3s both;
}

@keyframes scale-down {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.scale-down {
  -webkit-animation: scale-down 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3s reverse
    both;
  animation: scale-down 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3s reverse both;
}

.hero-banner .img-animate {
  width: 100%;
  /* height: 401px; */
  flex-direction: column;
}

.hero-banner .hero-content {
  gap: 40px;
}

.hero-banner .hero-border {
  display: flex;
  position: absolute;
  flex-direction: row;
  column-gap: 50px;
  width: 100%;
  height: 100%;
}

/* .hero-banner .img-1,
.hero-banner .img-2,
.hero-banner .img-3,
.hero-banner .img-4,
.hero-banner .img-5 {
    position: absolute !important;
    -webkit-animation: scale-up-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 2s;
}

.hero-banner .img-1 {
    width: 250px;
    bottom: 0;
}

.hero-banner .img-2 {
    height: 175px;
    left: 24%;
    top: 22%;
}

.hero-banner .img-3 {

    height: 250px;
    right: 36%;
    top: 9%;
}

.hero-banner .img-4 {
    width: 150px;
    bottom: 18%;
    right: 19%;
}

.hero-banner .img-5 {
    width: 280px;
    right: -75px;
    top: -70px;
} */

.img-animate.active .ah-img-1 {
  opacity: 0;
  animation: fadeIn1 0.5s ease-in-out forwards 0s;
}

@keyframes fadeIn1 {
  to {
    opacity: 1;
    /* Final state will make the image visible */
  }
}

.img-animate.active .ah-img-2 {
  opacity: 0;
  animation: fadeIn2 0.5s ease-in-out forwards 1s;
}

@keyframes fadeIn2 {
  to {
    opacity: 1;
    /* Final state will make the image visible */
  }
}

.img-animate.active .ah-img-3 {
  opacity: 0;
  animation: fadeIn3 0.5s ease-in-out forwards 2.2s;
}

@keyframes fadeIn3 {
  to {
    opacity: 1;
    /* Final state will make the image visible */
  }
}

.img-animate.active .ah-img-4 {
  opacity: 0;
  animation: fadeIn4 0.5s ease-in-out forwards 3.3s;
}

@keyframes fadeIn4 {
  to {
    opacity: 1;
    /* Final state will make the image visible */
  }
}

.img-animate.active img {
  z-index: 100;
}

.img-animate.active .ah-img-5 {
  opacity: 0;
  animation: fadeIn5 0.5s ease-in-out forwards 4.35s;
}

@keyframes fadeIn5 {
  to {
    opacity: 1;
    /* Final state will make the image visible */
  }
}

/* You can define the fade-out class for the animation */
.fade-out {
  opacity: 0;
}

#ah-path-01,
#ah-path-02,
#ah-path-03,
#ah-path-04 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.img-animate.active #ah-path-01 {
  animation: draw 5s linear forwards;
}

.img-animate.active #ah-path-02 {
  animation: draw 5s linear forwards 1.2s;
}

.img-animate.active #ah-path-03 {
  animation: draw 5s linear forwards 2.5s;
}

.img-animate.active #ah-path-04 {
  animation: draw 5s linear forwards 3.5s;
}

@keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

/* @keyframes scale-up-center {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
} */

@media screen and (max-width: 500px) {
  .hero-banner .frame-border {
    bottom: 70px;
    width: 100%;
    height: 300px;
  }

  .hero-banner .hero-content {
    gap: 0px;
  }

  .hero-banner .img-animate.active {
    margin-top: 0;
  }

  .hero-banner .landing-title1,
  .hero-banner .landing-title2 {
    font-size: 45px;
  }

  /* .hero-banner .img-1 {
        width: 130px;
        bottom: 30px;
        left: -12px;
    }

    .hero-banner .img-2 {
        height: 69px;
        left: 17%;
        top: 45%;
    }

    .hero-banner .img-3 {
        height: 100px;
        right: 29%;
        top: 20%;
    }

    .hero-banner .img-4 {
        width: 68px;
        bottom: 18%;
        right: 19%;
    }

    .hero-banner .img-5 {
        width: 100px;
        right: -20px;
        top: 30px;
    } */
}

/* Pricing page CSS */
.pricing-main {
  padding: 60px 0 20px;
}

.pricing-main .custom-container {
  max-width: 1160px;
}

.pricing-main .content-hold {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 45px;
}

.pricing-main .content-hold h2 {
  font-size: 52px;
  line-height: 70px;
  color: #000;
  font-weight: 700;
}

.pricing-main .pricing-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.pricing-main .pricing-toggle button {
  border: none;
  background-color: transparent;
  font-size: 18px;
  padding: 10px 24px;
  border-radius: 9px;
  cursor: pointer;
  font-weight: 500;
  color: #000;
}

.pricing-main .pricing-toggle button.active {
  background-color: #03eb69;
  color: #fff;
}

.pricing-main .pricing-btn button:focus {
  outline: none;
}

.pricing-main .pricing-card {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 355px;
  min-height: 535px;
  position: relative;
  margin: auto;
  height: 100%;
}

.pricing-main .pricing-card.recommend {
  border: 1px solid #03eb6a;
}

.pricing-main .pricing-card h4 {
  font-size: 18px;
  font-weight: 900;
  padding-top: 8px;
  color: #0f0f0f;
}

.pricing-main .pricing-btn {
  background: #ebebeb;
  border-radius: 15px;
  padding: 3px 10px;
}

.pricing-main .pricing-price strong {
  font-size: 35px;
  color: #00d084;
}

.pricing-main .pricing-price {
  color: #797878;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #e1e5eb;
}

.pricing-main .list-unstyled {
  /* margin-bottom: 20px; */
  margin-bottom: 50px;
  /* min-height: 420px; */
  min-height: 250px;
}

.pricing-main ul li {
  font-size: 16px;
  color: #0f0f0f;
  font-weight: 500;
  padding-bottom: 10px;
}

.pricing-main .get-started-btn {
  color: #03eb69;
  border: 2px solid #03eb69;
  border-radius: 30px;
  padding: 12px 15px;
  font-size: 18px;
  background: #fff;
  text-transform: capitalize;
  transition: all 0.3s;
  position: absolute;
  bottom: 15px;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: 90%;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

.price-plan-selected {
  border: 2px solid #03eb69;
  border-radius: 30px;
  padding: 12px 15px;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.3s;
  position: absolute;
  bottom: 15px;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: 90%;
  overflow: hidden;
  text-align: center;
  background-color: #03eb69;
  color: #fff;
}

.pricing-main .get-started-btn:hover {
  background-color: #03eb69;
  color: #fff;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.content-hold-bottom {
  max-width: 902px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 20px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .content-hold-bottom {
    flex-direction: column;
  }

  .blog-img {
    height: 100%;
  }
}

@media screen and (max-width: 500px) {
  .pricing-main {
    padding: 0 0 50px;
  }

  .pricing-main .pricing-card {
    margin-bottom: 30px;
  }

  .pricing-main .pricing-price strong {
    font-size: 25px;
  }

  .pricing-main .pricing-price {
    font-size: 15px;
  }

  .pricing-main ul li {
    font-size: 15px;
  }

  .pagination .page-item {
    padding-left: 3px !important;
  }

  .pagination .page-item .page-link {
    padding: 10px !important;
  }
}

.pricing-main .content-hold h2 {
  font-size: 35px;
  line-height: 40px;
}

/* Blog Page */

.blog-section .blog-content {
  padding: 100px 0;
}

.blog-section h2 {
  color: #000;
  font-size: 52px;
  font-weight: 700;
}

.blog-section .text-hold {
  color: #343a40;
  font-size: 18px;
  line-height: 27px;
  max-width: 500px;
  margin: 20px auto;
}

.card-body .card-text {
  width: 100% !important;
}

.blog-section .input-group {
  box-shadow: 0px 0px 30px 0px #0000000d;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}

.blog-section .input-group .form-control {
  border: 1px solid transparent;
  border-right: none;
  border-radius: 0;
}

.blog-section .input-group .btn-success {
  border-radius: 4px;
  background-color: #03eb69;
  border: none;
  padding: 10px 20px;
  border: 1px solid #03eb69;
  transition: all 0.3s ease;
}

.blog-section .input-group .btn-success:hover {
  background-color: transparent;
  color: #03eb69;
  border: 1px solid #03eb69;
}

.blog-section .form-control::placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-weight: 400;
}

.form-select {
  width: 200px;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #495057;
}

.form-select:focus {
  box-shadow: none;
  border-color: #03eb69;
}

.blog-section .listed .card {
  border-radius: 24px !important;
  margin-bottom: 30px;
  padding: 20px;
}

.blog-section .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.blog-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.blog-section .card img {
  width: 100%;
  object-fit: cover;
}

.blog-section .card-body {
  padding: 1.5rem;
}

.blog-section .blog-date {
  background: #edeffc;
  padding: 6px;
  border-radius: 30px;
  width: 200px;
  text-align: center;
  color: #0a0a0a;
  font-size: 16px !important;
  font-weight: 700 !important;
  height: 38px;
  margin-bottom: 35px !important;
}

.blog-section .card-body p {
  margin: 0;
}

.blog-section .card-body .card-title {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
}

.blog-section .card-body .card-text {
  font-size: 18px;
  line-height: 27px;
  color: #6c757d;
  padding-bottom: 50px;
}

.blog-section .card-body .btn-outline-success {
  color: #03eb69;
  border-color: #03eb69;
  border-radius: 30px;
  padding: 10px 20px;
}

#blogContainerGrid .btn-outline-success {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.blog-section .card-body .btn-outline-success:hover {
  background-color: #03eb69;
  color: #fff;
}

.blog-section .loadmore {
  background-color: #03eb69;
  border: none;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  margin-bottom: 70px;
}

.blog-section .loadmore:hover {
  background-color: #03eb69;
}

#categoryFilter {
  width: 400px;
  height: 51px;
  border: 2px solid #e1e5eb;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.view-buttons button {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

button:focus {
  outline: 5px auto transparent !important;
}

.cat {
  font-size: 32px;
  color: #111111;
  font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-section .input-group {
    width: 100% !important;
  }

  .blog-section .blog-content {
    padding: 50px 0 70px;
  }

  .blog-section .input-group {
    width: 100%;
  }

  .blog-section .form-select {
    width: 100%;
  }

  .blog-section .card-body {
    padding: 1rem;
  }

  .blog-section .card-body .card-title {
    font-size: 1rem;
  }

  .blog-section .btn-success {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }

  .blog-section .controls {
    display: block !important;
  }

  .blog-section #categoryFilter {
    width: 100%;
  }

  .blog-section .view-buttons {
    padding-top: 20px;
    text-align: right;
  }
}

.view-buttons button.active {
  color: #03eb69;
}

.blog-section .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hidden {
  display: none;
}

.blog-post {
  padding: 20px;
  border-radius: 5px;
}

/* contact page */

.contact-section {
  padding: 100px 0 50px;
}

.contact-section h2 {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
}

.contact-section p {
  color: #343a40;
  font-size: 18px;
  line-height: 27px;
}

.contact-section h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.contact-section .card {
  /* margin: 0 30px; */
  border-radius: 20px;
  background-color: #ffffff;
  border: none;
  overflow: hidden;
  box-shadow: 0px 0px 24px 0px #0000001a;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  padding: 25px;
}

.contact-section input {
  box-shadow: 0px 0px 30px 0px #0000000d;
  border: 1px solid transparent;
  border-radius: 8px;
  height: 48px;
  padding-left: 35px;
  position: relative;
}

.contact-section textarea {
  box-shadow: 0px 0px 30px 0px #0000000d;
  border: 1px solid transparent;
  border-radius: 8px;
  padding-left: 35px;
  position: relative;
}

.contact-section .input {
  position: absolute;
  z-index: 999;
  left: 25px;
  bottom: 10px;
  font-size: 18px;
  color: #03eb69;
}

.contact-section .textarea {
  position: absolute;
  z-index: 999;
  left: 11px;
  top: 3px;
  font-size: 18px;
  color: #03eb69;
}

.contact-section .textarea img {
  height: auto;
}

.contact-section .btn {
  background-color: #03eb69;
  border-color: #03eb69;
  border-radius: 99px;
  padding: 10px 20px;
}

.contact-section .btn:hover {
  background-color: #fff;
  border: 1px solid #03eb69;
  color: #03eb69;
}

.form-control:focus {
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.contact-section .form-control::placeholder {
  color: #c1c1c1;
  font-size: 14px;
}

.contact-section a {
  color: #004c22;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding-bottom: 10px;
  text-decoration: underline;
}

@media (max-width: 500px) {
  .contact-section {
    padding: 50px 0 50px;
  }

  .contact-section h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .contact-section .card {
    margin: 20px 0;
  }

  .blog-section p {
    font-size: 20px;
  }

  .blog-section .card-body .card-text {
    font-size: 20px;
  }

  .blog-section .card-body .card-title {
    font-size: 1.3rem;
  }

  .blog-section .blog-date {
    font-size: 16px !important;
  }

  .dropdown-mob li a {
    font-size: 24px;
  }

  .close-btn {
    width: 30px;
  }

  .expand-more {
    width: 25px;
  }

  .testimonails-card-inner p {
    font-size: 25px;
  }

  .testimonails span {
    font-size: 18px;
  }

  .image-text-section span {
    font-size: 15px;
  }
}

/* Features (Event) page*/
.feartues-sec {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.feartues-sec .hero-content {
  gap: 10px;
  text-align: center;
  max-width: 535px;
}

.feartues-sec h1 {
  font-size: 52px;
  font-weight: 700;
}

.feartues-sec p {
  font-size: 24px;
  line-height: 27px;
}

.feartues-sec .header-button2 {
  font-family: Satoshi, sans-serif;
  border-radius: 100px;
  color: #fff;
  background-color: #03eb69;
  border: none;
  padding: 8px 24px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #03eb69;
}

.feartues-sec .header-button1 {
  font-family: Satoshi, sans-serif;
  border-radius: 100px;
  cursor: pointer;
  color: #03eb69;
  border: 1px solid #03eb69;
  background-color: transparent;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.text-truncated-2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  /* Adjust the width to your container */
}

.blog-img {
  height: 330px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#blogContainerGrid .card {
  min-height: 36rem;
}

.pagination .page-item {
  padding-left: 10px;
}

.pagination .page-item.active .page-link {
  background-color: #00ff00;
  /* Bright green for active page */
  border-color: #00ff00;
  color: #fff;
}

.pagination .page-item .page-link {
  color: #000;
  border-radius: 4px;
}

.pagination .page-item.disabled .page-link {
  border: 1px solid #e9e9e9;
  background: #ffffff;
}

.results-dropdown {
  margin-left: 20px;
}

.pricing-section .swiper {
  /* min-height: 43rem; */
  min-height: 33rem;
}

.pricing-section .swiper-pagination-bullet-active {
  background-color: #02eb67;
}

@media screen and (max-width: 768px) {
  .blog-img {
    height: 100%;
  }
}

.testimonails-card-bottom img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
}

.monthlySwiper-pagination,
.yearlySwiper-pagination {
  position: absolute;
  bottom: -6px !important;
}

.company-link {
  color: #00a635;
  text-decoration: underline;
}

.pagination_ {
  position: absolute;
  width: calc(100% - 30%);
}

.pricing-section .swiper {
  width: calc(100%);
}

.monthlySwiper-button-next,
.monthlySwiper-button-prev {
  color: #03eb69 !important;
}

.monthlySwiper-button-next.monthlySwiper-button-disabled,
.monthlySwiper-button-prev.monthlySwiper-button-disabled {
  opacity: 0.35;
}

/* Yearly Swiper Styles */
.yearlySwiper-horizontal > .swiper-pagination-bullets,
.yearlySwiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -6px !important;
}

.yearlySwiper-button-next,
.yearlySwiper-button-prev {
  color: #03eb69 !important;
}

.yearlySwiper-button-next.yearlySwiper-button-disabled,
.yearlySwiper-button-prev.yearlySwiper-button-disabled {
  opacity: 0.35;
}

#blogContainerGrid .blog-post .card {
  height: 100%;
}

.pagination_ div[class^="swiper-button"]::after {
  display: none !important;
}

.content-hold-bottom .fs-16 {
  font-size: 16px;
  color: #494949;
}

.content-hold-bottom ul li {
  font-size: 16px;
  color: #494949;
  font-weight: 400;
  padding: 0;
}

#videoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#videoModal video {
  max-width: 90%;
  max-height: 80%;
}

#closeButton {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: #03eb69;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

#closeButton:hover {
  background-color: #ffffff;
  color: #03eb69;
  border: 1px solid #03eb69;
}

.model-card-img {
  height: 600px;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}

.privacy-policy-section {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1023.99px) {
  .privacy-policy-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767.99px) {
  .privacy-policy-section {
    padding: 50px 0;
  }
}

@media (max-width: 575.99px) {
  .privacy-policy-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.h3 {
  font-size: 22px !important;
  line-height: 28px !important;
}

.h4 {
  font-size: 19px !important;
  line-height: 24px !important;
}

.privacy-policy-section :is(ul, ol) li {
  position: relative;
  padding-left: 18px;
}

.privacy-policy-section :is(.dot-lg) li + li {
  margin-top: 22px;
}

.privacy-policy-section .dot-lg li > :is(h3, h4, h5):before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50rem;
  background: #444;
}

.privacy-policy-section .dot-sm li > :is(h3, h4, h5):before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50rem;
  background: #444;
}

.privacy-policy-section .dot-sm li > :is(span):before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50rem;
  background: #444;
}

.privacy-policy-section .dot-sm li + li {
  margin-top: 12px;
}

.privacy-policy-section .counter {
  counter-reset: privacyCounter;
}

.privacy-policy-section .counter li > .counter-item:before {
  position: absolute;
  content: counter(privacyCounter) ". ";
  counter-increment: privacyCounter;
  left: 0;
  font-size: 19px;
  padding-right: 7px;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  top: 0;
}

.privacy-policy-section .counter-sm {
  counter-reset: privacyCounteSM;
}

.privacy-policy-section .counter-sm li > .counter-item:before {
  position: absolute;
  content: counter(privacyCounteSM) ". ";
  counter-increment: privacyCounteSM;
  left: 0;
  font-size: 16px;
  padding-right: 7px;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  top: 0;
}

@media screen and (max-width: 1440px) {
  .pagination_ {
    width: calc(100% - 10%) !important;
  }
}

@media screen and (max-width: 1280px) {
  main {
    padding: 0 0 60px;
  }

  main .container {
    height: auto;
  }
}

@media screen and (max-width: 1225px) {
  @keyframes animat-quote-1 {
    0% {
      transform: translate(120%, 5%) scale(0.75);
    }

    60% {
      transform: translate(-6%, 5%) scale(0.75) rotate(-10deg);
    }

    100% {
      transform: translate(15%, 5%) scale(0.75) rotate(-9deg);
    }
  }

  @keyframes animat-quote-3 {
    0% {
      transform: translate(-120%, 5%) scale(0.75);
    }

    70% {
      transform: translate(6%, 5%) scale(0.75) rotate(10deg);
    }

    100% {
      transform: translate(-15%, 5%) scale(0.75) rotate(9deg);
    }
  }

  .our-customer .our-customer-slider .swiper-slide .content .said-p {
    font-size: 6.75px;
    margin-top: 3px;
  }
}

@media screen and (max-width: 1000px) {
  .pagination_ {
    width: calc(100% - 8%) !important;
  }

  .pagination_ img {
    width: 70px !important;
  }

  .h3-s {
    font-size: 28px;
    line-height: 1.3;
  }

  .h3-s-ltr-sps {
    letter-spacing: -1.5px;
  }

  .main-p {
    font-size: 14px;
    line-height: 1.6;
  }

  main {
    padding-top: 0px;
  }

  .our-customer {
    padding: 60px 0 70px;
    margin-top: 35px;
  }

  @keyframes rotate-our-customre-mesh-gradient-svg-left {
    0% {
      transform: translate(-60vw, -30px) rotate(0) scale(1);
    }

    50% {
      transform: translate(0) rotate(180deg) scale(1);
    }

    100% {
      transform: translate(-60vw, -30px) rotate(360deg) scale(1);
    }
  }

  .our-customer .section-heading .testimonials-h5 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: var(#fd4c5c);
  }

  .our-customer .section-heading .our-customer-h3 {
    margin-top: 13px;
    font-weight: 600;
  }

  .our-customer .our-customer-slider {
    width: 100%;
    margin-left: 0;
    padding: 50px 0;
    overflow: visible;
  }

  .our-customer .our-customer-slider .swiper-wrapper {
    height: auto;
    align-items: normal;
  }

  .our-customer .our-customer-slider .swiper-slide {
    max-width: none;
    height: auto;
    box-shadow: none;
    padding: 8.85px 8.85px 5px;
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-direction: column;
    border-radius: 0;
    position: static;
    background-color: transparent;
  }

  @keyframes our-customer-slider-active-change-next-animation {
    0% {
      transform: translate(0, 50px) rotate(10deg);
    }

    50% {
      transform: translate(-30px) rotate(-2deg);
    }

    100% {
      transform: translate(0);
    }
  }

  @keyframes our-customer-slider-active-change-prev-animation {
    0% {
      transform: translate(0, 50px) rotate(-10deg);
    }

    50% {
      transform: translate(30px) rotate(2deg);
    }

    100% {
      transform: translate(0);
    }
  }

  .our-customer .our-customer-slider .swiper-slide .content {
    box-shadow: 0 0 5px 0 #0000004d;
    align-items: center;
    border-radius: 21px;
    padding: 28px 20px;
    background-color: var(--white);
  }

  .stars .star {
    margin-bottom: -122px;
    margin-top: -49px;
  }

  .our-customer .our-customer-slider .swiper-slide.active {
    height: auto;
  }

  .our-customer .our-customer-slider .swiper-slide .thumb,
  .our-customer .our-customer-slider .swiper-slide.active .thumb {
    width: 241px;
    position: static;
  }

  .our-customer .our-customer-slider .swiper-slide .content .stars .star {
    width: 24.18px;
    margin-left: 0;
  }

  .our-customer .our-customer-slider .swiper-slide .content .said-p,
  .our-customer .our-customer-slider .swiper-slide.active .content .said-p {
    max-width: 450px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: var(--gray-8);
    transform: translateY(0);
    margin-top: 17px;
  }

  .our-customer .our-customer-slider .swiper-slide .content .its-infos {
    margin-top: 17px;
  }

  .our-customer .our-customer-slider .swiper-slide.active .content .its-infos {
    transform: translateY(0);
  }

  .our-customer .our-customer-slider .swiper-slide .content .its-infos .name {
    font-size: 14px;
  }

  .our-customer .our-customer-slider .swiper-slide .content .its-infos .seprat {
    font-size: 25px;
    margin-left: 9.3px;
    margin-right: 12px;
  }

  .our-customer
    .our-customer-slider
    .swiper-slide.active
    .content
    .its-infos
    .seprat {
    margin-right: 12px;
  }

  .our-customer .our-customer-slider .swiper-slide .content .its-infos .bulcks,
  .our-customer
    .our-customer-slider
    .swiper-slide
    .content
    .its-infos
    .its-job {
    font-size: 12px;
  }

  /* .our-customer .our-customer-slider .custom-pagination {
        display: none
    } */
  .h3-l {
    font-size: 28px;
  }

  .btn-desc {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboards .interface {
    padding: 0 5%;
  }

  .dashboards .interface .all-in-one-h2 {
    font-size: 42.32px;
    letter-spacing: -1.5px;
    line-height: 50.38px;
  }

  .dashboards .interface .view-all-btn {
    margin-top: 25.5px;
  }

  .dashboards .main-container-community {
    min-height: auto;
  }

  .dashboards .dashboards-show {
    min-height: auto;
    padding: 40px 0;
  }

  .dashboards .dashboards-show .dashboards-show-heading h2 {
    font-size: 32px;
    letter-spacing: -1.5px;
  }

  .dashboards .dashboards-show .dashboards-slider {
    padding: 9.5vw 0 25vw;
  }

  .dashboards.view-all-dashboards .dashboards-slider .swiper-slide-next {
    transform: scale(1.8);
  }

  .dashboards
    .dashboards-show
    .dashboards-slider
    .swiper-slide-next
    + .swiper-slide {
    transform: scale(1.4) translate(-20%);
  }

  .dashboards .dashboards-show .current-slide {
    height: 28.5px;
    font-size: 26px;
    justify-content: center;
    margin-top: -36px;
  }

  .dashboards .dashboards-show .prev-next-slide-desc {
    display: none;
  }

  .dashboards .dashboards-show .dashboards-slider .swiper-button-next,
  .dashboards .dashboards-show .dashboards-slider .swiper-button-prev {
    width: 45px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) !important;
    z-index: 10;
  }

  .dashboards .dashboards-show .dashboards-slider .swiper-button-next {
    right: 10px;
  }

  .dashboards .dashboards-show .dashboards-slider .swiper-button-prev {
    left: 10px;
  }

  @keyframes rotate-our-customre-mesh-gradient-svg-left {
    0% {
      transform: translate(-60vw, -30px) rotate(0) scale(1);
    }

    50% {
      transform: translate(0) rotate(180deg) scale(1);
    }

    100% {
      transform: translate(-60vw, -30px) rotate(360deg) scale(1);
    }
  }

  @keyframes our-customer-slider-active-change-next-animation {
    0% {
      transform: translate(0, 50px) rotate(10deg);
    }

    50% {
      transform: translate(-30px) rotate(-2deg);
    }

    100% {
      transform: translate(0);
    }
  }

  @keyframes our-customer-slider-active-change-prev-animation {
    0% {
      transform: translate(0, 50px) rotate(-10deg);
    }

    50% {
      transform: translate(30px) rotate(2deg);
    }

    100% {
      transform: translate(0);
    }
  }
}

@media screen and (max-width: 600px) {
  @keyframes announcement-txt-go-back {
    0% {
      transform: translate(4px);
    }

    100% {
      transform: translate(calc(-526px + 90vw));
    }
  }

  @keyframes animat-main-btns {
    0% {
      transform: translateY(-30vh);
      gap: 49px;
    }

    50% {
      transform: translateY(-30vh) scale(0.5);
      opacity: 0;
    }

    100% {
      transform: translateY(0) scale(1);
      opacity: 1;
      gap: 8px;
    }
  }

  @keyframes move-key-features-mesh-gradient-svg-gs {
    0% {
      transform: translateY(-50%) rotate(0);
    }

    70% {
      transform: translateY(0) rotate(252deg);
    }

    100% {
      transform: translateY(-50%) rotate(360deg);
    }
  }

  .dashboards .dashboards-show {
    padding: 140px 0;
  }

  .dashboards.view-all-dashboards .dashboards-show {
    padding: 40px 0;
  }

  #header .custom-container {
    padding: 20px;
  }

  .hero-banner {
    display: block;
    padding: 50px 0;
    min-height: 65vh;
  }

  .hero-banner-inner-content h1 {
    width: auto;
    font-size: 35px;
    line-height: 40px;
    width: 100%;
  }

  .header-top-bar img {
    width: 45px;
  }

  .pagination_ img {
    width: 40px;
  }
}

@media screen and (max-width: 500px) {
  .dashboards .interface .all-in-one-h2 br {
    display: none;
  }

  .our-customer .section-heading .our-customer-h3 {
    font-size: 35px;
  }

  .our-customer .our-customer-slider {
    padding: 30px 0 50px;
  }

  .our-customer .our-customer-slider .swiper-slide.active .thumb {
    border: unset;
    border-radius: unset;
  }

  .swiper-pagination-bullet {
    background-color: #03eb69;
    cursor: pointer;
  }

  .swiper-pagination-bullet-active {
    background-color: #03eb69 !important;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
  }

  /* .faqs .collapses .collapse:hover {
        min-height: 270px;
    } */
  .faqs .collapses:hover > .collapse .collapse-body {
    min-height: 100px;
  }

  .dropdown-menu-mob li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .pricing-main .pricing-card {
    width: 320px !important;
  }

  .pagination_ {
    width: calc(100% - 20%) !important;
  }

  .pagination .page-item {
    padding-left: 0px !important;
  }
}

.flip-card {
  background-color: transparent;
  height: 300px;
  perspective: 1000px;
  border-radius: 20px;
  width: 100%;
  padding: 2px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
  outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card:hover .flip-card-front {
  opacity: 0;
  visibility: hidden;
}

.flip-card:hover .flip-card-back {
  opacity: 1;
  visibility: visible;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  background-image: url("img/home/two-colors.webp");
  color: white;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  padding: 30px;
  background-position: center;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in-out;
}

.flip-card h4 {
  font-size: 24px;
  color: #1e0059;
  margin-top: 24px;
}

.flip-card-back {
  background: #fff;
  color: #000000;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  padding: 30px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  border: 1px solid #00000026;
}

h3 {
  font-size: 20px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
}

#blogContainerGrid .blog-post .grid-blog-img {
  height: 250px;
  border-radius: 16px;
  margin: 20px;
  overflow: hidden;
}

#blogContainerGrid .blog-post .grid-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#blogContainerGrid .blog-post .card {
  border-radius: 24px;
}

@media (max-width: 1023.99px) {
  .hero-banner .landing-title2,
  .feartues-sec h1,
  .blog-section h2 {
    font-size: 48px;
  }

  .image-text-section h3 {
    font-size: 35px;
    line-height: 50px;
  }

  .image-text-section p {
    font-size: 20px;
  }

  .testimonails h2,
  .experience-add-Venture h2 {
    font-size: 42px;
  }

  .testimonails-card-inner p {
    padding: 17px 13px 60px 13px;
  }

  .image-text-section.choose .additional p,
  .image-text-section.choose .benefits .benefit h5 {
    font-size: 16px;
  }

  .image-text-section {
    padding: 60px 0;
  }

  .take-restaurant-next-level h3 {
    font-size: 35px;
  }

  .take-restaurant-next-level
    .take-restau-bus-slider
    .swiper-slide
    .slide-heading {
    padding: 45px 40px 60px;
  }

  .dashboards .dashboards-show {
    padding: 60px 0 0px;
  }

  .h3-s {
    font-size: 35px;
  }

  .faqs .desc .section-heading .frequently-asked-h4 {
    font-size: 42px;
  }

  .feartues-sec p {
    font-size: 20px;
  }

  .faqs {
    padding: 50px 0 50px;
  }

  .experience-add-Venture,
  .feartues-sec,
  .blog-section .blog-content {
    padding: 50px 0;
  }

  .pagination_ {
    width: calc(100% - 6%);
  }

  .pricing-detials .pagination_ .swiper-button-next img,
  .pricing-detials .pagination_ .swiper-button-prev img {
    width: 80px;
  }

  .contact-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.99px) {
  .hero-banner .landing-title2,
  .feartues-sec h1 {
    font-size: 46px;
  }

  .image-text-section h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .image-text-section p {
    font-size: 18px;
    line-height: 30px;
  }

  .hero-banner .header-button2 {
    font-size: 16px;
    padding: 8px 20px;
  }

  .hero-banner .header-button1 {
    font-size: 16px;
    padding: 8px 20px;
  }

  .hero-banner .header-button1 img {
    width: 25px;
  }

  .get-started {
    font-size: 16px;
    padding: 8px 20px;
  }

  .testimonails h2,
  .experience-add-Venture h2 {
    font-size: 40px;
  }

  .experience-add-Venture p {
    font-size: 16px;
  }

  .flip-card-back {
    padding: 20px;
  }

  .dashboards .dashboards-show .dashboards-slider .swiper-button-next,
  .dashboards .dashboards-show .dashboards-slider .swiper-button-prev {
    width: 80px;
  }

  #footer {
    padding: 0;
  }

  .key-features
    .frames.animation-frames
    .frame.brand-identity
    .show
    .brand-identity-phone {
    margin-top: 0;
  }

  .feartues-sec p {
    font-size: 18px;
  }

  .feartues-sec,
  .image-text-section {
    padding: 50px 0;
  }

  .dashboards .dashboards-show {
    padding: 50px 0 0px;
  }

  #header .custom-container {
    padding: 20px 20px;
  }

  #blogContainerGrid .blog-post .grid-blog-img {
    height: 100%;
  }
}

@media (max-width: 575.99px) {
  .hero-banner .landing-title2,
  .feartues-sec h1 {
    font-size: 46px;
  }

  .hero-banner {
    padding: 40px 0;
  }

  .image-text-section {
    padding: 10px 0;
  }

  .testimonails-card-inner p {
    font-size: 18px;
  }

  .testimonails h2,
  .experience-add-Venture h2 {
    font-size: 38px;
  }

  .take-restaurant-next-level h3 {
    font-size: 32px;
  }

  .take-restaurant-next-level p {
    font-size: 16px;
  }

  .take-restaurant-next-level .take-restau-bus-slider {
    padding: 20px 0 0;
  }

  .take-restaurant-next-level {
    padding: 20px 0;
  }

  .dashboards .dashboards-show .dashboards-slider .swiper-button-next,
  .dashboards .dashboards-show .dashboards-slider .swiper-button-prev {
    width: 60px;
  }

  .dashboards.view-all-dashboards .dashboards-show {
    padding: 20px 0;
  }

  .our-customer {
    padding: 20px 0;
    margin-top: 0;
  }

  .faqs .desc .section-heading .frequently-asked-h4 {
    font-size: 30px;
  }

  .dashboards .dashboards-show .dashboards-slider .swiper-button-next,
  .dashboards .dashboards-show .dashboards-slider .swiper-button-prev {
    width: 50px;
  }

  .key-features .frames .frame h2 {
    font-size: 30px;
  }

  .key-features .frames .frame.brand-identity .interface .our-key-features-h1 {
    font-size: 50px;
  }

  .blog-section .card-body .card-text {
    font-size: 16px;
  }

  .blog-section .card-body .card-title {
    font-size: 18px;
  }

  .blog-section .blog-date {
    margin-bottom: 18px !important;
  }

  .blog-section .card-body .card-text {
    padding-bottom: 20px;
  }
}

@media (max-width: 424.99px) {
  .pricing-main .pricing-card {
    width: 270px !important;
  }

  .hero-banner .more-info,
  .hero-banner .frames {
    font-size: 12px;
  }

  .hero-banner .landing-title1,
  .hero-banner .landing-title2,
  .feartues-sec h1 {
    font-size: 36px;
  }

  .hero-banner .header-button2,
  .hero-banner .header-button1,
  .get-started,
  .feartues-sec .header-button2,
  .feartues-sec .header-button1 {
    font-size: 13px;
  }

  .hero-banner .header-button1 img,
  .feartues-sec .header-button1 img {
    width: 20px;
  }

  .image-text-section span {
    font-size: 12px;
  }

  .image-text-section h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .image-text-section p {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonails-card-inner p {
    font-size: 16px;
  }

  .testimonails-card-inner p {
    padding: 17px 10px 60px 10px;
  }

  .testimonails-card-bottom p {
    margin: 0;
  }

  .feartues-sec p {
    font-size: 16px;
  }

  .experience-add-Venture,
  .feartues-sec {
    padding: 20px 0;
  }

  .faqs {
    padding: 30px 0;
  }

  .privacy-policy-section {
    padding: 20px 0;
  }
}

.switching-toggle #planLabel {
  margin-right: 18px;
  font-size: 20px;
  color: #2e2e2e;
}

.switching-toggle .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.switching-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switching-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.switching-toggle .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.switching-toggle input:checked + .slider {
  background-color: #00e676;
}

.switching-toggle input:checked + .slider:before {
  transform: translateX(18px);
}

/* Footer App Buttons */
.footer-app-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6.808px 5.642px 6.806px 7.523px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  min-width: 140px;
  gap: 7px;
}

.store-btn:hover {
  background-color: #f8f8f8;
  border-color: #ccc;
  text-decoration: none;
  color: #000;
}

.store-btn i.fa-apple {
  font-size: 28px;
  margin-right: 10px;
  color: #000;
}

.store-btn .icon-wrapper {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.store-btn .btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.store-btn .btn-text span {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1;
}

.store-btn .small-text {
  padding-top: 0 !important;
  font-size: 8px;
  color: #000;
  text-transform: uppercase;
}

.store-btn .big-text {
  padding-top: 0 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
}

/* Adjustments for dark background if needed */
.branding .footer-app-buttons {
  justify-content: flex-start;
}

@media (max-width: 576px) {
  .branding .footer-app-buttons {
    justify-content: center;
  }
}
/* Explore Events Section Styling */
.event-section {
  padding: 45px 0;
  background-color: #fff;
  position: relative;
  /* overflow: hidden; */
}

.event-section .event-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .event-section .event-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .event-section .event-view-all-btn {
    margin-top: 16px;
  }
}

.event-section .event-title-tag {
  color: #084b42;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.event-section .event-main-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  max-width: 500px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}

@media (max-width: 768px) {
  .event-section .event-main-title {
    font-size: 32px;
  }
}

.event-section .event-view-all-btn {
  padding: 12px 32px;
  background-color: #63ab45;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 17px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.event-section .event-view-all-btn:hover {
  background-color: #5aa445;
}

.event-section .swiper {
  overflow: visible !important;
  height: 603px !important;
}

.event-section .event-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 603px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background-color: #e5e7eb;
}

.event-section .event-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

.event-section .event-card-content {
  position: relative;
  z-index: 10;
  width: 100%;
}

.event-section .event-location {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.event-section .event-location svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  fill: currentColor;
}

.event-section .event-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.025em;
  word-spacing: 0.05em;
  margin-bottom: 2px;
  margin-top: 0;
}

.event-section .event-price {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.event-section .event-card-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.event-section .event-book-btn {
  padding: 10px 24px;
  background-color: #fff;
  color: #084b42;
  font-size: 15px;
  font-weight: 700;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.event-section .event-book-btn:hover {
  background-color: #f3f4f6;
}

.event-section .event-gallery {
  display: flex;
  gap: 6px;
  align-items: center;
  background-color: rgba(176, 176, 176, 0.4);
  padding: 6px;
  border-radius: 12px;
  backdrop-filter: blur(12px);
}

.event-section .event-gallery-img {
  width: 71px;
  height: 62px;
  border-radius: 6px;
  overflow: hidden;
}

.event-section .event-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-section .event-gallery-more {
  width: 71px;
  height: 62px;
  border-radius: 6px;
  background-color: #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #1f2937;
}

/* List View Styles */
.event-section .event-card.list-view {
  flex-direction: row;
  height: auto !important;
  min-height: 250px;
  background-color: #f8f9fa;
  padding: 0;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #eef0f3;
}

.event-section .event-card.list-view .event-card-img-left {
  flex: 0 0 350px;
  width: 350px;
  background-size: cover;
  background-position: center;
}

.event-section .event-card.list-view .event-card-content {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-section .event-card.list-view .event-location {
  color: #63ab45;
}

.event-section .event-card.list-view .event-location svg {
  fill: #63ab45;
}

.event-section .event-card.list-view .event-title {
  color: #111;
  font-size: 28px;
  margin-top: 8px;
}

.event-section .event-card.list-view .event-price {
  color: #555;
  margin-bottom: 24px;
}

.event-section .event-card.list-view .event-card-bottom {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.event-section .event-card.list-view .event-book-btn {
  background-color: #63ab45;
  color: #fff;
}

.event-section .event-card.list-view .event-book-btn:hover {
  background-color: #5aa445;
}

.event-section .event-card.list-view .event-gallery {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: none;
  border: 1px solid #eee;
}

.event-section .event-card.list-view .event-gallery-more {
  background-color: #e5e7eb;
}

/* Responsiveness for Event Section */
@media (max-width: 991px) {
  .event-section .swiper {
    height: 480px !important;
  }
  .event-section .event-card {
    height: 480px !important;
    padding: 18px;
  }
  .event-section .event-card.list-view {
    height: auto !important;
    flex-direction: column;
    padding: 0;
  }
  .event-section .event-card.list-view .event-card-img-left {
    flex: none;
    width: 100%;
    height: 260px;
  }
  .event-section .event-card.list-view .event-card-content {
    padding: 24px;
  }
  .event-section .event-title {
    font-size: 26px;
  }
  .event-section .event-gallery-img,
  .event-section .event-gallery-more {
    width: 48px;
    height: 42px;
  }
  .event-section .event-gallery-more {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .event-section {
    padding: 20px 0;
  }
  .event-section .swiper {
    height: 420px !important;
  }
  .event-section .event-card {
    height: 420px !important;
    padding: 14px;
    border-radius: 16px;
  }
  .event-section .event-card.list-view {
    height: auto !important;
  }
  .event-section .event-card.list-view .event-card-img-left {
    height: 200px;
  }
  .event-section .event-card.list-view .event-card-content {
    padding: 16px;
  }
  .event-section .event-title {
    font-size: 20px;
  }
  .event-section .event-price {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .event-section .event-card-bottom {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .event-section .event-card.list-view .event-card-bottom {
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
  }
  .event-section .event-book-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
  .event-section .event-gallery {
    padding: 4px;
    border-radius: 8px;
    gap: 4px;
  }
  .event-section .event-gallery-img,
  .event-section .event-gallery-more {
    width: 36px;
    height: 32px;
  }
  .event-section .event-gallery-more {
    font-size: 9px;
  }
}

/* Connect Section Styling */
.connect-section {
  padding: 80px 0 0; /* no padding bottom to let the image align to bottom */
  background: #e9e9e942;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.connect-section .avatar-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.connect-section .avatar-group .avatar {
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.connect-section .avatar-group .avatar-side {
  width: 48px;
  height: 48px;
  z-index: 1;
}

.connect-section .avatar-group .avatar-center {
  width: 60px;
  height: 60px;
  z-index: 2;
  margin: 0 -12px;
}

.connect-section .connect-tag {
  color: #084b42;
  font-weight: 600;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.connect-section .connect-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  max-width: 750px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.connect-section .connect-btn {
  padding: 12px 32px;
  background-color: #63ab45;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 17px;
  border: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(100, 182, 77, 0.2);
}

.connect-section .connect-btn:hover {
  background-color: #5aa445;
  transform: translateY(-1px);
}

.connect-section .connect-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.connect-section .connect-image-wrapper::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: 9999px 9999px 0 0;
  background-color: #5bb356;
  z-index: 1;
}

.connect-section .connect-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

/* Responsiveness for Connect Section */
@media (max-width: 768px) {
  .connect-section {
    padding: 60px 0 0;
  }
  .connect-section .connect-title {
    font-size: 32px;
    padding: 0 20px;
  }
  .connect-section .avatar-group .avatar-center {
    width: 52px;
    height: 52px;
  }
  .connect-section .avatar-group .avatar-side {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .connect-section {
    padding: 40px 0 0;
  }
  .connect-section .connect-title {
    font-size: 24px;
    padding: 0 16px;
  }
}

/* Essentials Section Styling */
.essentials-section {
  padding: 80px 0;
  background:
    linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, rgba(233, 233, 233, 0.26), rgba(233, 233, 233, 0.26));
  text-align: center;
}

.essentials-section .essentials-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.essentials-section .essentials-subtitle {
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 32px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}

.filter-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.filter-tab {
  padding: 8px 20px;
  background-color: #f4f5f7;
  border: none;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.filter-tab svg {
  display: block;
}

.filter-tab.active {
  background-color: #63ab45;
  color: #fff;
}

.essentials-section .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 48px;
}

.essentials-section .essentials-explore-btn {
  padding: 12px 32px;
  background-color: #63ab45;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 17px;
  border: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(100, 182, 77, 0.2);
}

.essentials-section .essentials-explore-btn:hover {
  background-color: #5aa445;
  transform: translateY(-1px);
}

/* Product Card Styling */
.product-card {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.product-card .product-card-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 2;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f3f4f6;
  margin-bottom: 16px;
}

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

.product-card .product-badge {
  position: absolute;
  top: 16px;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  z-index: 10;
  display: flex;
  align-items: center;
}

.product-card .badge-left {
  left: 16px;
}

.product-card .badge-right {
  right: 16px;
  gap: 4px;
}

.product-card .product-slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}

.product-card .product-slider-dots .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #c8ceda;
  cursor: pointer;
}

.product-card .product-slider-dots .dot.active {
  background-color: #0c0c0c;
}

.product-card .product-card-info {
  width: 100%;
}

.product-card .product-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: -0.015em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .product-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.product-card .product-card-subtitle {
  font-size: 14px;
  color: #6b7280;
}

.product-card .product-card-location {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6b7280;
}

.product-card .product-card-location .location-pin {
  margin-right: 4px;
  color: #9ca3af;
}

.product-card .price-rating-row {
  margin-top: 4px;
}

.product-card .product-card-price {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.product-card .product-card-rating {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.product-card .product-card-rating .star-icon {
  color: #fbbf24;
  margin-right: 4px;
}

/* Responsiveness for Essentials Section */
@media (max-width: 1024px) {
  .essentials-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .essentials-section .essentials-title {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .essentials-section .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .essentials-section {
    padding: 60px 0;
  }
  .essentials-section .essentials-title {
    font-size: 28px;
  }
  .essentials-section .essentials-subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }
}

/* Community Section Styling */
.community-section {
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}

.community-section .community-image-card {
  max-width: 730px;
  width: 100%;
  height: 630px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}

.community-section .community-image-card:hover {
  transform: rotate(0deg) scale(1.02);
}

.community-section .community-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.community-section .community-tag {
  font-size: 18px;
  font-weight: 600;
  color: #084b42;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

.community-section .community-tag .green-dot {
  color: #63ab45;
  font-size: 24px;
  line-height: 0;
}

.community-section .community-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.community-section .community-desc-wrapper {
  margin-bottom: 32px;
}

.community-section .community-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 20px;
  text-align: left;
}

.community-section .community-desc:last-child {
  margin-bottom: 0;
}

.community-section .community-btn {
  padding: 12px 32px;
  background-color: #63ab45;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 17px;
  border: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(100, 182, 77, 0.2);
}

.community-section .community-btn:hover {
  background-color: #5aa445;
  transform: translateY(-1px);
}

/* Responsiveness for Community Section */
@media (max-width: 991px) {
  .community-section {
    padding: 60px 0;
  }
  .community-section .community-image-card {
    transform: rotate(0deg);
    max-width: 100%;
    margin-bottom: 40px;
  }
  .community-section .community-title {
    font-size: 36px;
  }
  .community-section .community-tag {
    font-size: 16px;
  }
  .community-section .community-desc {
    font-size: 15px;
  }
}

/* Careers Section Styling */
.careers-section {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}

.careers-section .careers-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.careers-section .careers-subtitle {
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 32px;
}

.careers-section .careers-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.careers-section .careers-view-btn {
  padding: 12px 32px;
  background-color: #63ab45;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 17px;
  border: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(100, 182, 77, 0.2);
}

.careers-section .careers-view-btn:hover {
  background-color: #5aa445;
  transform: translateY(-1px);
}

/* Career Card Styling */
.career-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.career-card:hover {
  border-color: #63ab45;
  background-color: #f5fbf3;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.career-card .career-card-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.career-card .career-logo-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  color: #1f2937;
  overflow: hidden;
  border: 1px solid #f1f5f9;
}

.career-card .career-logo-img {
  width: 32px;
  height: auto;
}

.career-card .career-info {
  display: flex;
  flex-direction: column;
}

.career-card .career-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px 0;
  letter-spacing: -0.015em;
}

.career-card .career-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
}

.career-card .career-location {
  display: flex;
  align-items: center;
  gap: 4px;
}

.career-card .location-pin {
  color: #9ca3af;
}

.career-card .meta-separator {
  color: #d1d5db;
}

.career-card .career-type {
  font-weight: 500;
}

.career-card .career-card-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.career-card .career-salary-posted {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.career-card .career-salary {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.career-card .career-posted {
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
}

.career-card .career-arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f3f4f6;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    rotate 0.2s ease;
}

.career-card:hover .career-arrow-btn {
  background-color: #63ab45;
  rotate: -45deg;
}

.career-card:hover .career-arrow-btn svg path {
  fill: #ffffff !important;
}

/* Responsiveness for Careers Section */
@media (max-width: 768px) {
  .career-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .career-card .career-card-right {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #f3f4f6;
    padding-top: 12px;
  }
  .career-card .career-salary-posted {
    text-align: left;
  }
  .careers-section .careers-title {
    font-size: 36px;
  }
  .careers-section .careers-subtitle {
    font-size: 16px;
  }
}

/* Route Planner Section Styling */
.route-planner-section {
  padding: 80px 0;
  background-color: #fff;
}

.route-planner-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 24px;
}

.route-planner-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.02em;
}

.route-planner-title .title-line {
  display: block;
}

.route-planner-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.route-planner-actions .signup-btn {
  padding: 12px 28px;
  background-color: #63ab45;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  height: 48px;
  display: flex;
  align-items: center;
}

.route-planner-actions .signup-btn:hover {
  background-color: #5aa445;
  transform: translateY(-1px);
}

.route-planner-actions .store-buttons {
  display: flex;
  gap: 12px;
}

.store-badge-btn {
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: #fff;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
  height: 48px;
  white-space: nowrap;
}

.store-badge-btn:hover {
  border-color: #63ab45;
  transform: translateY(-1px);
  color: white;
}

.store-badge-btn svg {
  color: #fff;
  flex-shrink: 0;
  max-width: 20px;
  max-height: 20px;
  width: auto;
  height: auto;
}

.badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  align-items: flex-start;
  text-align: left;
}

.badge-small {
  font-size: 9px;
  opacity: 0.65;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-large {
  font-size: 14px;
  font-weight: 700;
}

/* Banner & Stats Overlay */
.route-banner-wrapper {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 21 / 9; /* widescreen banner aspect ratio */
  min-height: 400px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.route-banner-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.route-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-banner-wrapper .stats-overlay-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 2;
  display: flex;
  padding: 30px;
  gap: 20px;
  box-sizing: border-box;
}

/* Stat Cards */
.stat-card {
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card-tall {
  flex: 1;
  height: 100%;
}

.stats-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.stat-card-short {
  flex: 1;
}

/* Stat Colors */
.stat-card-glass {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.stat-card-green {
  background-color: #c5e6c0;
}

.stat-card-white {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.stat-card .stat-value {
  font-size: 42px;
  font-weight: 700;
  color: #0c0c0c;
  margin: 0 0 12px 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.stat-card .stat-label {
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  margin: 0;
  line-height: 1.5;
  max-width: 220px;
}

/* Responsive view */
@media (max-width: 991px) {
  .route-planner-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .route-planner-title {
    font-size: 32px;
  }
  .route-banner-wrapper {
    aspect-ratio: auto;
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  .route-banner-image-container {
    position: relative;
    height: 300px;
    width: 100%;
  }
  .route-banner-wrapper .stats-overlay-container {
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 24px;
    background-color: #f9fafb;
    gap: 16px;
  }
  .stats-right-column {
    height: auto;
    gap: 16px;
  }
  .stat-card-tall {
    height: 200px;
  }
  .stat-card-short {
    height: 150px;
  }
}

/* About Add-Venture Section Styles */
.about-adventure-section {
  padding: 120px 0;
  background: #ffffff;
}
.about-adventure-section .custom-container-2 {
  width: 100% !important;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .about-adventure-section .custom-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .about-adventure-section .custom-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-adv-tag {
  color: #004449;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.about-adv-tag .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #63ab45;
}
.about-adv-title {
  font-family: "Nohemi", sans-serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 4.5vw, 56px);
  line-height: 1.15;
  color: #131316;
  letter-spacing: -0.02em;
  margin-bottom: 45px;
}
.about-adv-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
.about-adv-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.about-adv-icon-box {
  width: 72px;
  height: 73px;
  border-radius: 20px;
  background: #a7a7a714;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #4f9532;
  font-size: 1.5rem;
  border: 1px solid #e5e5e5;
}
.about-adv-item-title {
  font-family: "Nohemi", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #131316;
  margin: 0 0 6px 0;
}
.about-adv-item-desc {
  color: #0c0c0c;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}
.about-adv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #63ab45;
  color: #ffffff;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  width: fit-content;
}
.about-adv-btn:hover {
  background: #549439;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(99, 171, 69, 0.25);
}
.about-adv-collage {
  position: relative;
  width: 100%;
  max-width: 620px;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
}
.collage-card {
  position: absolute;
  width: 334px;
  height: 384px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.collage-card:hover {
  transform: scale(1.05) translateY(-5px) !important;
  z-index: 10 !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}
.collage-card-1 {
  top: 230px;
  left: 0px;
  transform: rotate(8deg);
  z-index: 3;
}
.collage-card-2 {
  top: 45px;
  left: 85px;
  transform: rotate(-5deg);
  z-index: 1;
}
.collage-card-3 {
  top: 10px;
  left: 260px;
  transform: rotate(6deg);
  z-index: 2;
}
.collage-card-4 {
  top: 240px;
  left: 280px;
  transform: rotate(-11deg);
  z-index: 4;
}
@media (max-width: 1200px) {
  .about-adventure-section {
    padding: 60px 0;
  }
  .about-adv-collage {
    width: 430px;
    max-width: 100%;
    height: 480px;
    margin-top: 40px;
  }
  .collage-card {
    width: 220px;
    height: 260px;
  }
  .collage-card-1 {
    left: 0;
    top: 170px;
  }
  .collage-card-2 {
    left: 50px;
    top: 50px;
  }
  .collage-card-3 {
    left: 170px;
    top: 10px;
  }
  .collage-card-4 {
    left: 210px;
    top: 180px;
  }
}
@media (max-width: 480px) {
  .about-adventure-section {
    padding: 40px 0;
  }
  .about-adv-collage {
    width: 300px;
    max-width: 100%;
    height: 340px;
    margin-top: 30px;
  }
  .collage-card {
    width: 160px;
    height: 190px;
    border-radius: 16px;
  }
  .collage-card img {
    border-radius: 12px;
  }
  .collage-card-1 {
    left: 0;
    top: 120px;
  }
  .collage-card-2 {
    left: 30px;
    top: 40px;
  }
  .collage-card-3 {
    left: 110px;
    top: 10px;
  }
  .collage-card-4 {
    left: 140px;
    top: 130px;
  }
}

/* Grid View specific styles for Career Card */
.career-card-grid {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px !important;
  padding: 24px !important;
}

.career-card-grid .career-card-left {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px !important;
  width: 100% !important;
}

.career-card-grid .career-title {
  font-size: 18px !important;
  line-height: 1.4 !important;
  margin-bottom: 6px !important;
  white-space: normal !important;
}

.career-card-grid .career-meta {
  font-size: 13px !important;
  white-space: normal !important;
}

.career-card-grid .career-card-right {
  width: 100% !important;
  justify-content: space-between !important;
  border-top: 1px solid #f3f4f6 !important;
  padding-top: 16px !important;
  gap: 0 !important;
}

.career-card-grid .career-salary-posted {
  text-align: left !important;
}

.career-card-grid .career-salary {
  font-size: 16px !important;
}

.career-card-grid .career-posted {
  font-size: 12px !important;
}

.career-card-grid .career-arrow-btn {
  width: 44px !important;
  height: 44px !important;
}

/* Product Card List View Styles */
.product-card-list {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 20px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 16px !important;
  padding: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.3s ease !important;
}

.product-card-list:hover {
  border-color: #63ab45 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
}

.product-card-list .product-card-image-wrapper {
  width: 250px !important;
  min-width: 250px !important;
  height: 200px !important;
  border-radius: 16px !important;
  margin-bottom: 0 !important;
}

.product-card-list .product-card-info {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

@media (max-width: 768px) {
  .product-card-list {
    flex-direction: column !important;
  }
  .product-card-list .product-card-image-wrapper {
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    aspect-ratio: 4/3 !important;
  }
}

/* About Us Page Custom Styles */
.about-tag {
  color: #0f766e;
  font-weight: 500;
  font-size: 20px;
}
.about-tag .dot {
  color: #63ab45;
  margin-right: 0.5rem;
}
.about-title {
  font-size: 2.8rem;
  color: #111827;
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.about-desc {
  font-size: 20px !important;
  line-height: 1.7 !important;
  color: #0c0c0c !important;
  margin-bottom: 1.5rem !important;
  font-weight: 400 !important;
}
.about-stats {
  margin-top: 2rem;
  padding-top: 1rem;
}
.about-stat-number {
  font-size: 2.5rem;
  color: #111827;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.about-stat-label {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
}

.about-collage-container {
  min-height: 600px;
  width: 100%;
}
.image-box {
  position: absolute;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-radius: 24px;
}
.image-box1 {
  transform: rotate(8deg);
  z-index: 1;
}
.image-box2 {
  transform: rotate(-4deg);
  z-index: 2;
}
.image-box:hover {
  z-index: 10 !important;
  transform: scale(1.05) rotate(0deg);
}

.about-collage-back,
.about-collage-front {
  width: 500px;
  height: 500px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .about-collage-back,
  .about-collage-front {
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 991px) {
  .about-collage-container {
    min-height: 450px;
    margin-top: 2rem;
  }
  .about-collage-back,
  .about-collage-front {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 768px) {
  .about-collage-container {
    min-height: 400px;
  }
  .about-collage-back,
  .about-collage-front {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .about-collage-container {
    min-height: 350px;
  }
  .about-collage-back,
  .about-collage-front {
    width: 250px;
    height: 250px;
  }
}

/* Nature Grid Section */
.nature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 500px;
  gap: 20px;
  margin-top: 3rem;
}
.nature-grid-item {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.nature-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.nature-grid-item:hover img {
  transform: scale(1.05);
}
.nature-grid .item-1 {
  grid-column: span 2;
}

@media (max-width: 1400px) {
  .nature-grid {
    grid-auto-rows: 420px;
  }
}

@media (max-width: 1200px) {
  .nature-grid {
    grid-auto-rows: 360px;
  }
}

@media (max-width: 991px) {
  .nature-grid {
    grid-auto-rows: 280px;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .nature-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 350px;
    gap: 15px;
  }
  .nature-grid .item-1 {
    grid-column: span 1;
  }
}

@media (max-width: 480px) {
  .nature-grid {
    grid-auto-rows: 260px;
    gap: 12px;
  }
}

/* Values Section Custom Styles */
.value-card {
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  transition: all 0.3s ease;
  height: 100%;
}
.value-card:hover {
  border-color: #63ab45;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.value-card.highlighted {
  border-color: #63ab45;
}
.value-card-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #f0fdf4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.value-card-icon {
  color: #22c55e;
  font-size: 20px;
}
.value-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0c0c0c;
  margin-bottom: 16px;
}
.value-card-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 0;
}

/* Cross Paths Section Styles */
.cross-paths-section {
  background-image: url("/build/images/new-images/about-images/image-7.png");
  background-size: cover;
  background-position: center;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 100px;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
}

.cross-paths-title {
  font-size: 3rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.cross-paths-desc {
  font-size: 1.1rem;
  color: #111827;
  max-width: 500px;
  margin: 0 auto 32px auto;
  font-weight: 500;
  line-height: 1.5;
}

.cross-paths-btn-primary {
  background-color: #63ab45;
  color: white;
  border: 1px solid #63ab45;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.cross-paths-btn-primary:hover {
  background-color: #528e39;
  color: white;
}

.cross-paths-btn-secondary {
  background-color: white;
  color: #111827;
  border: 1px solid white;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.cross-paths-btn-secondary:hover {
  background-color: #f3f4f6;
  color: #111827;
}

/* Core Values Sticky Section */
.core-values-list-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}
.core-values-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.core-values-list-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0c0c0c;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.core-values-list-desc {
  font-size: 1rem;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 0;
}
.core-values-image {
  border-radius: 24px;
  width: 100%;
  height: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.sticky-column-content {
  position: sticky;
  top: 100px;
}

/* Floating Badge */
.floating-badge {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  padding: 27px;
  border-radius: 20px;
  box-shadow:
    0px 5.44px 8.16px -5.44px #0000001a,
    0px 13.61px 20.41px -4.08px #0000001a;
  width: 90%;
}
.avatar-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #d1d5db;
  border: 2px solid white;
  margin-left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: white;
  position: relative;
  z-index: 1;
}
.avatar-circle:nth-child(2) {
  z-index: 2;
}
.avatar-circle:nth-child(3) {
  z-index: 3;
}
.avatar-circle:nth-child(4) {
  z-index: 4;
}

.avatar-circle:first-child {
  margin-left: 0;
  background-image: url("https://i.pravatar.cc/100?img=11");
  background-size: cover;
}
.avatar-circle:nth-child(2) {
  background-image: url("https://i.pravatar.cc/100?img=12");
  background-size: cover;
}
.avatar-circle:nth-child(3) {
  background-image: url("https://i.pravatar.cc/100?img=33");
  background-size: cover;
}
.avatar-circle.green {
  background-color: #22c55e;
  background-image: none;
}

/* Sustainability Section */
.sustainability-card {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.sustainability-card:hover {
  border-color: #63ab45;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.sustainability-icon-wrapper {
  background-color: rgba(99, 171, 69, 0.08);
  color: #63ab45;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 16px;
  font-size: 1.2rem;
}
.sustainability-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0c0c0c;
  margin-bottom: 4px;
}
.sustainability-desc {
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.5;
  margin-bottom: 0;
}
.sustainability-image-wrapper {
  transform: rotate(-3deg);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
  max-width: 500px;
  margin: 0 auto;
}
.sustainability-image-wrapper:hover {
  transform: rotate(0deg);
}
.sustainability-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .sustainability-image-wrapper {
    transform: rotate(0deg);
    margin-top: 40px;
    max-width: 100%;
  }
}
.sustainability-tag {
  color: #16a34a;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 16px;
  display: inline-block;
}

.category-section .swiper {
  overflow: visible !important;
}

/* ==========================================================================
   Website Event Detail Page Styles
   ========================================================================== */
.website-event-detail-page {
  background-color: #ffffff;
  color: #18181b;
  font-family: inherit;
  padding: 120px 0 80px;
  min-height: 100vh;
}

/* Breadcrumbs */
.ed-breadcrumbs {
  font-size: 14px;
  color: #52525b;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.ed-breadcrumbs span.separator {
  color: #a1a1aa;
}
.ed-breadcrumbs span.active {
  color: #18181b;
  font-weight: 500;
}

/* Gallery Grid */
.ed-gallery-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 860px) {
  .ed-gallery-grid {
    grid-template-columns: 1fr;
  }
}
.ed-main-img-box {
  height: 440px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.ed-main-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ed-sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: 440px;
}
.ed-sub-img-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.ed-sub-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ed-more-btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: #ffffff;
  color: #18181b;
  border: none;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ed-more-btn:hover {
  transform: translateY(-2px);
  background: #f4f4f5;
}

/* Layout Columns */
.ed-content-layout {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 1024px) {
  .ed-content-layout {
    grid-template-columns: 1fr;
  }
}

/* Left Main Content */
.ed-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.ed-title {
  font-size: 34px;
  font-weight: 700;
  color: #18181b;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.2;
}
.ed-action-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ed-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid #63ab45;
  background: #63ab4512;
  color: #63ab45;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
}
.ed-action-btn:hover {
  background: #59b244;
  color: #ffffff;
}
.ed-action-btn.active {
  background: #59b244;
  color: #ffffff;
}

.ed-rating-line {
  font-size: 14px;
  font-weight: 600;
  color: #18181b;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
}
.ed-rating-line .thumb-icon {
  color: #59b244;
}
.ed-rating-line .reviews-muted {
  color: #71717a;
  font-weight: 400;
}

.ed-divider {
  height: 1px;
  background-color: #f4f4f5;
  margin: 28px 0;
}

/* Section Titles */
.ed-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 16px;
}

/* Description & Tags */
.ed-description-text {
  font-size: 15px;
  line-height: 1.7;
  color: #3f3f46;
  margin-bottom: 12px;
}
.ed-show-more-link {
  color: #59b244;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ed-show-more-link:hover {
  text-decoration: underline;
}

.ed-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 36px;
}
.ed-tag-pill {
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid #e4e4e7;
  background: #ffffff;
  color: #3f3f46;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.ed-tag-pill:hover {
  border-color: #59b244;
  color: #59b244;
}

/* Further Details 2x2 Grid */
.ed-further-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 36px;
}
@media (max-width: 640px) {
  .ed-further-grid {
    grid-template-columns: 1fr;
  }
}
.ed-further-card {
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
}
.ed-further-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f4f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59b244;
  font-size: 18px;
  flex-shrink: 0;
}
.ed-further-label {
  font-size: 11px;
  color: #71717a;
  text-transform: capitalize;
  margin-bottom: 2px;
}
.ed-further-val {
  font-size: 14px;
  font-weight: 600;
  color: #18181b;
  word-break: break-all;
}
.ed-further-val a {
  color: inherit;
  text-decoration: none;
}
.ed-further-val a:hover {
  color: #59b244;
  text-decoration: underline;
}

/* Itinerary Timeline */
.ed-itinerary-timeline {
  position: relative;
  padding-left: 44px;
  margin-bottom: 36px;
}
.ed-itinerary-timeline::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 16px;
  bottom: 20px;
  width: 2px;
  background-color: #e4e4e7;
}
.ed-itinerary-item {
  position: relative;
  margin-bottom: 20px;
}
.ed-itinerary-num {
  position: absolute;
  left: -44px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #59b244;
  background: #ffffff;
  color: #59b244;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ed-itinerary-card {
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  padding: 20px 24px;
  background: #ffffff;
}
.ed-itinerary-head {
  font-size: 13px;
  font-weight: 700;
  color: #59b244;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ed-itinerary-head span.date {
  color: #71717a;
  font-weight: 400;
}
.ed-itinerary-bullets {
  margin: 0;
  padding-left: 20px;
  color: #3f3f46;
  font-size: 14px;
  line-height: 1.8;
}

/* Reviews Header & List */
.ed-reviews-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}
.ed-rating-summary {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #18181b;
}
.ed-stars-gold {
  color: #eab308;
  display: flex;
  gap: 2px;
}
.ed-review-card {
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  padding: 20px 24px;
  background: #ffffff;
  margin-bottom: 16px;
}
.ed-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.ed-review-stars-val {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
}
.ed-review-date {
  font-size: 12px;
  color: #71717a;
}
.ed-review-body {
  font-size: 14px;
  line-height: 1.7;
  color: #3f3f46;
  margin-bottom: 16px;
}
.ed-review-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ed-avatar-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e4e4e7;
  color: #3f3f46;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.ed-user-name {
  font-size: 14px;
  font-weight: 600;
  color: #18181b;
}
.ed-user-sub {
  font-size: 12px;
  color: #71717a;
}

/* Sticky Pricing / Reserve Card */
.ed-sticky-sidebar {
  position: sticky;
  top: 100px;
  z-index: 10;
  align-self: start;
}

.ed-sticky-card {
  position: relative;
  border: 1px solid #E6E5E2;
  border-radius: 22px;
  padding: 24px;
  background: #ffffff;
}
.ed-price-label-sm {
  font-size: 13px;
  color: #71717a;
  margin-bottom: 2px;
}
.ed-price-val-lg {
  font-size: 36px;
  font-weight: 700;
  color: #18181b;
  line-height: 1;
  margin-bottom: 4px;
}
.ed-price-per-person {
  font-size: 13px;
  color: #71717a;
  margin-bottom: 24px;
}
.ed-info-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.ed-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.ed-info-key {
  color: #71717a;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ed-info-val {
  font-weight: 600;
  color: #18181b;
}

.ed-reserve-btn {
  width: 100%;
  padding: 14px 20px;
  background: #63AB45;
  color: #ffffff !important;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.1s ease;
  text-align: center;
  display: block;
  text-decoration: none !important;
  margin-bottom: 24px;
}
.ed-reserve-btn:hover {
  background: #4ea43b;
  transform: translateY(-1px);
}

.ed-fee-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #3f3f46;
  margin-bottom: 10px;
}
.ed-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: #18181b;
  padding-top: 14px;
  border-top: 1px solid #e4e4e7;
  margin-top: 14px;
}

/* Banner Section */
.ed-banner-box {
  background-color: #faf6ee;
  border-radius: 20px;
  padding: 40px 48px;
  margin: 48px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.ed-banner-text {
  max-width: 520px;
}
.ed-banner-title {
  font-size: 30px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 12px;
  line-height: 1.25;
}
.ed-banner-sub {
  font-size: 14px;
  color: #52525b;
  line-height: 1.6;
  margin-bottom: 24px;
}
.ed-banner-btn {
  padding: 10px 24px;
  background: #59b244;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.ed-banner-btn:hover {
  background: #4ea43b;
}
.ed-banner-illu {
  width: 220px;
  height: auto;
}

/* Explore More Events Grid */
.ed-explore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .ed-explore-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .ed-explore-grid {
    grid-template-columns: 1fr;
  }
}
.ed-explore-card {
  position: relative;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.ed-explore-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
}
.ed-explore-content {
  position: relative;
  z-index: 2;
}
.ed-explore-loc {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  opacity: 0.9;
}
.ed-explore-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.3;
}
.ed-explore-price {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}
.ed-explore-book-btn {
  display: inline-block;
  background: #ffffff;
  color: #18181b;
  border: none;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease;
  text-decoration: none !important;
}
.ed-explore-book-btn:hover {
  transform: scale(1.04);
}

/* FAQ Section */
.ed-faq-list {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.ed-faq-item {
  border: none;
  border-bottom: 1px solid #f4f4f5;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}
.ed-faq-question {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #18181b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}
.ed-faq-question:hover {
  color: #59b244;
}
.ed-faq-question i {
  font-size: 20px;
  color: #52525b;
}
.ed-faq-answer {
  padding: 0 0 20px 0;
  font-size: 14px;
  color: #71717a;
  line-height: 1.75;
}

/* Modal Gallery */
.ed-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ed-modal-content {
  background: #ffffff;
  border-radius: 20px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 24px;
  position: relative;
}
.ed-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: #f4f4f5;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   Website Event Detail Page - Dark Mode Styles
   ========================================================================== */
html.dark .website-event-detail-page,
html[data-theme="dark"] .website-event-detail-page,
body.dark .website-event-detail-page,
body[data-theme="dark"] .website-event-detail-page {
  background-color: #0f0f12 !important;
  color: #f4f4f5 !important;
}

/* Breadcrumbs Dark */
html.dark .ed-breadcrumbs,
html[data-theme="dark"] .ed-breadcrumbs {
  color: #a1a1aa !important;
}
html.dark .ed-breadcrumbs span.active,
html[data-theme="dark"] .ed-breadcrumbs span.active {
  color: #ffffff !important;
}

/* Header & Action Buttons Dark */
html.dark .ed-title,
html[data-theme="dark"] .ed-title {
  color: #ffffff !important;
}
html.dark .ed-rating-line,
html[data-theme="dark"] .ed-rating-line {
  color: #e4e4e7 !important;
}
html.dark .ed-action-btn,
html[data-theme="dark"] .ed-action-btn {
  background: #18181b !important;
  border-color: #59b244 !important;
  color: #59b244 !important;
}
html.dark .ed-action-btn:hover,
html[data-theme="dark"] .ed-action-btn:hover,
html.dark .ed-action-btn.active,
html[data-theme="dark"] .ed-action-btn.active {
  background: #59b244 !important;
  color: #ffffff !important;
}

/* Divider & Titles Dark */
html.dark .ed-divider,
html[data-theme="dark"] .ed-divider {
  background-color: #27272a !important;
}
html.dark .ed-section-title,
html[data-theme="dark"] .ed-section-title {
  color: #ffffff !important;
}
html.dark .ed-description-text,
html[data-theme="dark"] .ed-description-text {
  color: #d4d4d8 !important;
}

/* Tag Pills Dark */
html.dark .ed-tag-pill,
html[data-theme="dark"] .ed-tag-pill {
  background: #18181b !important;
  border-color: #27272a !important;
  color: #d4d4d8 !important;
}
html.dark .ed-tag-pill:hover,
html[data-theme="dark"] .ed-tag-pill:hover {
  border-color: #59b244 !important;
  color: #59b244 !important;
}

/* Further Details 2x2 Grid Dark */
html.dark .ed-further-card,
html[data-theme="dark"] .ed-further-card {
  background: #18181b !important;
  border-color: #27272a !important;
}
html.dark .ed-further-icon,
html[data-theme="dark"] .ed-further-icon {
  background: #27272a !important;
  color: #59b244 !important;
}
html.dark .ed-further-label,
html[data-theme="dark"] .ed-further-label {
  color: #a1a1aa !important;
}
html.dark .ed-further-val,
html[data-theme="dark"] .ed-further-val {
  color: #ffffff !important;
}

/* Itinerary Timeline Dark */
html.dark .ed-itinerary-timeline::before,
html[data-theme="dark"] .ed-itinerary-timeline::before {
  background-color: #27272a !important;
}
html.dark .ed-itinerary-num,
html[data-theme="dark"] .ed-itinerary-num {
  background: #18181b !important;
  border-color: #59b244 !important;
  color: #59b244 !important;
}
html.dark .ed-itinerary-card,
html[data-theme="dark"] .ed-itinerary-card {
  background: #18181b !important;
  border-color: #27272a !important;
}
html.dark .ed-itinerary-bullets,
html[data-theme="dark"] .ed-itinerary-bullets {
  color: #d4d4d8 !important;
}

/* Reviews Dark */
html.dark .ed-rating-summary,
html[data-theme="dark"] .ed-rating-summary {
  color: #ffffff !important;
}
html.dark .ed-review-card,
html[data-theme="dark"] .ed-review-card {
  background: #18181b !important;
  border-color: #27272a !important;
}
html.dark .ed-review-body,
html[data-theme="dark"] .ed-review-body {
  color: #d4d4d8 !important;
}
html.dark .ed-user-name,
html[data-theme="dark"] .ed-user-name {
  color: #ffffff !important;
}
html.dark .ed-avatar-circle,
html[data-theme="dark"] .ed-avatar-circle {
  background: #27272a !important;
  color: #e4e4e7 !important;
}

/* Sticky Reserve Card Dark */
html.dark .ed-sticky-card,
html[data-theme="dark"] .ed-sticky-card {
  background: #18181b !important;
  border-color: #27272a !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4) !important;
}
html.dark .ed-price-label-sm,
html[data-theme="dark"] .ed-price-label-sm,
html.dark .ed-price-per-person,
html[data-theme="dark"] .ed-price-per-person,
html.dark .ed-info-key,
html[data-theme="dark"] .ed-info-key {
  color: #a1a1aa !important;
}
html.dark .ed-price-val-lg,
html[data-theme="dark"] .ed-price-val-lg,
html.dark .ed-info-val,
html[data-theme="dark"] .ed-info-val,
html.dark .ed-total-row,
html[data-theme="dark"] .ed-total-row {
  color: #ffffff !important;
}
html.dark .ed-fee-row,
html[data-theme="dark"] .ed-fee-row {
  color: #d4d4d8 !important;
}
html.dark .ed-total-row,
html[data-theme="dark"] .ed-total-row {
  border-top-color: #27272a !important;
}

/* FAQ Accordion Dark */
html.dark .ed-faq-item,
html[data-theme="dark"] .ed-faq-item {
  border-bottom-color: #27272a !important;
}
html.dark .ed-faq-question,
html[data-theme="dark"] .ed-faq-question {
  color: #ffffff !important;
}
html.dark .ed-faq-question i,
html[data-theme="dark"] .ed-faq-question i {
  color: #a1a1aa !important;
}
html.dark .ed-faq-answer,
html[data-theme="dark"] .ed-faq-answer {
  color: #a1a1aa !important;
}

/* Modal Gallery Dark */
html.dark .ed-modal-content,
html[data-theme="dark"] .ed-modal-content {
  background: #18181b !important;
  color: #ffffff !important;
}
html.dark .ed-modal-close,
html[data-theme="dark"] .ed-modal-close {
  background: #27272a !important;
  color: #ffffff !important;
}

/* Journey Section Dark */
html.dark .journey-section,
html[data-theme="dark"] .journey-section,
body.dark .journey-section,
body[data-theme="dark"] .journey-section {
  background-color: #131316 !important;
  border-top-color: rgba(255, 255, 255, 0.08) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
html.dark .journey-title,
html[data-theme="dark"] .journey-title,
body.dark .journey-title,
body[data-theme="dark"] .journey-title {
  color: #ffffff !important;
}
html.dark .journey-desc,
html[data-theme="dark"] .journey-desc,
body.dark .journey-desc,
body[data-theme="dark"] .journey-desc {
  color: rgba(255, 255, 255, 0.75) !important;
}
html.dark .journey-tag,
html[data-theme="dark"] .journey-tag,
body.dark .journey-tag,
body[data-theme="dark"] .journey-tag {
  color: #63ab45 !important;
}

/* Empty State & Ticketmaster Alert Styling - Light & Dark Mode */
.ed-empty-box {
  background-color: #f8fafc !important;
  border-color: #e2e8f0 !important;
  color: #64748b !important;
}
html.dark .ed-empty-box,
html[data-theme="dark"] .ed-empty-box,
body.dark .ed-empty-box,
body[data-theme="dark"] .ed-empty-box {
  background-color: #18181b !important;
  border-color: #27272a !important;
  color: #a1a1aa !important;
}

.ed-tm-alert {
  background-color: #eff6ff !important;
  border-color: #bfdbfe !important;
  color: #1e40af !important;
}
.ed-tm-alert .ed-tm-icon {
  color: #2563eb !important;
}
.ed-tm-alert .ed-tm-text {
  color: #1e3a8a !important;
}
html.dark .ed-tm-alert,
html[data-theme="dark"] .ed-tm-alert,
body.dark .ed-tm-alert,
body[data-theme="dark"] .ed-tm-alert {
  background-color: #1e293b !important;
  border-color: #334155 !important;
  color: #93c5fd !important;
}
html.dark .ed-tm-alert .ed-tm-icon,
html[data-theme="dark"] .ed-tm-alert .ed-tm-icon,
body.dark .ed-tm-alert .ed-tm-icon,
body[data-theme="dark"] .ed-tm-alert .ed-tm-icon {
  color: #60a5fa !important;
}
html.dark .ed-tm-alert .ed-tm-text,
html[data-theme="dark"] .ed-tm-alert .ed-tm-text,
body.dark .ed-tm-alert .ed-tm-text,
body[data-theme="dark"] .ed-tm-alert .ed-tm-text {
  color: #e2e8f0 !important;
}

/* Skeleton Card Container Styling - Light & Dark Mode */
.ed-skeleton-card {
  background-color: #f5f6f6 !important;
  border: 1px solid #e5e7eb !important;
}
html.dark .ed-skeleton-card,
html[data-theme="dark"] .ed-skeleton-card,
body.dark .ed-skeleton-card,
body[data-theme="dark"] .ed-skeleton-card {
  background-color: #18181b !important;
  border-color: #27272a !important;
}

/* React Loading Skeleton Dark Mode Shimmer Overrides */
html.dark .react-loading-skeleton,
html[data-theme="dark"] .react-loading-skeleton,
body.dark .react-loading-skeleton,
body[data-theme="dark"] .react-loading-skeleton {
  --base-color: #27272a !important;
  --highlight-color: #3f3f46 !important;
  background-color: #27272a !important;
}
