/* Optional: Make it responsive */
@media (max-width: 768px) {
  .banner-area .field--name-field-banner-title {
    font-size: 2rem;
    left: 20px;
    max-width: 90%;
    text-align: center;
  }

  .banner-area .field--name-field-banner-title {
    max-width: 50%;
    font-family: "Urbanist", sans-serif;
    font-size: 2rem;
    letter-spacing: -0.5px;
    line-height: 3rem;

  }

  /* menu css */

  .banner-bg {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76%;
    height: 500px;

  }

  .hero-title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.025em;
  }
  .sect-left h3 {
    width: 100%;
}

  .banner-subtitle {
    font-size: 1rem;
    width: 100%;
    transform: translate(0%, 92%);
  }

  .banner-buttons a {
    padding: 10px;
  }

  h3.approch-desc {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .right-approch p {
    padding-left: unset !important;

  }

  .tech-desc p {
    width: 100% !important;
    right: unset !important;
  }

  .why-choose-description {
    font-size: 1rem;
    padding: unset !important;

  }

  .why-choose-heading {
    font-size: 1.6rem;
  }

  .quicktabs-sidebar .quicktabs-tabs .loaded {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .quicktabs-sidebar {
    margin-top: 30px;
    padding: 0 15px;
  }

  .our-approch-header {
    padding: 0 15px;
  }

  .tech-desc {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tech-desc p {
    width: 100% !important;
    right: unset !important;
    text-align: unset;
    position: relative !important;
  }

  .view-our-services {
    padding-bottom: unset !important;

  }

  .horizontal-scroll-wrapper .flex-nowrap {
    flex-wrap: unset !important;
  }

  .horizontal-scroll-wrapper .col-five {
    width: 100%;
  }

  .choose-footer h2 {
    font-size: 2.5rem;
    padding: unset !important;
  }

  .choose-together {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .stack-title h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;

  }

  .tech-stack__content {
    padding: 0 20px;
    gap: unset !important;
  }

  .tech-stack__categories {
    padding: unset !important;
    width: 100%;
    gap: unset !important;

  }

  .tech-stack__category {
    padding: 10px 0px;

  }

  .container.mail-wrapp {
    width: 100%;
    border-radius: 1.5rem;
    padding: 2rem;
  }

  .lets-wrapper h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lets-wrapper {
    padding: 1px 20px;
  }

  .tech-stack {
    padding-bottom: unset !important;
  }

  p.qua-whole {
    font-size: 5rem !important;

  }

  .footer-middle-second ul.nav.navbar-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbm.tbm--mobile .tbm-subnav .tbm-subnav {
    margin-left: unset !important;
  }

  span.tbm-link.level-3.no-link.tbm-no-submenu {
    font-weight: 500;
  }

  .our-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    border: 2px solid #8aff2b;
  }


}

/* Responsive: single column cards on small screens */
@media (max-width: 900px) {
  .tech-stack__content {
    flex-direction: column;
  }

  .tech-stack__categories {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .tech-stack__intro {
    max-width: 100%;
    margin-bottom: 30px;
  }


}

@media (max-width: 991px) {
  .header-top .row.align-items-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .heder-left {
    order: 1;
    display: flex;
    align-items: center;
    margin-top: -105px;
  }

  .nav-mobile .tbm-button {
    order: 2;
    margin-left: auto;
    position: relative;
    right: 0;
  }

  .col-sm-8.text-center.main-menu {
    display: unset !important;

  }

  .header-top-middle .tbm.tbm--mobile .tbm-nav {
    background: #000;
    margin-top: -15px;
  }

  .header-top-middle .tbm.tbm--mobile .tbm-nav {
    background: #000;
    margin-top: -17px;
    align-items: unset !important;
    padding: 15px 0px;
  }

  .tbm-button {
    background-color: unset !important;
  }

  .tb-megamenu .mega>.dropdown-menu {
    display: none;
  }

  .tb-megamenu .mega.open>.dropdown-menu {
    display: block;
  }

  .quote-button {
    display: none;
  }

  .header-top ul.tbm-subnav.level-1.items-3 {
    display: grid;
    grid-template-columns: unset !important;
    width: unset !important;

  }

  .tbm-description {
    display: none;
  }

  .tbm-link-wrapper {
    padding: 2px 5px;
    border-radius: 5px;
    transition: background 0.3s ease;
  }

  .tbm-link-wrapper:hover {
    background: #3b82f680;
  }

  .tbm-link-container {
    justify-content: space-between;
  }

  .tbm-submenu-toggle {
    background-color: #000 !important;
    color: #FFF;
  }

  .tbm-submenu {
    display: none;
    padding-left: 15px;
    margin-top: 5px;
  }

  .tbm-item.open .tbm-submenu-toggle::after {
    transform: rotate(180deg);
  }

  .tbm-item.open>.tbm-submenu {
    display: block !important;
  }

  .header-top ul.tbm-subnav.level-1.items-3 {
    gap: unset !important;
    padding: 0px 5px;
  }

  .tbm-nav.level-0 {

    gap: unset !important;

  }

  .tbm.tbm--mobile .tbm-submenu .tbm-link {
    padding: unset !important;
  }

  span.tbm-link.level-2.no-link.tbm-no-submenu {
    display: none;
  }

  span.tbm-link.level-2.no-link.tbm-group-title {
    display: none;
  }

  .header-top.container-fluid {
    overflow: hidden;
    position: relative;
    height: 60px;
  }

  .tbm-subnav.level-1.items-3 {
    position: unset !important;
    top: unset !important;

  }

  .tbm-button-container span {
    margin-bottom: 19px;

  }

  .footer-middle-logo {
    padding-bottom: unset !important;
  }

  .tbm--mobile-show .header-top.container-fluid {
    overflow: visible;
  }

  .header-top.container-fluid.mobile-menu-open {
    overflow: visible;
  }

  .copy-right .region-footer-bottom-logo {
    display: unset !important;
  }

  .copy-right p {
    text-align: center;
  }

  html,
  body {
    overflow-x: hidden;
    max-width: 100vw;
  }

  .quicktabs-sidebar .item-list li {
    margin: 0 0.7em 0.25em 0.8em;
    padding: 0;
  }

  .footer-middle-logo {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  p.qua-whole {
    padding: 10px 0px;
    height: unset;

  }

  .copy-right ul.navbar-nav {
    justify-content: center;
  }

  .copy-right p {
    margin-bottom: unset;
  }

  .footer-top-area {
    padding-top: 3rem;
  }

.whole-mail-form input[type="submit"] {
    position: relative;
    margin-top: -123px;
    margin-left: 166px;
}

  .whole-mail-form .form-item,
  .form-actions {
    margin-top: unset;
    margin-bottom: unset;
  }


  

  .tech-stack {
    padding-top: 3rem;
    padding-bottom: 2rem;

  }

  .view-our-services {
    padding-top: 3rem;

  }

  .paragraph--type--technology-stacks-main .field__item,
  .paragraph--type--add-marquee-bottom-technology .field__item {
    padding: 6px;
  }

  .technology-stacks-paragraph {
    padding: 7px 10px;

  }

  .menu a.menu-icon-1,
  ul.links li.menu-icon a,
  ul.menu li.menu-icon a {
    padding-left: 33px !important;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    background-size: contain !important;
    background-position: left center;
    background-size: 20px 20px !important;
    padding-left: 25px !important;
    display: block;
    line-height: 24px;
    height: 25px;
  }

  .tbm.tbm--mobile.tbm--mobile-show .tbm-collapse {
    display: block;
    height: 100vh;
    background: #000;
  }

  .main-menu .tbm-link-wrapper .tbm-link {
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 10px 1rem;
  }

  .tbm-web-design::before,
  .tbm-web-dev::before,
  .tbm-ecommerce::before,
  .tbm-digital-marketing::before,
  .tbm-saas-dev::before,
  .tbm-mobile-apps::before {
    background-image: unset !important;
  }

  ul.tbm-subnav.level-1.items-3 {
    background: unset;
    border: unset;
    color: #94a6b8;
  }

  ul.tbm-subnav.level-1.items-3>li.tbm-item.level-2 {

    gap: unset !important;
  }

.menu-quote-mobile {
    display: flex;
    justify-content: center;
}
.menu-quote-mobile .get-a-quote-button {
    background-color: #7ecf20;
    color: black;
    font-weight: 500;
    padding: 8px 116px !important;
    border-radius: 8px;
    font-size: .875rem !important;
    margin-top: 20px;
}

.chat-section {
    width: 100%;
}

.hero-heading h1 span {
    font-size: 2.3rem;
}
  /* quavigo button  */

  /* Card Wrapper Styling */
  .quavigo-card {
    background: linear-gradient(to bottom, #111111, #1a1a1a);
    border-radius: 12px;
    padding: 20px;
    margin: 10px auto;
    max-width: 300px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-align: left;
  }

  .tbm-link-wrapper.quavigo-card {
    display: none;
  }

  .quavigo-title {

    padding-left: unset !important;
  }

  .choose-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }


  /* Mobile css vertical scrolling  */


.horizontal-scroll-wrapper {
    height: auto !important;
    flex-direction: column !important;
  }

  .section-whychooseus,
  .section-ourprocess {
    height: auto !important;
    min-height: 100vh;
    overflow: visible !important;
    min-width: 100% !important;
  }

  .scroll-row-one,
  .scroll-row-two {
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    justify-content: center !important;
  }

  .scroll-row-one .col-five,
  .scroll-row-two .col-five {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .why-choose-card {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }

  .pin-spacer {
    height: auto !important;
    padding: 0 !important;
  }


  .section-whychooseus,
  .section-ourprocess {
    flex-shrink: 0;
    width: 100vw;
    height: 100vh;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 1rem;
    box-sizing: border-box;
  }

  .notify-popup {
    width: 80%;
  }

  .footer {
    color: #fff;
  }

  .team-section .col-md-6.col-lg-4 {
    gap: 20px;
    margin-bottom: 10px;
  }

  /* Project css  */
  .slide-card {
    padding: 20px;
    box-sizing: border-box;
  }

  .featured-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
  }

  .featured-card {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background: #111;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
  }

  .featured-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    max-height: 250px;
  }

  .featured-content .date {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
  }

  .featured-content .heading {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin: 0;
  }

  .featured-content .heading a {
    text-decoration: none;
    color: white;
  }

  .see-details {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 9999px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-top: 10px;
  }

  .slide-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
    box-sizing: border-box;
  }

  .featured-card {
    max-width: 100%;
    padding: 16px;
  }

  .featured-content .heading {
    font-size: 20px;
  }

  .see-details {
    font-size: 14px;
    padding: 8px 16px;
  }


  /* Ensure full-width horizontal scrolling on mobile */
  .scroll-row-one {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 1rem 0;
    margin: 0;
  }

  
  .scroll-row-one,
  .scroll-row-two {
    display: flex;
    flex-direction: column;
    gap: unset !important;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }


  .scroll-row-one::-webkit-scrollbar {
    display: none;
  }
  .scroll-row-one {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .why-choose-card {
    scroll-snap-align: start;
    min-width: 240px;
    height: 100%;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  .col-five {
    padding: 0 0.5rem;
  }

  .why-choose-section-one.container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .section-whychooseus {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-whychooseus .row {
    height: auto;
  }
  .social-heading {
    font-size: 2rem;
  }
  .social-description {
    font-size: 1rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-subtitle {
    font-size: 1rem;
  }
  .team-section {
    padding: 3rem 0;
  }
  .featute-text {
    font-size: 2em;
  }
  .our-wrapper img {
    width: 100%;
    height: auto;
    text-align: center;
}
.choose-content.data-aos\= {
    padding: 50px 0px 0px;
}
.why-choose-description {
    margin-bottom: unset;
}
.choose-icon img {
    max-width: 50px;
    height: auto;
    display: block;
}
.page-node-type-about-us-page .section-title {
    font-size: 4rem;
}
.page-node-type-about-us-page .team-section p.section-subtitle {
    font-size: 4rem;
}
.faq-chat-wrapper h2 {
    font-size: 1.4rem;
}
.faq-chat-wrapper .faq-section {
    padding-right: unset !important;
}
.faq-chat-wrapper button.accordion-button.collapsed {
    font-size: 1rem;
}
.faq-chat-wrapper .row > * {
    padding-right: unset !important; 
    padding-left: unset !important;

}
.lets-chat-box {
    padding: 1.5rem 1rem;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
    position:unset !important; 
    display: unset !important; 
    pointer-events: unset !important;
    border: unset !important;

}

}

@media (max-width: 480px){
.whole-mail-form input[type="submit"] {
    position: relative;
    margin-top: -122px;
    margin-left: 154px;
}

}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-grid-dark {
    flex-direction: column;
    gap: 40px;
  }
  .contact-left-dark, .contact-right-dark {
    width: 100%;
  }
}


@media (max-width: 768px) {
  .slogan-line-1 .top-text,
  .middle-text,
  .bottom-text {
    font-size: 40px;
  }

  .center-image img {
    height: 80px;
  }

  .slogan-line-2,
  .slogan-line-3 {
    flex-direction: column;
    align-items: flex-start;
  }
   .faq-chat-wrapper {
    flex-direction: column;
    position: relative;
  }

   .solutions-section {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .scrolling-left {
    width: 100%;
    height: auto;
    overflow: visible; /* mobile पर normal scroll */
    transform: none !important; /* gsap translation disable */
  }

  .solution-card {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 1rem;
  }

  .sticky-right {
    width: 100%;
    position: relative;
    top: auto;
    padding-left: 0;
    margin-top: 2rem;
  }

  .headline {
    font-size: 2rem;
  }

  .subhead {
    font-size: 1rem;
  }

  .cta-circle {
    width: 150px;
    height: 150px;
    font-size: 0.9rem;
  }
  .about-us-section {
    padding: 20px;
    height: 50vh;
}
.about-title {
    font-size: 3rem;
}
.slogan-line-1 .top-text, .middle-text, .bottom-text {
    font-size: 3rem;
}
.slogan-line {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: unset;
    flex-direction: unset !important;
}
.slogan-line-3 .bottom-text {
    font-size: 3rem;
}

.section-subtitle {
     padding: unset !important;
}
.faq-chat-wrapper .Faq-section .views-field.views-field-title span a {
    font-size: 1.5rem;
}

.chat-section {
   flex: unset !important;   
   background: unset !important;
   padding: unset !important;
   max-width: unset !important; 
   box-shadow: unset !important;
}
.discussion-heading {
    font-size: 1.8rem;
}

div#block-discussionsection {
    background: #0a0a0a;
    padding: 20px 10px;
}
.faq-chat-wrapper {
    flex-direction: unset !important;
  
}
h1.contact-title {
    font-size: 3rem;
}
.contact-section-dark {
    padding: 60px 10px;

}
.contact-left-dark, .contact-right-dark {
    padding: 10px;
}
}

@media (max-width: 480px) {
  .card-title {
    font-size: 1.4rem;
  }
  .card-desc {
    font-size: 0.9rem;
  }
  .cta-circle {
    width: 120px;
    height: 120px;
    font-size: 0.8rem;
  }
}


@media (max-width: 991px) {
  .solutions-section {
    display: block !important;
    padding: 2rem 1rem;
    overflow: visible !important;
    transform: none !important;
  }

  .scrolling-left,
  .sticky-right {
    width: 100% !important;
    position: static !important;
    transform: none !important;
    padding: 0 !important;
  }

  .solution-card {
    margin-bottom: 2rem;
    transform: none !important;
    opacity: 1 !important;
  }

  .gsap-marker-start,
  .gsap-marker-end {
    display: none !important;
  }

  .row-layout {
    flex-direction: column;
  }

  .sticky-right {
    position: static;
    margin-top: 30px;
  }

  .scrolling-left,
  .solution-card {
    transform: none !important;
    will-change: auto !important;
  }

  .solutions-section {
    overflow: visible;
  }
  .solutions-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.row-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.scrolling-left {
  flex: 1 1 60%;
  position: relative;
}

.solution-card {
  margin-bottom: 50px;
  min-height: 300px;
}

.sticky-right {
  flex: 1 1 35%;
  position: sticky;
  top: 100px;
}
.hero-heading h1 {
    font-size: 2.5rem;

}
.play-button {

    display: none;
}
.solutions-section {
    height: unset !important;
}
.solutions-heading {

    padding: 10px;
}
  .wrapp-web h1 {
    font-size: 2.5rem;
}
.srv-row {
    --progH: -85px;
    height: unset !important;
    padding-bottom: 50px;
}

.srv-row__line {
    position: unset !important; 
    left: unset !important; 
    right: !important; 
    top: unset !important; 
    transform: unset !important; 
    height: unset !important; 
    display: unset !important;

}

}


@media (max-width: 768px) {
  .horizontal-service-wrapper .srv-track {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* spacing between cards */
    padding: 0 1rem;
    overflow-x: auto;
  }

  .horizontal-service-wrapper .srv-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .srv-card__body {
    padding: 1rem;
  }

  .srv-card__media img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .srv-row__top {
    padding: 1rem;
  }
}
