/* Global Typography & Spacing Improvements */
body, html {
  font-family: 'Poppins', Arial, sans-serif;
  color: #222;
  background: #f8fafc;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.3em;
}
p, ul, ol {
  font-size: 1.1em;
  line-height: 1.7;
  color: #444;
  margin-bottom: 18px;
}
.w3-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
section {
  margin-bottom: 32px;
}

/* Button & Link Styles */
a.w3-button, .w3-button {
  border: none;
  outline: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(33,150,243,0.04);
}
a.w3-button:focus, .w3-button:focus {
  box-shadow: 0 0 0 2px #2196F333;
}
a {
  color: #1976d2;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0d47a1;
  text-decoration: underline;
}

/* Section Backgrounds */
.w3-white {
  background: #fff !important;
}
.w3-light-grey {
  background: #f5f7fa !important;
}
.w3-dark-grey {
  background: #222 !important;
  color: #fff !important;
}

/* List Styles */
.w3-ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.w3-ul li:last-child {
  border-bottom: none;
}

/* Responsive Headings */
@media (max-width: 700px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1em;
  }
  .w3-padding-64 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

body {
  font-size: 16px;
  background: #f8fafc;
}
img {
  margin-bottom: -8px;
}
.slide {
  display: none;
}
.logo {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0px 20px 0 0;
}
.logo:hover,
.logo:active {
  transform: scale(1.1) rotate(0);
  transition: 0.2s;
}
.border-1px {
  border: 1px solid;
}

/*.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #333;
}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
  float: left;
  position: relative;
}
.nav a {
  display: block;
  padding: 10px 20px;
  line-height: 1.2em;
  color: #fff;
  border-left: 1px solid #595959;
  text-decoration: none;
}
.nav a:hover {
  text-decoration: none;
  background: #595959;
}
.nav li ul {
  background: #273754;
}
.nav li ul li {
  width: 200px;
}
.nav li ul a {
  border: none;
}
.nav li ul a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.nav li ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.nav ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

#menu {
    position: fixed;
    top: 0px;
    z-index: 1;
    width: 78vw;
}*/

.card {
display: flex;
align-items: center;
flex-direction: column;
}
.card div{
  padding: 10px 0 0 0;
}

.label{
  color: #102a43;
  display: block;
  text-transform: uppercase;
  font-size: x-small;
}

.input-box {
  border: 1px solid #bbb;
font-size: 1.2em;
padding: 4px 4px 4px 10px;
height: 30px;
}
.text-area-box {
  border: 1px solid #bbb;
padding: 4px 4px 4px 10px;
}

input[type=submit] {
  height: auto !important;
  min-height: 44px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

/* Redesigned Navigation Bar Styles */
nav.w3-bar {
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  border-bottom: 1px solid #eee;
}
nav .w3-bar-item a,
nav .w3-bar-item span {
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
nav .w3-bar-item a.w3-button {
  margin-right: 4px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 8px 18px;
}
nav .w3-bar-item a.w3-button.w3-blue {
  color: #fff !important;
  background: #2196F3 !important;
  box-shadow: 0 2px 8px rgba(33,150,243,0.08);
}
nav .w3-bar-item a.w3-button:hover,
nav .w3-bar-item a.w3-button:focus {
  background: #f1f1f1 !important;
  color: #1976d2 !important;
}
nav .w3-bar-item a.w3-button.w3-blue:hover,
nav .w3-bar-item a.w3-button.w3-blue:focus {
  background: #1976d2 !important;
  color: #fff !important;
}
nav .lang {
  margin-right: 8px;
  display: inline-block;
  position: relative;
  z-index: 1100;
}
nav .lang img {
  margin-bottom: 0;
  vertical-align: middle;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  border-radius: 3px;
  background: #fff;
}
nav .lang img:hover {
  box-shadow: 0 2px 8px rgba(33,150,243,0.18);
}
#mobileMenu {
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  border-bottom: 1px solid #eee;
}
@media (max-width: 992px) {
  nav .w3-bar-item.w3-hide-small {
    display: none !important;
  }
  nav .w3-bar-item.w3-right {
    display: block !important;
  }
}
@media (min-width: 993px) {
  #mobileMenu {
    display: none !important;
  }
}

nav, .w3-bar, .w3-bar-item, .w3-button {
  box-sizing: revert !important;
}

/* Hero Section Styles */
.hero-section {
  min-height: 420px;
  background: linear-gradient(120deg, #e3f2fd 0%, #f8fafc 100%);
  position: relative;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  box-shadow: 0 2px 16px rgba(33,150,243,0.04);
}
.hero-title {
  font-size: 2.8em;
  font-weight: 800;
  letter-spacing: 1px;
  color: #222;
  margin-bottom: 18px;
  line-height: 1.2;
}
.hero-subtitle {
  font-size: 1.4em;
  color: #607d8b;
  margin-bottom: 0;
}
.hero-section .w3-button {
  font-size: 1.2em;
  padding: 16px 40px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 700px) {
  .hero-title {
    font-size: 2em;
  }
  .hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Client Logos Grid */
.client-logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 32px;
  justify-items: center;
  align-items: center;
  margin: 48px auto 0 auto;
  max-width: 1100px;
}
.client-logo {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(33,150,243,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  border: 2px solid #f0f4fa;
  padding: 8px;
}
.client-logo:hover, .client-logo:focus {
  transform: scale(1.12) rotate(-2deg);
  box-shadow: 0 6px 24px rgba(33,150,243,0.18);
  border-color: #2196F3;
  z-index: 2;
}
@media (max-width: 700px) {
  .client-logos-grid {
    gap: 18px;
    margin-top: 24px;
  }
  .client-logo {
    width: 70px;
    height: 70px;
    padding: 4px;
  }
}

/* Features Section Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin: 64px auto 0 auto;
  max-width: 950px;
  justify-items: center;
}
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 32px;
  }
}
.feature-card {
  background: #fff;
  color: #222;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(33,150,243,0.07);
  padding: 36px 24px 28px 24px;
  text-align: center;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 260px;
}
.feature-card i {
  margin-bottom: 18px;
  font-size: 2.8em;
}
.feature-card h3 {
  color: #1976d2;
  font-size: 1.3em;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.feature-card p {
  color: #333;
  font-size: 1.08em;
  margin-bottom: 0;
}
.feature-card:hover, .feature-card:focus {
  background: #e3f2fd;
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 8px 32px rgba(33,150,243,0.13);
  z-index: 2;
  color: #1a237e;
}
.feature-card:hover h3, .feature-card:focus h3 {
  color: #1976d2;
}
.feature-card:hover p, .feature-card:focus p {
  color: #222;
}
@media (max-width: 700px) {
  .features-grid {
    gap: 18px;
    margin-top: 32px;
  }
  .feature-card {
    padding: 22px 10px 18px 10px;
    min-height: 180px;
  }
  .feature-card i {
    font-size: 2em;
  }
}

/* Pricing Section Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
  margin: 64px auto 0 auto;
  max-width: 950px;
  justify-items: center;
}
.pricing-card {
  background: #fff;
  color: #222;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(33,150,243,0.07);
  padding: 36px 28px 32px 28px;
  text-align: center;
  transition: transform 0.18s, box-shadow 0.18s, border 0.18s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 340px;
  border: 2px solid #e3f2fd;
  position: relative;
}
.pricing-card .plan-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.pricing-card .plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.pricing-card .plan-features li {
  font-size: 1.08em;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.pricing-card .plan-features li:last-child {
  border-bottom: none;
}
.pricing-card .plan-price {
  font-size: 2em;
  font-weight: 700;
  color: #2196F3;
  margin-bottom: 18px;
}
.pricing-card .plan-duration {
  font-size: 0.5em;
  color: #607d8b;
  font-weight: 400;
}
.pricing-card .plan-cta {
  margin-top: 8px;
  font-size: 1.1em;
  padding: 12px 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(33,150,243,0.08);
}
.pricing-card.basic {
  border-top: 6px solid #607d8b;
}
.pricing-card.plus {
  border-top: 6px solid #f44336;
}
.pricing-card.premium {
  border-top: 6px solid #2196F3;
}
.pricing-card:hover, .pricing-card:focus {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px rgba(33,150,243,0.13);
  border-color: #2196F3;
  z-index: 2;
}
@media (max-width: 700px) {
  .pricing-grid {
    gap: 18px;
    margin-top: 32px;
  }
  .pricing-card {
    padding: 18px 6px 18px 6px;
    min-height: 220px;
  }
  .pricing-card .plan-title {
    font-size: 1.1em;
  }
  .pricing-card .plan-price {
    font-size: 1.3em;
  }
}

/* Application Info Section */
.app-info-container {
  display: flex;
  gap: 48px;
  align-items: stretch;
  justify-content: center;
  /* max-width: 1100px; */
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.app-info-image {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  max-width: 400px;
  margin-bottom: 24px;
}
.app-info-image img {
  width: 100%;
  max-width: 340px;
  min-width: 180px;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(33,150,243,0.10);
}
.app-info-card {
  flex: 2 1 400px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(33,150,243,0.07);
  padding: 36px 32px 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 260px;
  min-height: 320px;
}
.app-info-title {
  color: #2196F3;
  font-size: 2em;
  margin-bottom: 18px;
  font-weight: 800;
}
.app-info-card p {
  color: #444;
  font-size: 1.13em;
  margin-bottom: 14px;
}
.app-icons {
  margin-top: 18px;
  font-size: 2em;
  display: flex;
  gap: 18px;
}
@media (max-width: 900px) {
  .app-info-container {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .app-info-image {
    max-width: 320px;
    min-width: 0;
    width: 90vw;
    margin: 0 auto 18px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app-info-image img {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .app-info-card {
    padding: 18px 8px 18px 8px;
    min-width: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .app-info-title {
    font-size: 1.2em;
  }
  .app-info-card {
    padding: 10px 2vw 10px 2vw;
  }
  .app-info-image {
    max-width: 95vw;
  }
}

/* Features Section Background */
#Features {
  background: #e3f2fd !important;
}
#Features h1,
#Features h2,
#Features h3,
#Features p {
  color: #1a237e !important;
}
.features-grid {
  margin-bottom: 0;
}
.feature-card {
  background: #fff;
  color: #222;
}
.feature-card h3 {
  color: #1976d2;
}
.feature-card p {
  color: #333;
}

/* Add margin below Application Info section on small screens */
@media (max-width: 900px) {
  #ApplicationInfo {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 600px) {
  #ApplicationInfo {
    margin-bottom: 32px !important;
  }
}

/* Contact Section */
.contact-section {
  background: #f5f7fa !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(33,150,243,0.07);
  padding: 36px 32px 28px 32px;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.contact-card h2 {
  color: #2196F3;
  font-size: 2em;
  margin-bottom: 18px;
  font-weight: 800;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}
.contact-form-row {
  width: 100%;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e3f2fd;
  border-radius: 8px;
  font-size: 1em;
  font-family: 'Poppins', Arial, sans-serif;
  margin-bottom: 0;
  background: #f8fafc;
  transition: border 0.2s;
  resize: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border: 1.5px solid #2196F3;
  outline: none;
}
.contact-form button[type="submit"] {
  margin-top: 8px;
  font-size: 1.1em;
  padding: 12px 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(33,150,243,0.08);
}
.contact-details {
  margin-top: 18px;
  color: #607d8b;
  font-size: 1.1em;
}

/* Modern Footer */
.modern-footer {
  background: #f5f7fa !important;
  border-top: 1.5px solid #e3f2fd;
  margin-top: 0;
  padding-top: 24px !important;
}
.modern-footer hr {
  border: none;
  border-top: 2px solid #e3f2fd;
  margin: 32px auto 24px auto;
  max-width: 400px;
}
@media (max-width: 600px) {
  .contact-card {
    padding: 14px 2vw 14px 2vw;
    max-width: 98vw;
  }
}

/* Contact Modal Styles */
.contact-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(33, 150, 243, 0.12);
  z-index: 2000;
  display: block;
  transition: background 0.2s;
}
.contact-modal-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(33,150,243,0.18);
  padding: 36px 32px 28px 32px;
  max-width: 420px;
  width: 92vw;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: modalIn 0.18s cubic-bezier(.4,2,.6,1) 1;
}
@keyframes modalIn {
  from { transform: translateY(40px) scale(0.98); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.contact-modal-close {
  position: absolute;
  top: 12px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2em;
  color: #2196F3;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 10;
}
.contact-modal-close:hover, .contact-modal-close:focus {
  color: #f44336;
}
@media (max-width: 600px) {
  .contact-modal-card {
    padding: 14px 2vw 14px 2vw;
    max-width: 98vw;
  }
}

@media (max-width: 700px) {
  #ApplicationInfo {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .app-info-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .app-info-card {
    margin-top: 0;
    margin-bottom: 0;
  }
}