@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

body,
body p,
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "Geist", sans-serif;
}
body,
p {
  color: #605e5e;
}

.affliate_banner {
  padding: 100px 0;
  background: url(../images/Grid.png);
}
.mw-90 {
  max-width: 90%;
}
body h2 {
  font-size: clamp(24px, 20.8px + 1vw, 40px);
  line-height: normal;
  font-weight: 500;
}
body p {
  font-size: clamp(16px, 14.8px + 0.375vw, 22px);
}
.affliate_inner p {
  color: #605e5e;
}

.highlight {
  color: #ee4a6e;
}
.process_sec {
  background: #f7f6f2;
  padding: 100px 0px;
}

.process_left > img {
  border-radius: 100%;
  height: 400px;
  width: 400px;
  position: relative;
  z-index: 9;
  outline: 60px solid #c2b68412;
}
.sketch_steps_section {
  padding: 100px 0;
}
.heading1 {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.steps_count .count {
  display: inline-flex;
  height: 80px;
  width: 80px;
  min-width: 80px;
  background: #f4f0ef;
  justify-content: center;
  align-items: center;
  color: #869cb1;
  font-size: clamp(16px, 14.8px + 0.375vw, 22px);
  border-radius: 20px;
}

.steps_count:hover {
  padding-left: 40px;
}
.steps_count {
  display: flex;
  gap: 20px;
  align-items: center;
  transition: 0.5s;
  position: relative;
}
.sketch_step_left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.steps_count::before {
  content: "";
  position: absolute;
  left: -1px;
  display: none;
  border-left: 14px solid #ee4a6e;
  transition: 1s;
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
  z-index: -2;
}
.steps_count:hover::after,
.steps_count:hover::before {
  display: block;
  transition: 1s;
}
.steps_count::after {
  content: "";
  position: absolute;
  left: 0;
  display: none;
  border-left: 11px solid rgb(253 233 237);
  transition: 1s;
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
  z-index: 0;
}
.steps_count > p {
  margin-bottom: 0;
  width: 400px;
}
.steps_count:hover .count {
  color: #ee4a6e;
  border: 1px solid;
  background: rgba(238, 74, 110, 0.12);
}
.steps_count:hover p {
  color: #313030;
}
/*************/
.pricing-section {
  text-align: center;
  padding: 100px 0;
  background: #f7f6f2;
}
.price strong {
  color: #19232e;
  font-size: 32px;
}

.trial-banner .badge {
  background: #fbc839;
  padding: 8px 14px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  color: #19232e;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pricing-title .highlight {
  color: #e94c79;
  font-weight: bold;
}

.billing-toggle {
  margin: 20px auto;
  display: inline-flex;
  border: 1px solid #f4f0ef;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  padding: 5px 5px;
}

.toggle-btn {
  background: transparent;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  min-width: 100px;
}

.toggle-btn.active {
  background: #e94c79;
  color: white;
  border-radius: 12px;
}

.pricing-cards {
  display: grid;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  grid-template-columns: auto auto auto;
  align-items: center;
}

.card {
  background: white;
  border-radius: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
  position: relative;
  border: none;
  transition: transform 0.3s ease;
  display: inline-block;
}

.card:hover {
  transform: translateY(-5px);
}

.card h2 {
  color: #e94c79;
  font-size: 20px;
  margin-bottom: 10px;
}

.card.standard h2 {
  color: white;
  padding: 10px 20px;
  margin: 0;
}

.card .desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.price {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.price del {
  color: #999;
  margin-right: 5px;
}

.price span {
  font-weight: normal;
  font-size: 14px;
}

.savings {
  background: #fbc839;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 13px;
  margin-bottom: 15px;
  display: inline-block;
  color: #19232e;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.features li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #555555;
  margin-bottom: 8px;
}
.features li::after {
  content: "";
  background: url(https://foyr.com/wp-content/uploads/2025/09/CheckCircle.svg);
  position: absolute;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.plusFeatures li::after {
  content: "";
  background: url(https://foyr.com/wp-content/uploads/2025/10/CheckCircle-1.svg);
  position: absolute;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.buy-btn {
  width: 100% !important;
  display: block;
  text-align: center;
  padding: 12px;
  background: #e94c79;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}
.buy-btn:hover {
  background: #e94c79;
  color: white;
}
.accordion-body a {
  color: #e94c79;
}
.featured {
  background: #e94c79;
  padding: 5px;
}

.featured_card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

@media (max-width: 900px) {
  .pricing-cards {
    grid-template-columns: auto;
  }
}

/******************/

.beforeAfter {
  position: relative;
  display: flex;
  /* width: clamp(20rem, 75vw, 50rem); */
  /* max-height: 95vh; */
  aspect-ratio: 2 / 2;
  border-radius: 20px;
  max-width: 400px;
  margin-left: auto;
}

.img-wrapper1,
.img-wrapper2,
.img-wrapper3 {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-wrapper1:nth-child(2),
.img-wrapper2:nth-child(2),
.img-wrapper3:nth-child(2) {
  clip-path: inset(0px 0px 0px 50%);
}

.img-wrapper1 img,
.img-wrapper2 img,
.img-wrapper3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#line1,
#line2,
#line3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 100%;
  background-color: #ee4a6e;
}

input#slider1,
input#slider2,
input#slider3 {
  /* reset */
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  /* custom */
  position: absolute;
  width: calc(100% + 2.25rem);
  height: 100%;
  left: -1.125rem;
  padding: 0;
}

input::-webkit-slider-thumb {
  /* reset */
  -webkit-appearance: none;
  appearance: none;
  /* custom */
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("https://foyr.com/wp-content/uploads/2025/09/arr.svg");
  background-size: cover;
  cursor: grab;
}

input::-moz-range-thumb {
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("https://foyr.com/wp-content/uploads/2025/09/arr.svg");
  background-size: cover;
  cursor: grab;
}

input:active::-webkit-slider-thumb {
  cursor: grabbing;
}

input:active::-moz-slider-thumb {
  cursor: grabbing;
}

/***************/

.af-badge {
  position: absolute;
  top: 12px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  pointer-events: none;
  z-index: 5;
}

.af-badge.badge-before {
  left: 12px;
}

.af-badge.badge-after {
  right: 12px;
}

.Gallery_sec {
  padding: 100px 0;
  background: #f7f6f2;
}
.galleryItem {
  position: relative;
  max-width: 385px;
}
.plyr.plyr--full-ui.plyr--video.plyr--youtube,
.plyr__video-embed {
  min-height: 700px;
}
.youtube-video {
  min-height: 700px;
  object-fit: cover;
}
.plyr--video {
  border-radius: 25px;
  min-width: 380px !important;
}
.plyr--video {
  border-radius: 15px !important;
  overflow: hidden;
}

.plyr__controls__item {
  background-image: url("https://foyr.com/wp-content/uploads/2025/07/PlayCircle.svg") !important;
  background-size: 64px 64px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  border: none;
  width: 100% !important;
  height: 100% !important;
}
.plyr--video .plyr__control {
  transition: background-size 0.1s ease-in-out;
}
.plyr--video .plyr__control:hover {
  background: url("https://foyr.com/wp-content/uploads/2025/07/PlayCircle.svg") !important;
  background-size: 75px 75px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.plyr__controls__item svg {
  display: none !important;
}
.plyr audio,
.plyr iframe,
.plyr video {
  height: 100% !important;
  display: inline-block !important;
}
.plyr--video .plyr__controls {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background: transparent !important;
  justify-content: center;
  z-index: 10 !important;
  height: 100% !important;
  width: 100%;
  padding: 0px !important;
}
.plyr--video.plyr--hide-controls .plyr__controls {
  transform: translate(-50%, -50%) !important;
}
.galleryItem .badge {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  color: #333;
  border-radius: 20px;
  font-size: 12px;
  font-weight: normal;
  padding: 10px;
}
.galleryItem img {
  border-radius: 20px;
}
.btn_grp > p {
  font-size: 14px;
}

.Designer_sec {
  padding: 100px 0;
  background: #ffffff;
}

span.profile_wrap > img {
  margin-right: -20px;
  height: 42px;
  width: 42px;
  border-radius: 50px;
  object-fit: cover;
  min-width: 42px;
  border: 2px solid #fff;
}
span.profile_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 24px;
  padding-left: 4px;
}

/**********/
body section.faq-sec {
  padding: 100px 0;
}
.faq-inner .accordion .accordion-item {
  border: none !important;
  margin-bottom: 10px;
  background: #f9f9f9;
  border-radius: 12px;
}
.accordion-header {
  margin-bottom: 0;
}
.faq-inner .accordion .accordion-item button.accordion-button {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  color: #313030;
  font-size: 18px;
  font-weight: 600;
}
.faq-inner .accordion .accordion-item .accordion-button::after {
  background-image: url(https://foyr.com/wp-content/themes/foyr/v2/images/plus.svg);
  height: 24px;
  width: 24px;
  background-size: 24px;
}
.faq-inner .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(https://foyr.com/wp-content/themes/foyr/v2/images/minus.svg);
}
.faq-inner .accordion .accordion-item .accordion-body {
  padding-top: 0;
}

.process_left {
  position: relative;
  max-width: 400px;
}
.tech_wrap > span {
  position: absolute;
  z-index: 9;
  transform: scale(1);
  animation: ai 2s linear infinite;
}

span.tech_1 {
  bottom: 25px;
  rotate: -15deg;
  left: 20px;
}
span.tech_2 {
  bottom: 30px;
  right: 20px;
  rotate: 15deg;
}
span.tech_3 {
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
}
span.tech_4 {
  left: -20px;
  top: 100px;
  rotate: -20deg;
}
span.tech_5 {
  right: -20px;
  top: 100px;
  rotate: 20deg;
}
span.tech_3 > span,
span.tech_2 > span,
span.tech_1 > span {
  color: #313030;
  background: #fff;
  padding: 10px;
  position: absolute;
  border-radius: 20px;
  top: 16px;
}
span.tech_1 > span {
  top: 16px;
  right: 80px;
}

@keyframes ai {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

@media (max-width: 992px) {
  .process_left > img {
    height: 300px;
    width: 300px;
    outline: 40px solid #c2b68412;
  }
  .steps_count .count {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 10px;
  }
  .pricing-cards {
    gap: 20px;
  }
  .featured_card,
  .card {
    padding: 18px 20px;
  }
  .savings {
    padding: 5px 10px;
    font-size: 12px;
  }
  .standard.featured {
    padding: 0 5px 5px;
  }
  .features li {
    padding-left: 25px;
  }
  .mw-90 {
    max-width: 100%;
  }
  .process_left {
    margin: 0 auto;
    text-align: center;
  }
  .tech_wrap > span img {
    max-width: 50px;
  }
  span.tech_3 > span,
  span.tech_2 > span,
  span.tech_1 > span {
    top: 7px;
    font-size: 12px;
  }
  .process_left {
    max-width: 300px;
  }
  span.tech_1 > span {
    top: 7px;
    right: 50px;
  }

  .tech_wrap > span {
    transform: scale(0.8);
    animation: none;
  }
  span.tech_3 {
    top: -25px;
  }
  .process_sec {
    padding-bottom: 50px;
  }
  .galleryItem img {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .affliate_banner,
  .process_sec,
  .sketch_steps_section,
  .Gallery_sec,
  .Designer_sec,
  .pricing-section,
  body section.faq-sec {
    padding: 50px 0;
  }
  .featured_card,
  .card {
    padding: 20px 20px;
  }

  .beforeAfter {
    margin-right: auto;
    margin-left: 0;
  }

  .pricing-cards {
    gap: 30px;
  }
  .galleryItem img {
    max-width: 300px;
  }
  section .scroller__inner {
    gap: 1rem;
    align-items: center;
  }
  .Designer_sec .galleryItem img,
  .Designer_sec .beforeAfter {
    max-width: 200px;
  }
  .Designer_sec .grid_inn_img img {
    max-width: 200px;
  }
  .Designer_sec .big_img img {
    max-width: 260px;
  }
}

.masonry-slider {
  width: 96%;
  margin: 50px auto;
}

/* Each slide acts as a vertical column */
.masonry-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.masonry-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.masonry-item:hover {
  transform: translateY(-5px);
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}

.masonry-item p {
  padding: 10px;
  font-size: 14px;
  color: #333;
  margin: 0;
}

/* Slick tweaks */
.masonry-slider .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  padding: 0 8px;
}

.masonry-slider .slick-prev:before,
.masonry-slider .slick-next:before {
  color: #333;
  font-size: 26px;
}

/* Hide arrows on small screens */
@media (max-width: 768px) {
  .masonry-slider .slick-prev,
  .masonry-slider .slick-next {
    display: none !important;
  }
}

.Designer_sec .galleryItem .testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  max-width: 400px;
  position: relative;
}

.Designer_sec .galleryItem .testimonial-card h3 {
  padding-top: 10px;
  line-height: normal;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.Designer_sec .galleryItem .testimonial-card p.role {
  margin: 4px 0 12px 0;
  font-size: 14px;
  color: #777;
}

.Designer_sec .galleryItem .testimonial-card p.message {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

/* 👇 Circular image styling (replaces the red heart) */
.Designer_sec .galleryItem .profile-img {
  position: absolute;
  top: 30px;
  right: 45px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.Gallery_sec .galleryItem img {
  border-radius: 20px;
  max-height: 400px;
  min-height: 400px;
  max-width: 100%;
  min-width: 385px;
  object-fit: cover;
}
.faq-item {
  background: #f9f9f9;
  margin: 10px 0;
  padding: 15px;
  border-radius: 8px;
  display: none; /* hidden by default */
}
.faq-question {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0e0e0e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
span.faq-icon {
  font-size: 28px;
  color: #19232e;
  font-weight: 300;
}

.faq-answer {
  display: none;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #313030;
}
.faq-answer li {
  display: flex;
  gap: 5px;
}
.faq-answer a {
  color: #e62e5c !important;
  font-weight: 500 !important;
}
.faq-answer li::before {
  content: "";
  height: 25px;
  width: 25px;
  display: inline-block;
  background-image: url(https://foyr.com/wp-content/uploads/2025/08/coin-tier.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.load-more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px !important;
  gap: 10px;
  background: #ee4a6e !important;
  box-shadow: 0px 4px 16px rgba(238, 74, 110, 0.5);
  border-radius: 8px !important;
  cursor: pointer;
  margin: auto;
  margin-bottom: 30px;
  font-weight: 600;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
.load-more:hover {
  background: #000 !important;
}
/* footer display none */
footer.footer-new {
  display: none;
}



.glry-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.glry-track {
  display: flex;
  width: max-content;
  gap: 20px;
  animation: marquee 60s linear infinite;
}

.glry-item {
  flex: 0 0 auto;
  margin-right: 40px; /* spacing between images */
}


/* Marquee animation */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}