/* --------------------
   RESET & BASE
-------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #222;
  background: #fff;
  line-height: 1.6;
  
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

/* Mobile text boost */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  h1 { font-size: 26px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }

  p, li, a {
    font-size: 15px;
  }
}

a, button {
  min-height: 44px;
  min-width: 44px;
}

.main-nav a,
.btn-order,
.store-btn {
  padding: 12px 18px;
}
.card a {
  display: block;
  padding: 12px;
}


section {
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

/* --------------------
   HEADER
-------------------- */


/* Sticky Header */
.top-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #f58220;
  color: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: all 0.3s ease;
}

/* On scroll effect */
.top-header.scrolled {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 42px;
}

.main-nav a {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
}

.btn-register {
  background: #fff;
  color: #f58220;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
}

.location-bar {
  background: #f7f7f7;
  color: #333;
  padding: 8px 20px;
  font-size: 13px;
}

/* --------------------
   HERO / SLIDER
-------------------- */
.hero {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
}

.slide {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.slide img {
  width: 100%;
  border-radius: 16px;
}

.caption {
  position: absolute;
  top: 20%;
  left: 8%;
  max-width: 420px;
}

.caption h1 {
  font-size: 34px;
  margin-bottom: 10px;
  color: #1f2a6d;
}

.caption p {
  font-size: 16px;
  color: #444;
}

/* --------------------
   CATEGORIES
-------------------- */
.categories {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.categories h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 24px;
  text-align: center;
}

.category-item img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
}

.category-item p {
  margin-top: 12px;
  font-weight: 500;
}

/* --------------------
   BLOG SECTION
-------------------- */
.blogs {
  background: #fafafa;
  padding: 60px 20px;
}

.blogs h2 {
  max-width: 1200px;
  margin: auto auto 30px;
  font-size: 26px;
}

.blog-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.blog-grid article {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.blog-grid h3 {
  padding: 14px;
  font-size: 16px;
}

/* --------------------
   ABOUT
-------------------- */
.about {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.about h2 {
  font-size: 26px;
  margin-bottom: 14px;
}

.about p {
  
  font-size: 15px;
  color: #444;
}

/* --------------------
   APP DOWNLOAD
-------------------- */
.app-download {
  background: #f58220;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}

.app-download img {
  height: 44px;
  margin: 10px;
}

/* --------------------
   FOOTER
-------------------- */
footer {
  background: #f58220;
  color: #fff;
  padding: 40px 20px;
}

.site-footer {
  background: #f58220;
  color: #fff;
  padding-top: 60px;
  font-size: 14px;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 40px;
}

.footer-brand img {
  height: 44px;
  margin-bottom: 12px;
}

.footer-brand p {
  max-width: 260px;
  line-height: 1.6;
  opacity: 0.9;
}
.site-footer h4 {
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 600;
}

.footer-links a {
  display: block;
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fff;
  color: #f58220;
}

/* CONTACT */
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  opacity: 0.95;
}

.footer-contact i {
  width: 16px;
}

/* BOTTOM BAR */
.footer-bottom {
  text-align: center;
  padding: 18px 10px;
  margin-top: 50px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 13px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand p {
    margin: auto;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-contact p {
    justify-content: center;
  }
}

/* --------------------
   RESPONSIVE
-------------------- */
@media (max-width: 768px) {
  .caption h1 {
    font-size: 24px;
  }

  .main-nav {
    display: none;
  }
}

.slide {
  display: none;
}
.blog-card p {
  font-size: 14px;
  color: #555;
  padding: 0 14px 14px;
}

.footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #f58220;
  margin-right: 10px;
  font-size: 16px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #f58220;
  color: #fff;
}

.app-row {
  margin-bottom: 30px;
}

.app-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 30px;
  margin: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.app-btn.android {
  background: #3ddc84;
}

.app-btn.ios {
  background: #000;
}


.app-download h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.sub-text {
  color: #fff;
  margin-bottom: 50px;
}

.app-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.app-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.app-card:hover {
  transform: translateY(-6px);
}

.app-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.app-card-header i {
  font-size: 28px;
  color: #f58220;
}

.app-card h3 {
  font-size: 22px;
  margin: 0;
  color: #f58220;
}

.app-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}

.store-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  min-width: 145px;
}

.store-btn i {
  font-size: 22px;
}

.store-btn span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.store-btn span small {
  font-size: 10px;
  opacity: 0.85;
}

.store-btn.android {
  background: #3e3f3e;
}

.store-btn.ios {
  background: #000;
}

/* Mobile */
@media (max-width: 600px) {
  .store-buttons {
    justify-content: center;
  }
  .app-card {
    text-align: center;
  }
}
.services {
  padding: 70px 20px;
  background: #fafafa;
}

.services h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.services .subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center;
  text-decoration: none;
  color: #111;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: transform .25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fff4ea;
  overflow: hidden;             
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;            
  border-radius: 50%;
  border: solid 4px #f58220;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.service-card h3 {
  font-size: 16px;
  font-weight: 600;
}

.btn-order {
  background: linear-gradient(135deg, #ff8a00, #ff6a00);
  color: #ffffff !important;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 18px rgba(255, 122, 0, 0.35);
  transition: all 0.25s ease;
}

/* Hover effect */
.btn-order:hover {
  background: linear-gradient(135deg, #ff6a00, #e65c00);
  box-shadow: 0 8px 22px rgba(255, 122, 0, 0.45);
  transform: translateY(-2px);
}

/* Mobile friendly */
@media (max-width: 768px) {
  .btn-order {
    padding: 10px 18px;
    font-size: 13px;
  }
}

.lazy-section {
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}
/* ---------- HEADER BASE ---------- */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Desktop nav */
.desktop-nav {
  display: flex;
  gap: 20px;
}

/* Order button */
.btn-order {
  background: #f58220;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
}

/* ---------- MOBILE ---------- */
.menu-toggle {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  padding: 25px;
  z-index: 10000;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-menu a {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

.mobile-menu .mobile-order {
  margin-top: 20px;
  text-align: center;
}

/* Overlay */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: none;
  z-index: 9999;
}

/* Close button */
.menu-close {
  align-self: flex-end;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Active state */
.mobile-menu.active {
  right: 0;
}

.mobile-menu-overlay.active {
  display: block;
}

/* ---------- RESPONSIVE RULE ---------- */
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
}

.faq {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq h2 {
  text-align: center;
  margin-bottom: 30px;
}

.faq-item {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 15px;
}

.faq-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 15px;
  color: #444;
}
/* CMS PAGE LAYOUT */
.page-wrapper {
  padding: 60px 0;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.cms-page h1 {
  font-size: 32px;
  margin-bottom: 25px;
}

.cms-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.cms-content p {
  margin-bottom: 15px;
}

.cms-content ul {
  margin: 10px 0 20px 20px;
}

.cms-content li {
  margin-bottom: 8px;
}

/* Mobile */
@media (max-width: 768px) {
  .cms-page h1 {
    font-size: 24px;
  }
}

/* CMS Pages Readability Styles */
.cms-page {
    padding: 40px 15px;
}

.cms-content {
    max-width: 800px; /* Limits paragraph width so eyes don't stretch too much */
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75; /* Increases spacing between lines for readability */
    color: #2d3748; /* Softer gray instead of harsh pure black */
}

.cms-content p {
    margin-bottom: 24px; /* Creates clean gap between short paragraphs */
}

.cms-content h1, .cms-content h2, .cms-content h3 {
    color: #1a202c;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}

.cms-content ul, .cms-content ol {
    margin-bottom: 24px;
    padding-left: 20px;
}

.cms-content li {
    margin-bottom: 8px;
}
