@media only screen and (min-width: 992px) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    background: none;
    box-shadow: none;
  }
  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    margin: 0 auto;
  }

  .menu-link {
    text-transform: capitalize;
  }

  .menu-block {
    margin-left: 2rem;
  }

  .burger {
    display: none;
    visibility: hidden;
  }
  
}
@media only screen and (max-width:1100px){
  .action{
    display: none;
  }
  .header .menu{
    margin-left: auto;
    padding-top: 0;
  }
  .header .dropdown-menu{
    top: 40px;
    max-height: 300px;
    overflow: auto; 
  }
  .service-card {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .hero {
    padding: 40px 0;
  }
  .section-title {
    font-size: 32px;
  }
  .who-we-are-content {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 30px;
  }
  .navbar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    column-gap: 1.25rem;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0;
  }
  .header{
    padding: 0px 10px;
  }
  .experience-tab { min-height: 150px; padding: 24px 16px; }
  .experience-tab-icon { width: 52px; height: 52px; font-size: 22px; }
  .experience-tab-title { font-size: 14px; }
}

@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 30px;
  }
  .hero-text p {
    font-size: 16px;
  }
  .hero-cta {
    flex-direction: column;
    gap: 15px;
  }
  .btn-primary-custom,
  .btn-secondary-custom {
    width: 100%;
    justify-content: center;
  }
  .section-title {
    font-size: 28px;
  }
  .services-intro h2,
  .team-intro h2,
  .contact-title h2,
  .faq-title h2 {
    font-size: 28px;
  }
  .who-we-are h2 {
    font-size: 28px;
  }
  .features-dark h2 {
    font-size: 28px;
  }
  .features-dark-2 h2 {
    font-size: 28px;
  }
  .navbar-nav .nav-link {
    margin: 8px 0;
  }
  .stat-number {
    font-size: 36px;
  }
  .contact-form {
    padding: 20px;
  }
  .faq-form {
    padding: 30px;
  }
  .footer-content {
    gap: 30px;
  }
  .hero-banner {
    height: 400px;
  }
  .hero-banner .carousel-item {
    height: 400px;
  }
  .vision-mission-grid {
    display: grid;
    grid-template-columns: 1fr; /* only one column */
    gap: 50px; /* spacing between rows */
  }
  .hero-image img{
    min-height: auto;
  }
  .who-we-are{
    padding: 40px 0;
  }
  .faq-section .section-head h2,
  .contact-section .section-head h2{
    font-size: 28px;
  }
  .header .dropdown-menu{
    min-width: 300px;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .intro-card::before{
    display: none;
  }
  .mv-card {
    padding: 40px;
  }
  .mv-card p {
    font-size: 16px;
  }
  .about-image-block{
    padding: 30px;
    margin-top: 20px;
    justify-content: flex-start;
  }
  .testimonial-section { padding: 60px 0; }
  .testimonial-card { padding: 24px 22px; }
}
@media only screen and (max-width:600px){
  .stat-row{
    grid-template-columns: 1fr;
  }
  .intro-card{
    padding: 20px;
  }
  .section-wrap{
    padding: 10px;
  }
  .reasons-section{
    padding: 20px 0;
  }
  .section-header h2,
  .cta-text h3{
    font-size: 28px;
  }
  .contact-section{
    padding: 40px 0;
  }
  .hero-banner,
  .hero-banner .carousel-item{
    height: 300px;
  }
}
@media only screen and (max-width:450px){
  .brand {
    width: 180px;
    height: 59px;
  }
  .mv-card {
    border-radius: 14px;
    padding: 20px;
  }
  .about-image-block{
    padding: 20px;
  }

}