#wrapper {
  width: 100%;
  max-width: 1400px;
  min-width: unset;
  border-radius: 30px;
  padding: 5px;
   /* margin: 0 auto; /* centers content */
  box-sizing: border-box;
}
article.page:last-child Specificity: (0,2,1) { border-bottom: none; border-radius: 30px; } article.page:last-child { border-bottom: none; border-radius: 30px; } .comparison-container { max-width: 1200px; margin: 0 auto; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px); border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); overflow: hidden; border: 2px solid #1e5f52; } .comparison-header { background: linear-gradient(135deg, #1e5f52 0%, #2d7a6b 100%); color: white; text-align: center; padding: 40px 20px; } .comparison-header h1 { font-size: 2.5rem; margin-bottom: 10px; font-weight: 700; } .comparison-header p { font-size: 1.1rem; opacity: 0.9; } .apps-container { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 600px; position: relative; } .app-card { padding: 40px; position: relative; transition: all 0.3s ease; } .app-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); } .app-card:first-child { border-right: 2px solid #e8f4f1; background: linear-gradient(135deg, #f8fcfb 0%, #e8f4f1 100%); } .app-card:last-child { background: linear-gradient(135deg, #fff9e6 0%, #f4ead5 100%); } .vs-divider { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: white; color: #1e5f52; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); z-index: 10; border: 3px solid #1e5f52; } .app-icon { width: 120px; height: 120px; border-radius: 20px; background: #f0f0f0; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 10px 30px rgba(30, 95, 82, 0.2); overflow: hidden; border: 3px solid rgba(30, 95, 82, 0.1); position: relative; } .app-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; } .image-placeholder { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #e0e0e0; display: flex; align-items: center; justify-content: center; color: #666; font-size: 0.8rem; text-align: center; padding: 10px; border-radius: 16px; } .app-name { font-size: 2rem; font-weight: 700; color: #1e5f52; margin-bottom: 10px; text-align: center; } .app-tagline { font-size: 1.1rem; color: #5a7f73; margin-bottom: 30px; font-style: italic; text-align: center; } .screenshots-section { margin: 30px 0; } .screenshots-title { font-size: 1.2rem; font-weight: 600; color: #1e5f52; margin-bottom: 15px; text-align: center; } .image-placeholder img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; } .screenshots-grid-mobile { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin-bottom: 20px; } .screenshot-mobile { width: 100%; aspect-ratio: 9/16; /* Mobile phone aspect ratio */ border-radius: 12px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); position: relative; background: #f0f0f0; border: 2px solid rgba(30, 95, 82, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .screenshot-mobile:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25); } .screenshot-mobile img { width: 100%; height: 100%; object-fit: cover; } .screenshot-mobile .image-placeholder { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, #e8f4f1 0%, #d1e7dd 100%); display: flex; align-items: center; justify-content: center; color: #1e5f52; font-size: 0.7rem; text-align: center; padding: 10px; border-radius: 10px; font-weight: 500; } .screenshot img { width: 100%; height: 100%; object-fit: cover; } .large-screenshot { grid-column: 1 / -1; height: 200px; margin-bottom: 15px; } .feature-highlights { background: rgba(30, 95, 82, 0.05); border: 2px solid rgba(30, 95, 82, 0.1); padding: 20px; border-radius: 12px; margin: 20px 0; } .feature-highlights h3 { color: #1e5f52; font-size: 1.1rem; margin-bottom: 10px; text-align: center; } .feature-list { list-style: none; margin: 0; } .feature-item { padding: 8px 0; display: flex; align-items: center; font-size: 0.95rem; color: #2d4a42; } .feature-icon { width: 18px; height: 18px; border-radius: 50%; background: #1e5f52; color: white; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: bold; margin-right: 12px; flex-shrink: 0; } .cta-button { width: 100%; padding: 15px; background: linear-gradient(135deg, #1e5f52 0%, #2d7a6b 100%); color: white; border: none; border-radius: 50px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; margin-top: 20px; } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(30, 95, 82, 0.4); background: linear-gradient(135deg, #2d7a6b 0%, #1e5f52 100%); } .comparison-header h1 { color: white; font-size: 2rem; } .app-card { padding: 30px 20px; } .vs-divider { top: 50%; left: 50%; } .screenshots-grid-mobile { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; } } /* Image placeholder styling */ .image-path { background: #f9f9f9; border: 2px dashed #ccc; padding: 5px; margin: 5px 0; font-family: monospace; font-size: 0.8rem; color: #666; border-radius: 4px; text-align: center; } .showcase-container { max-width: 1200px; margin: 0 auto; } .showcase-header { text-align: center; margin-bottom: 40px; } .showcase-header h1 { color: white; font-size: 3rem; font-weight: 700; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); margin-bottom: 10px; } .new-badge { color: #ff4444; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; } .app-showcase { background: white; border-radius: 20px; padding: 50px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); } .app-header { display: flex; flex-direction: column; align-items: center; margin-bottom: 40px; } .app-icon { width: 150px; height: 150px; margin-bottom: 20px; border-radius: 30px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.15); } .app-icon img { width: 100%; height: 100%; object-fit: cover; } .app-name { font-size: 2.2rem; color: #333; margin-bottom: 10px; font-weight: 700; } .app-tagline { color: #666; font-size: 1.2rem; padding: 10px 25px; background: orange; color: white; border-radius: 25px; font-weight: 600; } .screenshots-section { margin-top: 40px; } .screenshots-title { font-size: 1.5rem; color: #444; margin-bottom: 30px; text-align: center; font-weight: 600; } .screenshots-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; } .screenshot-item {
    width: 100%;
    height: 475px;   /* or whatever height you want */
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.screenshot-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* fills the box both directions */
    object-position: center;
}

.screenshot-item:hover { transform: translateY(-8px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); } .screenshot-item img { width: 100%; height: auto; display: block; } /* Modal for fullscreen image viewing */ .modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.95); align-items: center; justify-content: center; } .modal.active { display: flex; } .modal-content { max-width: 90%; max-height: 90%; object-fit: contain; border-radius: 10px; } .modal-close { position: absolute; top: 30px; right: 50px; color: white; font-size: 50px; font-weight: bold; cursor: pointer; transition: color 0.3s; z-index: 1001; } .modal-close:hover { color: #667eea; } @media (max-width: 768px) { .app-showcase { padding: 30px 20px; } .showcase-header h1 { font-size: 2rem; } .app-name { font-size: 1.8rem; } .screenshots-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } .modal-close { top: 15px; right: 25px; font-size: 40px; } } @media (max-width: 480px) { .showcase-header h1 { font-size: 1.5rem; } .app-icon { width: 120px; height: 120px; } .screenshots-grid { grid-template-columns: 1fr; } }

/* Responsive screenshot cards with fixed aspect ratio */
.screenshots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  align-items: stretch;
}


/* Tighter grid on smaller screens and taller aspect for phones */
@media (max-width: 900px) {
  .screenshots-grid { gap: 14px; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
  .screenshot-item { aspect-ratio: 4 / 3; }
}
@media (max-width: 480px) {
  .screenshots-grid { gap: 10px; grid-template-columns: repeat(2, 1fr); }
  .screenshot-item { aspect-ratio: 9 / 16; } /* portrait cards on narrow phones */
}
.navigation_custom {
  background-color: #03483e;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: left;
	
}

#menu1 a {
    color: #f7a102;
    padding-left: 40px;
}


.navigation_custom a:hover {
  color: white;
}

.footer-minimal {
    background-color: #03483e;
    color: #ffffff;
    padding: 20px 20px;
    text-align: center;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    justify-content: space-between;
    font-family: "Georgia", serif;
    font-size: 16px;
    position: absolute;
    width: -webkit-fill-available;
			;
		bottom: -20px;
	 left: 0
}

.footer-minimal p {
  margin: 0;
}

.back-to-top {
  background-color: #f5a300;
  color: #03483e;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background-color: #ffffff;
  color: #03483e;
}

.wpsm-menu li a {
  text-transform: uppercase;
  font-family: "Georgia", serif;
  color: #f5a300; /* optional: default color for inactive links */
}

/* Active menu item: white */
.wpsm-menu .current-menu-item > a,
.wpsm-menu .current_page_item > a {
  color: #ffffff !important;
}
.image-flex-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}

.image-flex-section figure {
  flex: 1 1 30%;
  max-width: 33.33%;
  margin: 0;
  box-sizing: border-box;
}

.image-flex-section img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}


/* ----- Mobile phones: force 1 image per row ----- */
/* Use 820px or 767px breakpoints depending on needs.
   767px is kept but we add a more specific rule for many phones. */
@media (max-width: 767px), (max-device-width: 767px) {
.screenshot-item {
    height: auto !important;
    aspect-ratio: auto !important;
  }

  .screenshot-item img {
    width: 100% !important;
    height: auto !important;     /* Let full height show */
    object-fit: contain !important;  /* No cropping */
  }
  .image-flex-section {
    gap: 16px;
  }
	 .cards-grid {
    grid-template-columns: 1fr !important;
  }
 .cards-grid {
    grid-template-columns: 1fr !important;
  }

.books-grid {
    grid-template-columns: 1fr !important;
  }
	
	.testimonials-grid {
    grid-template-columns: 1fr !important;
  }

.apps-flex {
    flex-direction: column !important;
  }

  .apps-flex > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  .apps-flex img {
    max-width: 80% !important;
  }

.main-content, .entry-content {
  font-size: 120%;
}

.main-content h1, 
.main-content h2, 
.main-content h3, 
.main-content p {
  font-size: 120% !important;
}
	

  /* make each figure full width and override any prior widths */
  .image-flex-section figure {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .image-flex-section img {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    display: block;
    /* reduce hover transform to avoid layout shifts on touch devices */
    transition: transform 0.18s ease;
  }
	
	.contact-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-card, 
  .contact-image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .contact-image img {
    max-width: 80%;
  }
}

/* ----- Defensive: convert table layout to block on small screens ----- */
@media (max-width: 767px) {
  /* If your images are still wrapped inside WP table blocks, stack them */
  .wp-block-table table,
  .wp-block-table tbody,
  .wp-block-table tr,
  .wp-block-table td,
  .wp-block-table th {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .wp-block-table td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* ensure the figure inside table cells behaves like our flex figures */
  .wp-block-table figure.wp-block-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .wp-block-table img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

/* ----- Extra override if theme rules still win: use higher specificity ----- */
@media (max-width: 767px) {
  body .image-flex-section figure {
    flex-basis: 100% !important;
    -webkit-flex-basis: 100% !important;
  }
}
/* ----- Responsive Burger Navigation ----- */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 35px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 999;
}

.burger span {
  background-color: #f5a300;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  margin: 4px 0;
  transition: all 0.3s ease;
}

.screenshots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.screenshot-item img {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.screenshot-item img:hover {
  transform: scale(1.05);
}

/* &#x2705; Mobile: show 1 image per row */
@media (max-width: 767px) {
  .screenshots-grid {
    grid-template-columns: 1fr !important;
  }
}

/* &#x2705; Tablet: show 2 images per row */
@media (min-width: 768px) and (max-width: 1023px) {
  .screenshots-grid {
    grid-template-columns: repeat(2, 1fr);
  }

.screenshot-item {
    height: auto !important;
    aspect-ratio: auto !important;
  }

  .screenshot-item img {
    width: 100% !important;
    height: auto !important;     /* Let full height show */
    object-fit: contain !important;  /* No cropping */
  }

