/* ================== */
/* RESPONSIVE DESIGN */
/* ================== */
@media(max-width:1230px){
  .grid-row {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 1024px) {
    .initial-logo {
    height: auto;
    max-width: 100%;
  }
}
/* Tablet Breakpoint (834px) */
@media (max-width: 834px) {
  

  /* Hero Section */
  #hero {
    padding: 60px 15px 40px;
    gap: 40px;
    margin-top: 0rem;
  }

  .initial-logo {
    height: auto;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-logo {
    margin-bottom: 20px;
            max-width: 360px;
            object-fit: contain;
    /* margin-top: -7rem; */
  }

.hero-buttons .download-btn{
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap; /* Wrap on small screens if needed */
  align-items: center;
  gap: 15px;
 
}


.hero-buttons a {
  font-size: 1rem;
  margin-top: 0; /* Remove vertical misalignment */
  text-decoration: none;
}
  .logo-content {
    /* flex-direction: column; */
    align-items: center;
    gap: 20px;
            margin-top: 5rem;
  }

  /* Features Section - Hide desktop, show mobile version */
  #features {
    display: none;
  }

  #responsive-features {
    display: block;
  }

  .top-heading {
    font-size: 40px;
    margin-bottom: 30px;
    color: #ffffff;
  }

  #responsive-features .grid-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
  }

  .light-violet h3 {
    font-size: 24px;
  }

  /* Why Choose Us Section */
  .product-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .product-left-column {
    width: 90%;
  }

  .left-right {
    gap: 15px;
    margin-top: 15px;
  }

  .right-column {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .right-column h2,
  .right-column h2 span {
    font-size: 36px;
  }

  /* Download Section */
  #download {
    padding: 80px 15px;
  }
  .right-column p {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  /* Testimonials */
  .testimonial-section h2 {
    font-size: 48px;
  }

  .carousel-wrapper {
    width: 90%;
  }

  .testimonial-box {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .testimonial-image {
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial-image img {
    max-width: 200px;
  }

  .testimonial-content {
    text-align: center;
  }
}

/* Mobile Breakpoint (480px) */
@media (max-width: 480px) {
  /* General Section Padding */
  section {
    padding: 50px 15px;
  }

  /* Hero Section */
  #hero {
    padding: 40px 15px 30px;
    gap: 30px;
  }

.logo-content{
  flex-direction: column;
}
.hero-content{
  margin-top: -5rem;
  margin-bottom: -8rem;
          margin-left: 1rem;
}
  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-buttons .download-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .hero-buttons a {
    font-size: 14px;
  }

  /* Features Section */
  .top-heading {
    font-size: 32px;
    margin-bottom: 25px;
  }

  #responsive-features .grid-row {
    grid-template-columns: 1fr; /* Single column for mobile */
  }
  .product-left-column {
    grid-template-columns: repeat(1, 1fr);

  }

  .light-violet h3 {
    font-size: 20px;
  }

  .light-violet p {
    font-size: 13px;
  }

  /* Why Choose Us Section */
  .left-column {
    grid-template-columns: 1fr;
  }

  .left-left {
    grid-template-rows: auto;
    gap: 15px;
  }

  .right-column h2,
  .right-column h2 span {
    font-size: 28px;
  }

  .right-column p {
    font-size: 14px;
  }

  .download-btn {
    padding: 10px 20px;
    font-size: 16px;
  }

  /* Download Section */
  .download-section h2 {
    font-size: 36px;
  }

  .download-section p {
    font-size: 16px;
  }

  .download-card {
    padding: 20px;
    height: 700px;
  }

  .download-card h3 {
    font-size: 24px;
  }

  /* Testimonials */
  .testimonial-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .carousel-wrapper {
    width: 95%;
  }
.testimonial-section h2.show{
  font-size: 3.6rem;
}
.testimonial-section span{
font-size: 3.6rem;
}
  .testimonial-box {
    padding: 20px;
  }

  .testimonial-content p {
    font-size: 13px;
  }

  .testimonial-name {
    font-size: 18px;
  }

  .dots {
    right: 15px;
    bottom: 10px;
  }
   .badge{
    padding: 5px 10px;
    font-size: 7px;
  }
  .download-btn-android{
    padding: 10px 30px;
  }
}


/* Additional small mobile adjustments */
@media (max-width: 350px) {
  .hero-content h1 {
    font-size: 24px;
  }
 
  .top-heading {
    font-size: 28px;
  }

  .download-section h2 {
    font-size: 32px;
  }

  .testimonial-section h2 {
    font-size: 32px;
  }
  .download-btn-android{
    padding: 10px 30px;
  }
  .badge{
    padding: 5px 10px;
    font-size: 7px;
  }
}
