@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");

html {
  padding: 0;
  margin: 0 !important;
}
body {
  margin: 0;
  padding: 0;
  color: #850502;
  font-family: "Google Sans Flex", sans-serif;
  position: relative;
  background: linear-gradient(45deg, #5c0730, #b45376) no-repeat;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #000;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.main {
  margin: auto;
  padding: 0;
  width: 90%;
}
a {
  color: #ffe900;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
}
p {
  margin: 0px;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* START HEADER SECTION */
.head-section {
  width: 100%;
}
.navigation a {
  display: block;
  text-align: center;
  background: #ffe900;
  font-size: 32px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
.head-logo a em {
  display: block;
  left: -3px;
  font-style: normal;
  position: absolute;
  top: -5px;
}
.head-logo a .logo-ganesha {
  display: block;
  border-radius: 40px;
  font-style: normal;
  position: absolute;
  top: 17px;
  z-index: 9;
  left: -30px;
}
.head-logo a .logo-ganesha svg {
  height: 61px;
  width: 60px;
  top: -8px;
  left: 0px;
  right: 0;
  fill: #ffe900;
}
.head-logo a em aside:before {
  font-weight: 500;
  position: absolute;
  color: #ffffff;
  top: -12px;
  text-align: center;
  left: -5px;
  font-size: 48px;
  z-index: -9;
  filter: blur(1px);
  content: "\2737";
  line-height: normal;
  animation: rotated 20s infinite linear;
  font-family: "Glyphicons Halflings";
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.head-logo a em svg {
  height: 70px;
  width: 71px;
  margin: 13px 0 0 -33px;
  position: relative;
  z-index: 9;
  filter: blur(3px);
  fill: #ff86ba;
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.head-logo {
  margin: 0px auto 40px;
  width: fit-content;
}
.head-logo a span {
  padding: 0px 0 0 50px;
  display: block;
}
.head-logo a span strong {
  display: block;
  font-size: 77px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: normal;
  margin: -12px 0 0 0;
  color: #ffffff;
  text-shadow: 2px 2px 4px #434343;
}
.head-logo a span p {
  color: #fff;
  font-size: 18px;
  margin: -13px 0 0 0;
}
.head-logo a span small {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;
  padding: 2px 18px 2px 0;
  line-height: normal;
  color: #fff8ae;
  border-radius: 30px;
}
.contacttop-astro a span {
  background: #ffffff;
  border-radius: 50px;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.contacttop-astro a p {
  padding: 0 0px 0 0px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  color: #e65542;
}
.contacttop-astro a p i {
  display: block;
  text-transform: uppercase;
  color: #000000;
  font-size: 23px;
  margin: 0px 0 0;
  font-style: normal;
  font-weight: 700;
}
.horoscope-top ul li {
  padding: 8px 0px 3px;
  text-align: center;
  position: relative;
  list-style: none;
  color: #000;
  font-size: 15px;
  margin: 0 auto;
}
.horoscope-top ul li a {
  display: block;
  position: relative;
  padding: 0 0 0 0px;
  margin: auto;
  text-align: center;
}
.horoscope-top ul li a strong {
  position: absolute;
  background: #03bd00;
  border: 6px solid #ab4b6f;
  color: #fff;
  height: 68px;
  text-align: center;
  line-height: 83px;
  display: block;
  width: 68px;
  right: 0;
  top: -42px;
  border-radius: 50%;
}
.horoscope-top ul li a strong svg {
  width: 36px;
  height: 36px;
  animation: blk 0.4s infinite ease-in-out;
}
@keyframes blk {
  0% {
    color: #ffffff;
  }
  100% {
    color: #80ff80;
  }
}
.horoscope-top ul li a aside {
  display: block;
  text-transform: capitalize;
  font-size: 33px;
  font-weight: 800;
  text-align: center;
  border: 1px solid #cfcfcf;
  width: fit-content;
  border-radius: 61px;
  padding: 0px 30px;
  margin: 0 auto 0 0;
  animation: button-color-change 0.8s infinite;
}
@keyframes button-color-change {
  0% {
    color: #a32f20;
  }
  50% {
    color: #000;
  }
  100% {
    color: #a32f20;
  }
}
.horoscope-top ul li a aside em {
  display: block;
  color: #452c2c;
  font-size: 15px;
  font-style: normal;
  margin: -6px 0 0 0px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.horoscope-top ul li span {
  display: block;
}
.horoscope-top ul li span svg {
  width: 28px;
  height: 29px;
}
.horoscope-top ul li p {
  font-size: 15px;
  color: #292929;
  font-weight: 600;
  padding: 4px 0 0 0;
  text-transform: capitalize;
}
.horoscope-top ul li small {
  display: block;
  background: #4d573c;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  width: fit-content;
  border-radius: 5px;
  margin: 0 auto;
  padding: 4px 17px 4px;
  text-transform: capitalize;
}
.img-astro img {
  height: 556px;
  display: block;
  margin: 0 auto;
}
.astro-round {
  position: absolute;
  animation: rotated 30s infinite linear;
  margin: 0 auto;
  display: block;
  left: 0;
  z-index: -9;
  right: 0;
  top: 10px;
}
.astro-round img {
  height: 460px;
}

/* SLIDE SECTION */
.slide-section {
  overflow: hidden;
  padding: 0px 0 0;
}
.left-slide1 {
  background: #850502;
  position: relative;
}
.heartt {
  position: absolute;
  right: 0;
  z-index: -99;
}
.heartt svg {
  opacity: 15%;
  height: 370px;
  width: 370px;
}
.slide-design a {
  display: block;
  padding: 0px 0px 45px 50px;
  z-index: 9;
  position: relative;
}
.slide-design strong {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  width: fit-content;
  letter-spacing: 2px;
  font-weight: 600;
  text-shadow: 0 0 4px #fbffa1;
  padding: 4px 25px;
  background: #b8301a;
  border-radius: 32px;
}
.slide-design span {
  font-size: 75px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  color: #ffe900;
  margin: -10px 0 0 0;
}
.slide-design {
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  li {
    display: inline-block;
    border-radius: 40px;
    color: #ffffff;
    padding: 4px 20px 4px;
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #c59aac;
    margin: 0 11px;
  }
}
.slide-design p {
  color: #ffffff;
  font-size: 19px;
  line-height: 37px;
}
.slide-design i {
  color: #000;
  border-radius: 40px;
  padding: 7px 24px;
  outline: 1px solid #ffffff;
  background: #fff;
  font-weight: 700;
  display: block;
  margin: 20px 0 0;
  width: fit-content;
  font-size: 21px;
  text-transform: capitalize;
  font-style: normal;
  border: 3px solid #6d0e1f;
}
.slide-design i svg {
  height: 30px;
  fill: #008a00;
  width: 40px;
  margin: 0 0 -5px 0px;
}
.right-slide1 {
  background: #d8987c;
}
.astro-expert {
  text-align: center;
  padding: 40px 20px 20px;
}
.astro-expert p {
  font-size: 14px;
  color: #000;
  line-height: 23px;
}
.astro-expert strong {
  font-weight: 600;
  color: #000000;
  font-size: 40px;
  text-transform: capitalize;
}

/* Ganesha logo span — isolated from FA and slide-design i rules */
.logo-ganesha {
  display: block;
  border-radius: 40px;
  position: absolute;
  top: 17px;
  z-index: 9;
  left: -30px;
  font-style: normal;
  background: none !important;
  padding: 0 !important;
  outline: none !important;
  border: none !important;
  width: auto !important;
  color: inherit !important;
}
.logo-ganesha svg {
  height: 61px;
  width: 60px;
  fill: #ffe900;
  display: block;
}
.mobile-hero-tags {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 10px 16px 18px;
}
.mobile-hero-tags a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 233, 0, 0.45);
  color: #ffe900;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: 0.4px;
  transition: background 0.2s;
}
.mobile-hero-tags a:hover {
  background: rgba(255, 233, 0, 0.18);
  color: #ffe900;
}
.mobile-hero-tags a i {
  font-size: 12px;
  color: #ff86ba;
}

/* =============================================
   LOCAL REEL VIDEO SECTION
   ============================================= */
.celebrity-section {
  background: linear-gradient(135deg, #1a0010 0%, #3d0120 40%, #6b0240 100%);
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
}
.celebrity-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(255, 233, 0, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.celebrity-section .decor-star {
  position: absolute;
  color: rgba(255, 233, 0, 0.1);
  font-size: 120px;
  top: -20px;
  right: 5%;
  animation: rotated 25s infinite linear;
  user-select: none;
}
.celebrity-section .decor-star2 {
  position: absolute;
  color: rgba(255, 233, 0, 0.06);
  font-size: 80px;
  bottom: 10px;
  left: 3%;
  animation: rotated 18s infinite linear reverse;
  user-select: none;
}
.section-heading {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.section-heading .tag-line {
  display: inline-block;
  background: linear-gradient(90deg, #b8301a, #e05535);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 5px 22px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.section-heading h2 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.section-heading h2 span {
  color: #ffe900;
}
.section-heading p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  margin-top: 10px;
}

/* Reel (portrait) video wrapper */
.video-wrapper {
  position: relative;
  z-index: 2;
  max-width: 360px; /* portrait reel width */
  margin: 0 auto;
}
.video-outer-glow {
  border-radius: 24px;
  padding: 4px;
  background: linear-gradient(135deg, #ffe900, #ff6b35, #c0392b, #ffe900);
  background-size: 300% 300%;
  animation: gradient-border 4s ease infinite;
  box-shadow:
    0 0 40px rgba(255, 233, 0, 0.25),
    0 20px 60px rgba(0, 0, 0, 0.5);
}
@keyframes gradient-border {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.video-inner {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
  aspect-ratio: 9/16; /* portrait reel ratio */
}
.video-inner video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* Tap-to-unmute pill */
.unmute-btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 233, 0, 0.5);
  color: #ffe900;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 13px 5px 10px;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 10;
  transition: background 0.2s;
  backdrop-filter: blur(4px);
}
.unmute-btn:hover {
  background: rgba(0, 0, 0, 0.75);
}
.unmute-btn i {
  font-size: 14px;
}

.video-badges {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.video-badges span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 233, 0, 0.3);
  color: rgba(255, 255, 255, 0.85);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.video-badges span i {
  color: #ffe900;
  margin-right: 5px;
}

/* =============================================
   REVIEWS SLIDER SECTION
   ============================================= */
.reviews-section {
  background: linear-gradient(180deg, #3d0120 0%, #5c0730 50%, #3d0120 100%);
  padding: 70px 0 160px; /* extra bottom padding so controls clear WhatsApp btn */
  position: relative;
  overflow: hidden;
}
.reviews-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffe900, transparent);
}
.reviews-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffe900, transparent);
}
.reviews-section .section-heading h2 {
  color: #ffffff;
}
.total-reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 233, 0, 0.3);
  padding: 8px 22px;
  border-radius: 40px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}
.total-reviews-badge .stars {
  color: #ffe900;
  font-size: 16px;
  letter-spacing: 1px;
}

/* Slider */
.slider-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0 30px;
}
.slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-items: stretch;
}
.review-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: calc(33.333% - 16px);
  margin: 0 8px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  border: 1px solid rgba(255, 233, 0, 0.18);
  border-radius: 20px;
  padding: 28px 24px 24px;
  position: relative;
  backdrop-filter: blur(6px);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  box-sizing: border-box;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(255, 233, 0, 0.08);
}
.review-card .quote-icon {
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: 52px;
  color: rgba(255, 233, 0, 0.15);
  line-height: 1;
  font-family: Georgia, serif;
}
.review-card .client-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

/* Client photo avatars */
.review-card .client-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 233, 0, 0.55);
  flex-shrink: 0;
  display: block;
}
/* Fallback gradient initials avatar */
.review-card .client-avatar-placeholder {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #ffe900;
  border: 3px solid rgba(255, 233, 0, 0.55);
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
/* Hide initials pseudo-element when a real img is inside */
.review-card .client-avatar-placeholder:has(img)::after {
  display: none;
}
.review-card .client-avatar-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.review-card .client-info {
  flex: 1;
  min-width: 0;
}
.review-card .client-name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-card .client-stars {
  color: #ffe900;
  font-size: 12px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.review-card .client-stars i {
  color: #ffe900;
  font-size: 12px;
}
.review-card .client-stars .rating-num {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-left: 4px;
}
.review-card .review-message {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.review-card .review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
  gap: 8px;
  flex-wrap: wrap;
}
.review-card .client-country {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
/* Font Awesome location/flag icon */
.review-card .client-country i {
  color: #ffe900;
  font-size: 14px;
}
.review-card .client-country .flag-icon {
  font-size: 18px;
  line-height: 1;
  margin-right: 2px;
}
.review-card .review-date {
  color: rgba(255, 233, 0, 0.6);
  font-size: 12px;
  font-weight: 500;
}
.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(3, 189, 0, 0.15);
  border: 1px solid rgba(3, 189, 0, 0.3);
  color: #80ff80;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 20px;
  margin-top: 6px;
}
.verified-badge i {
  color: #80ff80;
  font-size: 10px;
}

/* Slider controls — positioned above fixed WhatsApp bar */
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
  /* push controls above the fix+fixx bars (≈ 80px fix + 90px fixx float) */
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}
.slider-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 233, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  color: #ffe900;
}
.slider-btn:hover {
  background: rgba(255, 233, 0, 0.15);
  transform: scale(1.08);
  box-shadow: 0 0 16px rgba(255, 233, 0, 0.2);
}
.slider-btn i {
  font-size: 18px;
}
.slider-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: all 0.3s;
}
.dot.active {
  background: #ffe900;
  width: 24px;
  border-radius: 4px;
}

/* FIX BUTTONS */
.fix a {
  display: block;
  background: #03bd00;
  color: #fff;
  padding: 10px 6px;
  font-size: 27px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  text-transform: capitalize;
  font-weight: 600;
  z-index: 999;
  margin: 0 auto;
}
.fix a p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0px 0 0;
  text-transform: capitalize;
}
.fix a svg {
  fill: #fff;
  height: 90px;
  margin: 0 30px 0 0px;
  width: 100px;
  animation: moveArrow 0.5s ease-in-out infinite alternate;
  display: none;
}
@keyframes moveArrow {
  from {
    transform: translateX(0);
    fill: #ffffff;
  }
  to {
    transform: translateX(10px);
    fill: #00000000;
  }
}
.fixx {
  position: fixed;
  padding: 0;
  bottom: 70px;
  right: 0;
  z-index: 99999;
  width: 100%;
}
.end {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.end li a i.bi {
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12, 0.84, 0.79, 0.4);
  animation-delay: 0.2s;
}
.end li a {
  display: block;
  text-align: center;
  width: 88px;
  height: 88px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #fd0202;
  line-height: 88px;
  border-radius: 50%;
}
.end .wh-fx a {
  background: #03bd00;
  color: #fff;
}
.end li a {
  color: #fff;
}
.end li a:after {
  position: absolute;
  height: 88px;
  width: 88px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: -99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
@keyframes vibe {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(20deg);
  }
  66% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes ripp {
  0% {
    transform: scale(0.9);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.4);
  }
}
@keyframes rip {
  0% {
    box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);
  }
  20% {
    box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);
  }
  40% {
    box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);
  }
  60% {
    box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);
  }
  80% {
    box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
  }
}
.fixx ul li {
  position: absolute;
  right: 40px;
  bottom: 0;
  list-style: none;
}
.end li a .bi-fa {
  height: 50px;
  width: 50px;
  color: #fff;
  animation: anim 0.9s infinite;
  font-size: 40px;
  line-height: 1;
}
@keyframes anim {
  10% {
    rotate: 10deg;
  }
  15% {
    rotate: -10deg;
  }
  20% {
    rotate: 10deg;
  }
  25% {
    rotate: -10deg;
  }
  30% {
    rotate: 10deg;
  }
  35% {
    rotate: -10deg;
  }
  40% {
    rotate: 10deg;
  }
  45% {
    rotate: -10deg;
  }
  50% {
    rotate: 0deg;
  }
}
.notification-label {
  background: #d80000;
  position: absolute;
  top: 0px;
  right: -10px;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
  font-size: 19px;
  text-align: center;
  box-shadow: 0 0 5px 0px #d80000;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 767px) {
  .review-card {
    flex: 0 0 calc(100% - 16px);
    min-width: calc(100% - 16px);
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .celebrity-section {
    padding: 40px 0 50px;
  }
  .video-badges {
    gap: 8px;
  }
  .video-badges span {
    font-size: 12px;
    padding: 5px 12px;
  }
  .reviews-section {
    padding: 50px 0 180px;
  }
  /* show mobile hero tags */
  .mobile-hero-tags {
    display: flex;
  }
  .video-wrapper {
    max-width: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-card {
    flex: 0 0 calc(50% - 16px);
    min-width: calc(50% - 16px);
  }
  .section-heading h2 {
    font-size: 38px;
  }
  .reviews-section {
    padding: 70px 0 170px;
  }
  .mobile-hero-tags {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .review-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: calc(33.333% - 16px);
  }
  .mobile-hero-tags {
    display: none;
  }
}

/* fix bottom spacing on all screens */
@media (max-width: 575px) {
  .reviews-section {
    padding-bottom: 200px;
  }
  .fixx {
    bottom: 68px;
  }
}

/* Original responsive from existing code */
@media (max-width: 767px) {
  .head-section {
    padding: 0px 0 0;
  }
  .head-section .row {
    flex-flow: column-reverse;
  }
  .head-row {
    padding: 10px 0 0 !important;
  }
  .horoscope-top ul li a aside {
    font-size: 30.1px;
  }
  .horoscope-top ul li a aside em {
    display: none;
  }
  .head-logo a span p {
    display: none;
  }
  .navigation a {
    font-size: 25.8px;
    text-align: center;
    padding: 5px 0;
  }
  .slide-design {
    display: none;
  }
  .img-astro img {
    height: 375px;
    display: block;
    margin: 0px auto 0px;
    left: 0;
    position: relative;
  }
  .astro-round img {
    height: 370px;
    margin: 0px auto 0px;
    position: relative;
    left: 0;
  }
  .head-logo a span {
    padding: 5px 0 0px 50px;
  }
  .slide-design {
    display: none;
  }
  .contacttop-astro {
    display: none;
  }
  .head-logo a {
    margin: 0px auto 0;
    width: fit-content;
  }
  .fix a svg {
    height: 60px;
    width: 50px;
    margin: 0 10px 0 0px;
  }
  body:before {
    opacity: 10%;
  }
  .head-logo {
    margin: 0px auto 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horoscope-top ul li a strong svg {
    height: fit-content;
  }
  .horoscope-top ul li a aside em {
    display: none;
  }
  .head-logo a span strong {
    margin: -7px 0 0 0;
  }
  .head-logo a span p {
    display: none;
  }
  .navigation a {
    font-size: 35.8px;
  }
  .slide-design {
    display: none;
  }
  body:before {
    opacity: 10%;
  }
  .img-astro img {
    height: 405px;
    margin: 0px auto 0px;
  }
  .astro-round img {
    height: 390px;
    margin: 0px auto 0px;
    position: relative;
    left: 0;
  }
  .head-logo a span {
    padding: 0px 0 0 50px;
  }
  .slide-design {
    display: none;
  }
  .head-logo a {
    margin: 0 auto;
    width: fit-content;
  }
  .contacttop-astro a p i {
    font-size: 20px;
  }
  .contacttop-astro {
    display: none;
  }
  .head-logo a .logo-ganesha svg {
    height: 90px;
    width: 91px;
    left: 0px;
  }
  .horoscope-top ul li a aside {
    font-size: 32px;
    padding: 0px 20px;
  }
  .head-logo a .logo-ganesha {
    top: 5px;
    left: -48px;
  }
  .head-logo {
    margin: 0px auto 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-logo a .logo-ganesha {
    top: 15px;
  }
  .horoscope-top ul li a aside {
    padding: 4px 10px;
    font-size: 25px;
  }
  .horoscope-top ul li a aside em {
    display: none;
  }
  .head-logo a span p {
    display: none;
  }
  .slide-design li {
    margin: 15px 4px 0;
  }
  .head-logo a span {
    padding: 0px 0 0 50px;
  }
  .contacttop-astro a {
    padding: 8px 14px 6px 0px;
    border-radius: 10px;
  }
  .head-logo a {
    margin: 33px auto 0px;
    width: fit-content;
  }
  .contacttop-astro a p i {
    font-size: 16px;
  }
  .horoscope-top ul li:nth-child(2) {
    display: none;
  }
  .astro-expert strong {
    font-size: 30px;
  }
  .slide-design span {
    font-size: 58px;
  }
  .img-astro img {
    height: 414px;
    margin: 0px auto 0px;
    left: -30px;
    position: relative;
  }
  .astro-round img {
    height: 380px;
    margin: 0px auto 0px;
    position: relative;
    left: 0;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .head-logo a span p {
    display: none;
  }
  .img-astro img {
    height: 475px;
    margin: 0px auto 0px;
  }
  .astro-round img {
    height: 420px;
  }
  .head-logo a span {
    padding: 0px 0 0 50px;
  }
  .head-logo a {
    margin: 0 auto;
    width: fit-content;
  }
  .contacttop-astro a p i {
    font-size: 20px;
  }
  .horoscope-top ul li:nth-child(2) {
    display: none;
  }
  .astro-expert strong {
    font-size: 30px;
  }
  .slide-design span {
    font-size: 70px;
  }
  .slide-design p {
    display: none;
  }
  .horoscope-top ul li a aside {
    font-size: 31px;
    padding: 0px 25px;
    border-radius: 41px;
  }
  .head-logo {
    margin: 0px auto 20px;
  }
}
@media (max-width: 575px) and (min-width: 0px) {
  .head-section {
    padding: 0px 0 0;
  }
  .head-section .row {
    flex-flow: column-reverse;
  }
  .horoscope-top {
    display: none;
  }
  .head-logo a span p {
    display: none;
  }
  .navigation a {
    font-size: 26.8px;
  }
  .slide-design {
    display: none;
  }
  .img-astro img {
    height: 390px;
    margin: 0px auto 0px;
  }
  .astro-round img {
    height: auto;
  }
  .head-logo a span {
    padding: 0px 0 0 50px;
  }
  .fix a {
    font-size: 21px;
    padding: 9px 5px;
  }
  .fix a svg {
    height: 60px;
    width: 30px;
    margin: 0 10px 0 0px;
  }
  .head-logo a {
    margin: 10px auto 0px;
  }
  .head-logo a em svg {
    height: 60px;
    margin: 0px 0 0 -13px;
    width: 60px;
  }
  .head-logo a .logo-ganesha {
    top: 10px;
    left: -19px;
  }
}
@media (max-width: 420px) and (min-width: 0px) {
  .head-logo a span strong {
    font-size: 62px;
  }
  .head-logo a span p {
    display: block;
    font-size: 14px;
  }
  .navigation a {
    font-size: 21px;
    padding: 13px 0 10px;
  }
  .slide-design {
    display: none;
  }
  .astro-round img {
    height: auto;
    left: 0;
  }
  .img-astro img {
    height: auto;
    margin: 20px auto 0px;
  }
  .fix a {
    font-size: 18px;
  }
  .fix a svg {
    height: 60px;
    width: 30px;
    margin: 0 10px 0 0px;
  }
}
