@media (min-width: 320px) {
  .filter-container{
    justify-content: center;
  }

  .loyalty-background{
    background-position:-200px center;
  }

  .sub-header-2{
    font-size: 16px;
  }

  .blog-quote-text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .faq-tabs {
    flex-direction: column;
  }

  .event-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 24px;
    background-color: var(--bg-main-content);
    border-radius: 20px;
  }

  .event-summary .summ-content {
    grid-column: 1/-1;
  }

  .genai-imgs-wrapper-tab {
    display: flex;
  }

  .genai-imgs-wrapper {
    display: none;
  }

  .tab-bg-gradient {
    width: 200px;
    height: 200px;
  }

  .back-cta-careers {
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
  }

  .location-box {
    justify-content: start;
    order: 3;
  }

  .cta-job {
    order: 4;
    margin-left: 0;
  }

  .calenderDiv {
    height: 1140px;
  }

  .popup-hyperlink {
    margin-bottom: 1rem;
  }

  .xs-logo,
  .lh-logo {
    width: 100px;
  }

  .transition-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    justify-content: center;
  }

  .lighthouse-img-container {
    justify-content: center;
  }

  .animated-hero-wrapper {
    max-width: 800px;
  }

  .about-articles-left {
    position: initial;
  }

  .media-parent-wrapper {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .animated-hero-img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lighthouse-icon {
    margin-bottom: -80px;
    margin-top: -100px;
  }

  .de-right-links {
    margin-top: 0;
  }

  .rights-icon {
    margin-bottom: 14px;
    margin-left: -2px;
  }

  .trade-mark-icon {
    margin-bottom: 11px;
    margin-left: -6px;
  }

  .marquee-content-list {
    text-align: center;
  }

  .marquee-content-list img {
    display: inline-block;
    max-height: 45px;
    width: auto;
  }

  .contact-field label {
    margin-bottom: 0.5rem;
  }

  .beiersdorf-dim {
    height: 30px !important;
  }

  .highlight-box {
    padding: 14px;
  }

  p.highlight-testimonial {
    font-size: 18px;
  }

  .blog-quote img {
    /* position: relative; */
    top: -130px;
    height: 40px;
  }

  .blog-quote.align-start img {
    top: 0px;
  }

  .mob-header,
  .mob-header1 {
    display: block;
  }

  .desk-header,
  .desk-header1 {
    display: none;
  }

  .articles-right {
    margin-top: 0;
  }

  .about-articles-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 21px;
    gap: 12px;
    padding: 0;
  }

  .about-articles-left img {
    height: 100px;
    width: auto;
  }

  .articles-pagination {
    grid-column: 1;
    margin: 40px auto;
    margin-bottom: 0;
  }

  .our-team-grid {
    grid-template-columns: 1fr;
    height: auto;
    gap: 2rem;
  }

  .our-team-grid .team-member-img {
    order: -1;
  }

  .team-title {
    text-align: center;
  }

  .team-pag {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mob-mb {
    padding: 20px;
  }

  .sections-links {
    place-items: center;
    padding: 14px;
    top: -108px;
    background-color: var(--bg-black);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .line-border {
    display: none;
  }

  .client-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .security-z-grid .z-box {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
  }

  .security-z-grid .z-box-reverse {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .security-z-grid .z-box img,
  .security-z-grid .z-box-reverse img {
    width: 220px;
  }

  .security-z-grid .step-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .security-z-grid .step-text-box .step-description {
    text-align: center;
  }

  .resp-pos-sec {
    text-align: center;
  }

  /* .rtm-section{
    margin-top: -343px;
  } */
  .ce-section {
    margin-top: -184px;
    padding-top: 100px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 17px;
  }

  p {
    font-size: 16px;
  }

  .tech-stack div img {
    max-height: 80px;
  }

  .soln-end-img {
    height: 303px;
  }

  .vxceed-nav-logo {
    width: 140px;
  }

  /* .cta-form label{
    width: 100%;
  } */

  .hero-img-mt {
    margin-top: 0px;
  }

  .blog-date-mob {
    display: flex;
  }

  .blog-date-desk {
    display: none;
  }
}

@media (min-width: 360px) {
  .xs-logo,
  .lh-logo {
    width: 120px;
  }
  .highlight-box {
    padding: 16px;
  }
}

@media (min-width: 436px) {
  h2 {
    font-size: 20px;
  }

  .lighthouse-icon {
    margin-bottom: -120px;
  }

  .highlight-box {
    padding: 18px;
  }
}

@media (min-width: 475px) {


  .sub-header-2{
    font-size: 18px;
  }
  .faq-tabs {
    flex-direction: row;
  }

  .tab-bg-gradient {
    width: 330px;
    height: 330px;
  }

  .xs-logo,
  .lh-logo {
    width: 140px;
  }

  .animated-hero-img {
    margin-top: -40px;
  }

  .hero-img-mb {
    margin-bottom: -30px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .tech-stack div img {
    max-height: 100px;
  }

  .tech-stack div {
    min-height: 162px;
  }
}

@media (max-width: 640px) {
  table {
    font-size: 14px;
  }

  th,
  td {
    padding: 8px;
  }

  .desktop-link {
    display: none;
  }

  .mobile-link {
    display: flex;
  }
}

@media (min-width: 640px) {
  .cta-job {
    margin-left: auto;
  }

  .desktop-link {
    display: flex;
  }

  .mobile-link {
    display: none;
  }

  .animated-hero-img {
    margin-top: -70px;
  }

  .lighthouse-icon {
    margin-bottom: -130px;
    margin-top: -150px;
  }

  .blog-quote.align-start img {
    top: -10px;
  }

  .hero-img-mb {
    margin-bottom: -45px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .carousel-container {
    display: none;
  }

  .carousel-mobile {
    display: block;
  }

  .popup-hyperlink{
    margin-bottom:2rem;
  }
}

@media (min-width: 768px) {
  .filter-container{
    justify-content: end;
  }
  .loyalty-background{
    background-position:center;
  }
  .two-auth-pagination {
    display: none;
  }

  .first-row-col {
    white-space: nowrap;
  }

  .blog-quote-text {
    font-size: 1.2rem;
  }
  .genai-imgs-wrapper-tab {
    display: none;
  }

  .genai-imgs-wrapper {
    display: grid;
  }
  .location-box {
    justify-content: end;
    order: 0;
  }

  .cta-job {
    order: 0;
  }

  .lighthouse-img-container {
    justify-content: end;
  }

  .sub-header {
    font-size: 20px;
  }

  .sub-header-2{
    font-size:24px;
  }

  .about-articles-left {
    position: absolute;
  }

  .media-parent-wrapper {
    flex-direction: row;
    gap: 0px;
  }

  .about-articles-left {
    bottom: 5px;
  }

  .animated-hero-img {
    margin-top: -70px;
  }

  .lighthouse-icon {
    margin-top: -160px;
  }

  .hero-img-mt {
    margin-top: -30px;
  }

  /* .cta-form label{
    width: 50%;
  } */

  .resp-pos-sec {
    text-align: left;
  }

  .security-z-grid .z-box {
    flex-direction: row;
    gap: 100px;
  }

  .security-z-grid .z-box-reverse {
    flex-direction: row;
    gap: 50px;
  }

  .security-z-grid .step-text-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .security-z-grid .step-text-box .step-description {
    text-align: left;
  }

  .security-z-grid .z-box img,
  .security-z-grid .z-box-reverse img {
    width: 240px;
  }

  .beiersdorf-dim {
    height: 40px !important;
  }

  .contact-field {
    grid-column: span 6;
  }

  .contact-field label {
    margin-bottom: 0;
  }

  .cs-img-wrapper {
    max-height: 315px;
  }

  .cs-insights-img {
    max-height: 190px;
    min-height: 190px;
  }

  .highlight-box {
    padding: 24px;
  }

  p.highlight-testimonial {
    font-size: 24px;
  }

  .blog-quote img,
  .blog-quote.align-start img {
    /* position: relative; */
    top: -20px;
    height: 65px;
  }

  .summary-section {
    top: -154px;
  }

  .loyalty-key-pts{
    top: -175px;
  }

  .solutions-section {
    padding-top: 200px;
    margin-top: -19rem;
  }

  .solutions-section.loyalty-section{
    padding-top: 180px;
  }

  .vxceed-story-section {
    padding-bottom: 250px;
  }

  .dist_exc_box {
    height: 296px;
  }

  .articles-pagination {
    grid-column: 2;
    margin: 40px 0;
    margin-bottom: 0;
  }

  .sections-links {
    place-items: center;
    padding: 14px;
    top: -108px;
    background-color: var(--bg-black);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .marquee-content-list {
    padding: 20px 18px;
  }

  .line-border {
    display: none;
  }

  .client-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .marquee-content-list img {
    max-height: 50px;
    width: auto;
  }

  .hero-img-mb {
    margin-bottom: -55px;
  }

  .vxceed-nav-logo {
    width: 160px;
  }

  .mob-header1 {
    display: none;
  }

  .desk-header1 {
    display: block;
  }

  .grid-4{
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .loyalty-key-pts .grid-4 .right-dashed-border{
      border-right: 2px dashed rgba(0, 0, 0, 0.1);
      padding-right: 10px;
      height: 100%;
       padding-bottom: 0;
       border-bottom: none;
  }

  .loyalty-key-pts .grid-4 .right-dashed-border:last-child{
      border-right: none;
      padding-right: 0px;
  }

  .loyalty-key-pts .grid-4 .right-dashed-border:nth-child(2){
      border-right: none;
      padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .loyalty-key-pts{
    top: -195px;
  }

  .grid-4{
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
  }

  .loyalty-key-pts .grid-4 .right-dashed-border:nth-child(2){
      border-right: 2px dashed rgba(0, 0, 0, 0.1);
      padding-right: 10px;
  }

  
  .sub-header-2{
    font-size:28px;
  }
  .ftgp-main-img {
    margin-bottom: 1rem !important;
  }

  .dmslite-img {
    max-height: 430px;
    max-width: 1048px;
  }

  .blog-date-mob {
    display: none;
  }

  .blog-date-desk {
    display: flex;
  }

  .event-summary {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .back-cta-careers {
    position: absolute;
    bottom: 16px;
    margin-bottom: 0;
    left: initial;
    transform: initial;
  }

  .calenderDiv {
    height: 840px;
  }

  .transition-wrapper {
    justify-content: flex-start;
  }

  .tab-view-sec {
    display: none;
  }

  .carousel-container {
    display: block;
  }

  .home-hero-left {
    grid-column: span 6 / span 6;
  }

  .home-hero-left-exp {
    grid-column: span 8 / span 8;
  }

  .gif-abs-pos{
    width:57%;
    left:75%;
  }

  .home-hero-right {
    grid-column: span 6 / span 6;
  }
  .about-articles-left {
    bottom: 60px;
  }

  .animated-hero-img {
    margin-top: -70px;
  }

  .hero-img-mt {
    margin-top: -70px;
  }
  .vxceed-nav-logo {
    width: 185px;
  }

  .de-right-links {
    margin-top: 2.75rem;
  }

  .article-el {
    min-height: 400px;
    height: 400px;
  }

  .article-el img {
    max-height: 320px;
  }

  .ce-section {
    margin-top: -118px;
  }

  .security-z-grid .z-box img,
  .security-z-grid .z-box-reverse img {
    width: 320px;
  }

  .client-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .marquee-content-list img {
    max-height: 60px;
    width: auto;
  }

  .text-lg {
    font-size: 1rem;
  }

  .mob-mb {
    padding: 0;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-img-mb {
    margin-bottom: -75px;
  }

  .mob-header {
    display: none;
  }

  .desk-header {
    display: flex;
  }

  .about-articles-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 21px;
    gap: 24px;
    padding: 0;
  }

  .about-articles-left img {
    height: 100px;
    width: auto;
  }

  .our-team-grid {
    grid-template-columns: 1fr 285px;
    gap: 5rem;
  }

  .our-team-grid .team-member-img {
    order: initial;
  }

  .team-title {
    text-align: initial;
  }

  .team-pag {
    display: block;
  }

  /* .about-articles-left{
    margin-left: 1.5rem;
  } */

  .sections-links {
    place-items: center;
    padding: 24px;
    top: -76px;
    background-color: var(--bg-black);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .line-border {
    display: flex;
  }

  .main-content-wrapper {
    max-width: 900px !important;
  }

  .tech-stack div img {
    max-height: initial;
  }

  .tech-stack div img {
    width: auto;
  }

  .tech-stack div .aws {
    max-height: 120px;
  }

  .tech-stack div .datab {
    max-height: 110px;
  }

  .tech-stack div {
    min-height: initial;
  }

  /* .loyalty-section .step-img-box img{
    max-height: 300px;
  } */
}

@media (min-width: 1280px) {
  /* .carousel-container{
    height: 100vh;
  } */

  .home-hero-left {
    grid-column: span 5 / span 5;
  }

  .home-hero-left-exp {
    grid-column: span 7 / span 7;
  }

  .gif-abs-pos{
    width:60%;
    left:70%;

  }

  .home-hero-right {
    grid-column: span 7 / span 7;
  }

  .about-articles-left img {
    height: 120px;
    width: auto;
  }

  .animated-hero-wrapper {
    max-width: 800px;
  }

  .animated-hero-img {
    margin-top: -80px;
  }

  .hero-img-mt {
    margin-top: -100px;
  }

  .de-right-grids {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rights-icon {
    margin-bottom: 16px;
    margin-left: -4px;
  }

  .trade-mark-icon {
    margin-bottom: 14px;
    margin-left: -6px;
  }

  .text-lg {
    font-size: 1.125rem;
  }
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-img-mb {
    margin-bottom: -110px;
  }

  .articles-right {
    margin-top: -65px;
  }

  .highlight-box {
    padding: 36px;
  }

  .tech-stack div .aws {
    max-height: 170px;
  }

  .tech-stack div .datab {
    max-height: 150px;
  }
}

@media (min-width: 1440px) {
  .client-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .marquee-content-list {
    padding: 16px 18px;
  }

  .home-hero-left {
    grid-column: span 4 / span 4;
  }

  .home-hero-left-exp {
    grid-column: span 6 / span 6;
  }

  .gif-abs-pos{
    width:70%;
  }

  .beiersdorf-dim {
    height: initial !important;
  }

  .home-hero-right {
    grid-column: span 8 / span 8;
  }

  .animated-hero-img {
    margin-top: -70px;
    margin-bottom: 0px;
  }
}

@media (min-width: 320px) and (max-width: 767.5px) {
  .content-container{
    flex-direction: column;
  }

  .content-container .step-img-box,
  .content-container .step-text-box {
    flex: 0 0 auto;
    width: 100%;
  }

  .content-container .step-img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  
  .content-container .z-pat-right{
    max-width: 100%;
    min-width: 100%;
    /* max-height: 300px; */
  }

  .content-container.z-box-reverse{
    flex-direction: column-reverse;
  }

  .loyalty-z-grid .content-container .step-img-box.z-pat-right{
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .loyalty-z-grid .content-container .step-text-box.z-pat-left{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  
  .loyalty-section .z-pat-left{
    padding: 30px;
  }

  .tab-solnimg {
    justify-content: center;
  }

  .lighthouse-wordmark {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lighthouse-content {
    text-align: center;
  }

  .hero-section {
    padding-top: 120px;
  }

  .clients-section {
    padding: 40px 0;
  }

  .clients-section .mob-mb {
    margin-bottom: 40px;
  }

  .vxceed-story-section{
    padding-bottom: 500px;
  }

  .loyalty-hero-section {
    padding-bottom: 500px;
  }


  .solutions-section {
    padding-top: 480px;
  }
  
  .solutions-section.loyalty-section{
    padding-top: 375px;
  }

  .solutions-section .mob-mb,
  .testimonial-section .mob-mb,
  .awards-section .mob-mb,
  .hero-section-img,
  .team-section .mob-mb {
    margin-bottom: 0;
  }

  .awards-section,
  .news-section {
    padding: 75px 0;
  }

  .testimonial-section {
    padding: 75px 0;
  }

  .subscribe-box {
    margin-top: 12px;
  }

  .tab-order-2 {
    order: 2;
  }

  .two-auth-pagination {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .subscribe-box {
    width: 50%;
  }
}
