
:root {
    --theme-color: #009EDC;
    /*--theme-color: #007AAE;*/
    
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size-adjust: 0.5;
}

section {
  scroll-margin-top: 120px;
content-visibility: auto;
contain-intrinsic-size: 600px;

}

/* Header */
/*.site-header {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  padding: 15px 20px;*/
/*  position: relative;*/
/*}*/

.site-header {

  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 7px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
  transition: 
      background 0.3s ease,
      box-shadow 0.3s ease,
      padding 0.3s ease;
}

.site-header.scrolled {
  background: white;
  box-shadow:
      0 6px 18px rgba(0, 122, 174, 0.15);
  padding: 10px 20px;
}

img {
  height: auto;
  max-width: 100%;
}

/* Desktop */
.nav-links {
  display: flex;
  gap: 20px;
}

.menu-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* logo */
.logo {
  height: 100px;
}

/* nav */
.nav-links a {
  margin-left: 40px;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  color: black;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.nav-links a,
.sidebar-nav a {

  color: black;
  text-decoration: none;
  transition: 0.3s;

}

.nav-links a.active,
.sidebar-nav a.active{

  color: var(--theme-color);
  font-weight: 600;

}

/* menu icon (hidden in desktop) */
.menu-icon {
  font-size: 26px;
  cursor: pointer;
  display: none;
}

.icon_flex{
    display: flex;
    gap: 1em;
    align-items: center;
}

/*Sidebar*/

/* Sidebar Container */
.sidebar {

  position: fixed;
  top: 0;
  right: -380px;

  width: 300px;
  height: 100vh;

  background: #f4f4f4;

  box-shadow: -3px 0 10px rgba(0,0,0,0.15);

  transition: right 0.3s ease;

  z-index: 2000;

  padding: 25px;

  display: flex;
  flex-direction: column;

  text-align: center;

  overflow-y: auto;

}

.sidebar-content{
    padding: 1.5em 0em;

    display: flex;
    flex-direction: column;

    min-height: 100%;
}

/* Show Sidebar */
.sidebar.active {
  right: 0;
}

/* Close Button */
.close-btn {

  font-size: 24px;
  cursor: pointer;

  position: absolute;
  top: 15px;
  left: 15px;

}

.social_media{

    display: flex;
    gap: 20px;

    justify-content: center;

    margin-top: auto;   /* pushes to bottom */

    padding-bottom: 20px; /* space from bottom */

}

/* Sidebar Logo */
.sidebar-logo {
  display: block;
  margin: 40px auto 15px;
}

/* Text */
.sidebar-text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.sidebar-text span{
    font-weight: bold;
}

/* Sidebar Icon */
.sidebar-icon {
  cursor: pointer;
}

.sidebar_contact, .sidebar_address{
    margin-top: 2em;
    margin-bottom: 2em;
     text-align: center;
}

.sidebar_contact h4, .sidebar_address h4{
    padding: 1.5em;
}

.sidebar_contact p, .sidebar_address p{
    color: #7E7E7E;
     padding: 0.5em 0.5em;
}

.sidebar_address p{
     line-height: 1.7rem;
}
.sidebar_address p{
    font-size: 0.85em;
}

/* Sidebar nav style */
.sidebar-nav {

  margin: 20px 0;

  display: flex;
  flex-direction: column;
  gap: 15px;

}

.sidebar-nav a {

  text-decoration: none;
  font-size: 18px;
  font-weight: 500;

  color: #000;

  padding: 8px 0;

  border-bottom: 1px solid #ddd;

}

.sidebar {

  overflow-y: auto;

}
.sidebar-nav {
  display: none;
}


/* Mobile Full Width */
@media (max-width: 768px) {
    
  .site-header {

    display: flex;
    justify-content: space-between;

    position: fixed;  /* add again */
    top: 0;
    left: 0;
    width: 100%;

  }

  .sidebar {
    width: 85%;
  }
  
  .nav-links {
    display: none;
  }
  
    .sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
  }

}

/* Hero Section */
.hero {
  background: var(--theme-color);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 200px;
  padding-left: 12em;
  padding-right: 12em;
  padding-bottom: 7em;
}

.hero a{
  text-decoration: none;
}

.hero h1 {
  font-size: 3.2rem;
  max-width: 900px;
  width: 100%;
  line-height: 1.2;

  /* FIX CLS */
  min-height: 2.4em;
}

.hero p {
  max-width: 700px;
  margin: 40px 0;
  font-size: 1.4em;
}


.hero div {
  order: 1; 
}

.hero img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-right: 0;
  order : 2;
   aspect-ratio: 1 / 1;
}

.hero-buttons{
  text-align: left;
  display: flex;
  gap: 30px;
}

.btn {
  background: white;
  color: var(--theme-color);
  padding: 15px 25px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  width: 15em;
}

.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
}

/* Sections */
.section {
  padding: 70px 60px;
  display: grid;
  justify-content: center;
}

.section-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Feature Grid */

.feature-grid {
  display: grid;
  /*grid-template-columns: repeat(3, 350px);*/
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  justify-content: center;
  gap: 70px;
  /*margin-left: 3em;*/
  /*margin-right: 3em;*/
  margin-top: 2em;
  max-width: 1430px;
  margin-bottom: 2em;
}

.feature-box {

  background: #F1EFE7;

  padding: 2em 3em;

  border-radius: 20px;

  transition: 
      transform 0.3s ease,
      box-shadow 0.3s ease,
      border 0.3s ease,
      background 0.3s ease;

  border: 2px solid transparent;

}

/* Hover Effect */

.feature-box:hover {
    
    color : white;

  transform: translateY(-8px) scale(1.03);

  background: var(--theme-color);

  box-shadow: 
      0 12px 28px rgba(0, 122, 174, 0.35);

}

.icon_div{
  background-color: white;
  width: 50px;
  height:50px;
  border-radius: 50px;
  margin: 0.6em 0em;
  display: flex;
  justify-content: center;
  align-items: center;
}


.icon_div img {
    width: 30px;
    height: 30px;
    display: block;
}

.feature-box h3{
  padding-bottom: 0.7em;
}
.feature-box p{
  line-height: 1.6em;
}

/* Download Section */

.download_section {

    width: 100%;

    background-color: #F0EFE7;

    display: flex;
    justify-content: center;

    padding: 80px 9em;

}


/* Container */

.download_container {
    width: 100%;
    /*height: 23em;*/
    max-width: 1450px;
    background-color: var(--theme-color);
    border-radius: 2em;
    text-align: center;
    padding: 50px 0px;
    color: white;
}


/* Heading */

.download_container h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}


/* Paragraph */

.download_container p {
    max-width: 500px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
    font-size: 1rem;
    color: white;
}

/* Button */

.download-btn {
    display: inline-block;
    background-color: #D9EBF3;
    color: var(--theme-color);
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    cursor: pointer;
}


/* Hover */

.download-btn:hover {
    background-color: #006a96;
    color: white;
    transform: translateY(-2px);
    cursor: pointer;
}

/* Use case Section */

.usecase-section {
    width: 100%;
    padding: 80px 20px;
    background: #f5f5f5;
    display: grid;
    justify-content: center;
    text-align: center;
}

.usecase-section p{
    padding: 2em 1em;
    font-size: 20px;
}


/* Grid Container */
.usecase-container {
    display: grid;
    grid-template-columns:
        repeat(auto-fit, minmax(220px, 1fr));
    gap: 50px;
    max-width: 1450px;
    width: 100%;
}

/* Gradient Card */

.usecase-card {
    padding: 35px 30px;
    border-radius: 22px;
    color: white;

    transition: 
        transform 0.3s ease,
        box-shadow 0.3s ease;

    display: flex;
    flex-direction: column;
    height: 19em;
}

.usecase-card:nth-child(1) {
    background: linear-gradient(135deg, #009EDC, #007AAE);
}

.usecase-card:nth-child(2) {
    background: linear-gradient(225deg, #009EDC, #007AAE);
}

.usecase-card:nth-child(3) {
    background: linear-gradient(315deg, #009EDC, #007AAE);
}

.usecase-card:nth-child(4) {
    background: linear-gradient(45deg, #009EDC, #007AAE);
}

.use-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.usecase-card h3 {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    min-height: 48px;
}

/* Paragraph */
.usecase-card p {
    font-size: 0.92rem;
    line-height: 1.6;
    opacity: 0.9;
    padding: 0;
    text-align: left;
}

/* Hover Effect */
.usecase-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 18px 40px rgba(0,122,174,0.35);
}


/* FAQ Section */

/* Section */

.faq-section {

    background-color: var(--theme-color);

    padding: 80px 20px;

}


/* Title */

.faq-title {

    text-align: center;

    color: white;

    font-size: 2rem;

    margin-bottom: 40px;

}


/* Container */

.faq-container {

    max-width: 850px;

    margin: auto;

}


/* Item */

.faq-item {

    background: #d9e6ec;

    border-radius: 12px;

    margin-bottom: 15px;

    overflow: hidden;

    transition: 0.3s ease;

}



/* Question */

.faq-question {

    width: 100%;
    padding: 18px 20px;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


/* Arrow */

.arrow-icon {

    transition: transform 0.3s ease;

}


/* Rotate when open */

.faq-item.active .arrow-icon {

    transform: rotate(180deg);

}


/* Answer */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}


/* Show Answer */

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 20px 20px;
}


/* Text */

.faq-answer p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Two Column Section */

.qr_section {
  background: var(--theme-color);
  padding: 100px 20px;
  display: flex;
  justify-content: center;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1430px;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.qr_div {
  padding: 40px;
  background: #f4f4f4;
  display: grid;
  justify-content: center !important;
  margin: auto;
}



.qr_div h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.qr_div .scan_click_text {
    text-align:center;
}

.qr_div p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}


/* QR Layout */

.qr_block {
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 25px;
  margin-top: 15px;
}

.qr_part {
  position: relative;
}

.qr_part::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 10px;
  border: 2px solid var(--theme-color);
  opacity: 0.4;
  animation: pulseBorder 1.5s infinite;
}

@keyframes pulseBorder {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

.qr_part img {
  width: 170px;
  height: auto;
}
.qr_text{
    display: grid;
    justify-content: center;
    text-align: center;
    
}
.qr_text p {
  font-size: 18px;
  font-weight: bold;
}
.qr_text h3 {
  font-size: 25px;
  margin: 5px 0 10px;
}

.store_icons {
  display: flex;
  gap: 10px;
}

.store_icons img {
  background: #f2f2f2;
  padding: 8px;
  border-radius: 8px;
}

.location_text {
  width: 100%;
  font-size: 13px;
  margin-top:60px;
  display: flex;
  justify-content: center;
}

.location_text p{
    width: 20em;
}

.logo_para{
    display: flex;
    gap: 30px;
}

#about {
  background: #D9EBF3;
  padding: 40px;
}

#about h2 {
  text-align: center;
  margin-bottom: 15px;
}

.about_logo {
  display: block;
}

#about p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}

#about h3 {
  margin-top: 15px;
  font-size: 15px;
}

#about ul {
  padding-left: 18px;
}

#about ul li {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 6px;
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

  .two-col {

    grid-template-columns: 1fr;

  }

  #about {

    border-top: 1px solid #ccc;

  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 576px) {

  .qr_div,
  #about {

    padding: 25px;

  }

  .qr_block {

    flex-direction: column;

    text-align: center;

  }

  .qr_part img {

    width: 150px;

  }

  .store_icons {

    justify-content: center;

  }

}
/* Footer */

/* =========================
   FOOTER BASE
========================= */

.site-footer {
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  color: #333;
  margin: auto;
  
}

.footer-container {
  margin: auto;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
  max-width: 1450px;
}


.footer-col {
  flex: 1;
}


.footer-logo {
  width: 110px;
  height: auto;
}

.footer-desc {
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

.footer-desc span{
    font-weight: bold;
}

.developed p {
  font-size: 13px;
  margin: 6px 0px;
  font-weight: bold;
}

.developer-logo {
  width: 90px;
  height: auto;
}


.footer-links{
    display: grid;
    justify-content: center;
}


.footer-links h3,
.footer-contact h3 {

  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;

}

.footer-links ul {
  /*list-style: none;*/
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {

  text-decoration: none;
  color: #333;
  font-size: 14px;

}

.footer-links a:hover {
  color: #009EDC;
}


.footer-contact p {

  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;

}


.footer-bottom {
  background: #009EDC;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-size: 13px;
}

.footer_contact{
    display: flex;
    justify-content: start;
    gap : 20px;
    align-items: start;
    padding: 0.5em;
}

.footer_contact a {
  text-decoration: none;  
  color: inherit;
}

/* Disclaimer Section */

.disclaimer_section{
  display: flex;
  justify-content: center;
  align-items: center;
}

.disclaimer_div{
  width: 70em;
  background-color: #F0EFE7;
  border-radius: 0.5em;
  padding: 4em 2em;
}
.disc_head{
  display: flex;
  gap: 40px;
}
.disclaimer_div p{
  padding: 1em 0em;
}

.disc_content{
  width: 100%;
  display: grid;
  justify-content: center;
  padding: 2em 0em;
}
.disc_content p{
   width: 925px;
   
}

/* Contact Section */

.contact_section {
    padding: 80px 20px;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    display: grid;
    justify-content: center;
}

.contact_section h1 {
    text-align: center;
    font-size: 36px;
    color: #0a2c5d;
    margin-bottom: 10px;
}

.contact_grid{
    flex: 1;
    min-width: 320px;
}

/*.contact_wrapper {*/
/*    display: flex;*/
/*    gap: 50px;*/
/*    max-width: 1200px;*/
/*    margin: 0em;*/
/*    flex-wrap: wrap;*/
/*}*/

.contact_wrapper {
display: flex;
gap: 50px;
max-width: 1200px;
margin: auto;
flex-wrap: wrap;
}

.contact_section .contact_para{
   width: 40em;
   margin: auto;
   text-align: center;
   padding-top : 2em;
}

.contact_grid h2{
    color: black;
    padding-bottom: 1em;
}



/* LEFT FORM */


.contact_form {
    background: #f3f3ec;
    padding: 20px;
    border-radius: 16px;
    flex: 1;
    min-width: 500px;
}


.contact_form p {
    padding: 1em;
}

.contact_form h2 {
    color: black;
}

.contact_form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.contact_form input,
.contact_form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #bbb;
    margin-bottom: 18px;
    font-size: 14px;
}

.contact_form textarea {
    resize: none;
    height: 120px;
}

.form_row {
    display: flex;
    gap: 15px;
}

.form_row div {
    flex: 1;
}

.contact_form button {
    background: var(--theme-color);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

/* RIGHT INFO */
.contact_info {
    flex: 0.9em;
    min-width: 320px;
    padding: 0em 3em;
}

.contact_info ul{
    padding: 0em 2em;
}

.contact_info ul li{
    padding: 0.5em 1em;
}


.contact_info h2 {
    color: black;
}

.contact_info p {
    color: #333;
    padding: 1em 0em;
}

.contact_info p span{
    font-weight: bold;
}

.contact_info li span{
    font-weight: bold;
}

.support_head{
    font-weight: bold;
}

.field {
  display: flex;
  flex-direction: column;
}

.error {
  font-size: 12px;
  color: red;
  min-height: 14px; /* prevents layout shift */
}

.form_row {
  display: flex;
  gap: 15px;
}

.form_row .field {
  flex: 1;
}

This keeps:



/* Support Section */

.support_section{
  background-color: var(--theme-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.support_section h1{
  text-align: center;
}

.support_section .support_text{
  padding: 2em 1em;
  width: 40em;
}

.support_section p{
  text-align: center !important;
}

.support_box_section{
  display: flex; 
  gap: 1em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.support_box_section .support_box{
  width: 500px;
  background-color: #D9EBF3;
  border-radius: 0.3em;
}
.time_btn{
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  background-color: #D9EBF3;
  color: var(--theme-color);
  font-weight: bold;
  border-radius: 1em;
  padding: 1em 2em;
  margin-top: 1em;
}

.support_box{
  padding: 2em;
}

.support_box p {
  color: var(--theme-color);
}

.email_content{
  width: 100%;
  display: grid;
  grid-template-columns: 0.115fr 1fr;
}
.email_content p{
  text-align: left !important;
  color: black;
  padding: 1em 0em;
}

.support_email_head{
  display: flex;
  gap: 1.5em;
}

.support_email_head h2{
  color: #002B5B;
}

.alert_style {
    margin-top: 30px;
    opacity: 0;
    transition: opacity 1s ease-out;
}

#scrollTopBtn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 9999;
    background: conic-gradient(
        var(--theme-color); 0deg,
        #e9ecef 0deg 
    );
}

#scrollTopBtn img {

    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    padding: 4px;
}

/* Responsive */
@media (max-width: 900px) {

  .menu-icon {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }

  .nav-links a {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
  }

  .nav-links.active {
    display: flex;
  }
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero img {
    order: -1; 
    margin-bottom: 20px; 
  }

  .hero h1{
    margin-left: 0em;
    font-display: swap;
  }
  .hero p{
    margin-left: 0em;
  }

  .hero-buttons{
    display: grid;
    gap: 0;
    justify-content: center;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .two-col {
    flex-direction: column;
  }
  .footer-top-bar {
    padding: 0;
    text-align: center;
    margin-top: 1em;
    margin-right: 1em;
  }
  

}


@media (max-width: 1024px) {
  .hero{
      padding-top: 200px;
    padding-left: 6em;
        padding-right: 6em;
        padding-bottom: 6em;
  }
  .hero div h1{
    font-size: 2.5em;
  }
  .hero img{
    margin-right: 0px !important;
    width: 250px;
    height: 250px;
  }
  .usecase-container {
    gap: 10px;

 }
 .usecase-card{
     height: 17em;
 }
 .download_section{
     padding: 80px 4em;
 }
}


@media (max-width: 1200px) {
 
      .hero{
      padding-top: 200px;
    padding-left: 6em;
        padding-right: 6em;
        padding-bottom: 6em;
  }
  .hero div {
    margin-left: 0;
  }

  .hero img {
    margin-right: 0px !important;
    max-width: 250px !important;
  }

  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px !important;
  }

  .two-col {
    width: 100%;
    height: auto;
  }
  
  .feature-grid{
      max-width: 1300px;
  }

  .support_box_section {
    justify-content: center;
  }

  .support_box {
    width: 90%;
    max-width: 450px;
  }
     .sidebar-logo{
      width: 80px;
      height: 80px;
      margin: auto !important;
  }
  
  .sidebar-text{
      margin-bottom: 0px !important;
  }

  
  .sidebar_contact, .sidebar_address{
      margin-top: 1em;
      margin-bottom: 1em;
  }
  
  .sidebar-contact{
      margin: 0 !important;
  }
  
  .sidebar_contact h2,.sidebar_contact p{
      margin-bottom: 0.5em;
      padding: 0.5em;
  }
  
}

@media (width: 1280px) {
 
      .hero{
      padding-top: 200px;
    padding-left: 6em;
        padding-right: 6em;
        padding-bottom: 6em;
  }
  .hero div {
    margin-left: 0;
  }

  .hero img {
    margin-right: 0px !important;
    max-width: 250px !important;
  }

  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px !important;
  }

  .two-col {
    width: 100%;
    height: auto;
  }
  
  .feature-grid{
      max-width: 1300px;
  }

  .support_box_section {
    justify-content: center;
  }

  .support_box {
    width: 90%;
    max-width: 450px;
  }
  
     .sidebar-logo{
      width: 80px;
      height: 80px;
      margin: auto !important;
  }
  
  .sidebar-text{
      margin-bottom: 0px !important;
  }

  
  .sidebar_contact, .sidebar_address{
      margin-top: 1em;
      margin-bottom: 1em;
  }
  
  .sidebar-contact{
      margin: 0 !important;
  }
  
  .sidebar_contact h2,.sidebar_contact p{
      margin-bottom: 0.5em;
      padding: 0.5em;
  }
}

@media (width: 1366px) {
 
      .hero{
      padding-top: 200px;
    padding-left: 6em;
        padding-right: 6em;
        padding-bottom: 6em;
  }
  .hero div {
    margin-left: 0;
  }

  .hero img {
    margin-right: 0px !important;
    max-width: 250px !important;
  }

  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px !important;
  }

  .two-col {
    width: 100%;
    height: auto;
  }
  
  .feature-grid{
      max-width: 1300px;
  }

  .support_box_section {
    justify-content: center;
  }

  .support_box {
    width: 90%;
    max-width: 450px;
  }
     .sidebar-logo{
      width: 80px;
      height: 80px;
      margin: auto !important;
  }
  
  .sidebar-text{
      margin-bottom: 0px !important;
  }

  
  .sidebar_contact, .sidebar_address{
      margin-top: 1em;
      margin-bottom: 1em;
  }
  
  .sidebar-contact{
      margin: 0 !important;
  }
  
  .sidebar_contact h2,.sidebar_contact p{
      margin-bottom: 0.5em;
      padding: 0.5em;
  }
}

@media (max-width: 992px) {

  /* HEADER */
  .nav-links {
    margin-right: 20px;
  }

  .logo {
    margin-left: 20px;
  }

  /* HERO */
  .hero {
    flex-direction: column;
    text-align: center;
    height: auto;
    gap: 30px;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.2em;
  }
    .hero-buttons{
    display: flex;
    gap: 2em;
    justify-content: center;
  }

  /* FEATURES */
  .feature-grid {
    grid-template-columns: 1fr;
  }

  /* QR SECTION */
  .two-col {
    grid-template-columns: 1fr;
  }

  .two-col #about {
    border-radius: 0 0 1em 1em;
  }

  /* CONTACT */

  .contact_wrapper {
    flex-direction: column;
  }

  /* SUPPORT */
  .support_box_section {
    flex-direction: column;
    align-items: center;
  }

  .support_box {
    width: 90%;
    height: auto;
  }
  
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .footer-left {
    max-width: 600px;
  }

  .footer-right {
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  
  .contact_wrapper {
      flex-direction: column;
      gap: 35px;
  }

  .contact_grid {
      width: 100%;
  }

  .contact_info {
      padding: 0;
  }

  .contact_section .contact_para {
      width: 100%;
      padding: 1.5em 1em 0;
  }

  .footer-container {

    flex-wrap: wrap;
    text-align: center;

  }

  .footer-col {

    flex: 100%;
    max-width: 100%;

  }

  .footer-links ul {
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 768px) {
    body{
        width: 100%;
    }

  /* NAV */
  .nav-links {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  /* HERO */
  .hero {
    padding: 40px 20px;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .hero p {
    font-size: 1.1em;
  }

  .btn {
    font-size: 1.2em;
    padding: 12px 20px;
  }

  /* SECTION PADDING */
  .section {
    padding: 50px 20px;
  }

  /* CONTACT FORM */
  .form_row {
    flex-direction: column;
  }

  /* DISCLAIMER */
  .disclaimer_div {
    width: 95%;
    padding: 2em 1.5em;
  }

  .disc_content p {
    width: 100%;
  }

  /* SUPPORT */
  .support_section {
     width: 90%;
    padding: 50px 20px;
  }

  .time_btn {
    font-size: 14px;
    padding: 10px 16px;
  }

  /* QR SECTION */
   .qr_section {
    padding: 40px 20px;
    height: auto;
  }

  .two-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    background: transparent;
  }

  /* CARD 1 â€“ DOWNLOAD */
  .two-col .qr_div {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  }

  .qr_block {
    flex-direction: column;
    gap: 20px;
  }

  .qr_block img {
    width: 130px;
  }

  .two-col #about {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    text-align: center;
  }

  #about img {
    margin: 15px 0;
  }

  #about p {
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .alert_style {
        margin-top: 30px;
        opacity: 0;
        transition: opacity 1s ease-out;
    }
      .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    flex: unset;
    max-width: 100%;
  }

  .footer-desc {
    padding: 0 10px;
  }

  .footer-right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
   #scrollTopBtn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }
    
     .usecase-container {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 25px;

    }

    .usecase-card {

        padding: 25px;

        border-radius: 18px;

    }

    .usecase-card h3 {

        font-size: 1.1rem;

    }

    .usecase-card p {

        font-size: 0.9rem;

    }

    .use-icon {

        width: 32px;
        height: 32px;

    }
    
 .faq-title {

        font-size: 1.6rem;

    }

    .faq-question {

        font-size: 0.95rem;

        padding: 16px;

    }

}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 576px) {
    
   .contact_section {
      padding: 50px 16px;
  }

  .contact_form {
      padding: 22px;
  }

  .contact_grid h2 {
      font-size: 22px;
      text-align: center;
  }

  .contact_form h2 {
      font-size: 20px;
      text-align: center;
      margin-bottom: 15px;
  }

  /* Email + Phone stack */
  .form_row {
      flex-direction: column;
      gap: 0;
  }

  .contact_form input,
  .contact_form textarea {
      font-size: 14px;
      padding: 11px 12px;
  }

  .contact_form button {
      font-size: 15px;
      padding: 12px;
  }

  /* Support content spacing */

  .contact_info {
      padding: 0;
  }

  .contact_info p {
      font-size: 14px;
      line-height: 1.6;
  }

  .contact_info ul {
      padding-left: 18px;
  }

  .contact_info li {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 8px;
  }

  .contact_section .contact_para {
      font-size: 14px;
      text-align: center;
      padding-top: 1.5em;
  }

  .footer-container {

    padding: 30px 18px;
    gap: 30px;

  }

  .footer-logo {
    width: 90px;
  }

  .developer-logo {
    width: 110px;
  }

  .footer-desc {
    font-size: 12px;
  }

  .footer-links h3,
  .footer-contact h3 {
    font-size: 15px;
  }

  .footer-contact p {
    font-size: 13px;
  }

  .footer-bottom {
    font-size: 12px;
    padding: 12px;
  }

}

@media (max-width: 480px) {
    body{
        width: 100%;
    }
    .hero{
        margin-top: 2em;
    }
  .logo{
     width: 50px;
    height: 50px;
  }

  .hero h1 {
    font-size: 1.7em !important;
  }
  .hero img{
    width: 300px;
  }
  
  
  .hero-buttons{
    display: grid;
    gap: 0;
    justify-content: center;
  }

  .hero a{
    display: grid;
    margin: 1em 0em;
  }
  
  .feature-grid{
      gap: 20px;
      margin: 0.7em;
  }
  
  .feature-box{
    padding: 0.7em;
  }

  .contact_section h1 {
    font-size: 28px;
  }
  
  .support_section{
      width: 100% !important;
  }

  .support_section h1 {
    font-size: 26px;
  }

  .support_box {
  width: 100%;
  max-width: 280px;
  padding: 1em;
  margin: 0 auto;
}

.support_section .support_text{
    width: 20em;
}
  .two-col #about{
    width: fit-content !important;
  }

  /* QR SECTION */
   .qr_section {
    padding: 40px 20px;
    height: auto;
  }

  .two-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    background: transparent;
  }

  /* CARD 1 â€“ DOWNLOAD */
  .two-col .qr_div {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  }

  .qr_block {
    flex-direction: column;
    gap: 20px;
  }

  .qr_block img {
    width: 130px;
  }

  /* CARD 2 â€“ ABOUT */
  .two-col #about {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    text-align: center;
  }
  
  .two-col #about{
  width: 100%;
}

  #about img {
    margin: 15px 0;
  }

  #about p {
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .mail_phone{
    flex-direction: column;
  }

  .alert_style {
        margin-top: 30px;
        opacity: 0;
        transition: opacity 1s ease-out;
    }
    
    
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  /* LEFT */
  .footer-left {
    max-width: 100%;
  }

  .footer-desc {
    font-size: 13px;
    padding: 0 10px;
  }

  /* CENTER */
  .footer-center {
    order: 2;
  }

  /* RIGHT LINKS */
  .footer-right {
    order: 3;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .footer-right a {
    font-size: 14px;
  }
  
   #scrollTopBtn {

        width: 45px;
        height: 45px;

        bottom: 15px;
        right: 15px;

        font-size: 18px;
    }
    
      .usecase-container {

        grid-template-columns: 1fr;

        gap: 20px;

    }

    .usecase-card {

        padding: 22px;

        border-radius: 16px;

    }

    .usecase-card h3 {

        font-size: 1rem;

    }

    .usecase-card p {

        font-size: 0.85rem;

        line-height: 1.5;

    }

    .use-icon {

        width: 28px;
        height: 28px;

    }
    
 .faq-section {

        padding: 60px 15px;

    }

    .faq-title {

        font-size: 1.4rem;

    }

    .faq-question {

        font-size: 0.9rem;

    }

    .faq-answer p {
        font-size: 0.85rem;
        font-weight: bold;
    }

}


/* ========================= */
/* TABLET VIEW */
/* ========================= */

@media (max-width: 992px) {

    .contact_wrapper {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .contact_form {
        min-width: 100%;
    }

    .contact_info {
        padding: 0;
        width: 100%;
    }

    .contact_section .contact_para {
        width: 90%;
    }

}


/* ========================= */
/* MOBILE VIEW */
/* ========================= */

@media (max-width: 600px) {

    .contact_section {
        padding: 50px 15px;
    }

    .contact_section h1 {
        font-size: 28px;
    }

    .contact_section .contact_para {
        width: 100%;
        font-size: 14px;
        padding-top: 1em;
    }

    /* Form full width */
    .contact_form {
        min-width: 100%;
        padding: 18px;
    }

    /* Make inputs stack */
    .form_row {
        flex-direction: column;
        gap: 0;
    }

    /* Fix right info spacing */
    .contact_info {
        padding: 0;
    }

    .contact_info ul {
        padding: 0 10px;
    }

}



/*Toast*/

/* Native Toast */
.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 14px 18px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  z-index: 9999;
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-width: 280px;
  max-width: 360px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.toast.show {
  opacity: 1;
  transform: translateX(0);
}
.toast.success {
  background: #1a7a4a;
  border-left: 4px solid #0f5c34;
}
.toast.error {
  background: #c0392b;
  border-left: 4px solid #922b21;
}
.toast-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.toast-body { flex: 1; }
.toast-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.toast-sub {
  margin: 4px 0 0;
  font-size: 12px;
  opacity: 0.85;
}
.toast-close {
  font-size: 18px;
  opacity: 0.6;
  cursor: pointer;
  line-height: 1;
  background: none;
  border: none;
  color: white;
  padding: 0;
}
