/* ===================== BASE STYLES ===================== */
body {
  color: #333;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to right, #f7f2fc, #f7f5fb);
}

/* ===================== NAVBAR STYLES ===================== */
.navbar {
  max-height: 100px;
}

#navbarContent > ul > li > a {
  font-size: 14px;
  line-height: 1.2;
}

.nav-link {
  transition: all 0.3s ease;
}

.nav-link:hover {
  transform: translateY(-2px);
}

/* ===================== SECTION TITLE STYLES ===================== */
.section-title1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
}

/* ===================== BUTTON STYLES ===================== */
.btn-download {
  padding: 12px 13px;
  background-color: #042874;
  border-radius: 16px;
  color: #fff;
}

.btn-download:hover {
  background-color: #002f9c;
}

.btn-dnl {
  padding: 12px 51px;
  width: 186px;
  height: 48px;
  background: #095FC2;
  border-radius: 24px;
  color: white;
}

.btn-dnl:hover {
  background-color: #6132cb;
}

.btn-scrc {
  align-items: center;
  padding: 12px 78px;
  width: 277px;
  height: 60px;
  background: #6132CB;
  border-radius: 16px;
  color: white;
}

/* ===================== DOWNLOAD BOX STYLES ===================== */
.download-box {
  border-radius: 1rem;
  background-color: #f8f9fa;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  position: relative;
}

.download-box .btn {
  background-color: #0056d2;
  color: white;
  border-radius: 999px;
  padding: 0.5rem 2rem;
}

.download-box img {
  width: 40px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/* ===================== FEATURE SECTION STYLES ===================== */
.feature-section {
  min-height: 70vh;
  background: linear-gradient(145deg, #d157dc, #ed6fcf);
  color: white;
  padding: 3rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feature-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #d157dc, #ed6fcf);
  z-index: 0;
}

.feature-section img {
  max-width: 150px;
}

.feature-section .btn-store {
  background: white;
  color: #000;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
}

/* ===================== SERVICES SECTION STYLES ===================== */
.services-section {
  background: #FFFFFF;
}

.service-box {
  position: relative;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
  border-radius: 0px 32px;
  text-align: center;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.service-box .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
}

.service-box h5 {
  font-weight: 600;
  margin-top: 2.5rem;
}

.service-box p {
  color: #666;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

/* ===================== FEATURES SHOWCASE STYLES ===================== */
.features-showcase {
  background: #fff;
}

.feature-box {
  margin-left: 100px;
  box-sizing: border-box;
  padding: 32px 26px;
  background: #F7F7F7;
  border: 1px solid #ECECEC;
  border-radius: 16px;
  cursor: pointer;
  opacity: 1;
  transition: 
    background 0.4s ease,
    border 0.4s ease,
    box-shadow 0.4s ease,
    opacity 0.4s ease,
    transform 0.3s ease;
}

.feature-box.selected {
  margin-left: 0px;
  background: #FFFFFF;
  border: 3px solid #BA27B7;
  box-shadow: 8px 8px 20px 5px rgba(66, 148, 232, 0.1);
  transform: scale(1.02);
}

.feature-box.disabled {
  opacity: 0.5;
  transform: scale(1);
}

.feature-description {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #444;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.feature-box.selected .feature-description {
  max-height: 500px;
  opacity: 1;
}

/* Subscribe button */
.btn-scrc {
  background: #6132CB;
  border-radius: 16px;
  color: white;
  padding: 12px 40px;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 200px;
  margin-top: auto;
}

.btn-scrc:hover {
  background: #4a1fa1;
  transform: translateY(-2px);
}

/* Card height adjustments */
.card1, .card3 {
  min-height: 712px;
}

.card2 {
  min-height: 824px;
}

/* ===================== MOCKUP STYLES ===================== */
.mockup {
  max-width: 100%;
  border-radius: 20px;
}

.phone-mockup {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.phone-mockup, .phone-screen {
  max-width: 150px;
  margin: 0 5px;
}

.phone-screen {
  max-width: 160px;
}

/* ===================== BADGE STYLES ===================== */
.badge-note {
  position: absolute;
  background: white;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.badge-note.blue { border: 2px solid #2196F3; color: #2196F3; }
.badge-note.pink { border: 2px solid #f500b3; color: #f500b3; }
.badge-note.red { border: 2px solid #e53935; color: #e53935; }

/* ===================== APP BUTTONS STYLES ===================== */
.app-buttons img {
  width: 150px;
  margin-right: 10px;
}

.store-buttons {
  margin-top: 1.5rem;
}

.store-badge {
  width: 140px;
  margin: 0 0.5rem;
}

/* ===================== UTILITY CLASSES ===================== */
.stats {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  text-transform: capitalize;
  color: #F13F67;
}

.strike {
  text-decoration: line-through;
  opacity: 0.5;
}

.users + span {
  font-weight: 600;
}

/* Background color classes */
.bg-blue { background-color: #2196f3; }
.bg-purple { background-color: #9c27b0; }
.bg-dark { background-color: #1c1c1c; }
.bg-pink { background-color: #f443b9; }
.bg-cyan { background-color: #00bcd4; }

.list-unstyled{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #433E3F;
}



/* ===================== HERO SECTION STYLES ===================== */
.hero {
  padding: 4rem 0;
}

.hero h6 {
  width: 229px;
  height: 30px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #898384;
}

.hero h1 {
  width: 396px;
  height: 150px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  text-transform: capitalize;
}

.hero p {
  width: 584px;
  height: 60px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #5A5555;
}

.highlight {
  color: #6132CB;
  font-weight: 700;
}

/* ===================== PACKAGE STYLES ===================== */
.packages-section {
  background-color: #FFFFFF;

}
/* Package badge (pka) */
.pka {
  color: white;
  padding: 17px;
  position: absolute;
  width: 254px;
  height: 67px;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  background: linear-gradient(151.68deg, #BA27B7 15.51%, #6F1CA0 88.03%, #6132CB 116.44%);
  border-radius: 16px;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
/* Card styles */
.packages-section .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  border: 2px solid #B5B3B3;
  border-radius: 40px;
  position: relative;
  background-color: transparent;
}
/* Card content spacing */
.packages-section .card-body {
  padding-top: 3rem;
}

/* Price styling */
.packages-section .fs-2 {
  color: #042874;
}

/* Feature list */
.packages-section ul {
  margin: 1.5rem 0;
}

.packages-section ul li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1rem;
}

.packages-section ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6132CB;
}

/* ===================== FOOTER STYLES ===================== */
.footer {
  background: linear-gradient(137.5deg, #BA27B7 46.57%, #6132CB 118.19%);
  padding: 4rem 0 2rem;
  font-family: 'Poppins', sans-serif;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

/* Brand Section */
.footer-brand {
  max-width: 300px;
}

.brand-logo {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.logo-img {
  height: 50px;
  width: auto;
  margin-right: 12px;
}

.brand-name {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(to right, #fff, #e0e0e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-description {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: white;
  color: #2575fc;
  transform: translateY(-3px);
}

/* Navigation */
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.nav-column {
  padding: 0 1rem;
}

.nav-title {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.nav-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-link {
  text-decoration: none;
  display: block;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.nav-link:hover {
  color: rgb(183, 14, 255);
  padding-left: 5px;
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.legal-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.legal-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.legal-link:hover {
  color: white;
}

.store-buttons {
  /* Container styles */
}

.store-link {
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none !important;
  box-sizing: border-box;
  background: linear-gradient(247.3deg, #BA27B7 -3.39%, #6132CB 366.37%);
  border: 0.342161px solid #D6DCE5;
  box-shadow: 0px 6.84322px 13.6864px rgba(183, 183, 183, 0.08), 0px 0.684322px 6.84322px rgba(183, 183, 183, 0.08);
  backdrop-filter: blur(7.5px);
  border-radius: 10.9492px;
}

.store-badge {
  width: auto;
  height: 50px;
  max-width: 180px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Hover effects */
.store-link:hover {
  transform: translateY(-2px);
}

.store-link:active {
  transform: translateY(0);
}

/* ===================== RESPONSIVE STYLES ===================== */
@media (max-width: 1199.98px) {
  .packages-section h2 {
    font-size: 2.2rem;
  }
  
  .pka {
    width: 220px;
    height: 60px;
    font-size: 1.1rem;
  }
  
  .card1, .card3 {
    min-height: 750px;
  }
  
  .card2 {
    min-height: 860px;
  }
}

@media (max-width: 991.98px) {
  .packages-section {
    padding: 3rem 1rem !important;
  }
  
  .hero h1 {
    font-size: 36px;
    line-height: 50px;
    width: 100%;
    height: auto;
  }

  .hero h6 {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .hero p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    padding: 0 1rem;
  }

  .section-title1 {
    width: 100%;
    font-size: 28px;
    line-height: 120%;
    width: 100%;
    padding: 0 1rem;
  }

  .download-box {
    padding: 1rem;
  }

  .download-box img {
    width: 30px;
    bottom: 0.5rem;
    right: 0.5rem;
  }

  .btn-dnl {
    padding: 10px 30px;
    width: auto;
    font-size: 14px;
  }

  .feature-section {
    padding: 2rem 1rem;
  }

  .feature-section img {
    max-width: 100px;
    margin-bottom: 1rem;
  }

  .feature-section .btn-store {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .mockup {
    margin: 2rem auto;
    width: 100%;
    max-width: 300px;
  }

  .app-buttons img {
    width: 120px;
    margin: 0.5rem;
  }

  .phone-mockup,
  .phone-screen {
    max-width: 120px;
  }

  .store-badge {
    width: 120px;
    margin: 0.25rem;
  }

  .feature-box {
    font-size: 0.9rem;
    padding: 1rem;
  }

  .service-box {
    padding: 1.5rem 1rem;
  }

  .service-box p {
    font-size: 0.85rem;
  }
  
  .packages-section h2 {
    font-size: 2rem;
  }
  
  .packages-section .text-muted {
    font-size: 1rem;
  }
  
  .pka {
    width: 200px;
    height: 55px;
    font-size: 1rem;
    top: -28px;
  }
  
  /* Reset card heights for tablet */
  .card1, .card2, .card3 {
    min-height: auto;
    margin-bottom: 2rem;
  }
  
  /* Make cards equal height in row */
  .row {
    align-items: stretch;
  }
  
  .btn-scrc {
    padding: 10px 30px;
    font-size: 0.9rem;
  }

  /* Footer adjustments */
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .footer-brand {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .packages-section h2 {
    font-size: 1.8rem;
  }
  
  .pka {
    width: 180px;
    height: 50px;
    font-size: 0.9rem;
    top: -25px;
  }
  
  .packages-section .fs-2 {
    font-size: 1.8rem;
  }
  
  .packages-section ul li {
    font-size: 0.9rem;
  }
  
  .service-box {
    padding: 1.5rem 1rem;
  }

  .service-box .icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    top: -25px;
  }

  .service-box h5 {
    font-size: 1.1rem;
    margin-top: 2rem;
  }

  .service-box p {
    font-size: 0.9rem;
  }

  /* Footer adjustments */
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    margin: 0 auto;
  }

  .social-links {
    justify-content: center;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nav-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  .packages-section {
    padding: 2rem 0.5rem !important;
  }
  
  .packages-section h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem !important;
  }
  
  .packages-section .text-muted {
    font-size: 0.9rem;
    margin-bottom: 2rem !important;
  }
  
  .pka {
    width: 160px;
    height: 45px;
    font-size: 0.85rem;
    top: -22px;
  }
  
  .packages-section .card {
    padding: 1.5rem !important;
  }
  
  .packages-section .fs-2 {
    font-size: 1.6rem;
  }
  
  .btn-scrc {
    padding: 8px 25px;
    font-size: 0.85rem;
    max-width: 180px;
  }
  
  .hero {
    padding: 2rem 0;
  }

  .navbar {
    max-height: 80px;
  }

  #navbarContent > ul > li > a {
    font-size: 12px;
  }

  .btn-download {
    padding: 10px 12px;
    font-size: 14px;
  }

  .badge-note {
    font-size: 0.65rem;
    padding: 4px 8px;
  }

  .section-title1 {
    font-size: 24px;
    padding: 0 0.5rem;
  }

  .feature-section {
    padding: 2rem 0.5rem;
  }

  .store-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-dnl {
    font-size: 13px;
    padding: 10px 20px;
  }

  /* Footer adjustments */
  .footer {
    padding: 3rem 0 1.5rem;
  }

  .footer-content {
    gap: 1.5rem;
  }

  .brand-logo {
    justify-content: center;
  }

  .legal-links {
    gap: 1rem;
  }
}

@media (max-width: 375px) {
  .hero h1 {
    font-size: 28px;
    line-height: 40px;
    margin-left: 0;
    text-align: center;
  }
  
  .hero p {
    margin-left: 0;
    text-align: center;
  }
  
  .btn-dnl, .btn-scrc {
    width: 100%;
    max-width: none;
    padding: 10px;
  }
  
  .feature-box {
    margin-left: 0;
    width: 100%;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .newsletter-form input {
    border-radius: 4px;
    margin-bottom: 10px;
  }
  
  .subscribe-btn {
    border-radius: 4px;
    padding: 0.8rem 1rem;
  }
  
  .legal-links {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  /* Footer adjustments */
  .pka {
    width: 140px;
    height: 40px;
    font-size: 0.8rem;
    top: -20px;
  }

  .store-badge {
    height: 40px;
    max-width: 135px;
  }
}

@media (min-width: 768px) {
  .phone-mockup {
    min-width: 550px;
    width: auto;
  }
}