@media screen and (max-width: 767px) {
  .mdNone {
    display: block;
  }
  .showOnDesktop {
    display: none;
  }
  .solid.nav-up header {
    transform: unset;
    transition: none;
  }

  .solid header {
    transform: unset;
    transition: none;
  }

  .solid header .menu-item a {
    font-size: 20px;
  }
  .menu-item a {
    font-size: 20px;
  }
  .solid .linksWrap {
    gap: 20px;
  }
  .solid header .headerCta {
    font-size: 18px;
    padding: 5px 30px;
    gap: 10px;
    transition: all 0.4s ease-in;
  }
  .brandLogoDiv img,
  .solid header .brandLogo img {
    width: 140px;
  }
  .linksWrap {
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    align-items: flex-start !important;
    padding: 70px 0px;
    flex-direction: column;
    z-index: 999;
    background: #000;
    justify-content: flex-start;
    gap: 20px;
  }

  .hamburger-menu {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .hamburger-menu .menu-item {
    background: #1aded4;
    display: block;
    height: 2px;
    transition: all 0.3s ease-in-out;
    width: 30px;
    padding: 0;
    border: none;
  }

  .linksWrapDiv {
    display: block;
  }
  .mobMenu {
    width: 30px;
    height: 30px;
  }
  .closemegamenu {
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: none;
    z-index: 9999;
  }
  .closemegamenu img {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(19%) sepia(56%) saturate(5766%)
      hue-rotate(323deg) brightness(91%) contrast(106%);
  }
  .mainHeader .linksWrap {
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .mainHeader.openNavigation .linksWrap {
    transform: translateX(0vw);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .openMegamenu .linksWrap {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  }
  .menu-item {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    width: 100%;
    padding: 20px 30px;
    text-align: center;
  }
  .linksUl {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .mainHeader .headerCta {
    margin: 0 auto;
  }
  .openNavigation .closemegamenu {
    display: block;
  }
  .container_inner,
  .container,
  .small_container {
    padding: 0 20px;
  }
  .footerLogo {
    width: 250px;
    margin: 0 auto;
  }
  .footerLogo img {
    width: 100%;
    height: auto;
  }
  .mainFooter {
    flex-direction: column;
    gap: 30px;
  }
  .socialMediaContainer ul {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .socialMediaContainer,
  .footerRightContainer {
    width: 100%;
  }
  .borderWrapper,
  .contactContainer {
    padding: 30px 0;
  }
  .contactContainer {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    align-items: center;
    gap: 10px;
  }

  .contactContainer li svg {
    width: 26px;
    height: 26px;
  }
  .copyrightContainer {
    padding: 20px 0 0;
  }
  .socialMediaContainer.mdNone {
    margin: 20px 0;
  }
  .socialMediaContainer img {
    width: 30px;
    height: 30px;
  }
  .heading2,
  .headingContainer .heading2,
  .deepImpactSection h2 {
    font-size: 40px;
  }
  .headingContainer {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .textGifContainer {
    width: 220px;
  }
  .spotlight .container {
    width: 100%;
  }
  .headingContainer .heading2 {
    white-space: normal;
  }

  .headerCta {
    font-size: 16px;
  }
  .marquee-text,
  .managingTalentsSection .marquee-text {
    font-size: 36px;
  }
  .marqueeTextSection {
    padding: 40px 0;
  }
  .movingCircle {
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
  .industryLeadersSection,
  .whyUsSection,
  .aiDrivenSection,
  .caseStudySection,
  .topTalentSection,
  .testimonials,
  .contactusSection,
  .streamlineInfluencerSection,
  .managingTalentsSection {
    padding: 20px 0 70px;
  }
  .solutionsCardSection {
    padding: 50px 0;
  }
  .gradient-text-left h3 {
    font-size: 55px;
    line-height: 60px;
    background: linear-gradient(
      90deg,
      rgba(26, 222, 212, 0.45) 0%,
      rgba(26, 222, 212, 0.31) 50%,
      rgba(33, 33, 33, 0.75) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .gradient-text-right h3 {
    font-size: 55px;
    line-height: 60px;
    background: linear-gradient(
      90deg,
      rgba(237, 11, 109, 0.32) 0%,
      rgba(237, 11, 109, 0.2208) 52.19298245614035%,
      rgba(247, 225, 20, 0.75) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .vertical-text-left,
  .vertical-text-right {
    writing-mode: unset;
    position: relative;
    top: 0;
    transform: translateY(0px);
    left: 0;
    z-index: 2;
    height: 100%;
    text-align: center;
    rotate: none;
    margin-bottom: 20px;
  }
  .scrolling-text {
    width: 100%;
  }
  #logoRailSection .swiper-button-next {
    right: -25px;
    background-color: rgb(237, 11, 109);
    width: 24px;
    height: 24px;
  }
  #logoRailSection .swiper-button-prev {
    left: -25px;
    background-color: rgb(237, 11, 109);
    width: 24px;
    height: 24px;
  }
  .whyUsSection .content .d-flex,
  .aiDrivenSection .content .d-flex {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  .rightAccordion,
  .aiDrivenSection .leftSection,
  .aiDrivenSection .rightSection,
  .contactusSection #tabs-content {
    width: 100%;
  }
  .whyUsSection .leftSection p,
  .aiDrivenSection .leftSection p {
    margin-bottom: 20px;
    text-align: center;
  }
  .whyUsSection .content .d-flex.headerCta,
  .aiDrivenSection .content .d-flex.headerCta,
  .spotlight.tweebtool .d-flex.headerCta {
    flex-direction: row;
    margin: 0 auto;
  }
  .accordion-content p {
    font-size: 16px;
  }
  .whyUsSection .content .accordion-content .d-flex {
    flex-direction: row;
    gap: 30px;
  }
  .whyUsSection .heading3,
  .caseStudySection .heading3 {
    text-align: center;
  }
  .whyUsSection .heading3 div,
  .caseStudySection .heading3 div {
    text-align: center;
  }
  .featureList {
    width: 100%;
    margin: 50px 0 0;
  }
  .aiDrivenSection .content .d-flex.headerCta {
    margin-top: 30px;
  }
  .aiDrivenSection .background-img-div,
  .topTalentSection .background-img-div {
    height: 100%;
  }
  .topTalentSection .content {
    z-index: 3;
    position: relative;
  }
  .topTalentSection .background-img-div {
    height: auto;
  }
  .topTalentSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .topTalentSwiper .swiper-slide img {
    width: 100%;
  }
  .topTalentSwiper .swiper-slide::after {
    width: 100%;
  }
  .swiperWrapper .swiper-button-next {
    right: -10px;
  }
  .swiperWrapper .swiper-button-prev {
    left: -10px;
  }
  .testimonialSwiper .slideWrapper img {
    width: 100px;
  }
  ul#tabs-nav {
    gap: 10px;
  }
  .contactusSection .form-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .form-group,
  .w-50,
  .tweebtool .spotlightimg,
  .w-45,
  .w-80,
  .w-40 {
    flex: 100%;
    width: 100%;
  }
  .contactusSection .form-wrap {
    gap: 0;
  }
  p {
    text-align: center;
    font-size: 16px;
  }
  .industryLeadersSection .swiper-button-next,
  .industryLeadersSection .swiper-button-prev {
    display: flex;
  }

  .headerCta {
    gap: 10px;
  }
  .spotlight {
    padding-top: 62px;
  }
  .blogDetailSection.spotlight {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .RelatedPostSection {
    padding-bottom: 0;
  }
  .RelatedPostSection .swiper-pagination {
    position: relative;
    bottom: -20px;
  }
  .swiper-pagination-bullet-active.swiper-pagination-bullet-active {
    background-color: rgb(237, 11, 109);
  }
  .swiper-pagination-bullet {
    background-color: #fff;
  }
  .spotlight.tweebtool .d-flex {
    flex-direction: column;
  }
  .tweebtoolscaleUpsection .d-flex {
    flex-direction: column;
  }
  .tweebtoolscaleUpsection .videoWrap {
    padding: 20px 0 70px;
  }
  .heading5 {
    font-size: 18px;
    text-align: center;
  }
  .heading4 {
    font-size: 20px;
  }
  .tweebtoolscaleUpsection h3,
  .font-46 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .tweebtoolscaleUpsection .heading5 {
    padding: 40px 0;
    border-top: 2px solid #f7e114;
    margin-top: 50px;
  }
  .tweebtoolscaleUpsection .rightCard {
    margin-top: 0;
  }
  .tweebtoolscaleUpsection .w-45 .rightCard img {
    width: 60px;
    height: 60px;
  }
  .tweebtoolscaleUpsection .rightCard p {
    padding: 0 40px 20px;
  }
  .tweebtoolscaleUpsection h3 {
    padding: 40px 40px 0px 40px;
  }
  .streamlineInfluencerSection .leftimg {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: auto;
    display: none;
  }
  .streamlineInfluencerSection .textBoxLeft,
  .streamlineInfluencerSection .textBoxRightTop,
  .streamlineInfluencerSection .textBoxRightBottom,
  .streamlineInfluencerSection .arrowBox {
    position: relative;
    bottom: unset;
    left: unset;
    top: unset;
    right: unset;
  }
  .streamlineInfluencerSection .textBox {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
  }
  .streamlineInfluencerSection .centerImg {
    width: 100%;
  }
  .streamlineInfluencerSection .influencerBox {
    position: relative;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none !important;
  }
  .solid.nav-up .powerfulFeaturesSection .header {
    transform: translateY(0px);
    flex-direction: column;
  }
  .powerfulFeaturesSection .header {
    transform: translateY(0px);
    flex-direction: column;
  }
  .streamlineInfluencerSection .influencerBox img:nth-child(4),
  .streamlineInfluencerSection .influencerBox img:nth-child(3),
  .streamlineInfluencerSection .influencerBox img:nth-child(2),
  .streamlineInfluencerSection .influencerBox img {
    left: 0;
    width: 70px;
    height: 70px;
  }
  .streamlineInfluencerSection .arrowBox {
    margin-bottom: 30px;
  }
  .powerfulFeaturesSection .img-wrapper {
    width: 100%;
    padding: 0;
    border-left: none;
    border-top: 2px solid #f7d914;
    padding: 30px 0;
  }
  .powerfulFeaturesSection .headingWrapper {
    width: 100%;
    padding: 30px 0;
  }
  .powerfulFeaturesSection .featureList {
    padding: 10px 0;
  }
  .powerfulFeaturesSection .featureItem {
    flex-direction: column;
    align-items: flex-start;
  }
  .powerfulFeaturesSection .featureBody {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .powerfulFeaturesSection .featureBody p,
  .powerfulFeaturesSection .featureBody h5 {
    text-align: left;
  }
  .powerfulFeaturesSection .featureBody h5 {
    margin-bottom: 16px;
  }
  .powerfulFeaturesSection .featureIcon {
    position: relative;
    top: 0;
    left: auto;
    width: 132px;
    height: 33px;
  }
  .solutionsSpotlight h2 {
    font-size: 40px;
  }
  .solutionsSpotlight .d-flex {
    height: auto;
  }
  .spotlightFooter {
    align-items: flex-start;
    left: 0;
    flex-direction: column;
    bottom: 0;
    position: absolute;
    padding: 0 20px;
  }
  .solutionsSpotlight .spotlightFooter p,
  .solutionsSpotlight .spotlightFooter .overflow-hidden {
    width: 100%;
    text-align: center;
  }
  .solutionsSpotlight .spotlightFooter p {
    margin-bottom: 10px;
  }
  .solutionsSpotlight .spotlightFooter {
    align-items: center;
  }
  .solutionsSpotlight .scrollDown svg {
    width: 30px;
  }

  .solutionsSpotlight {
    position: relative;
    bottom: 10px;
    height: 100vh;
  }
  .solutionsSpotlight .scrollDown {
    margin: 0 0 0 auto;
    order: 3;
  }
  .solutionsSpotlight .scrollDown h3 {
    display: none;
  }

  .grid3 {
    grid-template-columns: repeat(1, 80%);
    justify-content: center;
  }
  .tweebStarsSpotlight .d-flex {
    flex-direction: column;
  }
  .tweebStarsSpotlight .rightSection p {
    font-size: 16px;
  }
  .tweebStarsSpotlight .rightSection h3,
  .blogDetailSection .blogTitle,
  .tweebStarsCarousal .swiper-slide h3 {
    font-size: 26px;
    text-align: center;
  }
  .tweebStarsSpotlight .leftSection img {
    width: 200px;
    height: auto;
  }
  .tweebStarsSpotlight {
    height: 100vh;
  }
  .managingTalentsSection .marqueeTextSection {
    padding: 20px 0;
  }
  .managingTalentsSection .marqueeTextSection .swiper-slide {
    white-space: normal;
  }
  .managingTalentsCardList .flex-wrapper {
    flex-direction: column-reverse;
  }
  .managingTalentsCardList .flex-wrapper .img-container img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .managingTalentsSection .vertical-text-top {
    position: relative;
    right: unset;
    margin-bottom: 40px;
  }
  .managingTalentsSection .gradient-text-top h3 {
    font-size: 55px;
  }
  .managingTalentsCardList .flex-wrapper .content {
    padding: 40px;
  }
  .managingTalentsCardList .heading3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 26px;
  }
  .tweebStarsCarousal {
    padding: 0 0 70px 0;
  }
  .tweebStarsCarousal .swiper-slide {
    padding: 20px;
  }
  .caseStudySpotlight .background-img-div {
    height: 100%;
  }
  .caseStudyPageSwiper .swiper-slide {
    width: 70%;
  }
  .caseStudySpotlight .content {
    padding: 50px 20px;
  }
  .caseStudyPopupCards {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .caseStudyPopup .popupWrapper {
    width: 100%;
    height: 100vh;
  }
  .linksWrapper {
    margin-top: 20px;
  }
  .linksWrapper h3 {
    font-size: 20px;
  }
  .caseStudyPopup .linksList {
    flex-wrap: wrap;
    gap: 16px;
  }
  .caseStudyPopup .linksList a {
    width: 40%;
    font-size: 16px;
    padding: 10px;
  }
  .caseStudyPopupCards .card {
    width: 46%;
    height: auto;
    margin: 0;
  }
  .caseStudyPopupCards.spread .card {
    margin: 0;
    margin-bottom: 10px;
  }
  .caseStudyPopupCards img {
    width: 100%;
    height: auto;
  }
  .caseStudyPopup .popupArea {
    padding: 60px 20px 20px;
  }
  .caseStudyPopup .closePopUp {
    right: 10px;
    top: 7px;
  }

  .blogSection.spotlight {
    height: auto;
  }
  .blogLists {
    margin-top: 50px;
  }
  .blogLists .grid3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    row-gap: 40px;
    column-gap: 40px;
  }
  .blogDetailSection p,
  .blogDetailSection h3,
  .blogDetailSection .blogTitle,
  .blogDetailSection .body p {
    text-align: left;
  }
  .blogDetailSection p,
  .blogDetailSection .body p {
    font-size: 16px;
  }
  .contactusSection.spotlight {
    flex-direction: column;
  }
  .testimonials .swiperWrapper {
    margin-bottom: 0;
  }
  .glowing-bg .circle.two,
  .glowing-bg .circle.three,
  .glowing-bg .circle.four {
    right: auto;
  }
  .solutionsDetailSection.spotlight {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .solutionsDetailSection .spotlightContent .excerpt {
    font-size: 20px;
    line-height: 26px;
  }
  .solutionsDetailSection .spotlightContent {
    position: relative;
    width: 100%;
  }
  .solutionsDetailSection .bg-img-container {
    position: absolute;
  }
  .solutionsDetailSection .content p {
    text-align: left;
  }
  .scaleUpsection.aboutus .content p,
  .deepImpactItem {
    width: 100%;
  }
  .deepImpactDiv {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0px;
    min-height: auto;
    gap: 20px;
  }
  .deepImpactItem {
    padding: 20px;
    min-height: auto;
  }
  .deepImpactItem .line {
    width: 1px;
    height: 20px;
    bottom: -20px;
    right: 50%;
    top: unset;
  }
  .firstImg {
    position: absolute;
    right: 20%;
    top: 0;
    width: 100px;
    height: auto;
  }

  .secondImg {
    position: absolute;
    right: 40%;
    top: 15%;
    width: 100px;
    height: auto;
  }

  .thirdImg {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100px;
    height: auto;
  }

  .fourthImg {
    position: absolute;
    top: 45%;
    right: 0;
    width: 100px;
    height: auto;
  }

  .fifthImg {
    position: absolute;
    bottom: 0;
    right: 60%;
    width: 100px;
    height: auto;
  }
  .teamSection {
    padding: 20px 0 70px;
  }
  .teamSection h2 {
    margin-bottom: 40px;
  }
  .teamMemberItem {
    width: calc(100% / 2);
  }
  .teamMembersDiv {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .teamSectionDiv {
    margin-bottom: 80px;
  }
  .slang-term-section {
    padding: 30px 0;
  }
  .slang-term-section h3 {
    font-size: 26px;
    padding: 30px 0;
  }
  .scrollDiv1.scrollDiv .heading5 {
    font-size: 16px;
  }
  .triangle {
    left: 13%;
    top: 17%;
  }
  .scrollDiv {
    width: 240px;
  }
  .bottomContent {
    padding-right: 50px;
    text-align: left;
  }
  .bottomContent p {
    text-align: left;
  }
  .patch-section {
    width: 100%;
  }
  .scrollingSection {
    top: 60px;
  }
  .privacy_policy p,
  .privacy_policy li,
  .terms_of_use p,
  .terms_of_use li {
    font-size: 16px;
    text-align: left;
  }
  .privacy_policy h4,
  .terms_of_use h4 {
    font-size: 20px;
    text-align: left;
  }
  .thank-you-spotlight h1 {
    font-size: 26px;
  }
  .thank-you-spotlight h2 {
    font: 18px;
  }
  .footerBottom{
    flex-direction: column;
    gap: 10px;
        padding: 10px 0 20px;
  }
  .img-gallery.float-left,
  .img-gallery.float-right{
  float: unset; 
  margin: 0px;
}
.blogDetailSection .d-flex{
  flex-direction: column;
  gap: 10px;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdNone {
    display: block;
  }
  .showOnDesktop {
    display: none;
  }
  .solid.nav-up header {
    transform: unset;
    transition: none;
  }

  .solid header {
    transform: unset;
    transition: none;
  }

  .solid header .menu-item a {
    font-size: 20px;
  }
  .menu-item a {
    font-size: 20px;
  }
  .solid .linksWrap {
    gap: 20px;
  }
  .solid header .headerCta {
    font-size: 18px;
    padding: 5px 30px;
    gap: 10px;
    transition: all 0.4s ease-in;
  }
  .brandLogoDiv img,
  .solid header .brandLogo img {
    width: 140px;
  }
  .linksWrap {
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    align-items: flex-start !important;
    padding: 70px 0px;
    flex-direction: column;
    z-index: 999;
    background: #000;
    justify-content: flex-start;
    gap: 20px;
  }

  .hamburger-menu {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .hamburger-menu .menu-item {
    background: #1aded4;
    display: block;
    height: 2px;
    transition: all 0.3s ease-in-out;
    width: 30px;
    padding: 0;
    border: none;
  }

  .linksWrapDiv {
    display: block;
  }
  .mobMenu {
    width: 30px;
    height: 30px;
  }
  .closemegamenu {
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: none;
    z-index: 9999;
  }
  .closemegamenu img {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(19%) sepia(56%) saturate(5766%)
      hue-rotate(323deg) brightness(91%) contrast(106%);
  }
  .mainHeader .linksWrap {
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .mainHeader.openNavigation .linksWrap {
    transform: translateX(0vw);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .openMegamenu .linksWrap {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  }
  .menu-item {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    width: 100%;
    padding: 20px 30px;
    text-align: center;
  }
  .linksUl {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .mainHeader .headerCta {
    margin: 0 auto;
  }
  .openNavigation .closemegamenu {
    display: block;
  }
  .container_inner,
  .container,
  .small_container {
    padding: 0 20px;
  }
  .footerLogo {
    width: 250px;
    margin: 0 auto;
  }
  .footerLogo img {
    width: 100%;
    height: auto;
  }
  .mainFooter {
    flex-direction: column;
    gap: 30px;
  }
  .socialMediaContainer ul {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .socialMediaContainer,
  .footerRightContainer {
    width: 100%;
  }
  .borderWrapper,
  .contactContainer {
    padding: 30px 0;
  }
  .contactContainer {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    align-items: center;
    gap: 10px;
  }

  .contactContainer li svg {
    width: 26px;
    height: 26px;
  }
  .copyrightContainer {
    padding: 20px 0 0;
  }
  .socialMediaContainer.mdNone {
    margin: 20px 0;
  }
  .socialMediaContainer img {
    width: 30px;
    height: 30px;
  }
  .heading2,
  .headingContainer .heading2,
  .deepImpactSection h2 {
    font-size: 40px;
  }
  .headingContainer {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .textGifContainer {
    width: 220px;
  }
  .spotlight .container {
    width: 100%;
  }
  .headingContainer .heading2 {
    white-space: normal;
  }

  .headerCta {
    font-size: 16px;
  }
  .marquee-text,
  .managingTalentsSection .marquee-text {
    font-size: 36px;
  }
  .marqueeTextSection {
    padding: 70px 0;
  }
  .movingCircle {
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
  .industryLeadersSection,
  .whyUsSection,
  .aiDrivenSection,
  .caseStudySection,
  .topTalentSection,
  .testimonials,
  .contactusSection,
  .streamlineInfluencerSection,
  .managingTalentsSection {
    padding: 20px 0 70px;
  }
  .solutionsCardSection {
    padding: 50px 0;
  }
  .gradient-text-left h3 {
    font-size: 55px;
    line-height: 60px;
    background: linear-gradient(
      90deg,
      rgba(26, 222, 212, 0.45) 0%,
      rgba(26, 222, 212, 0.31) 50%,
      rgba(33, 33, 33, 0.75) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .gradient-text-right h3 {
    font-size: 55px;
    line-height: 60px;
    background: linear-gradient(
      90deg,
      rgba(237, 11, 109, 0.32) 0%,
      rgba(237, 11, 109, 0.2208) 52.19298245614035%,
      rgba(247, 225, 20, 0.75) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .vertical-text-left,
  .vertical-text-right {
    writing-mode: unset;
    position: relative;
    top: 0;
    transform: translateY(0px);
    left: 0;
    z-index: 2;
    height: 100%;
    text-align: center;
    rotate: none;
    margin-bottom: 20px;
  }
  .scrolling-text {
    width: 100%;
  }
  #logoRailSection .swiper-button-next {
    right: -25px;
    background-color: rgb(237, 11, 109);
    width: 24px;
    height: 24px;
  }
  #logoRailSection .swiper-button-prev {
    left: -25px;
    background-color: rgb(237, 11, 109);
    width: 24px;
    height: 24px;
  }
  .whyUsSection .content .d-flex,
  .aiDrivenSection .content .d-flex {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  .rightAccordion,
  .aiDrivenSection .leftSection,
  .aiDrivenSection .rightSection,
  .contactusSection #tabs-content {
    width: 100%;
  }
  .whyUsSection .leftSection p,
  .aiDrivenSection .leftSection p {
    margin-bottom: 20px;
    text-align: center;
  }
  .whyUsSection .content .d-flex.headerCta,
  .aiDrivenSection .content .d-flex.headerCta,
  .spotlight.tweebtool .d-flex.headerCta {
    flex-direction: row;
    margin: 0 auto;
  }
  .accordion-content p {
    font-size: 16px;
  }
  .whyUsSection .content .accordion-content .d-flex {
    flex-direction: row;
    gap: 30px;
  }
  .whyUsSection .heading3,
  .caseStudySection .heading3 {
    text-align: center;
  }
  .whyUsSection .heading3 div,
  .caseStudySection .heading3 div {
    text-align: center;
  }
  .featureList {
    width: 100%;
    margin: 50px 0 0;
  }
  .aiDrivenSection .content .d-flex.headerCta {
    margin-top: 30px;
  }
  .aiDrivenSection .background-img-div,
  .topTalentSection .background-img-div {
    height: 100%;
  }
  .topTalentSection .content {
    z-index: 3;
    position: relative;
  }
  .topTalentSection .background-img-div {
    height: auto;
  }
  .topTalentSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .topTalentSwiper .swiper-slide img {
    width: 100%;
  }
  .topTalentSwiper .swiper-slide::after {
    width: 100%;
  }
  .swiperWrapper .swiper-button-next {
    right: -10px;
  }
  .swiperWrapper .swiper-button-prev {
    left: -10px;
  }
  .testimonialSwiper .slideWrapper img {
    width: 100px;
  }
  ul#tabs-nav {
    gap: 10px;
  }
  .contactusSection .form-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .form-group,
  .w-50,
  .tweebtool .spotlightimg,
  .w-45,
  .w-80,
  .w-40 {
    flex: 100%;
    width: 100%;
  }
  .contactusSection .form-wrap {
    gap: 0;
  }
  p {
    text-align: center;
    font-size: 16px;
  }
  .industryLeadersSection .swiper-button-next,
  .industryLeadersSection .swiper-button-prev {
    display: flex;
  }

  .headerCta {
    gap: 10px;
  }
  .spotlight {
    padding-top: 62px;
  }
  .blogDetailSection.spotlight {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .RelatedPostSection {
    padding-bottom: 0;
  }
  .RelatedPostSection .swiper-pagination {
    position: relative;
    bottom: -20px;
  }
  .swiper-pagination-bullet-active.swiper-pagination-bullet-active {
    background-color: rgb(237, 11, 109);
  }
  .swiper-pagination-bullet {
    background-color: #fff;
  }
  .spotlight.tweebtool .d-flex {
    flex-direction: column;
  }
  .tweebtoolscaleUpsection .d-flex {
    flex-direction: column;
  }
  .tweebtoolscaleUpsection .videoWrap {
    padding: 20px 0 70px;
  }
  .heading5 {
    font-size: 18px;
    text-align: center;
  }
  .heading4 {
    font-size: 20px;
  }
  .tweebtoolscaleUpsection h3,
  .font-46 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .tweebtoolscaleUpsection .heading5 {
    padding: 40px 0;
    border-top: 2px solid #f7e114;
    margin-top: 50px;
  }
  .tweebtoolscaleUpsection .rightCard {
    margin-top: 0;
  }
  .tweebtoolscaleUpsection .w-45 .rightCard img {
    width: 60px;
    height: 60px;
  }
  .tweebtoolscaleUpsection .rightCard p {
    padding: 0 40px 20px;
  }
  .tweebtoolscaleUpsection h3 {
    padding: 40px 40px 0px 40px;
  }
  .streamlineInfluencerSection .leftimg {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: auto;
    display: none;
  }
  .streamlineInfluencerSection .textBoxLeft,
  .streamlineInfluencerSection .textBoxRightTop,
  .streamlineInfluencerSection .textBoxRightBottom,
  .streamlineInfluencerSection .arrowBox {
    position: relative;
    bottom: unset;
    left: unset;
    top: unset;
    right: unset;
  }
  .streamlineInfluencerSection .textBox {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
  }
  .streamlineInfluencerSection .centerImg {
    width: 100%;
  }
  .streamlineInfluencerSection .influencerBox {
    position: relative;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none !important;
  }
  .solid.nav-up .powerfulFeaturesSection .header {
    transform: translateY(0px);
    flex-direction: column;
  }
  .powerfulFeaturesSection .header {
    transform: translateY(0px);
    flex-direction: column;
  }
  .streamlineInfluencerSection .influencerBox img:nth-child(4),
  .streamlineInfluencerSection .influencerBox img:nth-child(3),
  .streamlineInfluencerSection .influencerBox img:nth-child(2),
  .streamlineInfluencerSection .influencerBox img {
    left: 0;
    width: 70px;
    height: 70px;
  }
  .streamlineInfluencerSection .arrowBox {
    margin-bottom: 30px;
  }
  .powerfulFeaturesSection .img-wrapper {
    width: 100%;
    padding: 0;
    border-left: none;
    border-top: 2px solid #f7d914;
    padding: 30px 0;
  }
  .powerfulFeaturesSection .headingWrapper {
    width: 100%;
    padding: 30px 0;
  }
  .powerfulFeaturesSection .featureList {
    padding: 10px 0;
  }
  .powerfulFeaturesSection .featureItem {
    flex-direction: column;
    align-items: flex-start;
  }
  .powerfulFeaturesSection .featureBody {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .powerfulFeaturesSection .featureBody p,
  .powerfulFeaturesSection .featureBody h5 {
    text-align: left;
  }
  .powerfulFeaturesSection .featureBody h5 {
    margin-bottom: 16px;
  }
  .powerfulFeaturesSection .featureIcon {
    position: relative;
    top: 0;
    left: auto;
    width: 132px;
    height: 33px;
  }
  .solutionsSpotlight h2 {
    font-size: 40px;
  }
  .solutionsSpotlight .d-flex {
    height: auto;
  }
  .spotlightFooter {
    align-items: flex-start;
    left: 0;
    flex-direction: column;
    bottom: 0;
    position: absolute;
    padding: 0 20px;
  }
  .solutionsSpotlight .spotlightFooter p,
  .solutionsSpotlight .spotlightFooter .overflow-hidden {
    width: 100%;
    text-align: center;
  }
  .solutionsSpotlight .spotlightFooter p {
    margin-bottom: 10px;
  }
  .solutionsSpotlight .spotlightFooter {
    align-items: center;
  }
  .solutionsSpotlight .scrollDown svg {
    width: 30px;
  }

  .solutionsSpotlight {
    position: relative;
    bottom: 10px;
    height: 100vh;
  }
  .solutionsSpotlight .scrollDown {
    margin: 0 0 0 auto;
    order: 3;
  }
  .solutionsSpotlight .scrollDown h3 {
    display: none;
  }

  .grid3 {
    grid-template-columns: repeat(1, 80%);
    justify-content: center;
  }
  .tweebStarsSpotlight .d-flex {
    flex-direction: column;
  }
  .tweebStarsSpotlight .rightSection p {
    font-size: 16px;
  }
  .tweebStarsSpotlight .rightSection h3,
  .blogDetailSection .blogTitle,
  .tweebStarsCarousal .swiper-slide h3 {
    font-size: 26px;
    text-align: center;
  }
  .tweebStarsSpotlight .leftSection img {
    width: 200px;
    height: auto;
  }
  .tweebStarsSpotlight {
    height: 100vh;
  }
  .managingTalentsSection .marqueeTextSection {
    padding: 20px 0;
  }
  .managingTalentsSection .marqueeTextSection .swiper-slide {
    white-space: normal;
  }
  .managingTalentsCardList .flex-wrapper {
    flex-direction: column-reverse;
  }
  .managingTalentsCardList .flex-wrapper .img-container img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .managingTalentsSection .vertical-text-top {
    position: relative;
    right: unset;
    margin-bottom: 40px;
  }
  .managingTalentsSection .gradient-text-top h3 {
    font-size: 55px;
  }
  .managingTalentsCardList .flex-wrapper .content {
    padding: 40px;
  }
  .managingTalentsCardList .heading3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 26px;
  }
  .tweebStarsCarousal {
    padding: 0 0 70px 0;
  }
  .tweebStarsCarousal .swiper-slide {
    padding: 20px;
  }
  .caseStudySpotlight .background-img-div {
    height: 100%;
  }
  .caseStudyPageSwiper .swiper-slide {
    width: 70%;
  }
  .caseStudySpotlight .content {
    padding: 50px 20px;
  }
  .caseStudyPopupCards {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .caseStudyPopup .popupWrapper {
    width: 100%;
    height: 100vh;
  }
  .linksWrapper {
    margin-top: 20px;
  }
  .linksWrapper h3 {
    font-size: 20px;
  }
  .caseStudyPopup .linksList {
    flex-wrap: wrap;
    gap: 16px;
  }
  .caseStudyPopup .linksList a {
    width: 40%;
    font-size: 16px;
    padding: 10px;
  }
  .caseStudyPopupCards .card {
    width: 46%;
    height: auto;
    margin: 0;
  }
  .caseStudyPopupCards.spread .card {
    margin: 0;
    margin-bottom: 10px;
  }
  .caseStudyPopupCards img {
    width: 100%;
    height: auto;
  }
  .caseStudyPopup .popupArea {
    padding: 60px 20px 20px;
  }
  .caseStudyPopup .closePopUp {
    right: 10px;
    top: 7px;
  }

  .blogSection.spotlight {
    height: auto;
  }
  .blogLists {
    margin-top: 50px;
  }
  .blogLists .grid3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    row-gap: 40px;
    column-gap: 40px;
  }
  .blogDetailSection p,
  .blogDetailSection h3,
  .blogDetailSection .blogTitle,
  .blogDetailSection .body p {
    text-align: left;
  }
  .blogDetailSection p,
  .blogDetailSection .body p {
    font-size: 16px;
  }
  .contactusSection.spotlight {
    flex-direction: column;
  }
  .testimonials .swiperWrapper {
    margin-bottom: 0;
  }
  .glowing-bg .circle.two,
  .glowing-bg .circle.three,
  .glowing-bg .circle.four {
    right: auto;
  }
  .solutionsDetailSection.spotlight {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .solutionsDetailSection .spotlightContent .excerpt {
    font-size: 20px;
    line-height: 26px;
  }
  .solutionsDetailSection .spotlightContent {
    position: relative;
    width: 100%;
  }
  .solutionsDetailSection .bg-img-container {
    position: absolute;
  }
  .solutionsDetailSection .content p {
    text-align: left;
  }
  .scaleUpsection.aboutus .content p,
  .deepImpactItem {
    width: 100%;
  }
  .deepImpactDiv {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0px;
    min-height: auto;
    gap: 20px;
  }
  .deepImpactItem {
    padding: 20px;
    min-height: auto;
  }
  .deepImpactItem .line {
    width: 1px;
    height: 20px;
    bottom: -20px;
    right: 50%;
    top: unset;
  }
  .firstImg {
    position: absolute;
    right: 20%;
    top: 0;
    width: 100px;
    height: auto;
  }

  .secondImg {
    position: absolute;
    right: 40%;
    top: 15%;
    width: 100px;
    height: auto;
  }

  .thirdImg {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100px;
    height: auto;
  }

  .fourthImg {
    position: absolute;
    top: 45%;
    right: 0;
    width: 100px;
    height: auto;
  }

  .fifthImg {
    position: absolute;
    bottom: 0;
    right: 60%;
    width: 100px;
    height: auto;
  }
  .teamSection {
    padding: 20px 0 70px;
  }
  .teamSection h2 {
    margin-bottom: 40px;
  }
  .teamMemberItem {
    width: calc(100% / 2);
  }
  .teamMembersDiv {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .teamSectionDiv {
    margin-bottom: 80px;
  }
}
