/* Mobile Responsive Styles - Do not edit styles.css */

/* Small Mobile Portrait - up to 500px */
@media (max-width: 500px) {

  /* Base adjustments for very small screens */
  .container {
    padding: 0 16px;
    max-width: 100%;
  }

  /* Header Mobile Small */
  .header,
  .nav-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .nav-wrapper {
    padding: 0 16px;
    position: relative;
  }

  .nav {
    display: none;
    /* Hide desktop nav */
  }

  /* mobile cta  */
  .btn.nav-btn.mobile-only {
    margin-left: auto;
    margin-right: 10px;
  }

  /* Mobile hamburger menu */
  .mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #052a24;
    margin: 4px 0;
    transition: 0.3s;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-menu .nav-link {
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    color: #052a24;
    text-decoration: none;
    font-size: 14px;
  }

  .mobile-menu .btn {
    margin: 12px 16px;
    display: block;
    text-align: center;
  }

  .logo {
    width: 100px;
    height: 52px;
  }

  /* Hero Section Mobile Small */
  .hero {
    width: 100%;
    height: auto;
    background: url(assets/header_mobile.jpg) no-repeat 0 0;
  }

  .hero-content {
    padding: 30px 0px;
  }

  .hero-title {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
    text-align: center;
  }

  .hero-subtitle {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
    text-align: center;
  }

  .hero-buttons {
    gap: 12px;
    margin-top: 24px;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    margin: 0;
  }

  .hero-buttons .btn-outline {
    background: #00000050;
  }

  .hero-description {
    align-items: flex-start;
    margin-top: 42%;
    gap: 15px;
    padding-top: 20px;
  }

  .hero-icon {
    width: 35px;
    height: 46px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .hero-description p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  /* Key Features Mobile Small */
  .key-features {
    width: 100%;
    padding: 32px 0;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 16px;
  }

  .feature-title {
    font-size: 20px;
    line-height: 24px;
  }

  .feature-description {
    font-size: 15px;
    margin-left: 0;
    margin-top: 6px;
    line-height: 20px;
  }

  .feature-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-icon {
    margin-right: 0;
    margin-bottom: 6px;
    width: 32px;
    height: 32px;
  }

  /* About Section Mobile Small */
  .about-section {
    width: 100%;
  }

  .about-container {
    flex-direction: column;
  }

  .about-left {
    width: 100%;
    height: 280px;
    order: 2;
  }

  .about-right {
    order: 1;
    padding: 32px 16px;
    width: 100%;
  }

  .about-title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }

  .about-subtitle {
    font-size: 20px;
  }

  .about-text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .about-list-item p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .about-bg {
    /* display: none; */
    bottom: 0;
    top: auto;
    height: 240px;
  }

  img.about-image-alt {
    width: 75%;
    margin-left: auto;
  }

  .about-stat {
    /* position: static; */
    width: 180px;
    height: 180px;
    margin: 16px auto;
    order: 3;
    top: 40px;
    left: 50px;
  }
  .about-section-content .bullet {
    margin-top: 8px;
  }

  .stat-number {
    font-size: 50px;
  }

  .stat-text {
    width: 140px;
    font-size: 14px;
    text-align: left;
  }

  /* Platform Benefits Mobile Small */
  .platform-benefits {
    width: 100%;
    margin-top: 48px;
    padding: 0 16px;
  }

  .section-title {
    font-size: 36px;
    line-height: 40px;
  }

  .benefits-subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .benefits-description {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
  }

  .key-outcomes-card {
    width: 100%;
    margin-top: 24px;
    padding: 16px;
  }

  .card-title {
    font-size: 24px;
  }

  .outcomes-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .outcome-item p {
    font-size: 14px;
    line-height: 24px;
  }

  .benefits-content {
    flex-direction: column;
    margin-top: 30px;
  }

  .benefits-left {
    width: 100%;
  }

  .benefits-bg {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 140px;
  }

  .benefits-right {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 32px;
  }

  .benefits-image {
    width: 100%;
    left: 0;
    height: 220px;
  }

  .benefits-image-separator {
    width: 100%;
    left: 0;
    top: 210px;
  }

  .benefits-stat,
  .benefits-stat-alt {
    /* position: static; */
    width: 180px;
    height: 180px;
    margin: 16px auto;
    left: auto;
    top: 30px;
    right: 28px;
    padding: 10px;
  }

  .benefits-stat .stat-number {
    font-size: 36px;
  }

  .benefits-stat .stat-text {
    width: 160px;
    font-size: 14px;
    text-align: center;
  }
  .badge-text {
    text-align: center;
  }

  /* Core Benefits Mobile Small */
  .core-benefits {
    width: 100%;
    height: auto;
    padding: 32px 0;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
  }

  .core-benefits-grid {
    flex-direction: column;
    padding: 0 16px;
    gap: 32px;
  }

  .core-benefit-item {
    width: 100%;
  }

  .core-description {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  /* Platform Solutions Mobile Small */
  .platform-solutions {
    width: 100%;
    padding: 48px 0;
  }

  .section-subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    padding: 0 16px;
  }

  .solutions-grid {
    flex-direction: column;
    padding: 0 16px;
    margin-top: 30px;
  }

  .solution-card {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .card-content {
    padding: 24px 16px;
  }

  .solution-title {
    font-size: 24px;
  }

  .solution-list p {
    font-size: 14px;
    line-height: 24px;
  }

  /* Admin Dashboard Mobile Small */
  .admin-dashboard {
    width: 100%;
    padding: 48px 0 10px;
  }

  .next-btn {
    right: -20px;
  }

  .prev-btn {
    left: -20px;
  }

  .dashboard-content {
    flex-direction: column;
    padding: 0 16px;
    margin-top: 30px;
  }

  .dashboard-left,
  .dashboard-right {
    width: 100%;
  }

  .dashboard-center {
    width: 100%;
    margin: 0 0 40px;
    order: -1;
    height: auto;
  }
.slider-btn {
  top: 50%
}
  .dashboard-feature {
    margin-bottom: 32px;
    text-align: left !important;
  }

  .feature-header-right {
    justify-content: flex-start;
  }

  .dashboard-content .bullet {
    margin-top: 0px;
    margin-right: 8px;
    margin-left: -15px;
  }

  .dashboard-feature-title {
    order: 1;
    margin-left: 0;
    text-transform: capitalize;
  }

  .dashboard-feature-description {
    width: 100% !important;
    margin-left: 0 !important;
    font-size: 14px;
    line-height: 24px;
  }

  /* Get in Touch Mobile Small */
  .get-in-touch {
    width: 100%;
    height: auto;
    padding: 48px 0;
  }

  .touch-content {
    flex-direction: column;
    text-align: center;
    padding: 0 16px;
  }

  .touch-title {
    font-size: 36px;
    line-height: 40px;
  }

  .touch-description {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .touch-btn {
    margin-left: 0;
    margin-top: 24px;
    width: 100%;
    max-width: 220px;
  }

  /* Footer Mobile Small */
  .footer {
    width: 100%;
  }

  .footer-content {
    padding: 32px 16px;
  }

  .footer-section:first-child {
    margin: 0 auto;
  }

  .footer-grid {
    flex-direction: column;
    gap: 32px;
    text-align: center;
    align-items: center;
  }

  .footer-logo {
    width: 140px;
    height: 72px;
  }

  .footer-title {
    font-size: 20px;
    text-align: center;
  }

  .footer-text {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
  }
  .footer-section {
    text-align: center;
  }
  /* Tab switcher small mobile */
  .tab-switcher {
    margin-top: 15px;
  }

  .tab-switcher .tab {
    width: 50%;
    font-size: 11px;
    height: 50px;
    border: 1px solid #98a6a4;
  }
}

/* Large Mobile Portrait - 501px to 768px */
@media (min-width: 501px) and (max-width: 768px) {

  /* Base adjustments */
  .container {
    padding: 0 20px;
    max-width: 100%;
  }

  /* Header Mobile Large */
  .header,
  .nav-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .nav-wrapper {
    padding: 0 20px;
    position: relative;
  }

  .nav {
    display: none;
    /* Hide desktop nav */
  }

  /* Mobile hamburger menu */
  .mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #052a24;
    margin: 5px 0;
    transition: 0.3s;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-menu .nav-link {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    color: #052a24;
    text-decoration: none;
  }

  .mobile-menu .btn {
    margin: 15px 20px;
    display: block;
    text-align: center;
  }

  .logo {
    width: 120px;
    height: 62px;
  }

  /* Hero Section Mobile Large */
  .hero {
    width: 100%;
    height: auto;
    min-height: 550px;
    background-size: initial;
    background-position: -440px -60px;
  }

  .hero-content {
    padding: 40px 20px;
  }

  .hero-title {
    width: 100%;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
    text-align: center;
  }

  .hero-subtitle {
    width: 58%;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
  }

  .hero-buttons {
    flex-direction: row;
    gap: 16px;
    margin-top: 32px;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .hero-buttons .btn-outline {
    background: #00000040;
  }

  .hero-description {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 40px;
    gap: 20px;
    padding-right: 180px;
  }

  .hero-icon {
    width: 40px;
    height: 52px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .hero-description p {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }

  /* Key Features Mobile Large */
  .key-features {
    width: 100%;
    padding: 40px 0;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0 20px;
  }

  .feature-title {
    /* font-size: 18px; */
  }

  .feature-description {
    font-size: 14px;
    margin-left: 0;
    margin-top: 8px;
  }

  .feature-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-icon {
    margin-right: 0;
    margin-bottom: 8px;
  }

  /* About Section Mobile Large */
  .about-section {
    width: 100%;
  }

  .about-container {
    flex-direction: column;
  }

  .about-left {
    width: 100%;
    height: 300px;
    order: 2;
  }

  .about-right {
    order: 1;
    padding: 40px 20px;
    width: 100%;
  }

  .about-title {
    font-size: 44px;
    line-height: 52px;
    text-align: center;
  }

  .about-text {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }

  .about-list-item p {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }

  .about-bg {
    /* display: none; */
    top: auto;
    bottom: 0;
    margin-right: auto;
    width: 90%;
  }

  .about-image {
    width: 100%;
    left: 0;
    height: 250px;
  }

  .about-image-separator {
    width: 100%;
    left: 0;
    top: 240px;
  }
img.about-image-alt {
    margin-right: 40px;
}
  .about-stat {
    /* position: static; */
    width: 200px;
    height: 200px;
    margin: 20px auto;
    order: 3;
    right: auto;
    left: 26%;
  }

  /* Platform Benefits Mobile Large */
  .platform-benefits {
    width: 100%;
    margin-top: 60px;
    padding: 0 20px;
  }

  .section-title {
    font-size: 44px;
    line-height: 52px;
  }

  .benefits-content {
    flex-direction: column;
  }

  .benefits-left {
    width: 100%;
  }

  .benefits-subtitle {
    font-size: 22px;
    line-height: 30px;
  }

  .benefits-description {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
  }

  .key-outcomes-card {
    width: 100%;
    margin-top: 30px;
  }

  .outcomes-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Tab switcher large mobile */
  .tab-switcher {
    margin-top: 15px;
  }

  .tab-switcher .tab {
    width: 50%;
    font-size: 13px;
    height: 55px;
    border: 1px solid #98a6a4;
  }

  /* Operator benefits mobile */
  .operator-benefits-list {
    margin-top: 20px;
  }

  .benefit-item {
    margin-bottom: 12px;
  }

  .benefit-item p {
    font-size: 16px;
    line-height: 24px;
  }

  .benefits-image-alt {
    width: 100%;
    left: 0;
    height: 250px;
  }

  .benefits-stat-alt {
    /* position: static; */
    /* width: 200px; */
    /* height: 100px; */
    margin: 20px auto;
    /* left: auto; */
    /* top: auto; */
    padding: 15px;
  }

  .stat-badge {
    /* gap: 8px; */
  }

  .seal-icon {
    /* width: 30px; */
    /* height: 30px; */
  }

  .badge-title,
  .badge-subtitle {
    /* font-size: 12px; */
    line-height: 16px;
  }

  .benefits-right {
    width: 100%;
    /* height: 300px; */
    margin-left: 0;
    margin-top: 40px;
  }

  .benefits-bg {
    /* display: none; */
  }

  .benefits-image {
    width: 100%;
    left: 0;
    height: 250px;
  }

  .benefits-image-separator {
    width: 100%;
    left: 0;
    top: 240px;
  }

  .benefits-stat {
    /* position: static; */
    width: 200px;
    height: 200px;
    /* margin: 20px auto; */
    /* left: auto; */
    /* top: auto; */
  }

  /* Core Benefits Mobile Large */
  .core-benefits {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-size: cover;
    margin-top: 60px;
    background-position: center center;
  }

  .core-benefits-grid {
    padding: 0 20px;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .core-benefit-item {
    width: 100%;
  }

  .core-title {
    /* font-size: 20px; */
  }

  .core-description {
    width: 100%;
    /* font-size: 14px; */
    line-height: 22px;
  }

  /* Platform Solutions Mobile Large */
  .platform-solutions {
    width: 100%;
    padding: 60px 0;
  }

  .section-subtitle {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding: 0 20px;
  }

  .solutions-grid {
    flex-direction: column;
    padding: 0 20px;
  }

  .solution-card {
    width: 100%;
    height: auto;
  }

  .card-content {
    padding: 30px 24px;
  }

  .solution-title {
    /* font-size: 20px; */
  }

  /* Admin Dashboard Mobile Large */
  .admin-dashboard {
    width: 100%;
    padding: 60px 0;
  }

  .dashboard-content {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 0;
  }

  .dashboard-left,
  .dashboard-right {
    width: 100%;
  }

  .dashboard-center {
    width: 100%;
    margin: 40px 0 60px;
    order: -1;
  }

  .dashboard-feature {
    margin-bottom: 40px;
    text-align: left !important;
  }

  .dashboard-feature.right {
    text-align: left !important;
  }

  .feature-header-right,
  .feature-header-left {
    justify-content: flex-start;
  }

  .dashboard-feature-description {
    width: 100% !important;
    margin-left: 0 !important;
  }

img.about-image-alt {
    margin-right: 40px;
}

h3.dashboard-feature-title {
    order: 1;
}

.dashboard-content .bullet {
    margin-top: 0;
    margin-right: 0;
    margin-left: -20px;
}

  /* Get in Touch Mobile Large */
  .get-in-touch {
    width: 100%;
    height: auto;
    padding: 60px 0;
  }

  .touch-content {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }

  .touch-title {
    font-size: 44px;
    line-height: 52px;
  }

  .touch-description {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .touch-btn {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    max-width: 320px;
  }

  /* Footer Mobile Large */
  .footer {
    width: 100%;
  }

  .footer-content {
    padding: 40px 20px;
  }

  .footer-grid {
    flex-direction: row;
    gap: 40px;
    text-align: center;
  }

  .footer-section:first-child {
    margin-right: 0;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}

/* Tablet / Small Desktop - 769px to 1024px */
@media (min-width: 769px) and (max-width: 1023px) {

  .container {
    padding: 0 40px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .solutions-grid {
    flex-direction: column;
    align-items: center;
  }

  .solution-card {
    max-width: 500px;
    margin-bottom: 30px;
  }

  .dashboard-content {
    flex-direction: column;
  }

  .dashboard-center {
    margin: 30px 0;
  }

  .benefits-content {
    flex-direction: column;
  }

  .benefits-right {
    margin-left: 0;
    margin-top: 40px;
  }

  .about-container {
    flex-direction: column;
  }

  .about-right {
    padding: 60px 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .hero-title {
    font-size: 48px;
    line-height: 56px;
  }
  .key-features {
    padding: 60px 0;
    width: 100%;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .about-section {
    width: 100%;
    padding: 0 40px;
  }
  .about-bg,.benefits-bg {
    display: none;
  }
  .about-stat {
    left: -10px;
  }
  .about-text,
  .about-list-item p,
  img.about-image-alt,
  .benefits-left,
  .benefits-right,
  .benefits-description,
  .key-outcomes-card,
  .core-benefits,
  .platform-solutions,
  .solution-card,
  .admin-dashboard,
  .footer,
  .core-benefit-item {
    width: 100%;
  }
  img.about-image-alt {
    max-height: 500px;
    margin-top: 14px;
    max-width: 80%;
  }
  .about-right {
    padding-right: 40px;
  }
  .platform-benefits {
    margin: 40px 0 60px;
  }
  .benefits-right {
    margin-left: 40px;
  }
  .benefits-stat, .benefits-stat-alt {
    left: auto;
    top: 120px;
    right: 40px;
  }
  .core-benefits {
    margin: 0;
    background-size: cover;
    background-position: center center;
  }
  .core-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .platform-solutions, .admin-dashboard, .footer-content {
    padding: 35px 0 60px;
  }
  .solutions-grid {
    margin-top: 30px;
    gap: 20px;
  }
  .solution-card {
    height: auto;
  }
  .touch-title {
    line-height: 65px;
  }
  .footer-section:first-child {
    margin-right: 0;
  }
}

/* Desktop adjustments for very large screens */
@media (min-width: 1921px) {

  .header,
  .hero,
  .key-features,
  .about-section,
  .platform-benefits,
  .core-benefits,
  .platform-solutions,
  .admin-dashboard,
  .get-in-touch,
  .footer {
    max-width: 1920px;
    margin: 0 auto;
  }
}

/* Additional Mobile Utilities */
@media (max-width: 768px) {

  /* Hide desktop-only elements */
  .desktop-only {
    display: none !important;
  }

  /* Show mobile-only elements */
  .mobile-only {
    display: block !important;
  }

  /* Ensure images don't overflow */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Better button spacing on mobile */
  .btn {
    min-height: 48px;
    /* Better touch target */
    margin-left: auto;
    margin-right: 15px;
  }
  .touch-content .touch-btn {
    margin: 30px auto;
  }

  /* Improved text readability */
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  /* Better spacing for list items */
  .about-list-item,
  .solution-list li {
    margin-bottom: 12px;
  }

  /* Mobile tab switcher adjustments */
  .tab-switcher .tab {
    width: 50%;
    font-size: 14px;
  }

  /* Mobile dots adjustments */
  .slider-dots {
    margin-top: 30px;
  }

  .dot {
    width: 12px;
    height: 12px;
  }

  .dot.active {
    width: 14px;
    height: 14px;
  }
}