/* Disable custom cursor on mobile */
@media (max-width: 820px) {
  .cursor {
    display: none !important;
  }
}
@media(max-width: 768px){
    .carousel-item {
        min-height: 20vh;
    }
}
/* MAIN RESPONSIVE NAV (820px BELOW) */
@media (max-width: 820px) {

  body {
    padding-top: 0px !important;
  }

  .header-inner {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* SHOW HAMBURGER */
  .hamburger {
    display: flex !important;
  }

  /* HIDE NAV BY DEFAULT */
  .nav-links {
    display: none !important;
    flex-direction: column !important;
    position: absolute;
    top: 65px;
    left: 0;
    width: 800px !important;
    background: rgba(0,0,0,0.90);
    padding: 25px 0;
    gap: 22px !important;
    backdrop-filter: blur(12px);
    z-index: 9999;
    align-items: center !important;
    text-align: center !important;
    margin-top: -26px;
    margin-right: -65px;
    border-radius: 0%;
  }

  /* OPEN NAV */
  .nav-links.open {
    display: flex !important;
  }

  .nav-links li {
    width: 100%;
  }

  /* NAV LINKS CENTER */
  .nav-links a {
    width: 800px !important;
    padding: 12px 0 !important;
    display: block !important;
    font-size: 18px !important;
    text-align: center !important;
  }

  /* REMOVE UNUSED CLASSES */
  .nav-center {
    display: none !important;
  }

  .nav-cta {
    width: 100% !important;
    justify-content: center !important;
  }

  .btn.contact {
    width: fit-content !important;
  }

  .site-header {
    padding: 10px 20px !important;
    width: 100% !important;
  }
}
@media (max-width: 700px) {

  body {
    padding-top: 0px !important;
  }

  .header-inner {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* SHOW HAMBURGER */
  .hamburger {
    display: flex !important;
  }

  /* HIDE NAV BY DEFAULT */
  .nav-links {
    display: none !important;
    flex-direction: column !important;
    position: absolute;
    top: 65px;
    left: 0;
    width: 700px !important;
    background: rgba(0,0,0,0.90);
    padding: 25px 0;
    gap: 22px !important;
    backdrop-filter: blur(12px);
    z-index: 9999;
    align-items: center !important;
    text-align: center !important;
    /* margin-top: -26px; */
    /* margin-right: -65px; */
    border-radius: 0%;
  }

  /* OPEN NAV */
  .nav-links.open {
    display: flex !important;
  }

  .nav-links li {
    width: 100%;
  }

  /* NAV LINKS CENTER */
  .nav-links a {
    width: 800px !important;
    padding: 12px 0 !important;
    display: block !important;
    font-size: 18px !important;
    text-align: center !important;
  }

  /* REMOVE UNUSED CLASSES */
  .nav-center {
    display: none !important;
  }

  .nav-cta {
    width: 100% !important;
    justify-content: center !important;
  }

  .btn.contact {
    width: fit-content !important;
  }

  .site-header {
    padding: 10px 20px !important;
    width: 100% !important;
  }
}
@media (max-width: 590px) {

  body {
    padding-top: 0px !important;
  }

  .header-inner {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* SHOW HAMBURGER */
  .hamburger {
    display: flex !important;
  }

  /* HIDE NAV BY DEFAULT */
  .nav-links {
    display: none !important;
    flex-direction: column !important;
    position: absolute;
    top: 65px;
    left: 0;
    width: 550px !important;
    background: rgba(0,0,0,0.90);
    padding: 25px 0;
    gap: 16px !important;
    backdrop-filter: blur(12px);
    z-index: 9999;
    align-items: center !important;
    text-align: center !important;
    /* margin-top: -26px; */
    margin-right: -65px;
    border-radius: 0%;
  }

  /* OPEN NAV */
  .nav-links.open {
    display: flex !important;
  }

  .nav-links li {
    width: 100%;
  }

  /* NAV LINKS CENTER */
  .nav-links a {
    width: 600px !important;
    padding: 12px 0 !important;
    display: block !important;
    font-size: 18px !important;
    text-align: center !important;
  }

  /* REMOVE UNUSED CLASSES */
  .nav-center {
    display: none !important;
  }

  .nav-cta {
    width: 100% !important;
    justify-content: center !important;
  }

  .btn.contact {
    width: fit-content !important;
  }

  .site-header {
    padding: 10px 20px !important;
    width: 100% !important;
  }
}
@media (max-width: 440px) {

  body {
    padding-top: 0px !important;
  }

  .header-inner {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* SHOW HAMBURGER */
  .hamburger {
    display: flex !important;
  }

  /* HIDE NAV BY DEFAULT */
  .nav-links {
    display: none !important;
    flex-direction: column !important;
    position: absolute;
    top: 65px;
    left: 0;
    width: 550px !important;
    background: rgba(0,0,0,0.90);
    padding: 25px 0;
    gap: 15px !important;
    backdrop-filter: blur(12px);
    z-index: 9999;
    align-items: center !important;
    text-align: center !important;
    /* margin-top: -26px; */
    margin-right: -65px;
    border-radius: 0%;
  }

  /* OPEN NAV */
  .nav-links.open {
    display: flex !important;
  }

  .nav-links li {
    width: 100%;
  }

  /* NAV LINKS CENTER */
  .nav-links a {
    width: 650px !important;
    padding: 12px 0 !important;
    display: block !important;
    font-size: 18px !important;
    text-align: center !important;
  }

  /* REMOVE UNUSED CLASSES */
  .nav-center {
    display: none !important;
  }

  .nav-cta {
    width: 100% !important;
    justify-content: center !important;
  }

  .btn.contact {
    width: fit-content !important;
  }

  .site-header {
    padding: 10px 20px !important;
    width: 100% !important;
  }
}
/* hero slider  */

@media (max-width: 820px) {
  .hero-slide {
    height: auto !important;
    padding: 40px 20px !important;
    text-align: center;
  }

  .slide-container {
    flex-direction: column;
    gap: 25px;
    padding: 0 15px;
  }

  .slide-content,
  .slide-contentt {
    width: 100% !important;
  }

  h1, h2 {
    text-align: center !important;
    width: 100% !important;
  }

  .slide-image {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .slide-image img {
    width: 90% !important;
    height: auto !important;
  }

  #typewriter {
    font-size: 32px !important;
    max-width: 100% !important;
    white-space: normal !important;
  }
}



/* ----------- 768px BELOW ----------- */
@media (max-width: 768px) {
  .hero-slide {
    padding: 30px 15px !important;
  }

  .slide-image img {
    width: 85% !important;
  }

  #typewriter {
    font-size: 28px !important;
  }
}



/* ----------- 600px BELOW ----------- */
@media (max-width: 600px) {
  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  #typewriter {
    font-size: 26px !important;
  }

  .slide-image img {
    width: 80% !important;
  }
}



/* ----------- 400px BELOW ----------- */
@media (max-width: 400px) {
  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  #typewriter {
    font-size: 22px !important;
  }

  .slide-image img {
    width: 75% !important;
  }
}



/* ----------- 360px BELOW ----------- */
@media (max-width: 360px) {
  h1 {
    font-size: 25px !important;
  }

  h2 {
    font-size: 18px !important;
  }

  #typewriter {
    font-size: 20px !important;
  }

  .slide-image img {
    width: 70% !important;
  }
}

@media (max-width: 820px) {
  .heading-gradientt {
    font-size: 2.6rem;
    text-align: center;
    margin-top: 40px;
  }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
  .heading-gradientt {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 35px;
  }
}

/* ---------- 600px ---------- */
@media (max-width: 600px) {
  .heading-gradientt {
    font-size: 2.2rem;
    margin-top: 30px;
    text-align: center;
  }
}

/* ---------- 400px ---------- */
@media (max-width: 400px) {
  .heading-gradientt {
    font-size: 1.9rem;
    margin-top: 25px;
    text-align: center;
  }
}

/* ---------- 360px ---------- */
@media (max-width: 360px) {
  .heading-gradientt {
    font-size: 1.7rem;
    margin-top: 20px;
    text-align: center;
  }
   
}

/* 820px and below — center layout */
@media (max-width: 820px) {
  .features-row {
    justify-content: center !important;
    gap: 30px !important;
    margin-top: 30px !important;
  }

  .feature-box {
    width: 300px !important;
    height: auto !important;
    padding: 30px 25px !important;
  }
}

/* 767px and below — column layout + boxes little UP */
@media (max-width: 767px) {
  .features-row {
    display: flex;
    justify-content: center;
    align-items: center !important;
    margin-top: -15px !important;  /* ⬆️ thoda upar kar diya */
    gap: 25px !important;
  }

  .feature-box {
    width: 90% !important;
    max-width: 320px !important;
    padding: 28px 20px !important;
  }
}

@media (max-width: 600px) {
  .trust-container {
    justify-content: center !important;
    margin-top: 30px !important;
    text-align: center !important;
  }
}

@media (max-width: 600px) {
  .video-section {
    margin-top: 0 !important;   /* zero margin for small screens */
  }
}