@media (max-width: 768px) {
  /* Navbar */
  .navbar {
    width: 95%;
    padding: 15px;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .navbar .nav-links {
    display: none; /* Hide nav links on mobile, consider adding a hamburger menu */
  }

  .navbar .logo img {
    width: 100px;
    height: 22px;
  }

  .navbar .nav-buttons {
    margin-left: 0;
  }

  .navbar .nav-buttons div h4 {
    font-size: 12px;
  }

  /* Hero Section */
  .hero-title {
    margin-top: 120px;
    margin-bottom: 80px;
    padding: 0 20px;
    text-align: center;
  }

  .hero-title h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .hero-title h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .hero-title .hero-button {
    margin-top: 30px;
    padding: 10px 16px;
  }

  .hero-title .hero-button h4 {
    font-size: 14px;
  }

  /* Hide hero images on mobile for cleaner look */
  .hero-title .image1,
  .hero-title .image2,
  .hero-title .image3,
  .hero-title .image4,
  .hero-title .image5 {
    display: none;
  }

  /* Detail Numbers */
  .detail-number {
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
  }

  .detail-number div {
    text-align: center;
  }

  .detail-number div h1 {
    font-size: 28px;
  }

  .detail-number div h2 {
    font-size: 14px;
    text-align: center;
    max-width: 200px;
  }

  /* Hero 2 */
  .hero-2 {
    flex-direction: column;
    padding: 60px 20px;
    gap: 40px;
  }

  .hero-2 img {
    max-width: 100%;
    height: auto;
  }

  .hero-2 .hero-2-text h2,
  .hero-2 .hero-2-text h1 {
    font-size: 24px;
  }

  .hero-2 .hero-2-text .hero-2-text-inner div h4 {
    font-size: 16px;
  }

  /* Features 2 */
  .features-2 {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }

  .features-2 .features-2-title h1,
  .features-2 .features-2-title h2 {
    font-size: 24px;
  }

  .features-2 .features-2-text div h4 {
    font-size: 18px;
  }

  .features-2 .features-2-text div p {
    font-size: 16px;
    width: auto;
  }

  .features-2 img {
    max-width: 100%;
    height: auto;
  }

  /* Hero 3 */
  .hero-3 {
    padding: 40px 20px;
  }

  .hero-3 .hero-3-text {
    width: 100%;
  }

  .hero-3 .hero-3-text h1 {
    font-size: 24px;
  }

  .hero-3 .hero-3-text h4 {
    font-size: 16px;
  }

  .hero-3 .hero-3-video video {
    width: 100%;
    height: auto;
    max-height: 300px;
  }

  .hero-3 .hero-3-video {
    width: 100%;
    border: #f3f4f8 solid 8px;
  }

  .hero-3 .hero-3-boxes {
    flex-direction: column;
    gap: 20px;
  }

  .hero-3 .hero-3-boxes .hero-3-box {
    width: 100%;
    padding: 20px;
  }

  .hero-3 .hero-3-boxes .hero-3-box .hero-3-box-title h2 {
    font-size: 16px;
  }

  .hero-3 .hero-3-boxes .hero-3-box p {
    font-size: 14px;
  }

  /* Hero 4 */
  .hero-4 {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }

  .hero-4 .hero-4-text {
    max-width: 100%;
  }

  .hero-4 .hero-4-text .hero-4-text-inner-2 {
    flex-direction: column;
    gap: 0;
  }

  .hero-4 .hero-4-text .hero-4-text-inner-2 h2,
  .hero-4 .hero-4-text .hero-4-text-inner-2 h1 {
    font-size: 24px;
  }

  .hero-4 .hero-4-text .hero-4-text-inner-3 h2 {
    font-size: 18px;
  }

  .hero-4 .hero-4-text .hero-4-text-inner-3 p {
    font-size: 16px;
  }

  .hero-4 img {
    max-width: 100%;
    height: auto;
  }

  /* Features Title */
  .features-title {
    padding: 0 20px;
  }

  .features-title h2 {
    font-size: 24px;
    text-align: center;
  }

  .features-title p {
    font-size: 16px;
    width: 100%;
  }

  /* Features Image */
  .feature-image-1 {
    padding: 20px;
    border: #f3f4f8 solid 8px;
  }

  .feature-image-1 img {
    max-width: 100%;
    height: auto;
  }

  /* Hero 5 */
  .hero-5 {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
    overflow: visible;
  }

  .hero-5 .hero-5-text {
    width: 100%;
  }

  .hero-5 .hero-5-text .hero-5-text-inner-2 h2,
  .hero-5 .hero-5-text .hero-5-text-inner-2 h1 {
    font-size: 24px;
  }

  .hero-5 .hero-5-text p {
    font-size: 16px;
  }

  .hero-5 .hero-5-text .hero-5-text-group {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }

  .hero-5 .hero-5-text .hero-5-text-group .hero-5-text-group-item {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .hero-5 .hero-5-text .hero-5-text-group .hero-5-text-group-item h4 {
    font-size: 18px;
  }

  .hero-5 div[style*="position: relative"] {
    margin-right: 0;
  }

  .hero-5 div[style*="position: relative"] img {
    width: 100% !important;
    height: auto !important;
    max-width: 400px;
  }

  /* Hero 6 - Pricing */
  .hero-6 {
    padding: 40px 20px;
  }

  .hero-6 .hero-6-title-1 {
    font-size: 28px;
    text-align: center;
  }

  .hero-6 .hero-6-title-2 {
    font-size: 22px;
    text-align: center;
  }

  .pricing-container {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  .pricing-card {
    height: auto;
    padding: 24px 20px;
  }

  .plan-title {
    font-size: 16px;
  }

  .plan-description {
    font-size: 13px;
  }

  .feature-item {
    font-size: 13px;
  }

  .pricing-button {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }

  /* Contact Form */
  .center-screen {
    margin-top: 100px;
    padding: 0 20px;
  }

  .contact-in-hero {
    width: 100%;
    padding: 30px 20px;
  }

  .contact-in-hero h1 {
    font-size: 28px;
    width: 100%;
  }

  .contact-in-hero p {
    font-size: 16px;
  }

  .contact-in-hero .contact-inputs .contact-inputs-inner {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .input-group input {
    width: 100%;
    padding: 12px 12px 12px 45px;
    font-size: 14px;
  }

  .input-group textarea {
    width: 100%;
    min-height: 120px;
    padding: 15px 15px 15px 45px;
    font-size: 14px;
  }

  .contact-in-hero .contact-buttons .join {
    font-size: 16px;
    padding: 12px 20px;
  }

  /* Footer */
  footer {
    padding: 250px 20px 40px 20px;
  }

  .footer-content .footer-section-1 {
    flex-direction: column;
    gap: 30px;
    padding: 20px 0;
  }

  .footer-content .footer-section-1 .footer-logo img {
    width: 150px;
    height: 35px;
  }

  .footer-content .footer-section-1 .footer-links ul {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .footer-content .footer-section-1 .footer-links a {
    font-size: 16px;
  }

  .footer-content .footer-section-2 {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 20px 0;
  }

  .footer-content .footer-section-2 .footer-copyright {
    font-size: 14px;
  }

  /* Features 3 - if uncommented */
  .features-3-center {
    padding: 0 20px;
  }

  .features-3 {
    flex-direction: column;
    width: 100%;
    padding: 20px;
    border: #f3f4f8 solid 8px;
  }

  .features-3 .features-3-title h1,
  .features-3 .features-3-title h2 {
    font-size: 24px;
  }

  .features-3 .features-3-text div h4 {
    font-size: 14px;
  }

  .features-3-image img {
    max-width: 100%;
    height: auto;
  }
}
