@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800;900&display=swap');

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Roboto', Arial, sans-serif;
    }

    .fa,
    .fas,
    .fa-solid {
      font-family: "Font Awesome 6 Free" !important;
      font-weight: 900;
    }

    .far,
    .fa-regular {
      font-family: "Font Awesome 6 Free" !important;
      font-weight: 400;
    }

    .fab,
    .fa-brands {
      font-family: "Font Awesome 6 Brands" !important;
      font-weight: 400;
    }

    .bi,
    .bi::before {
      font-family: "bootstrap-icons" !important;
    }

    body {
      background: #f5fbff;
      color: #333;
      line-height: 1.6;
    }
    /* Header */
    header {
      background: #fff;
      padding: 16px 40px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: sticky;
      top: 0;
      z-index: 100;
    }

    .logo {
      display: flex;
      width: 136px;
      height: 62px;
      flex: 0 0 136px;
      align-items: center;
      overflow: hidden;
      font-size: 22px;
      font-weight: 700;
      color: #0077cc;
      text-decoration: none;
    }

    .logo img {
      display: block;
      width: 145px;
      height: auto;
      max-width: none;
      transform: translate(-4px, 4px);
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 12px;
      align-items: center;
      margin:0;
    }

    nav ul li a {
      text-decoration: none;
      font-weight: 700 !important;
      color: #333;
      transition: color 0.3s ease;
    }

    header .navbar-nav .nav-link {
      display: inline-flex;
      min-height: 42px;
      align-items: center;
      padding: 8px 11px !important;
      border-radius: 7px;
      transition: color 0.2s ease, background-color 0.2s ease;
    }

    header .navbar-nav .nav-link:hover {
      color: #d96200;
      background: #fff4e8;
    }

    header .navbar-nav .nav-link.is-active,
    header .navbar-nav .nav-link.is-active:hover {
      color: #fff !important;
      background: #ff8a00;
      box-shadow: 0 8px 18px rgba(242, 106, 0, 0.24);
    }

    header .navbar-nav {
      margin-right: 24px;
    }

    .header-account {
      position: relative;
    }

    .header-account-menu {
      position: relative;
    }

    .header-account-menu summary {
      list-style: none;
      cursor: pointer;
    }

    .header-account-menu summary::-webkit-details-marker {
      display: none;
    }

    .header-account-toggle {
      position: relative;
      display: inline-flex;
      min-width: 170px;
      min-height: 52px;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding-right: 40px;
      padding-left: 40px;
      white-space: nowrap;
      overflow: visible;
    }

    .header-account-arrow {
      position: absolute;
      right: 14px;
      left: auto !important;
      color: #0077cc;
      font-size: 13px;
      transition: transform 0.2s ease;
    }

    .header-account-menu[open] .header-account-arrow {
      transform: rotate(180deg);
    }

    .header-account-toggle > i:first-child {
      position: absolute;
      left: 14px;
      color: #0077cc;
      font-size: 16px;
    }

    .header-dashboard-copy,
    .header-dashboard-copy strong,
    .header-dashboard-copy small {
      display: block;
    }

    .header-dashboard-copy {
      width: 100%;
      text-align: center;
      line-height: 1.05;
    }

    .header-dashboard-copy strong {
      font-size: 13px;
      font-weight: 900;
    }

    .header-dashboard-copy small {
      max-width: 100px;
      margin-right: auto;
      margin-bottom: 4px;
      margin-left: auto;
      overflow: hidden;
      color: #f26a00;
      font-size: 10px;
      font-weight: 850;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .header-account-toggle:hover .header-dashboard-copy small {
      color: #d96200;
    }

    header .header-account-toggle:hover,
    header .header-account-toggle:focus {
      border-color: #9ad0f6;
      background: #eef7ff;
      color: #093f7d !important;
      box-shadow: 0 8px 18px rgba(0, 87, 150, 0.16);
    }

    header .header-account-toggle:hover > i,
    header .header-account-toggle:focus > i,
    header .header-account-toggle:hover .header-account-arrow,
    header .header-account-toggle:focus .header-account-arrow,
    header .header-account-toggle:hover .header-dashboard-copy strong,
    header .header-account-toggle:focus .header-dashboard-copy strong {
      color: #093f7d;
    }

    header .header-account-toggle:focus .header-dashboard-copy small {
      color: #d96200;
    }

    .header-account-panel {
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      z-index: 260;
      display: grid;
      min-width: 230px;
      padding: 8px;
      border: 1px solid rgba(6, 117, 201, 0.16);
      border-radius: 10px;
      background: #ffffff;
      box-shadow: 0 18px 36px rgba(9, 63, 125, 0.16);
    }

    .header-account-panel a {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 11px;
      border-radius: 8px;
      color: #093f7d;
      font-size: 14px;
      font-weight: 800 !important;
      text-decoration: none;
      transition: color 0.2s ease, background-color 0.2s ease;
    }

    .header-account-panel a i {
      color: #0077cc;
      font-size: 15px;
    }

    .header-account-panel a:hover {
      background: #fff4e8;
      color: #d96200;
    }

    .header-account-panel a:hover i {
      color: #d96200;
    }

    .header-account-panel a.is-active,
    .header-account-panel a.is-active:hover {
      background: #ff8a00;
      color: #ffffff;
    }

    .header-account-panel a.is-active i,
    .header-account-panel a.is-active:hover i {
      color: #ffffff;
    }

    .mobile-current-page {
      display: none;
    }

    /* Buttons in Header */
    .btn {
      padding: 8px 16px;
      border-radius: 6px;
      font-weight: 600;
      text-decoration: none;
      transition: 0.2s ease;
    }

    .btn-primary {
      background: #0077cc;
      color: #fff !important;
    }

    .btn-primary:hover {
      background: #005fa3;
    }

    .btn-outline {
      border: 2px solid #0077cc;
      color: #0077cc !important;
      background: transparent;
    }

    .btn-outline:hover {
      background: #0077cc;
      color: #fff !important;
    }

    /* home Section */
    #home {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      padding: 120px 60px;
      background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
    }

    #home .home-text {
      flex: 1;
      text-align: left;
    }

    #home h2 {
      font-size: 32px;
      font-weight: 700;
      color: #222;
      margin-bottom: 20px;
    }
    #home h2 span{
       white-space: nowrap;
    }
    #home p {
      font-size: 18px;
      max-width: 600px;
      margin-bottom: 30px;
      color: #555;
    }

    .cta-btn {
      background: #0077cc;
      color: #fff;
      padding: 14px 28px;
      border-radius: 6px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      transition: background 0.3s ease;
    }

    .cta-btn:hover {
      background: #005fa3;
    }

    #home .home-image {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #home .home-image img {
      max-width: 100%;
      height: auto;
    }

    /* Footer */
    footer {
      background: #0f172a;
      color: #eee;
      padding: 40px 20px 20px;
      margin-top: 0;
    }

    .footer-container {
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;
      text-align: left;
    }

    .footer-links h4,
    .footer-contact h4,
    .footer-address h4 {
      color: #fff;
      margin-bottom: 12px;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
    }

    .footer-links ul li {
      margin-bottom: 8px;
    }

    .footer-links ul li a {
      text-decoration: none;
      color: #bbb;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .footer-links ul li a:hover {
      color: #0077cc;
    }

    .footer-contact p,
    .footer-address p {
      font-size: 14px;
      margin: 6px 0;
      color: #bbb;
    }

    .footer-contact p,
    .footer-contact a {
      color: #e7eef8 !important;
      font-weight: 700;
    }

    .footer-contact i {
      color: #ffffff;
      font-weight: 900;
    }

    .footer-bottom {
      border-top: 1px solid #333;
      margin-top: 30px;
      padding-top: 15px;
      text-align: center;
      font-size: 13px;
      color: #aaa;
    }

    body:has(.fixed-footer-nav) {
      padding-bottom: 0;
    }

    .fixed-footer-nav {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 11050;
      display: none;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      padding: 10px max(16px, calc((100vw - 1320px) / 2 + 16px)) calc(10px + env(safe-area-inset-bottom));
      border-top: 1px solid rgba(6, 117, 201, 0.2);
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 -10px 28px rgba(9, 63, 125, 0.16);
    }

    .fixed-footer-btn {
      display: inline-flex;
      min-width: 0;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 14px;
      border: 1.5px solid #c9e4fa;
      border-radius: 8px;
      background: #ffffff;
      color: #006db8;
      font-size: 15px;
      font-weight: 900;
      line-height: 1.1;
      text-decoration: none;
      box-shadow: 0 8px 18px rgba(9, 63, 125, 0.08);
    }

    .fixed-footer-btn span {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .fixed-footer-btn.is-login,
    .fixed-footer-btn.is-dashboard,
    .fixed-footer-btn.is-active {
      border-color: #0077cc;
      background: #0077cc;
      color: #ffffff !important;
      box-shadow: 0 10px 22px rgba(0, 87, 150, 0.22);
    }

    .fixed-footer-btn:hover {
      color: #005fa3;
      border-color: #9ad0f6;
    }

    .fixed-footer-btn.is-login:hover,
    .fixed-footer-btn.is-dashboard:hover,
    .fixed-footer-btn.is-active:hover {
      color: #ffffff !important;
      background: #005fa3;
    }

    .fixed-footer-account {
      position: relative;
      min-width: 0;
    }

    .fixed-footer-account summary {
      width: 100%;
      list-style: none;
      cursor: pointer;
    }

    .fixed-footer-account summary::-webkit-details-marker {
      display: none;
    }

    .fixed-footer-chevron {
      font-size: 13px;
    }

    .fixed-footer-account-panel {
      position: absolute;
      right: 0;
      bottom: calc(100% + 10px);
      display: none;
      width: min(310px, calc(100vw - 32px));
      padding: 8px;
      border: 1px solid #d8eaf7;
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 18px 42px rgba(9, 63, 125, 0.18);
    }

    .fixed-footer-account[open] .fixed-footer-account-panel {
      display: grid;
      gap: 4px;
    }

    .fixed-footer-account-panel a {
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 42px;
      padding: 10px 12px;
      border-radius: 7px;
      color: #102033;
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
    }

    .fixed-footer-account-panel a i {
      color: #0077cc;
    }

    .fixed-footer-account-panel a:hover {
      background: #fff4e8;
      color: #d96200;
    }

    .fixed-footer-account-panel a:hover i {
      color: #d96200;
    }

    .fixed-footer-account-panel a.is-active,
    .fixed-footer-account-panel a.is-active:hover {
      background: #ff8a00;
      color: #ffffff;
    }

    .fixed-footer-account-panel a.is-active i,
    .fixed-footer-account-panel a.is-active:hover i {
      color: #ffffff;
    }

    /* Responsive */
    @media (max-width: 900px) {
      #home {
        flex-direction: column;
        text-align: center;
        padding: 120px 20px 100px 20px;
      }

      #home .home-text {
        text-align: center;
      }

      nav ul {
        gap: 12px;
      }

      .footer-container {
        text-align: center;
        grid-template-columns: 1fr;
      }
    }

    /* About Section */
    .about-container {
      margin: 30px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 40px;
    }

    .about-container h1 {
      font-size: 28px;
      color: #0077cc;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .about-container h2 {
      font-size: 20px;
      margin-top: 30px;
      margin-bottom: 12px;
      font-weight: 600;
      color: #333;
    }

    .about-container p,
    .about-container li {
      font-size: 15px;
      margin-bottom: 12px;
      color: #444;
    }

    .about-container ul {
      margin-left: 20px;
    }

    /* Contact + Feedback Layout */
    .wrapper {
      max-width: 1100px;
      margin: 60px auto;
      display: flex;
      gap: 30px;
      padding: 0 20px;
      align-items: stretch;
    }

    .contact-section {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .feedback-section {
      flex: 0 0 40%;
      background: #fff;
      padding: 22px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      height:100%;
    }

    .section h2 {
      font-size: 24px;
      margin-bottom: 20px;
      font-weight: 700;
      color: #0077cc;
    }

    .contact-info {
      flex: 1;
    }

    .contact-item {
      margin: 12px 0;
      font-size: 15px;
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }

    .contact-item span {
      font-weight: 600;
    }

    /* Google Map */
    .map {
      margin-top: auto;
      border: 2px solid #0077cc;
      border-radius: 10px;
      overflow: hidden;
      height: 310px;
    }

    .map iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    /* Feedback Form */
    form {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    label {
      display: block;
      margin-bottom: 6px;
      font-weight: 500;
    }

    input,
    textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }

    textarea {
      resize: vertical;
      min-height: 100px;
    }

    button {
      background: #0077cc;
      color: #fff;
      padding: 12px 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: 600;
      transition: background 0.3s ease;
      width: 100%;
      margin-top: auto;
    }

    button:hover {
      background: #005fa3;
    }

    /* FAQ Section */
    .faq-container {
      margin: 30px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 40px;
    }

    .faq-container h1 {
      font-size: 28px;
      color: #0077cc;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .faq-item {
      margin-bottom: 20px;
    }

    .faq-item h2 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
      color: #333;
    }

    .faq-item p,
    .faq-item ul {
      font-size: 15px;
      color: #444;
      margin-bottom: 8px;
    }

    .faq-item ul {
      margin-left: 20px;
    }

    /* Container */
 
    .header-text {
      text-align: center;
      margin-bottom: 40px;
    }

    .header-text h1 {
      font-size: 25px;
      color: #0077cc;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .header-text p {
      font-size: 16px;
      color: #666;
    }

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

    .card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 20px;
      transition: transform 0.2s ease;
      height:100%;
    }

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

    .icon {
      font-size: 26px;
      color: #0077cc;
      margin-bottom: 12px;
    }

    .title {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #0077cc;
    }

    .desc {
      font-size: 16px;
      color: #555;
      line-height: 1.5;
    }

    /* Start Free Trial Button */
    .cta {
      text-align: center;
      margin-top: 40px;
    }

    .cta a {
      background: #0077cc;
      color: #fff;
      padding: 14px 28px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      border-radius: 8px;
      transition: background 0.3s ease;
      display: inline-block;
    }

    .cta a:hover {
      background: #005fa3;
    }

    /* Pricing Section */
    .pricing-section {
        background-color:#07c;
      padding: 120px 10px 120px 10px;
    }

    .pricing-header {
      text-align: center;
      margin-bottom: 18px;
    }

    .pricing-header h2 {
      color: #fff;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .pricing-header p {
      color: #fff;
      font-size: 16px;
    }


    .plan {
      background: #fff;
      border-radius: 12px;
      padding: 22px 18px;
      box-shadow: 0 6px 20px rgba(16, 24, 40, 0.08);
      display: flex;
      flex-direction: column;
      gap: 12px;
      position: relative;
      transition: transform .18s ease, box-shadow .18s ease;
      text-align: center;
      align-items: center;
      margin-bottom:1.5rem;
    }

    .plan:hover {
      transform: translateY(-6px);
    }
   
    /* .premium-plan *{
        color: #fff !important;
    }
    .premium-plan .features-list li.free-gift{
      background: #c9376e;
    } */

    /* Offer badges */
    .offer {
      position: absolute;
      top: -10px;
      right: -10px;
      color: #fff;
      padding: 6px 12px;
      font-size: 13px;
      font-weight: 700;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .offer.starter {
      background: #ff9800;
    }

    .offer.basic {
      background: #abaa45;
    }

    .offer.standard {
      background: #28a745;
    }

    .offer.growth {
      background: #9c27b0;
    }

    .offer.premium {
        background: red;
    }

    /* Best Value ribbon */
    .ribbon {
      position: absolute;
      top: -10px;
      left: -10px;
      background:red;
      color: #fff;
      padding: 6px 12px;
      border-radius: 8px;
      font-size: 12px;
      font-weight: 700;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    .plan-name {
      color: #0077cc;
      font-weight: 900;
      font-size: 22px;
      text-transform:uppercase;
    }

    .plan-duration {
      color: #666;
      font-size: 16px;
    }

    /* Price */
    .price {
      font-size: 20px;
      font-weight: 600;
      margin-top: 6px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }

    .price .new-price {
      color: #0077cc;
      font-size: 26px;
      font-weight: 700;
    }

    .price .old-price {
      color: #888;
      font-size: 16px;
      font-weight: 600;
      padding: 2px 8px;
      border-radius: 12px;
      /* background: rgba(255, 0, 0, 0.1); */
      text-decoration: line-through;
      text-decoration-thickness: 2px;
      text-decoration-color: #888;
    }

    .price small {
      display: block;
      font-size: 12px;
      color: #666;
      margin-top: 4px;
    }

    .save-label {
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #28a745;
      margin-top: 2px;
    }

    /* Features */
    #features,#contact{
        padding:120px 10px 120px 10px;
    }
    #contact{
         padding:120px 20px 120px 20px;
    }
    .features-list {
      margin-top: 8px;
      color: #555;
      font-size: 16px;
      line-height: 1.6;
      list-style: none;
      padding: 0;
      max-width: 300px;
      text-align: center;
    }

    .features-list li {
      margin-bottom: 12px;
      position: relative;
      padding-left: 24px;
      text-align: left;
    }

    .features-list li::before {
      content: "✔";
      color: #28a745;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
    }
 
    /* Button */
    .cta {
      margin-top: 12px;
      text-align: center;
    }

    .btn-plan {
      display: inline-block;
      background: #0077cc;
      color: #fff;
      padding: 10px 18px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      transition: background .2s ease;
    }

    .btn-plan:hover {
      background: #005fa3;
    }

    /* Privacy Content */
    .privacy-container {
      margin: 30px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 40px;
    }

    .privacy-container h1 {
      font-size: 28px;
      color: #0077cc;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .privacy-container h2 {
      font-size: 20px;
      margin-top: 30px;
      margin-bottom: 12px;
      font-weight: 600;
      color: #333;
    }

    .privacy-container p,
    .privacy-container li {
      font-size: 15px;
      margin-bottom: 12px;
      color: #444;
    }

    .privacy-container ul {
      margin-left: 20px;
    }

    /* Policy Content */
    .policy-container {
      margin: 30px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 40px;
    }

    .policy-container h1 {
      font-size: 28px;
      color: #0077cc;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .policy-container h2 {
      font-size: 20px;
      margin-top: 30px;
      margin-bottom: 12px;
      font-weight: 600;
      color: #333;
    }

    .policy-container p,
    .policy-container li {
      font-size: 15px;
      margin-bottom: 12px;
      color: #444;
    }

    .policy-container ul {
      margin-left: 20px;
    }

     
    /* Terms Content */
    .terms-container {
      margin: 30px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 40px;
    }

    .terms-container h1 {
      font-size: 28px;
      color: #0077cc;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .terms-container h2 {
      font-size: 20px;
      margin-top: 30px;
      margin-bottom: 12px;
      font-weight: 600;
      color: #333;
    }

    .terms-container p,
    .terms-container li {
      font-size: 15px;
      margin-bottom: 12px;
      color: #444;
    }
    
    .terms-container ul {
      margin-left: 20px;
    }
    .text-primary,.btn-link{
        color:#0077cc !important;
    }
    .btn-outline-primary.active{
        background: #0077cc !important;
    }
    .btn-outline-primary{
        border-color: #0077cc !important;
        color:#0077cc;
    }
    .btn-outline-primary:hover,.btn-outline-primary:focus {
        background: #0077cc !important;
    }
    .whatsappChat {
      border: none;
      border-radius: 2px;
      width: 150px;
      background-color: #26a69a;
      color: white;
      position: fixed;
      text-align: center;
      padding: 5px 10px;
      font-size: 0.9rem;
      right: 5%;
      bottom: 92px;
      z-index: 99999;
      text-decoration: none;
    }
    .whatsappChat:hover{
      box-shadow: var(--bs-box-shadow); 
    }
    @media (max-width: 767px) {
        body:has(.fixed-footer-nav) {
          padding-bottom: 62px;
        }

        .fixed-footer-nav {
          min-height: 62px;
          box-sizing: border-box;
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          align-items: center;
          gap: 12px;
          padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
        }

        .fixed-footer-btn {
          width: 100%;
          min-height: 44px;
          padding: 8px 12px;
          font-size: 14px;
          border-radius: 8px;
        }

        .fixed-footer-account {
          width: 100%;
        }

        .fixed-footer-btn.is-home,
        .fixed-footer-btn.is-home.is-active,
        .fixed-footer-btn.is-login,
        .fixed-footer-btn.is-login.is-active,
        .fixed-footer-btn.is-dashboard {
          border-color: #b8dcf7;
          background: #eef7ff;
          color: #006db8 !important;
          box-shadow: 0 8px 18px rgba(9, 63, 125, 0.08);
        }

        .fixed-footer-btn.is-home:hover,
        .fixed-footer-btn.is-home.is-active:hover,
        .fixed-footer-btn.is-login:hover,
        .fixed-footer-btn.is-login.is-active:hover,
        .fixed-footer-btn.is-dashboard:hover,
        .fixed-footer-account[open] .fixed-footer-btn.is-dashboard {
          border-color: #9dccf0;
          background: #e4f3ff;
          color: #005fa3 !important;
        }

        .fixed-footer-btn.is-login {
          border-color: #b8dcf7;
          background: #eef7ff;
          color: #006db8 !important;
          box-shadow: 0 8px 18px rgba(9, 63, 125, 0.08);
        }

        .fixed-footer-account-panel {
          right: 0;
          transform: none;
          width: min(300px, calc(100vw - 28px));
        }

        #home h2{
            font-size:25px;
        }
        header{
            min-height: 62px;
            height: 62px;
            box-sizing: border-box;
            padding: 8px 14px;
            align-items:center;
            flex-wrap: nowrap;
            
        }
        .logo {
            order: 1;
            width: 120px;
            height: 44px;
            flex-basis: 120px;
        }
        .logo img {
            width: 120px;
            transform: none;
        }
        .mobile-current-page {
          order: 1;
          display: none;
          min-width: 0;
          max-width: calc(100vw - 82px);
          min-height: 44px;
          align-items: center;
          gap: 9px;
          padding: 8px 13px;
          border: 1px solid #c9e4fa;
          border-radius: 8px;
          background: #eef7ff;
          color: #005fa3;
          font-size: 14px;
          font-weight: 900;
          line-height: 1.1;
        }
        .mobile-current-page i {
          flex: 0 0 auto;
          color: #0077cc;
          font-size: 15px;
        }
        .mobile-current-page span {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        header:has(.mobile-current-page) .logo {
          display: flex;
        }
        .navbar{
            order: 2;
            position:static;
            margin-left: auto;
        }
         nav ul {
          flex-direction: column;
          gap: 10px;
          text-align: center;
          padding: 0;
        }
        .navbar-collapse {
             border-top:1px solid #ccc;
          position: absolute;
          width: 100%;
          top: 100%;
          left:0;
          background-color: rgb(255, 255, 255);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          padding:10px 0 20px;
        }
        .header-login-action,
        .header-account {
          display: none;
        }
        nav ul li a {
          padding: 10px 0;
          font-size: 16px;
          font-weight:700;
        }
        header .navbar-nav .nav-link,
        .header-account-toggle {
          width: min(320px, calc(100vw - 30px));
          justify-content: center;
        }
        header .navbar-nav {
          margin-right: 0;
        }
        .header-dashboard-copy {
          text-align: center;
        }
        .header-account-toggle {
          padding-right: 40px;
          padding-left: 40px;
        }

        header .navbar-toggler {
          width: 44px;
          height: 44px;
          padding: 6px;
          border: 2px solid #0077cc;
          color: #0077cc;
          background: #fff;
          box-shadow: none;
        }

        header .navbar-toggler:focus,
        header .navbar-toggler[aria-expanded="true"] {
          border-color: #0077cc;
          color: #0077cc;
          background: #eef7ff;
          box-shadow: 0 0 0 3px rgba(0, 119, 204, 0.14);
        }

        header .navbar-toggler .navbar-toggler-icon,
        header .navbar-toggler:hover .navbar-toggler-icon,
        header .navbar-toggler:focus .navbar-toggler-icon,
        header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230077cc' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
         
    }
    
     

     

    @media(max-width:900px){
      .terms-container {padding:20px;}
 
    }
  
