   /* Global Styles */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f4f6f9;
  margin: 0;
  padding: 0;
}

/* Navbar Branding */
.logo-icon {
  height: 60px;
  width: 70px;
  object-fit: contain;
}

.brand-name {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #003f8a;
  letter-spacing: 0.5px;
}

.brand-name:hover {
  color: #007bff;
}

/* Hero Section */
.hero-section {
  background-color: #f4f6f9;
  padding: 80px 0;
}

.hero-img {
  max-width: 100%;
  height: auto;
}

.hero-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #003f8a;
}

.hero-slogan {
  font-size: 1.3rem;
  font-weight: 500;
  color: #007bff;
  margin-top: 10px;
}

.hero-subtext {
  font-size: 1rem;
  color: #555;
  margin-top: 15px;
  line-height: 1.6;
}

/* iPhone-style Phone Mockup */
.phone-mockup {
  width: 280px;
  height: 560px;
  border: 16px solid #000; /* Black border */
  border-radius: 50px;
  padding: 20px;
  background-color: #fff; /* Fallback */
  background: linear-gradient(to bottom, #fff, #f4f4f4); /* Screen gradient */
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  position: relative;
}
.phone-notch {
  width: 120px;
  height: 20px;
  background-color: #333;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

/* Status Bar */
.status-bar {
  font-size: 0.85rem;
  color: #ccc;
  margin-top: 10px; /* Reduced from 30px */
}


.status-icons i {
  margin-left: 8px;
}

/* Screen Content */
.phone-screen {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center */
  align-items: center;
  height: 100%;
  padding: 0 10px; /* Horizontal padding only */
  text-align: center;
}

.logo-on-phone {
  height: 60px;
  margin-bottom: 20px;
}

.phone-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.phone-screen input {
  font-size: 0.9rem;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  color: #f5f4f4;
}

.phone-screen input:disabled {
  opacity: 1;
  cursor: default;
}

.phone-login-text {
  font-size: 0.85rem;
  color: #ccc;
}

/* Section Styling */
.section {
  padding: 60px 0;
}

.section h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.features i, .pricing i {
  font-size: 2.5rem;
  color: #007bff;
}

.features h4, .pricing h4 {
  margin-top: 15px;
  font-weight: 600;
}

.use-cases .col-md-3 {
  font-size: 1.1rem;
  padding: 15px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.pricing .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.testimonials .card {
  border: none;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 10px;
}

/* CTA and Footer */
.cta-footer {
  background-color: #003f8a;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.footer {
  background-color: #001f4d;
  color: #ccc;
  padding: 30px 20px;
  text-align: center;
  font-size: 0.9rem;
}

.btn-light, .btn-outline-light {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
}

.btn-outline-light:hover {
  background-color: white;
  color: #003f8a;
}
.phone-mockup {
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.phone-mockup:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #003f8a;
  margin-bottom: 30px;
}

.section .lead {
  font-size: 1.1rem;
  color: #555;
}

.section h5 {
  font-weight: 600;
  color: #003f8a;
}

.section p {
  font-size: 0.95rem;
  color: #666;
}

.section {
  padding: 60px 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #003f8a;
  margin-bottom: 30px;
}

.icon-box {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.section h5 {
  font-weight: 600;
  color: #003f8a;
  margin-top: 10px;
}

.section p {
  font-size: 0.95rem;
  color: #555;
}

.use-cases strong {
  font-size: 1.1rem;
  color: #003f8a;
}

.use-cases .text-muted {
  font-size: 0.9rem;
  display: block;
  margin-top: 4px;
  color: #666;
}

/* Pricing Section */
.section {
  padding: 60px 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #003f8a;
  margin-bottom: 20px;
}

.pricing .lead {
  font-size: 1.1rem;
  color: #555;
}

.pricing .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.pricing .card:hover {
  transform: scale(1.03);
}

.pricing h4 {
  font-weight: 600;
  color: #003f8a;
}

.pricing h5 {
  font-size: 1.2rem;
  margin-top: 10px;
}

.pricing p {
  font-size: 0.95rem;
  color: #666;
}

.pricing .btn {
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 25px;
}
.social-icons i {
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.social-icons a:hover i {
  color: #4f4cf0; /* Light blue hover effect */
}


.footer {
  background-color: #003f8a; /* Deep navy blue */
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 0.95rem;
}

.footer-top {
  margin-bottom: 20px;
}
.contact-info {
  margin-bottom: 10px;
}





.step-box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.step-box:hover {
  transform: scale(1.03);
}

.step-box h5 {
  font-weight: 600;
  color: #003f8a;
  margin-top: 10px;
}

.step-box p {
  font-size: 0.95rem;
  color: #666;
}

.section {
  padding: 60px 0;
}

.hero-section {
  background: linear-gradient(to right, #d4e6f9, #ffffff);
}

.section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 0 auto 15px;
  border-radius: 2px;
  background: linear-gradient(to right, #003f8a, #007bff);
  animation: pulseBar 2.0s infinite ease-in-out;
}

@keyframes pulseBar {
  0%, 100% { transform: scaleX(1); opacity: 1; }
  50% { transform: scaleX(1.2); opacity: 0.6; }
}

.text-gradient {
  background: linear-gradient(to right, #003f8a, #007bff);
  background-clip: text;              /* Standard property */
  -webkit-background-clip: text;      /* For Chrome/Safari */
  color: transparent;                 /* Standard way */
  -webkit-text-fill-color: transparent; /* For Chrome/Safari */
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366;
  color: white;
  font-size: 1.8rem;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.05);
}




.sms-preview {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-size: 0.95rem;
  text-align: left;
  margin-top: 10px;
}

.sms-header {
  font-weight: 600;
  color: #003f8a;
  margin-bottom: 8px;
}

.sms-body {
  color: #333;
}

.sms-footer {
  font-size: 0.8rem;
  color: #999;
  margin-top: 10px;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-size: 1rem;
  color: #333;
}
.testimonial-card p {
  font-style: italic;
  margin-bottom: 10px;
}
.testimonial-card strong {
  color: #003f8a;
}

.btn-orange {
  background-color: #f9a826;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
}
.btn-orange:hover {
  background-color: #e58e1a;
}
.icon-marketing { color: #007bff; font-size: 2rem; }
.icon-payments { color: #28a745; font-size: 2rem; }
.icon-events { color: #6f42c1; font-size: 2rem; }
.icon-delivery { color: #e46b08; font-size: 2rem; }

.bg-accent {
  background-color: #eaf4ff;
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: scale(1.03);
}

.icon-feature {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: inline-block;
}

.icon-blue { color: #007bff; }
.icon-green { color: #28a745; }
.icon-orange { color: #fd7e14; }
.icon-purple { color: #6f42c1; }
.icon-teal { color: #20c997; }

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-orange {
  background-color: #ff6600;
  color: #fff;
}
.btn-orange:hover {
  background-color: #e65c00;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  padding: 12px;
  font-size: 24px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.whatsapp-float:hover {
  background: #20b954;
}
.social-icons a:hover {
  color: #300f6e; 
  transition: color 0.3s ease;
}
.social-icons i {
  font-size: 1.5rem;
}
.col-md-4:hover h5,
.col-md-4:hover p {
  font-weight: bold;
  font-size: 1.1rem;
  transition: font-size 0.3s ease;
}
.feature-icon {
  font-size: 2rem;
  color: #0d6efd; /* Bootstrap primary */
}
.col-md-3:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.05rem;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 1.3rem;
}
.social-icons a:hover {
  color: #ff6600; /* or your brand accent */
  transition: color 0.3s ease;
}
.footer-bottom {
  margin-top: 1rem;
  font-size: 0.9rem;
}
  