@media (max-width: 1400px) {}

@media (max-width: 1199px) {
  .container {
    max-width: 98%;
  }
}

@media (max-width: 1024px) {
  .hero-slider h1 {
    font-size: 60px;
  }

  .heading_container h2 {
    font-size: 60px;
  }

  .counter-number {
    font-size: 90px;
  }

  .layout_padding {
    padding: 60px 0;
  }

  .layout_padding_2 {
    padding: 140px 0 60px 0;
  }

  .layout_padding_3 {
    padding: 140px 0 60px 0;
  }

  .heading_container h4 {
    margin-bottom: 30px;
  }

  .stack-slider {
    min-width: 350px;
    width: 350px;
    height: 495px;
  }

  .stack-slider-margin{
    margin: 60px auto;
  }

  .stack-slider-margin2{
    margin: 60px auto;
  }

  .step-divider {
    left: 50%;
    width: 50%;
  }

  .testimonial-card {
    padding: 25px;
    min-height: 350px;
  }

  .proj-details h4 {
    font-size: 22px;
  }

  .proj-details p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0;
  }
}

@media (max-width: 991px) {
  .hero-slider h1 {
    font-size: 50px;
  }

  .heading_container h2 {
    font-size: 40px;
  }

  .jq-track span {
    font-size: 100px;
  }

  .step-divider {
    display: none;
  }

  .process-step {
    margin-bottom: 40px;
  }

  .stack-slider {
    min-width: 350px;
  }

  .stack-slider-margin{
    margin: 60px auto;
  }

  .stack-slider-margin2{
    margin: 60px auto;
  }

  .spaces-box .spaces-box-img{
    padding: 0;
  }

  .spaces-box:nth-of-type(even){
    flex-direction: column;
  }

  .spaces-cnt h4{
    text-align: left;
  }

  .spaces-cnt {
    padding: 30px 0;
    min-height: auto;
  }

  .spaces-box:last-child .spaces-cnt{
    padding-bottom: 0;
  }

  .divider-wrap{
    display: none;
  }

  .blog-hero-section{
    min-height: 100vh;
  }

  .blog-content h2{
    font-size:26px;
    margin-bottom: 10px;
  }

  .post-date{
    margin-bottom: 10px;
  }

  .blog-card{
    padding:25px;
  }

  .blog-image{
    height: auto;
  }

  .tech-meets-cont:nth-of-type(even) .heading_container {
    padding-left: 30px;
  }
  .menu__item.has-dropdown > .submenu{position: static; box-shadow: none !important; transform: none !important; border-radius: 0;}
  .hero-slider .slide-item{height: auto;}
  .gallery-slider .hero-slide{height: 60vh;}
}

@media (max-width: 768px) {
  .hero-slider .slide-item{height: 90vh;}
  .layout_padding {
    padding: 40px 0;
  }

  .layout_padding_2 {
    padding: 100px 0 40px 0;
  }

  .layout_padding_2 {
    padding: 120px 0 60px 0;
  }

  .technology-sec .col-md-4:nth-child(2) .tech-video {
    margin-top: 0px;
  }

  .technology-video-wrap {
    margin-top: 0;
  }

  .testimonial-slider .owl-prev {
    left: 0px;
  }

  .testimonial-slider .owl-next {
    right: 0px;
  }

  .heading_container h2 {
    font-size: 36px;
  }

  .contact-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .hero-slider .slide-content {
    text-align: center;
    top: 50%;
    padding: 0 5%;
  }

  .hero-slider .owl-nav {
    right: 5%;
    bottom: 5%;
    transform: translateY(40%);
    flex-direction: row;
  }

  .hero-slider .owl-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .testimonial-card {
    padding: 25px;
    min-height: auto;
  }

  .heading_container h2 {
    font-size: 30px;
  }

  .cta-content h1 {
    font-size: 2.5rem;
  }

  .tech-meets-cont:nth-of-type(even) .heading_container{
    padding-left: 0px;
    padding-right: 0;
  }

  .blog-hero-section{
    min-height: 120vh;
  }

  .blog-main {
    padding: 20px;
  }

  .blog-main h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .blog-main h2 {
    font-size: 20px;
  }

  .widget {
    padding: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .hero-slider h1 {
    font-size: 36px;
  }

  .heading_container h2 {
    font-size: 30px;
  }

  .section-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .contact-title {
    font-size: 26px;
  }

  .heading_container h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .jq-track span {
    font-size: 40px;
  }

  .tab-content p {
    font-size: 16px;
  }

  .notable-projects-slider-section {
    margin-top: 0px;
  }

  .notable-slider .owl-item.active.center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .notable-slider .owl-item {
    margin: 20px 0 20px 0;
  }

  .office-slider .owl-item {
    margin: 20px 0 50px 0;
  }

  .office-slider.owl-carousel .owl-nav button.owl-prev,
  .office-slider.owl-carousel .owl-nav button.owl-next {
    top: 50%;
  }

  .gallery-list .sk-box figure {
    padding-top: 100%;
  }

  .gallery-slider .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 22px !important;
  }

  .gallery-slider .owl-nav .owl-prev {
    bottom: 40px;
  }

  .card-slider-wrap {
    right: 40px;
    width: 65%;
    padding: 15px 15px;
  }

  .card-item img {
    width: 80px !important;
    height: 49px;
  }

  .gallery-slider .hero-slide {
    height: 50vh;
  }

  .stack-slider {
    min-width: 270px;
    width: 84%;
    height: 400px;
  }
  .stack-slider-margin{
    margin: 80px 0 20px auto;
  }
  .stack-slider-margin2{
    margin: 80px 0 20px auto;
  }

  .office-slider-section {
    margin-top: 0;
  }

  .process-step:last-child {
    margin-bottom: 0;
  }

  .media-slider {
    margin-top: 30px;
  }

  .contact-subtitle {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .career-list .job-card {
    padding: 15px;
  }
  .job-info h4 {
    font-size: 18px;
  }

  .job-btn {
    padding: 8px 15px;
    font-size: 14px;
  }

  .blog-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .blog-hero-section{
    min-height: 126vh;
  }
}

@media (max-width: 520px) {}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {}


/* -------- Written By SR ------------- */

/* Mobile Responsive Pagination */
@media (max-width: 576px) {
    .post-pagination .page-numbers {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }

    .post-pagination .page-numbers li a.page-numbers,
    .post-pagination .page-numbers li span.page-numbers {
        min-width: 34px;
        height: 34px;
        font-size: 13px;
        padding: 0 8px;
    }

    .post-pagination .page-numbers li a.next,
    .post-pagination .page-numbers li a.prev {
        padding: 0 10px;
        border-radius: 5px;
    }
}

@media (max-width: 991px) and (min-width: 577px) {
    .post-pagination .page-numbers {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .post-pagination .page-numbers li a.page-numbers,
    .post-pagination .page-numbers li span.page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
        padding: 0 10px;
    }

    .post-pagination .page-numbers li a.next,
    .post-pagination .page-numbers li a.prev {
        padding: 0 12px;
        border-radius: 6px;
    }
}

/* Ecosystem section */

@media (max-width: 768px) {
  .eco-title {
    font-size: 36px;
  }

  .airbrick-eco .eco-content .eco-content-wrapper {
	width: 100%;
  }

  .eco-btn { 
		width: 80%;
	}

  .eco-item img {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
	.airbrick-eco .eco-content .eco-content-wrapper {
		width: 820px;
  	}
}

/* -------- End  Written By SR ------------- */


/* ============================= */
/* MOBILE DROPDOWN (≤ 991px) */
/* ============================= */

@media (max-width: 991px){

    /* Parent menu item */
    .menu__item.has-dropdown {
        position: relative;
    }

    /* Smooth accordion style */
    .menu__item.has-dropdown > .submenu {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.3s ease;
        padding-left: 15px;
    }

    /* When open */
    .menu__item.has-dropdown.submenu-open > .submenu {
        max-height: 500px;   /* enough height */
        opacity: 1;
    }

    /* Submenu hidden by default (JS will control animation) */
    .menu__item.has-dropdown > .submenu {
        display: none;
        padding-left: 15px;
    }

    /* Dropdown Arrow Style */
    .dropdown-arrow {
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 50%;
        /*transform: translateY(-50%);*/
        width: 12px;
        height: 12px;
        line-height: 12px;
        transition: transform 0.3s ease;
    }

    /* Rotate arrow when open */
    .menu__item.has-dropdown.submenu-open .dropdown-arrow {
        transform: translateY(-50%) rotate(46deg);
    }

    /* Remove hover effect for mobile */
    .menu__item.has-dropdown:hover > .submenu {
        display: none;
    }
.menu__item.has-dropdown:hover .dropdown-arrow{margin-top: 0;}
}

