:root {
  --color-black: #121212;
  --color-purple: #7a4ae2;
  --color-purple-sticky: #7a4ae2;

  --color-purple-light: #eee6ff;
  --color-blue: #21b6ff;
  --color-gray: #9c9c9c;
  --color-gray-light: #c9c9c9;
  --color-gray-light-2: #f7f7f7;
  --color-gray-light-3: #696969;
  --color-gray-light-4: #b1b1b1;
  --color-white: #fff;
  --color-yellow: #fff1a4;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
* {
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.hide-mobile {
  display: flex;
}
.hide-desktop {
  display: none;
}

/******************
FONT CSS
*******************/

.font-regular {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-semi-bold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.h1 {
  font-size: 3.55em;
  line-height: 110%;
  color: var(--color-white);
}
.h1-v2 {
  font-size: 1.11em;
  line-height: 110%;
  color: var(--color-black);
  padding-top: 20px;
}
.h2 {
  font-size: 2.11em;
}
.h3 {
  font-size: 1.33em;
  line-height: 120%;
}
.h4 {
  font-size: 1.33em;
  line-height: 140%;
  color: var(--color-black);
}
.h5 {
  font-size: 1.11em;
  line-height: 130%;
}

/******************
FLEX CSS
*******************/
.flex {
  display: flex;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-align-end {
  align-items: flex-end;
}
.flex-align-center {
  align-items: center;
}
.flex-align-center {
  align-items: center;
}
.flex-align-stretch {
  align-items: stretch;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-direction-column {
  flex-direction: column;
}

.hide-laptop {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .flex-justify-center-laptop {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .flex-align-start-mobile {
    align-items: flex-start;
  }
  .flex-direction-column-tablet {
    flex-direction: column;
  }
  .flex-justify-center-tablet {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .flex-direction-column-mobile {
    flex-direction: column;
  }
  .flex-align-start-mobile {
    align-items: flex-start;
  }
  .flex-space-between-mobile {
    justify-content: space-between;
  }
  .flex-justify-center-mobile {
    justify-content: center;
  }
  .flex-align-center-mobile {
    align-items: center;
  }
}

/******************
BOX CSS
*******************/
.box-25 {
  flex: 1 1 calc(25% - 0.5rem);
  box-sizing: border-box;
}
.box-75 {
  flex: 1 1 calc(75% - 0.5rem);
  box-sizing: border-box;
}

/******************
HEADER CSS
*******************/
.banner {
  background-image: url(https://purplemktg.brgsrv.com/affiliates/best-psychic-readers-2025/banner-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 450px;
  width: 100%;
  padding-top: 20px;
}
.banner-v2 {
  background-image: url(https://purplemktg.brgsrv.com/affiliates/best-psychic-readers-2025/banner-background-desktop-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 450px;
  width: 100%;
  padding-top: 20px;
}
.banner-content {
  padding-left: 130px;
  padding-top: 127px;
}

.banner-cta {
  padding: 5px 40px;
  gap: 10px;
  background: var(--color-purple);
  border-radius: 50px;
  width: 90px;
  height: 40px;
  margin-top: 20px;
  font-size: 1em;
  line-height: 40px;
}
.banner-cta a,
.banner-cta a:hover {
  color: var(--color-white);
}

/******************
NAV CSS
*******************/
nav {
  margin-top: 25px;
}
.nav-actions {
  gap: 23px;
}
.nav-signin a,
.nav-signin a:hover {
  color: var(--color-black);
  font-size: 1em;
  line-height: 40px;
}
.nav-join {
  gap: 10px;
}
.nav-join a,
.nav-join a:hover {
  color: var(--color-purple);
  font-size: 1em;
  line-height: 44px;
  border-radius: 6px;
  border: 1.5px solid var(--color-purple);
  width: 68px;
  height: 44px;
  text-align: center;
}
/******************
BULLETS POINTS CSS
*******************/
.bullets-points {
  border-radius: 20px;
  background: var(--color-gray-light-2);
  padding: 40px;
  gap: 30px;
  margin-top: 20px;
}
.bullets-point-inside {
  gap: 20px;
}

.bullets-points-number {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--color-purple);
  color: var(--color-white);
  text-align: center;
  font-size: 1.33em;
  line-height: 120%;
}
.bullets-points-text {
  font-size: 0.88em;
}
/******************
TITLE GRID CSS
*******************/
.grid-title-box {
  gap: 25px;
  padding-top: 60px;
}
.grid-title-box-journey {
  gap: 25px;
}
.grid-title-icon {
  background: var(--color-blue);
  border-radius: 8px;
  width: 50px;
  height: 50px;
}
.grid-title-icon img {
  width: 36px;
  height: 36px;
}
.grid-title-icon-message img {
  width: 30px;
  height: 30px;
}

/******************
GRID CSS
*******************/
#expertgrid {
  margin-top: 40px;
}
.container-grid,
.container-lp {
  max-width: 1445px;
  margin: 0 auto;
}
.experts-container {
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.expert-card {
  gap: 15px;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  flex: 1 1 calc(33.333% - 0.67rem);
  box-sizing: border-box;
  min-height: 236px;
  max-width: 469px;
  height: 100%;
}
.expert-card-profil {
  gap: 5px;
}
.expert-card-img img {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  border-radius: 80px;
}
.expert-card-name {
  font-size: 1.33em;
  line-height: 120%;
  color: var(--color-black);
}
.expert-card-name-desc {
  font-size: 0.88em;
  color: var(--color-gray);
  line-height: 120%;
}
.expert-card-rate {
  gap: 5px;
}
.expert-card-number {
  font-size: 1em;
  color: var(--color-black);
}
.expert-card-stars img {
  padding-top: 5px;
  width: 20px;
  height: 20px;
}
.expert-card-number-reviews {
  font-size: 0.77em;
  color: var(--color-gray);
}
.expert-card-desc-content {
  font-size: 0.83em;
  color: var(--color-black);
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.expert-card-read-more a,
.expert-card-read-more a:hover {
  color: var(--color-purple);
}

.expert-card-promo {
  font-size: 0.88em;
  line-height: 100%;
  padding: 9px 10px;
  margin-right: 20px;
  gap: 10px;
  border-radius: 30px;
  background: var(--color-purple-light);
  color: var(--color-purple);
}
.expert-card-price {
  color: var(--color-black);
  font-size: 0.77em;
  font-weight: 500;
  line-height: 120%;
}
.expert-card-price span {
  color: var(--color-black);
  line-height: 120%;
  font-size: 1.33em;
  font-weight: 700;
}
.expert-card-cta {
  gap: 5px;
}
.expert-card-cta a {
  text-decoration: none;
}
.expert-card-cta a:hover {
  color: var(--color-white);
}
.expert-card-cta-chat,
.expert-card-cta-call {
  height: 40px;
  padding: 0 19px;
  border-radius: 90px;

  gap: 4px;
}
.bg-chat-voice-active {
  background: var(--color-purple);
}
.bg-chat-voice-inactive {
  background: var(--color-gray-light);
}
.pointer-events-none {
  pointer-events: none;
  cursor: not-allowed;
}
.expert-card-cta-video {
  height: 40px;
  padding: 0 19px;
  border-radius: 90px;
  background: var(--color-gray-light);
  gap: 4px;
  cursor: not-allowed;
}

.expert-card-cta-chat img,
.expert-card-cta-call img,
.expert-card-cta-video img {
  width: 18px;
  height: 18px;
}
.expert-card-cta-name {
  font-size: 0.88em;
  color: var(--color-white);
  font-family: "Montserrat", sans-serif;
  line-height: 181.25%;
}
.experts-btn {
  margin-top: 40px;
}
.cta-show-more {
  height: 60px;
  padding: 20px 55px;
  gap: 10px;
  border-radius: 127.787px;
  border: 1.5px solid var(--color-purple);
  background-color: transparent;
  color: var(--color-purple);
  font-size: 1.11em;
  line-height: 100%;
  cursor: pointer;
}

/******************
CATEGORIES CSS
*******************/
.categories-box {
  padding: 100px 0 120px;
  gap: 10px;
}
.categories {
  width: 107px;
  height: 163px;
  padding: 21.791px 32.163px 23.103px 32.163px;
  gap: 14.872px;
  /*aspect-ratio: 171.54/207.53;*/
  border-radius: 26.368px;
}

.categories img:hover {
  transform: scale(1.08);
  transition: transform 0.2s ease-in-out;
}
.categories-title {
  font-size: 0.94em;

  line-height: 130%;
  text-align: center;
}
.psychic {
  background: #e9dded;
}
.psychic-title {
  color: #9356a5;
}
.love {
  background: #f1dede;
}
.love-title {
  color: #ba5a5a;
}
.tarot {
  background: #dae7f1;
}
.tarot-title {
  color: #4787b9;
}
.spiritual {
  background: #dbebdd;
}
.spiritual-title {
  color: #499c56;
}
.oracle {
  background: #f0ebd2;
}
.oracle-title {
  color: #b69d1e;
}
.astrology {
  background: #d8ecee;
}
.astrology-title {
  color: #3e9ea8;
}
.angel {
  background: #f2dcec;
}
.angel-title {
  color: #bf50a0;
}
.dream {
  background: #e2e2fa;
}
.dream-title {
  color: #7070e5;
}

/******************
MAKES US SPECIAL CSS
*******************/
.makes-us-special-box {
  gap: 22px;
  margin-bottom: 100px;
}
.makes-us-special-title-icon {
  background: var(--color-purple);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.makes-us-special-title-icon img {
  width: 30px;
  height: 30px;
}
.makes-us-special-text {
  font-size: 1em;
  color: var(--color-gray-light-3);
  margin-top: 10px;
}
.makes-us-special-h2 {
  margin-top: -15px;
}
.col-1 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col {
  flex: 1;
}
.journey-content-img {
  width: 100%;
}
/******************
JOURNEY WITH US CSS
*******************/
.journey-content-text {
  font-size: 1.11em;
  line-height: 130%;
  color: var(--color-gray-light-3);
}
.journey-content-text-margin {
  margin-top: 20px;
  margin-bottom: 40px;
}
.journey-content-text-margin-10 {
  margin-top: -10px;
}
.journey-content-box {
  padding: 40px;
  gap: 30px;
  border-radius: 20px;
  background: var(--color-gray-light-2);
  min-height: 324px;
}
.journey-content-box-border-only {
  border-radius: 20px;
  border: 1px solid var(--color-gray-light-4);
  gap: 30px;
  padding: 40px;
  margin: 40px 0;
}

/******************
FOOTER CSS
*******************/
footer {
  margin-bottom: 60px;
}
.footer-social-icons-box {
  gap: 15px;
}
.footer-social-icons {
  background: var(--color-gray-light-2);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.footer-bottom {
  margin-top: 63px;
}
.footer-app {
  gap: 20px;
}
.footer-app-links {
  gap: 5px;
}
.footer-copyright {
  font-size: 0.88em;
  color: var(--color-gray-light-4);
}
.footer-terms {
  font-size: 0.88em;
  padding: 10px 0 0 10px;
  gap: 20px;
}
.footer-terms a {
  color: var(--color-purple);
  text-decoration: underline;
}
.footer-reviews {
  gap: 20px;
}

/******************
STICKY CSS
*******************/
.sticky-bottom-desktop {
  background-color: var(--color-purple-sticky);
  height: 56px;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 1.11em;
  gap: 5px;
}
.sticky-botom-wrapper {
  background-color: var(--color-purple-sticky);
}
.sticky-bottom a,
.sticky-bottom a:hover {
  color: var(--color-white);
}
.sticky-bottom span {
  color: var(--color-yellow);
}
.sticky-bottom-hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

/******************
MEDIA QUERIES
*******************/
@media only screen and (max-width: 1440px) {
  .container-grid,
  .container-lp {
    max-width: 1200px;
    margin: 0 auto;
  }
  .makes-us-special-box {
    margin-bottom: 0;
  }
  .hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .container-grid,
  .container-lp {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .expert-card {
    flex: 1 1 calc(50% - 0.5rem);
  }
  .expert-card {
    max-width: 375px;
  }
  .expert-card-cta-name {
    font-size: 0.5em;
  }
  .banner-content {
    padding-top: 40px;
    padding-left: 60px;
  }
  .banner,
  .banner-v2 {
    height: 220px;
  }
  .h1 {
    font-size: 2.22em;
  }
  nav {
    margin-bottom: 25px;
  }
  .bullets-points {
    padding: 20px;
  }

  .col-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-1-tablet {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: flex;
  }
  .makes-us-special-box {
    flex-wrap: wrap;
  }
  .footer-bottom {
    margin-top: 30px;
  }
  .footer-bottom {
    gap: 25px;
  }
}

@media (max-width: 600px) {
  .nav-actions {
    gap: 11px;
  }
  .nav-signin a,
  .nav-signin a:hover {
    font-size: 0.72em;
  }

  .nav-join a,
  .nav-join a:hover {
    font-size: 0.72em;
  }
  .banner {
    background-image: url(https://purplemktg.brgsrv.com/affiliates/best-psychic-readers-2025/banner-background-mobile.png);
    background-size: cover;
    height: 390px;
    margin-top: 20px;
  }
  .banner-v2 {
    background-image: url(https://purplemktg.brgsrv.com/affiliates/best-psychic-readers-2025/banner-background-mobile-2.png);
    background-size: cover;
    height: 157px;
    margin-top: 20px;
  }
  .banner-content {
    padding-top: 215px;
    padding-left: 20px;
  }
  .h1 {
    font-size: 2em;
  }
  .h2 {
    font-size: 0.94em;
  }
  .h3 {
    font-size: 0.94em;
  }
  .bullets-points {
    padding: 20px;
  }
  .bullets-points-number {
    width: 25px;
    height: 25px;
    font-size: 0.77em;
  }
  .bullets-points-text {
    font-size: 0.77em;
  }
  .banner-cta-v2 {
    padding: 5px 40px;
    width: 215px;
    height: 40px;
  }

  .grid-title-box {
    gap: 5px;
    padding-top: 30px;
  }
  .grid-title-box-journey {
    gap: 5px;
  }
  .grid-title-icon {
    background: var(--color-blue);
    border-radius: 8px;
    width: 25px;
    height: 25px;
  }
  .grid-title-icon img {
    width: 18px;
    height: 18px;
  }
  .grid-title-icon-message img {
    width: 13px;
    height: 13px;
  }
  #expertgrid {
    justify-content: center;
    margin-top: 20px;
  }
  .expert-card {
    flex: 1 1 100%;
  }
  .expert-card-name {
    font-size: 0.94em;
  }
  .expert-card-name-desc {
    font-size: 0.77em;
  }
  .expert-card-number {
    font-size: 0.88em;
  }
  .expert-card-number-reviews {
    font-size: 0.72em;
  }
  .expert-card-desc-content {
    font-size: 0.77em;
  }
  .expert-card-cta a {
    width: 100%;
  }
  .expert-card-cta-name {
    font-size: 0.88em;
  }
  .categories-box {
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 40px 0;
    width: 100%;
    gap: 10px;
    cursor: grab;
  }
  .categories-box:active {
    cursor: grabbing;
  }

  .categories-box a {
    flex: 0 0 auto;
  }
  .categories {
    width: 100px;
    height: 125px;
    padding: 4px;
    gap: 0;
  }
  .categories-title {
    font-size: 0.66em;
  }
  .categories img {
    width: 75px;
    height: 75px;
  }
  .makes-us-special-title-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .makes-us-special-title-icon img {
    width: 15px;
    height: 15px;
  }
  .col-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .h4 {
    font-size: 0.83em;
  }
  .h5 {
    font-size: 0.72em;
  }
  .makes-us-special-text {
    font-size: 0.72em;
  }
  .makes-us-special-box {
    margin-bottom: 20px;
  }
  .journey-content-box {
    padding: 20px;
    gap: 15px;
  }
  .journey-content-text {
    font-size: 0.72em;
  }
  .journey-content-img {
    width: 50%;
  }
  .journey-content-text-margin {
    margin-bottom: 20px;
  }
  .journey-content-box-border-only {
    padding: 20px;
    margin: 15px 0;
    gap: 15px;
  }

  .footer-social-icons {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-social-icons img {
    width: 36px;
    height: 36px;
  }
  .footer-app-links img {
    width: 162px;
  }
  .footer-app-links .google-img {
    width: 178px;
  }

  .footer-bottom {
    margin-top: 30px;
  }
  footer {
    margin-bottom: 10px;
  }
  .hide-laptop {
    display: flex !important;
  }
  .sticky-botom-wrapper {
    padding: 5px 10px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
}
@media (max-width: 320px) {
  .footer-app-links img {
    width: 130px;
  }
  .footer-app-links .google-img {
    width: 142px;
  }
  .cta-show-more {
    padding: 20px 50px;
  }
}
