@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fef6ed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yeseva One", serif;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #0f172a;
}

h1 {
  font-size: 3.4rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  margin-bottom: 1rem;
  color: #475569;
}

a {
  color: #eb5e28;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
a:hover, a:focus {
  color: #1f108f;
  text-decoration: underline;
}

.language-selector {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1030;
}
@media (min-width: 768px) {
  .language-selector {
    display: none;
  }
}

.language-dropdown .btn {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.language-dropdown .btn:hover {
  background: #fef6ed;
}

.navbar {
  padding: 1rem 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-brand {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #eb5e28 !important;
}
.navbar .navbar-brand img {
  transition: transform 0.3s ease-in-out;
}
.navbar .navbar-brand:hover img {
  transform: scale(1.1);
}
.navbar .nav-link {
  font-weight: 500;
  color: #334155 !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #eb5e28 !important;
  background-color: #fef6ed;
}
.navbar .nav-link.active {
  color: #eb5e28 !important;
  background-color: rgba(235, 94, 40, 0.1);
}
.navbar .btn {
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.5rem 1.5rem;
}

.hero-section {
  background: linear-gradient(135deg, #fef6ed 0%, #fff2e3 100%);
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23f1f5f9" fill-opacity="0.5"><circle cx="60" cy="60" r="1"/></g></svg>');
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-section .hero-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .hero-section .hero-content {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
}
.hero-section .hero-title {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero-section .hero-title {
    font-size: 3.4rem;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-title {
    font-size: 1.875rem;
  }
}
.hero-section .hero-subtitle {
  font-size: 1.125rem;
  color: #475569;
  margin-bottom: 2rem;
}
.hero-section .hero-cta .btn {
  border-radius: 9999px;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1rem;
}
.hero-section .hero-cta .btn.btn-primary {
  background-color: #eb5e28;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.hero-section .hero-cta .btn.btn-primary:hover, .hero-section .hero-cta .btn.btn-primary:focus {
  background-color: #1f108f;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.hero-section .hero-cta .btn.btn-outline-primary {
  background: transparent;
  border: 2px solid #eb5e28;
  color: #eb5e28;
}
.hero-section .hero-cta .btn.btn-outline-primary:hover {
  background: #eb5e28;
  color: #ffffff;
}
.hero-section .hero-stats {
  margin-top: 4rem;
}
.hero-section .hero-stats .stat-item .stat-number {
  font-size: 1.875rem;
  font-weight: 700;
  color: #eb5e28;
  margin-bottom: 0.25rem;
}
.hero-section .hero-stats .stat-item .stat-label {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 0;
}
.hero-section .hero-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero-section .hero-animation .animation-container {
  width: 100%;
  max-width: 500px;
  height: 400px;
}
.hero-section .hero-animation .animation-container .hero-svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.services-section {
  padding: 6rem 0;
}
.services-section .section-title {
  color: #0f172a;
  margin-bottom: 1rem;
}
.services-section .section-subtitle {
  color: #475569;
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}
.services-section .service-card {
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  height: 100%;
  border: 1px solid #e2e8f0;
}
.services-section .service-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.services-section .service-card .service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #eb5e28, #ff753f);
  border-radius: 9999px;
  margin: 0 auto 1.5rem;
}
.services-section .service-card .service-icon i {
  font-size: 1.875rem;
  color: #ffffff;
}
.services-section .service-card h4 {
  color: #0f172a;
  margin-bottom: 1rem;
}
.services-section .service-card p {
  color: #475569;
  margin-bottom: 0;
}

.riders-section {
  padding: 6rem 0;
}
.riders-section .riders-content {
  padding: 2rem 0;
}
.riders-section .benefits-list .benefit-item {
  padding: 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.riders-section .benefits-list .benefit-item:hover {
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.riders-section .benefits-list .benefit-item h5 {
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.riders-section .benefits-list .benefit-item p {
  color: #475569;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.riders-section .riders-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.riders-section .riders-animation .riders-svg {
  width: 100%;
  max-width: 400px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-section {
  padding: 6rem 0;
}
.about-section .about-content {
  padding: 2rem 0;
}
.about-section .about-content p {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.about-section .about-features .feature-item {
  font-size: 1rem;
  font-weight: 500;
  color: #334155;
}
.about-section .about-features .feature-item i {
  font-size: 1.25rem;
}
.about-section .about-stats .stat-card {
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  padding: 2rem;
}
.about-section .about-stats .stat-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.about-section .about-stats .stat-card .stat-number {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.about-section .about-stats .stat-card p {
  color: #475569;
  margin-bottom: 0;
  font-weight: 500;
}

.contact-section {
  padding: 6rem 0;
}
.contact-section .contact-info .contact-item i {
  display: block;
  margin-bottom: 1rem;
}
.contact-section .contact-info .contact-item h5 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.contact-section .contact-info .contact-item p {
  color: #cbd5e1;
  margin-bottom: 0;
}
.contact-section .contact-form .form-label {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.contact-section .contact-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 0.375rem;
  padding: 1rem;
}
.contact-section .contact-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-section .contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-section .contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #eb5e28;
  box-shadow: 0 0 0 0.2rem rgba(235, 94, 40, 0.25);
  color: #ffffff;
}
.contact-section .contact-form .btn {
  border-radius: 0.375rem;
  padding: 1rem 2rem;
  font-weight: 600;
}

.footer {
  border-top: 1px solid #1e293b;
}
.footer .social-links a {
  font-size: 1.25rem;
  transition: all 0.15s ease-in-out;
}
.footer .social-links a:hover {
  color: #eb5e28 !important;
  transform: translateY(-2px);
}

.text-primary {
  color: #eb5e28 !important;
}

.text-secondary {
  color: #64748b !important;
}

.text-success {
  color: #10b981 !important;
}

.text-warning {
  color: #f59e0b !important;
}

.text-danger {
  color: #ef4444 !important;
}

.text-info {
  color: #06b6d4 !important;
}

.bg-primary {
  background-color: #eb5e28 !important;
}

.bg-secondary {
  background-color: #64748b !important;
}

.bg-light {
  background-color: #fef6ed !important;
}

.bg-dark {
  background-color: #1e293b !important;
}

.m-xs {
  margin: 0.25rem !important;
}

.m-sm {
  margin: 0.5rem !important;
}

.m-md {
  margin: 1rem !important;
}

.m-lg {
  margin: 1.5rem !important;
}

.m-xl {
  margin: 2rem !important;
}

.p-xs {
  padding: 0.25rem !important;
}

.p-sm {
  padding: 0.5rem !important;
}

.p-md {
  padding: 1rem !important;
}

.p-lg {
  padding: 1.5rem !important;
}

.p-xl {
  padding: 2rem !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  animation: fadeIn 0.6s ease-out;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation: bounce 1s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation: pulse 2s infinite;
}

.smooth-scroll {
  scroll-behavior: smooth;
}

@media (max-width: 575px) {
  .hero-section .hero-content {
    text-align: center;
    padding: 5rem;
  }
  .hero-section .hero-cta .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .hero-section .hero-cta .btn:last-child {
    margin-bottom: 0;
  }
  .services-section,
  .riders-section,
  .about-section,
  .contact-section {
    padding: 3rem 0;
  }
  .section-title {
    font-size: 1.875rem;
  }
  .section-subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .hero-cta .btn {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 768px) {
  .language-selector {
    display: none;
  }
  .hero-section .hero-content {
    text-align: left;
  }
}
@media print {
  .navbar,
  .language-selector,
  .hero-cta,
  .contact-form,
  .footer .social-links {
    display: none !important;
  }
  body {
    color: #000000 !important;
    background: #ffffff !important;
  }
  .hero-section,
  .services-section,
  .riders-section,
  .about-section,
  .contact-section {
    background: #ffffff !important;
    box-shadow: none !important;
  }
}
*:focus {
  outline: 2px solid #eb5e28;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-contrast: high) {
  body {
    background: #ffffff;
    color: #000000;
  }
  .btn-primary {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  .btn-outline-primary {
    border-color: #000000;
    color: #000000;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.hero-section {
  background: linear-gradient(135deg, #fef6ed 0%, #fff2e3 100%);
  position: relative;
  overflow: hidden;
}
.hero-section .hero-content {
  padding: 2rem 0;
}
.hero-section .hero-content .hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-title {
    font-size: 2rem;
  }
}
.hero-section .hero-content .hero-subtitle {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 2rem;
}
.hero-section .qr-code-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-section .qr-code-container {
    justify-content: center;
  }
}
.hero-section .qr-code-container .qr-code {
  padding: 1rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.hero-section .hero-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .hero-illustration .delivery-animation {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.stats-section .stats-bar {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8a50 100%);
  color: #ffffff;
  padding: 2rem 0;
}
.stats-section .stats-bar .stat-item {
  text-align: center;
  padding: 0 1rem;
}
.stats-section .stats-bar .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.stats-section .stats-bar .stat-item .stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0;
  font-weight: 500;
}

.features-section {
  padding: 5rem 0;
  background: #fef6ed;
}
.features-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.features-section .section-subtitle {
  color: #475569;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
.features-section .feature-card {
  background: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.features-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}
.features-section .feature-card .feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.features-section .feature-card .feature-icon.blue {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
}
.features-section .feature-card .feature-icon.orange {
  color: #ff6b35;
  background: rgba(255, 107, 53, 0.1);
}
.features-section .feature-card .feature-icon.yellow {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.1);
}
.features-section .feature-card .feature-icon.purple {
  color: #8b5cf6;
  background: rgba(139, 92, 246, 0.1);
}
.features-section .feature-card h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0f172a;
}
.features-section .feature-card p {
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.6;
}

.app-steps-section {
  padding: 5rem 0;
}
.app-steps-section .phone-container {
  max-width: 300px;
  margin: 0 auto;
}
.app-steps-section .phone-container .phone-screen {
  background: #ffffff;
  border-radius: 25px;
  padding: 2rem 1rem;
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
  border: 8px solid #0f172a;
}
.app-steps-section .phone-container .app-interface .app-header {
  background: #eb5e28;
  color: #ffffff;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  text-align: center;
}
.app-steps-section .phone-container .app-interface .app-header .status-bar {
  font-size: 0.8rem;
  opacity: 0.8;
}
.app-steps-section .phone-container .app-interface .app-header .app-title {
  font-weight: 600;
  margin-top: 0.5rem;
}
.app-steps-section .phone-container .app-interface .map-area {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.app-steps-section .phone-container .app-interface .order-details .order-item {
  background: #f1f5f9;
  padding: 0.75rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.app-steps-section .steps-list .step-item .step-number {
  width: 40px;
  height: 40px;
  background: #ff6b35;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 1rem;
  flex-shrink: 0;
}
.app-steps-section .steps-list .step-item .step-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0f172a;
}
.app-steps-section .steps-list .step-item .step-content p {
  color: #475569;
  margin-bottom: 0;
  line-height: 1.6;
}

.final-cta-section {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.8) 0%, rgba(255, 138, 80, 0.8) 100%), url("../images/bg/bg-slider.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.final-cta-section .cta-container {
  height: 400px;
}
.final-cta-section .cta-container .cta-content {
  color: #ffffff;
  padding: 2rem;
}
.final-cta-section .cta-container .cta-content .cta-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.final-cta-section .cta-container .cta-content .cta-title .highlight {
  color: #c83504;
}
@media (max-width: 768px) {
  .final-cta-section .cta-container .cta-content .cta-title {
    font-size: 2rem;
  }
}
.final-cta-section .cta-container .cta-content .cta-flags {
  margin-bottom: 2rem;
}
.final-cta-section .cta-container .cta-content .cta-flags img {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.final-cta-section .cta-container .cta-content .cta-badges {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.final-cta-section .cta-container .cta-content .cta-badges .badge-item {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.final-cta-section .cta-container .cta-content .cta-badges .badge-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffd54f;
}
.final-cta-section .cta-container .cta-character {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.final-cta-section .cta-container .cta-character svg {
  max-width: 100%;
  height: auto;
}

.client-stats-section .client-stats {
  background: #fef6ed;
  padding: 3rem 2rem;
  border-radius: 16px;
  text-align: center;
}
.client-stats-section .client-stats .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.client-stats-section .client-stats .stats-row .stat-item .stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #eb5e28;
  margin-bottom: 0.5rem;
}
.client-stats-section .client-stats .stats-row .stat-item .stat-label {
  color: #475569;
  font-weight: 500;
}
.client-stats-section .app-showcase .phone-mockup {
  max-width: 250px;
  margin: 0 auto;
}
.client-stats-section .app-showcase .phone-mockup img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}
.client-stats-section .app-showcase .app-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.client-stats-section .app-showcase .app-links .app-link img {
  height: 50px;
  width: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.client-stats-section .app-showcase .app-links .app-link img:hover {
  transform: scale(1.05);
}

.ek-button {
  background-color: #eb5e28;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1rem;
}
.ek-button:hover {
  background-color: #ff753f;
  color: #ffffff;
}
.ek-button:focus {
  background-color: #ff753f;
  color: #ffffff;
}
.ek-button:active {
  background-color: #ff753f;
  color: #ffffff;
}

.hero-section {
  background-image: url("../images/bg/bg-slider.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  background-color: #eb5e28;
}

@media screen and (max-width: 667px) {
  .navbar-collapse {
    display: flex;
    margin-top: 20px;
    justify-content: flex-start !important;
  }
}/*# sourceMappingURL=main.css.map */