/* ------------------------------------------------------------------
 * Name         : Wicko - HTML Template
 * File         : styles.css
 * Author       : ScanThemes
 * Author URI   : scanthemes@gmail.com
 *
 * All Rights Reserved.
 * --------------------------------------------------------------------- */
/* ---------------------------------------------------------------------

  [Table of contents]

    - Global
      -- offcanvas
    - Elements
      -- header
      -- whats new
      -- faq
      -- download
      -- footer
    - Overlay
    - Pages
      -- blog
    - User CSS

------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------

  *** All that is included here refers to additional user-defined styles.
      You can freely change them or add new ones.

/*---------------------------------------------------------------------- */
/* [ Global ] */
body {
  background: #010002; }

.media-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.nav-small .nav-link {
  word-spacing: 0;
  letter-spacing: 0;
  font-weight: 300; }

.hr_theme {
  width: 16%;
  border-width: 3px;
  border-color: #0eabf9; }

.icon-sd {
  color: #00af55; }

.fx-spin {
  -webkit-animation-name: F_spin;
  animation-name: F_spin;
  -webkit-animation-duration: 485s;
  animation-duration: 485s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

/* offcanvas */
@media (max-width: 991.98px) {
  .offcanvas-md .btn-wrapper {
    padding-top: 0.8625rem; }
    .offcanvas-md .btn-wrapper .btn:not(:last-child) {
      margin-bottom: 1rem; } }
@media (min-width: 992px) {
  .btn-wrapper {
    display: flex;
    align-items: center; } }
.nav-tabs-theme {
  justify-content: center;
  border-bottom: 0; }
  .nav-tabs-theme .nav-item .nav-link {
    background: #ffffff;
    border-radius: 2rem;
    border: 0;
    padding: .5rem 1.7rem;
    -webkit-box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.1); }
    .nav-tabs-theme .nav-item .nav-link:hover {
      background: #59c5fb;
      background: -webkit-linear-gradient(left, #59c5fb 0%, #da2f69 100%);
      background: linear-gradient(to right, #59c5fb 0%, #da2f69 100%);
      color: #ffffff; }
  .nav-tabs-theme .nav-item:not(:last-child) .nav-link {
    margin-right: 1rem; }
  .nav-tabs-theme .nav-item .nav-link.active {
    background: #59c5fb;
    background: -webkit-linear-gradient(left, #59c5fb 0%, #da2f69 100%);
    background: linear-gradient(to right, #59c5fb 0%, #da2f69 100%);
    color: #ffffff; }

/* [ Elements ] */
/* header */
.header {
  /* scroll-arrow */ }
  .header .header-hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh; }
    .header .header-hero > * {
      z-index: 3; }
  .header .scroll-arrow {
    display: none; }
  .header[data-scroll-arrow="true"] .scroll-arrow {
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1.5rem;
    border: 1px solid rgba(122, 121, 128, 0.02);
    -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.33);
    padding: .8rem; }
  .header .grid-wrapper {
    position: relative; }
  .header .grid {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 600px;
    overflow: hidden;
    perspective: 408px; }
  .header .grid-ibf {
    z-index: 2; }
  .header .grid-fade {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: radial-gradient(ellipse at 50% 50%, rgba(1, 0, 2, 0) 0%, #010002 80%); }
  .header .grid-lines {
    width: 100%;
    height: 200%;
    background-image: linear-gradient(to right, rgba(14, 171, 249, 0.85) 1px, transparent 0), linear-gradient(to bottom, rgba(14, 171, 249, 0.85) 1px, transparent 0);
    background-size: 45px 30px;
    background-repeat: repeat;
    transform-origin: 100% 0 0;
    animation: s-grid-animation 15s linear infinite; }

@keyframes s-grid-animation {
  0% {
    -webkit-transform: rotateX(45deg) translateY(-50%);
    -moz-transform: rotateX(45deg) translateY(-50%);
    -ms-transform: rotateX(45deg) translateY(-50%);
    -o-transform: rotateX(45deg) translateY(-50%);
    transform: rotateX(45deg) translateY(-50%); }
  100% {
    -webkit-transform: rotateX(45deg) translateY(0);
    -moz-transform: rotateX(45deg) translateY(0);
    -ms-transform: rotateX(45deg) translateY(0);
    -o-transform: rotateX(45deg) translateY(0);
    transform: rotateX(45deg) translateY(0); } }
@-webkit-keyframes s-grid-animation {
  0% {
    -webkit-transform: rotateX(45deg) translateY(-50%);
    -moz-transform: rotateX(45deg) translateY(-50%);
    -ms-transform: rotateX(45deg) translateY(-50%);
    -o-transform: rotateX(45deg) translateY(-50%);
    transform: rotateX(45deg) translateY(-50%); }
  100% {
    -webkit-transform: rotateX(45deg) translateY(0);
    -moz-transform: rotateX(45deg) translateY(0);
    -ms-transform: rotateX(45deg) translateY(0);
    -o-transform: rotateX(45deg) translateY(0);
    transform: rotateX(45deg) translateY(0); } }
/* whats new */
.wn__section {
  text-align: center; }
  .wn__section .wn__icon {
    max-width: 4rem;
    margin: auto; }
  .wn__section .wn__title {
    margin-bottom: 1rem; }

/* faq */
.faq-section .faq-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: .25rem; }
  .faq-section .faq-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #50ffa5; }

.img-icon-faq {
  max-width: 2.8rem;
  width: 100%; }

@media (min-width: 768px) {
  .img-icon-faq {
    max-width: 3.5rem;
    width: 100%; } }
@media (min-width: 992px) {
  .img-icon-faq {
    max-width: 3.8rem;
    width: 100%; } }
.help-center-row .hc-item:not(:last-child) {
  margin-bottom: 1rem; }

.help_trt {
  color: rgba(255, 255, 255, 0.8); }
  .help_trt:hover {
    color: rgba(255, 255, 255, 0.95); }

.help-sh-form:not(.input-line) {
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .help-sh-form:not(.input-line):hover {
    border-color: rgba(255, 255, 255, 0.5); }
  .help-sh-form:not(.input-line) .form-control::placeholder {
    color: rgba(255, 255, 255, 0.75); }
  .help-sh-form:not(.input-line) .form-control:hover::placeholder {
    color: rgba(255, 255, 255, 0.85); }

/* download */
.app_icon-wrapper img {
  max-width: 3.5rem; }

@media (min-width: 992px) {
  .app_icon-wrapper img {
    max-width: 6rem; } }
.btn-download {
  display: block;
  width: 100%;
  min-width: 9rem;
  line-height: 1.6;
  margin-bottom: 1.6rem; }
  .btn-download:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .btn-download {
    display: inline-block;
    width: auto;
    min-width: 9rem;
    line-height: 1.6;
    margin-bottom: 0;
    margin-right: 1rem; }
    .btn-download:last-child {
      margin-right: 0; } }
/* footer */
.footer {
  position: relative;
  overflow: hidden; }
  .footer .nav-link {
    line-height: 2.0rem;
    font-weight: 600; }
  .footer .social-buttons a {
    background-color: rgba(0, 0, 0, 0.2); }
  .footer .f-shape {
    opacity: .5; }

@media (min-width: 768px) {
  .footer {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem; }
    .footer .f-shape {
      opacity: .5; } }
@media (min-width: 992px) {
  .footer {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem; }
    .footer .f-shape {
      opacity: .55; } }
@media (min-width: 1200px) {
  .footer .f-shape {
    opacity: 1; } }
/* [ Overlay ] */
.ovry-1 {
  opacity: 0.25;
  right: 0; }

@media (min-width: 992px) {
  .ovry-1 {
    opacity: .25; } }
@media (min-width: 1200px) {
  .ovry-1 {
    opacity: 1; } }
.ovry-2 {
  bottom: 0;
  opacity: 0.25; }

@media (min-width: 992px) {
  .ovry-2 {
    bottom: -55rem;
    opacity: .35; } }
@media (min-width: 1200px) {
  .ovry-2 {
    opacity: 1; } }
.rds {
  outline: #7a7980 dashed 0.14rem;
  position: absolute;
  top: -5%;
  left: -7%;
  right: 7%;
  bottom: 5%;
  z-index: 0; }

/* [ Pages ] */
.breadcrumb a {
  color: rgba(255, 255, 255, 0.75); }

/* blog */
.blog__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.card-border {
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  transition: 0.3s all linear; }
  .card-border:hover {
    border: 1px solid rgba(255, 255, 255, 0.32); }

.date-item {
  background: #ae338b;
  padding: .25rem 1rem; }
  .date-item a {
    color: #f3f3f3; }

.page-link:hover {
  z-index: auto; }
.page-link:focus {
  z-index: auto; }

.page-item.active:hover {
  color: #ffffff !important; }

.tags_cloud {
  display: flex;
  flex-wrap: wrap; }
  .tags_cloud .badge {
    padding: .65rem .95rem;
    margin-right: .5rem;
    margin-bottom: .5rem; }
  .tags_cloud .badge-primary {
    background-color: #a3dffd; }
    .tags_cloud .badge-primary:hover {
      background-color: #0eabf9; }

.blog-details-top {
  position: relative;
  margin-bottom: 3rem; }

.blog-details-header {
  background: #010002;
  padding-top: 1.2rem;
  text-align: center; }

.blog-details-header-round {
  border-top-right-radius: 10rem;
  border-top-left-radius: 10rem; }

@media (min-width: 768px) {
  .blog-details-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }
/* [ User CSS ] */

/* Smooth Scrolling for Navigation */
html {
  scroll-behavior: smooth;
}

/* Custom smooth scrolling for better browser support */
.smooth-scroll {
  scroll-behavior: smooth;
}

/* Navigation link hover effects */
.nav-link {
  position: relative;
  transition: all 0.3s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link:hover {
  color: #8B5CF6 !important;
  transform: translateY(-2px);
}

.nav-link.active {
  color: #8B5CF6 !important;
}

.nav-link.active::after {
  width: 100%;
}

/* Aurise Brand Styling */
.navbar-brand-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Animated Header Text with Wavy Effect */
.animated-header-text {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 50%, #F59E0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 300% 300%;
  animation: gradient-shift 4s ease-in-out infinite;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-shadow: 0 4px 8px rgba(139, 92, 246, 0.3);
}

/* Individual letter animation for wave effect */
.animated-header-text .wave-letter {
  display: inline-block;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 50%, #F59E0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 300% 300%;
  animation: gradient-shift 4s ease-in-out infinite, wave-bounce 2s ease-in-out infinite;
  transform-origin: center bottom;
}

/* Staggered delay for each letter */
.animated-header-text .wave-letter:nth-child(1) { animation-delay: 0s; }
.animated-header-text .wave-letter:nth-child(2) { animation-delay: 0.1s; }
.animated-header-text .wave-letter:nth-child(3) { animation-delay: 0.2s; }
.animated-header-text .wave-letter:nth-child(4) { animation-delay: 0.3s; }
.animated-header-text .wave-letter:nth-child(5) { animation-delay: 0.4s; }
.animated-header-text .wave-letter:nth-child(6) { animation-delay: 0.5s; }
.animated-header-text .wave-letter:nth-child(7) { animation-delay: 0.6s; }
.animated-header-text .wave-letter:nth-child(8) { animation-delay: 0.7s; }
.animated-header-text .wave-letter:nth-child(9) { animation-delay: 0.8s; }
.animated-header-text .wave-letter:nth-child(10) { animation-delay: 0.9s; }
.animated-header-text .wave-letter:nth-child(11) { animation-delay: 1s; }
.animated-header-text .wave-letter:nth-child(12) { animation-delay: 1.1s; }
.animated-header-text .wave-letter:nth-child(13) { animation-delay: 1.2s; }
.animated-header-text .wave-letter:nth-child(14) { animation-delay: 1.3s; }
.animated-header-text .wave-letter:nth-child(15) { animation-delay: 1.4s; }
.animated-header-text .wave-letter:nth-child(16) { animation-delay: 1.5s; }

@keyframes gradient-shift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes wave-bounce {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-12px) scale(1.08);
  }
}

/* Aurise Logo Styling */
.navbar-logo {
  height: 40px;
  width: auto;
  transition: all 0.3s ease;
}

.navbar-logo:hover {
  transform: scale(1.1);
}

.footer-logo {
  height: 30px;
  width: auto;
  transition: all 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.navbar-brand-text:hover {
  transform: scale(1.05);
  text-decoration: none;
}

.navbar-brand-text:focus {
  text-decoration: none;
}

/* Aurise Pricing Cards */
.card.bg-primary {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%) !important;
  border: none;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.card.bg-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4);
}

.card.bg-light {
  border: 1px solid rgba(139, 92, 246, 0.1);
  transition: all 0.3s ease;
}

.card.bg-light:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.3);
}

/* Aurise Buttons */
.btn-primary {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 92, 246, 0.4);
}

/* Aurise App Showcase */
.app-showcase-container {
  position: relative;
  overflow: hidden;
  margin: 4rem 0;
  padding: 2rem 0;
}

.app-showcase-track {
  display: flex;
  gap: 2rem;
  padding: 1rem 0;
  animation: showcase-scroll 30s linear infinite;
  width: max-content;
}

.app-screenshot-item {
  flex: 0 0 auto;
  opacity: 0;
  transform: translateX(-50px);
  animation: fade-in-slide 0.8s ease-out forwards;
}

.app-screenshot-item:nth-child(1) { animation-delay: 0s; }
.app-screenshot-item:nth-child(2) { animation-delay: 0.2s; }
.app-screenshot-item:nth-child(3) { animation-delay: 0.4s; }
.app-screenshot-item:nth-child(4) { animation-delay: 0.6s; }
.app-screenshot-item:nth-child(5) { animation-delay: 0.8s; }
.app-screenshot-item:nth-child(6) { animation-delay: 1s; }

.screenshot-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 8px 16px rgba(139, 92, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.screenshot-wrapper:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.4),
    0 15px 30px rgba(139, 92, 246, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.app-screenshot {
  width: 280px;
  height: auto;
  display: block;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.screenshot-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 50%,
    transparent 100%
  );
  color: white;
  padding: 1.5rem 1rem 1rem;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.screenshot-wrapper:hover .screenshot-overlay {
  transform: translateY(0);
}

.screenshot-overlay h6 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
}

.screenshot-overlay p {
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.8);
}

/* Animations */
@keyframes fade-in-slide {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes showcase-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .app-screenshot {
    width: 220px;
  }
  
  .app-showcase-track {
    gap: 1.5rem;
  }
  
  .screenshot-overlay {
    padding: 1rem 0.75rem 0.75rem;
  }
  
  .screenshot-overlay h6 {
    font-size: 1rem;
  }
  
  .screenshot-overlay p {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .app-screenshot {
    width: 180px;
  }
  
  .app-showcase-track {
    gap: 1rem;
  }
}

/* Contact Section Dark Theme */
.contact-card-dark {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid rgba(139, 92, 246, 0.2);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 8px 16px rgba(139, 92, 246, 0.1);
  backdrop-filter: blur(10px);
}

/* Reviews Section Styling - iOS Message Style */
.review-card {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(15px);
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.review-card:hover::before {
  opacity: 1;
}

.review-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 8px 16px rgba(139, 92, 246, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.review-content {
  text-align: left;
  position: relative;
  z-index: 2;
}

.stars {
  color: #F59E0B;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  text-align: center;
}

.stars i {
  animation: star-glow 2s ease-in-out infinite;
}

.stars i:nth-child(1) { animation-delay: 0s; }
.stars i:nth-child(2) { animation-delay: 0.1s; }
.stars i:nth-child(3) { animation-delay: 0.2s; }
.stars i:nth-child(4) { animation-delay: 0.3s; }
.stars i:nth-child(5) { animation-delay: 0.4s; }

@keyframes star-glow {
  0%, 100% { 
    transform: scale(1);
    filter: brightness(1);
  }
  50% { 
    transform: scale(1.1);
    filter: brightness(1.3);
  }
}

.review-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  font-style: normal;
  position: relative;
  margin-bottom: 2rem;
  padding: 0 0.5rem;
  background: rgba(139, 92, 246, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
  border-left: 3px solid rgba(139, 92, 246, 0.4);
}

.reviewer-info {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.reviewer-name {
  color: #8B5CF6;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  display: block;
}

.reviewer-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.3px;
  display: block;
}

/* Reviews section spacing - reduce top margin */
section:has(.review-card) {
  padding-top: 2rem !important;
}

/* Responsive adjustments for reviews */
@media (max-width: 768px) {
  .review-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
  
  .review-text {
    font-size: 1rem;
    padding: 1.25rem;
  }
  
  section:has(.review-card) {
    padding-top: 1rem !important;
  }
  
  .stars {
    font-size: 1rem;
  }
}

.contact-input-dark {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(139, 92, 246, 0.3) !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.contact-input-dark::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact-input-dark:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(139, 92, 246, 0.6) !important;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
  outline: none;
}

.contact-input-dark:hover {
  border-color: rgba(139, 92, 246, 0.5) !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

/* Aurise iOS Message Notification Styling */
.popup-overlay {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: auto;
  height: auto;
  background: none;
  backdrop-filter: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(120%);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.popup-overlay.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.popup-content {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 20px;
  max-width: 280px;
  width: 260px;
  transform: scale(0.95);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.15),
    0 4px 12px rgba(139, 92, 246, 0.1);
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(20px);
}

.popup-overlay.show .popup-content {
  transform: scale(1);
}

.popup-header {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.popup-title {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.popup-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}

.popup-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.popup-body {
  padding: 1rem;
  text-align: left;
}

.popup-message {
  color: #333333;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 400;
}

.popup-actions {
  display: flex;
  justify-content: center;
}

.popup-actions .btn {
  min-width: 100px;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 18px;
  transition: all 0.3s ease;
  font-size: 0.8rem;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  border: none;
  color: #ffffff;
}

.popup-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

/* iOS-Styled Download Section Background */
.download-section-bg {
  background: linear-gradient(135deg, 
    #667eea 0%, 
    #764ba2 25%, 
    #8B5CF6 50%, 
    #EC4899 75%, 
    #F59E0B 100%);
  background-size: 400% 400%;
  animation: gradientShift 8s ease infinite;
  position: relative;
  overflow: hidden;
}

.download-section-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  animation: floatingOrbs 12s ease-in-out infinite;
}

.download-section-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
  animation: shimmer 6s ease-in-out infinite;
}

.download-overlay {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* Animations */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes floatingOrbs {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(120deg);
  }
  66% {
    transform: translateY(10px) rotate(240deg);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Ensure content is above background */
.download-section-bg .container {
  position: relative;
  z-index: 2;
}

/* Responsive adjustments for iOS message notification */
@media (max-width: 768px) {
  .popup-overlay {
    top: 1rem;
    right: 1rem;
    left: 1rem;
  }
  
  .popup-content {
    width: 100%;
    max-width: none;
  }
  
  .popup-header {
    padding: 0.75rem 1rem;
  }
  
  .popup-title {
    font-size: 0.85rem;
  }
  
  .popup-body {
    padding: 1rem;
  }
  
  .popup-message {
    font-size: 0.8rem;
  }
  
  .popup-actions .btn {
    width: 100%;
    max-width: 150px;
  }
  
  .download-section-bg {
    background-size: 300% 300%;
  }
}

/* Footer link styling - consistent design for all links */
.footer .nav-link,
.footer a.nav-link {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 2.0rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.25rem 0;
  display: inline-block;
}

.footer .nav-link::after,
.footer a.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
}

.footer .nav-link:hover,
.footer a.nav-link:hover,
.footer .nav-link:focus,
.footer a.nav-link:focus {
  color: #ffffff !important;
  transform: translateY(-2px);
  text-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.footer .nav-link:hover::after,
.footer a.nav-link:hover::after,
.footer .nav-link:focus::after,
.footer a.nav-link:focus::after {
  width: 100%;
  display: block;
}

.footer .nav-link:visited,
.footer a.nav-link:visited {
  color: #ffffff !important;
}

/* Ensure footer section titles are also white */
.footer .nav-title {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Override any conflicting styles */
.footer a,
.footer .nav a {
  color: #ffffff !important;
}

/* Categories Section Styling */
.category-content {
  padding: 2rem 0;
}

/* Categories Showcase - iOS Card Style */
.categories-showcase {
  padding: 2rem 0;
}

.categories-carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.categories-carousel-wrapper {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.categories-carousel {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 400%; /* 4 slides */
}

.category-slide {
  width: 25%; /* Each slide takes 1/4 of the container */
  flex-shrink: 0;
}

.category-showcase-card {
  background: linear-gradient(135deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.3) 100%);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 3rem 2rem;
  margin: 2rem 1rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  min-height: 500px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.category-showcase-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}

.category-showcase-content {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.category-showcase-header {
  margin-bottom: 2rem;
}

.category-showcase-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
  position: relative;
}

.category-showcase-icon::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  border-radius: 22px;
  z-index: -1;
  opacity: 0.2;
  filter: blur(8px);
}

.category-showcase-icon i {
  font-size: 2rem;
  color: #ffffff;
}

.category-showcase-header h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.2;
}

.category-showcase-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0;
}

.category-showcase-features {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  min-height: 60px;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.feature-item i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  color: #ffffff;
  border-radius: 6px;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.feature-item span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  line-height: 1.4;
  flex: 1;
}

.category-showcase-cta {
  margin-top: auto;
}

.showcase-btn {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
}

.showcase-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(139, 92, 246, 0.4);
}

.category-showcase-visual {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.showcase-phone-mockup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: perspective(1000px) rotateY(-15deg) rotateX(5deg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.showcase-phone-mockup:hover {
  transform: perspective(1000px) rotateY(-10deg) rotateX(2deg) scale(1.05);
}

.showcase-phone-mockup img {
  max-width: 280px;
  max-height: 400px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(139, 92, 246, 0.2));
}

/* Navigation Controls */
.carousel-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.carousel-arrow {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.carousel-arrow:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

.carousel-arrow:active {
  transform: translateY(0);
}

.carousel-dots {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.3);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-dot.active {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  transform: scale(1.3);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

.nav-dot:hover:not(.active) {
  background: rgba(139, 92, 246, 0.6);
  transform: scale(1.1);
}

/* Touch/Swipe Support */
.categories-carousel {
  touch-action: pan-y;
  user-select: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .category-showcase-card {
    padding: 2.5rem 1.5rem;
    gap: 2rem;
    min-height: 450px;
  }

  .showcase-phone-mockup img {
    max-width: 240px;
    max-height: 350px;
  }
}

@media (max-width: 768px) {
  .categories-carousel-container {
    max-width: 95%;
  }

  .category-showcase-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
    gap: 2rem;
    min-height: 600px;
    margin: 1rem 0.5rem;
  }

  .category-showcase-content {
    flex: none;
  }

  .category-showcase-visual {
    flex: none;
  }

  .category-showcase-icon {
    margin: 0 auto 1.5rem;
  }

  .category-showcase-header h3 {
    font-size: 1.8rem;
  }

  .category-showcase-header p {
    font-size: 1rem;
  }

  .showcase-phone-mockup {
    transform: none;
  }

  .showcase-phone-mockup:hover {
    transform: scale(1.05);
  }

  .showcase-phone-mockup img {
    max-width: 200px;
    max-height: 300px;
  }

  .feature-item {
    padding: 0.6rem 0.8rem;
    min-height: 55px;
    align-items: flex-start;
  }

  .feature-item span {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .feature-item i {
    margin-top: 0.05rem;
  }

  .carousel-navigation {
    gap: 1.5rem;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .category-showcase-card {
    padding: 1.5rem 1rem;
    min-height: 550px;
    margin: 0.5rem 0.25rem;
  }

  .category-showcase-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }

  .category-showcase-icon i {
    font-size: 1.5rem;
  }

  .category-showcase-header h3 {
    font-size: 1.5rem;
  }

  .category-showcase-header p {
    font-size: 0.9rem;
  }

  .showcase-phone-mockup img {
    max-width: 160px;
    max-height: 240px;
  }

  .feature-item {
    padding: 0.5rem 0.7rem;
    gap: 0.75rem;
    min-height: 50px;
    align-items: flex-start;
  }

  .feature-item i {
    width: 16px;
    height: 16px;
    font-size: 0.7rem;
    margin-top: 0.05rem;
  }

  .feature-item span {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .showcase-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }

  .nav-dot {
    width: 10px;
    height: 10px;
  }

  .carousel-navigation {
    gap: 1rem;
  }

  .carousel-arrow {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
}

.category-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  border: 2px solid rgba(139, 92, 246, 0.2);
  transition: all 0.3s ease;
}

.category-icon:hover {
  transform: scale(1.1);
  border-color: rgba(139, 92, 246, 0.4);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.15));
}

.category-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.category-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-features li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.category-features li:last-child {
  border-bottom: none;
}

.category-features li:hover {
  color: #ffffff;
  transform: translateX(10px);
}

.category-features i {
  color: #10B981;
  font-size: 1.1rem;
}

.category-image {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-image img {
  width: 200px;
  height: auto;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
  border-radius: 12px;
}

.category-image:hover img {
  transform: translateY(-6px) scale(1.01);
  filter: drop-shadow(0 12px 25px rgba(139, 92, 246, 0.15));
}

.cta-section {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 24px;
  padding: 3rem 2rem;
  margin-top: 0.5rem;
  backdrop-filter: blur(20px);
}

.cta-section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-buttons .btn {
  min-width: 160px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.btn-outline-light {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Responsive adjustments for categories */
@media (max-width: 768px) {
  .category-content {
    padding: 1rem 0;
    text-align: center;
  }
  
  .category-content h3 {
    font-size: 1.8rem;
  }
  
  .category-features li {
    font-size: 0.9rem;
    padding: 0.5rem 0;
  }
  
  .category-image img {
    width: 160px;
  }
  
  .cta-section {
    padding: 2rem 1.5rem;
    margin-top: 1rem;
  }
  
  .cta-section h3 {
    font-size: 1.6rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons .btn {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 576px) {
  .category-image img {
    width: 140px;
  }
}

/*# sourceMappingURL=styles.css.map */
