/* Header CSS Start */
.headerSite {
  padding-block: 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  transform: translateY(0);
  opacity: 1;
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
  will-change: transform;
}

html {
  scroll-behavior: auto !important;
}

body {
  padding-top: var(--header-height);
  scroll-behavior: auto !important;
}

body.homepage .main-content {
  padding-top: 0;
}

.mainMenu ul {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  text-transform: uppercase;
}

.mainMenu ul li {
  display: flex;
}

.mainMenu .nav-link {
  color: #000;

  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  font-family: var(--font-n);
  font-size: 1rem;
}

.mainMenu ul li.serviceMenu li a {
  position: relative;
  padding: 0 16px;
}

.mainMenu .nav-link .dots {
  width: 10px;
  height: 10px;
  position: relative;
  left: -4px;
  top: 0;
}

/* Header CSS END */
/* Home CSS Start */

.heroSectionPanel {
  padding: 72px 0;
}

.bannerHeading {
  padding: 84px 0;

  display: flex;
  align-items: center;
  color: #fff;
  z-index: 1;
}

.heroSectionHome .bannerHeading {
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;

  color: #252525;
  z-index: 1;
}

.heroArtImg {
  position: absolute;
  bottom: 48px;
  right: 0;
  z-index: -1;
  border-bottom: 1px solid #fff;
  height: 64vh;
}

.heroArtImg img {
  height: 100%;
}

.horizontalLineAniamtion {
  width: 0%;
  height: 1px;
  background-color: #fff;
  margin: 12px 0;
}

.horizontalLine {
  border-bottom: 1px solid #fff;
  margin: 12px 0;
}

.horizontalLine.dark {
  border-color: rgba(29, 29, 29, 0.2);
}

.videoSectionBg {
  display: flex;
  justify-content: center;
  margin-bottom: 1.85vh;
}

#videoSection {
  width: 100%;
  overflow: hidden;
  will-change: clip-path;
  transform: translateZ(0);
}

@media (min-width: 1200px) {
  #videoSection {
    clip-path: inset(0 25% 0 25% round 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #videoSection {
    clip-path: none;
    will-change: auto;
  }
}

#videoSection video {
  height: 90vh;
  border-radius: 24px;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ourClientsLogo-wrapper {
  display: flex;
  row-gap: 80px;
  border-radius: 0 0 24px 24px;
  padding-bottom: 50px;

  flex-wrap: wrap;
  justify-content: space-between;
}

.ourClientsLogo {
  display: flex;
  width: 20%;
  height: 130px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.ourClientsLogo img {
  object-fit: contain;
}

.ourClients {
  padding: 48px 0 0;
  position: relative;
  z-index: 1;
}

/* .ourClients:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
  background: var(--primary);
  z-index: -1;
  width: 100%;
} */

.ourClientsarea {
  position: relative;
}

.extraHeightourClients {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  z-index: -1;
  border-radius: 24px 24px 0 0;
}

.servicePanelContent p {
  font-size: 14px;
  margin-bottom: 0;
}

.servicePanelList {
  /* Global reset ul/li me list-style none laga deta hai */
  list-style: disc;
  list-style-position: inside;
  padding-left: 18px;
  display: none;
}

.servicePanelList li {
  list-style: disc;
  font-size: 20px;
  line-height:30px;
}

.servicePanelInfoContent p{
  font-size: 20px;
  line-height:30px;
}

.servicePanel {
  position: relative;
  border-top: 1px solid #a1a1a2;
  overflow: hidden;
}

.servicePanel.last {
  border-bottom: 1px solid #a1a1a2;
}

.servicePanelInfo h3 {
  font-size: 38px;
}

.servicePanelInfo h3 a {
  display: flex;
  align-items: start;
}

.servicePanelPro1 {
  position: relative;
}

.servicePanelInfo {
  padding: 48px 0;

  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.servicePanelActions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.servicePanelSliderNav {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.servicePanelSliderNavBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.servicePanelSliderNavBtn:hover {
  opacity: 0.75;
  background: rgb(0 0 0 / 5%);
}

.servicePanelSliderNavBtn svg {
  display: block;
  width: 24px;
  height: 24px;
}

.servicePanelPro {
  padding: 48px 0;
}

.book-a-call a {
  border-radius: 32px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  column-gap: 14px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 50px;
}

.homepage .book-a-call a {
  border-radius: 8px;
  padding: 0 24px;
}

.book-a-call-team {
  display: flex;
  align-items: center;
}

.phoneCircleDark {
  width: 44px;
  height: 44px;
  line-height: 43px;
}

.cards {
  color: #fff;
  padding: 42px 24px 32px 36px;
  border-radius: 8px;
}

.cardImgContent p {
  margin-top: 20vh;
  margin-bottom: 3vh;
}

.cardImgView .horizontalLine {
  margin: 0 0 24px;
}

.cardsInfo {
  max-width: 80%;
  position: relative;
}

.clientSetion {
  background: linear-gradient(180deg, #1d1d1d 5.97%, #000000 92.39%);
}

.cardsgreen {
  padding: 48px;
}

.awardSliderPanel {
  margin-top: 120px;
}

.carousel-indicators,
button.carousel-control-next,
button.carousel-control-prev {
  position: static;
}

.carousel-indicators [data-bs-target] {
  height: auto;
  padding: 0;
  text-indent: 0;
  border: 0 !important;
  opacity: 1;
  display: none;
  background-color: transparent;
}

.carousel-indicators {
  margin: 0;
}

.carousel-indicators .active {
  display: block !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: 54px;
  height: 26px;
  opacity: 1;
}

.cardsHeader {
  border-bottom: 1px solid rgb(6 1 0 / 50%);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.cardsList li {
  font-size: 1rem;
  border-right: 1px solid var(--dark);
  padding-inline: 12px;
}

.cardsList li:last-child {
  border: none;
}

.cardsList li:first-child {
  padding-left: 0;
}

.sliderListItem {
  padding: 12px 16px;
  background: #eae6df33;
  display: flex;
  margin-bottom: 0;
  border-radius: 8px;
  opacity: 0.5;
  cursor: pointer;
  min-width: calc(25% - 48px);
}

.sliderListItem.active {
  opacity: 1;
}

/* Home CSS End */

/* contact form CSS  */
.contactSection {
  position: relative;
  overflow: hidden;
}

.contactSectionRow {
  --bs-gutter-x: 32px;
}

.contactSection .container-fluid {
  padding-left: 100px;
  padding-right: 0px;
}

.contactSectionInfo {
  position: relative;
  padding-top: 48px;
  margin-bottom: 20px;
}

.contactSectionTitle {
  font-size: 80px;
  line-height: 72px;
  letter-spacing: -0.03em;
  color: #1d1d1d;
  margin: 0;
  max-width: 652px;
}

.contactSectionVisual {
  position: relative;
  width: 100%;
  min-height: 680px;
  margin-left: auto;
  overflow: hidden;
}

.contactSectionHero {
  position: absolute;
  inset: -85px -94px auto;
  width: calc(100% + 188px);
  max-width: none;
  height: auto;
  min-height: calc(100% + 170px);
  object-fit: cover;
  object-position: center top;
  display: block;
  pointer-events: none;
}

.contactSectionHeroFade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.contactTrustedMarquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ffffff1a;
  backdrop-filter: blur(6px);
  border: 1px solid #ffffff36;
}
.contactTrustedMarqueeInner {
  display: flex;
  align-items: center;
  gap: 36px;
  min-height: 124px;
  padding: 16px 32px;
}

.contactTrustedLabel {
  flex: 0 0 auto;
  margin: 0;
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f6f6f6;
  white-space: nowrap;
}

.contactTrustedDivider {
  flex: 0 0 1px;
  align-self: stretch;
  width: 1px;
  background: #ffffff;
  opacity: 0.35;
}

.contactTrustedTrack {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.contactTrustedMarqueeWrapper {
  overflow: hidden;
  width: 100%;
}

.contactTrustedSlider {
  display: flex;
  width: max-content;
  animation: contactTrustedMarquee 42s linear infinite;
}

.contactTrustedSlider .marquee-content {
  display: flex;
  align-items: center;
  gap: 72px;
}

.contactTrustedLogo {
  flex: 0 0 auto;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactTrustedLogo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.contactTrustedMarqueeWrapper:hover .contactTrustedSlider {
  animation-play-state: paused;
}

@keyframes contactTrustedMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contactTrustedSlider {
    animation: none;
  }
}

/* legacy contact logo block — replaced by contactSectionVisual */
.ContactLogo {
  height: 100%;
  position: relative;
}
.leftFormContact {
  margin-top: -100px;
}

.ContactLogo img {
  height: 94%;
  position: absolute;
  bottom: -190px;
  right: 0;
  left: 0;
  margin: auto;
}

.contactSectionInfoImg {
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 50%;
  transform: rotate(-15deg);
}

.form-control {
  height: 52px;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgb(29 29 29 / 50%);
}

textarea.form-control {
  height: 72px;
}

.budget-options {
  display: flex;
  gap: 10px;
}

.budget-options input[type="radio"] {
  display: none;
}

.inputField .budget-options label {
  padding-inline: 10px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  height: 39px;
  line-height: 39px;
  text-align: center;
  flex: 1;
  text-transform: none;
  font-size: 1rem;

  font-weight: 400;
}

.budget-options input[type="radio"]:checked + label {
  background-color: var(--primary);
  color: white;
}

.btnPrimary {
  height: 64px;
  border-radius: 148px;
  padding: 8px;
  background-color: #161616;
  color: #fff;
  text-transform: uppercase;
  border: none;
  width: 100%;
  font-family: var(--font-n);
  font-weight: 900;
  position: relative;
}

.btnPrimary span {
  position: absolute;
  top: 8px;
  left: 10px;
}

/* contact form CSS end */

/* Footer CSS start */

.footerinfoTitle {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
  padding-bottom: 12px;
  font-family: var(--font-n);
  color: #676767;
}

.footerLink li {
  margin-bottom: 6px;
}

.footerLink a {
  transition: filter 0.3s ease-in-out;
  color: var(--lightgrey);
}

.footerLink a:hover {
  filter: brightness(0) invert(1);
}

.footerLink .footerinfoTitle {
  margin-bottom: 12px;
}

.footerSocial {
  column-gap: 24px;
}

.footerConnect {
  padding: 48px;
}

.footerInfo1 {
  margin-bottom: 18.52vh;
}

/* Footer CSS End */

.hideHeading {
  overflow: hidden;
}

.section {
  position: relative;
  padding: 4.44vh 0;
}

/* About CSS Start  */

.dots {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dotsGreen {
  background-color: #55cd6c;
}

.dotsBlue {
  background-color: #384cff;
}

.dotsPurple {
  background-color: #7c62ff;
}

.aboutPhilosophyInfo li {
  border-bottom: 1px solid rgb(6 1 0 / 50%);
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.aboutPhilosophyInfo ul {
  margin-bottom: 28px;
}

.aboutAgencyCount h3 {
  font-size: 128px;
  line-height: 80%;
  letter-spacing: -4%;
  margin-bottom: 24px;
}

.aboutAgencyCount h3 span {
  font-weight: 500;
  font-size: 64px;
  line-height: 62px;
}

.aboutAgencyItem {
  margin-bottom: 140px;
}

.aboutAgencyItem.last {
  margin-bottom: 0;
}

.aboutAgencyContent {
  max-width: 375px;
}

.book-a-call-dark a {
  background-color: #000;
}

.missionTable {
  margin-top: 100px;
}

.missionTableItem li {
  border-bottom: 1px solid rgb(0 0 0 / 30%);
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.missionTableItem li:first-child {
  margin-bottom: 24px;
  font-family: var(--font-n);
  font-weight: 900;
  text-transform: uppercase;
}

.whyCardsImg {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgb(0 0 0 / 10%);
  line-height: 72px;
  text-align: center;
  margin-bottom: 100px;
}

.whyCards {
  padding: 52px 36px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}

.whyCardsNumber {
  margin-bottom: 100px;
}

/* About CSS END  */

.headingSeviceInner {
  padding: 56px 0;
}

.serviceReview {
  padding-block: 100px;
}

.serviceReviewItem {
  padding-bottom: 60px;
  align-items: center;
  justify-content: space-between;
}

.serviceReviewTitle {
  display: flex;
  align-items: center;
}

.serviceReviewTitle p span {
  display: block;
  font-size: 1rem;
}

.serviceReviewTitle img {
  margin-right: 12px;
}

.videowh100 {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.effectlightmenpanel {
  text-align: center;
  position: relative;
  top: -40px;
}

.effectlightmen {
  position: absolute;
  left: 50%;
  top: -206px;
  margin-left: -50px;
}

.ourClientsLogoPanel {
  padding: 0 0 100px;
}

.effectlight img {
  clip-path: inset(0% 0 100% 0);
  /* start fully hidden from top */
  transition: clip-path 0.3s ease;
  opacity: 0;
}

.servicePanelImg img,
.servicePanelImg video {
  height: 580px !important;
  object-fit: cover;
  width: 100%;
}

.servicePanelImg,
.servicePanelImg img,
.servicePanelImg video {
  border-radius: 12px;
}

.servicePanelImg {
  margin-bottom: 16px;
  will-change: transform;
  transform: translateZ(0);
}

.protfolioSection .servicePanelImg video {
  height: 475px;
  object-fit: cover;
  width: 100%;
}

.wavy span {
  display: inline-block;
}

.serviceInfoArrow {
  position: relative;
  top: -12px;
}

.filterInvert {
  filter: brightness(1) invert(1);
}

.servicePanelContent.borderWhite {
  border-top: 1px solid #fff;
}

.sectionBorder {
  font-family: var(--font-n);
  font-weight: 900;
  font-size: 1rem;
}

.whyCards2 {
  padding: 24px;

  min-height: 312px;
}

.serviceTestimonial {
  padding: 64px;
  margin-top: 28px;
}

.brandingProcessinfo {
  position: sticky;
  top: 24px;
}

.brandingProcessinfo .book-a-call {
  margin-top: 350px;
}

.articleItemList li {
  border-bottom: 1px solid rgb(0 0 0 / 30%);
  color: #1d1d1d;
  font-size: 1rem;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.articleItem {
  margin-bottom: 82px;
}

.aboutPhilosophyInfo {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#aboutBanner {
  position: relative;
}

.sectionPhilosophyTitle {
  margin-bottom: 32px;
  border-bottom: 1px solid rgb(6 1 0 / 50%);
  padding-bottom: 32px;
}

.missionSection .book-a-call {
  margin-top: 72px;
}

.teamSectionPanel {
  margin-top: 80px;
}

.teamItemProfile {
  margin-bottom: 4px;
  font-size: 24px;
  color: #fff;
}

.teamItemDes {
  margin-bottom: 0;
  font-size: 1rem;
  color: rgb(255 255 255 / 80%);
  text-transform: uppercase;
}

#heroArt {
  position: relative;
}

.carousel-indicators-panel,
.carousel-indicators [data-bs-target] {
  font-family: var(--font-n);
  font-weight: 900;
}

.accordion-button .icon {
  font-size: 1.2rem;
  transition: transform 0.2s;
}

.accordion-button.collapsed .icon::after {
  content: "+";
}

.accordion-button:not(.collapsed) .icon::after {
  content: "−";
}

.accordion-button::after {
  display: none;
}

.accordion {
  --bs-accordion-bg: transparent;
}

.accordion-item {
  margin-bottom: 12px;
  border-radius: 8px;
  border: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  color: #060100;
}

.pic,
.pic2 {
  overflow: hidden;
}

.pic .img,
.pic2 .img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  /* hidden from bottom */
  opacity: 0;
}

.portfolioVslider {
  display: flex;
  animation: marquee 20s linear infinite;
  width: max-content;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-content {
  display: flex;
  gap: 24px;
  align-items: end;
}

.portfolioVsliderItem.first {
  margin-left: 24px;
}

.portfolioVsliderItem video {
  max-height: 450px;
  height: auto;
  width: auto;
  border-radius: 8px;
  display: block;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.portfolioVslider:hover {
  animation-play-state: paused;
}

/* portfolio CSS Start */

.portfolioInfoTitle {
  padding: 60px 0 80px;
}

/* portfolio CSS End */

.sectionBannerCS {
  background-size: cover;
  width: 100%;
  background-position: center;
  position: relative;
  z-index: 1;
}

.sectionBannerCS::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/case-study/bg-banner.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.sectionBannerCSPanel {
  height: calc(100vh - 74px);
  display: flex;
  justify-content: end;

  flex-direction: column;
}

.recentCSPanel img,
.recentCSPanel video {
  height: auto !important;
}

.listCS {
  height: 100%;
}

.listCS li {
  margin-bottom: 4px;
  font-size: 20px;
}

.listCS.first {
  padding-left: 0;
}

.listCS.last {
  border: none;
}

.list-disc li {
  list-style: disc inside;
}

.CSTestiProfile p:first-child {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}

.CSTestiProfile {
  border-top: 0.5px solid rgb(0 0 0 / 50%);
  padding-top: 20px;
}

.imgEffect {
  will-change: transform;
  transform: translateZ(0);
}

.imgEffect img {
  width: 100%;
}

.textAnimeFadeUp {
  will-change: transform;
  transform: translateZ(0);
}

.anim-title1 {
  display: flex;
  flex-wrap: wrap;
  clip-path: polygon(0 0, 0 90%, 100% 90%, 100% 0);
}

.anim-title > span {
  display: flex;
  position: relative;
}

.anim-title > span > span {
  display: inline-block;
  transform: translateY(0%);
  transition: transform 0.5s;
}

.anim-title > span > span:last-child {
  position: absolute;
  top: 100%;
  left: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.mwg_landing1 .word {
  display: inline-block;
  margin-right: 12px;
  color: #fff;
}

.mwg_landing1 .letter {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: -0.28em -0.1em -0.05em;
  color: #000;
}

.mwg_landing1 .letter span {
  display: inline-block;
  transform: translateY(100%);
}

.logo img {
  max-width: 150px;
}

.roll {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  position: relative;
}

.translate {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.line {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lineFadedown {
  position: absolute;
  top: 0;
  left: -24px;
  width: 1px;
  height: 100%;
  background-color: #a1a1a2;
  transform: scaleY(0);
  transform-origin: top;
}

.awardSlider .cardsgreen {
  height: 540px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

footer::after {
  content: "";
  display: block;
}

/* Loader Background with Video */
#loader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99999;
}

#loader-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s ease-in-out;
}

.move-right {
  transform: translateX(100vw);
}

/* Modal positioned to the right */

.modal-dialog-right-slide {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-height: 100vh;
  width: 50vw;
  margin: 0;
  max-width: 50vw;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
}

.modal.fade .modal-dialog-right-slide {
  transform: translateX(100%);
}

.modal.show .modal-dialog-right-slide {
  transform: translateX(0);
  pointer-events: auto;
}

.custom-modal-content {
  height: 100vh;
  max-height: 100vh;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.inputField label {
  font-family: var(--font-n);
  font-weight: 900;
  font-size: 1rem;

  text-transform: uppercase;
}

.contactFormPoopup .modal-header {
  border: none;
}

.contactFormPoopup hr {
  margin: 36px 0;
}

.contactFormPoopup {
  padding: 48px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.progress-timeline-container {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.progress-timeline {
  flex: 1;
  height: 2px;
  background-color: rgb(6 1 0 / 40%);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.progress-timeline-fill {
  height: 100%;
  width: 0%;
  background-color: var(--dark);
  transition: width 3s linear;
}

.contentimgvideo video {
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
  height: 650px;
}

.contentimgvideo {
  position: relative;
}

.timelineSection {
  display: flex;
  margin-bottom: 4.17vw;
  align-items: center;
}

.footerSticky {
  position: relative;
  z-index: 10;
  background: white;
  overflow: hidden;
  z-index: 9999;
}

.serviceReviewInfo {
  text-transform: uppercase;
}

.headingTestimonal {
  font-weight: 500;
  font-size: 128px;
  letter-spacing: 4px;
  line-height: 80%;
  color: var(--dark);
}

.awardSlider h4 {
  color: var(--dark);
}

.CustomerSlider .cardsgreen .cardsgreenBorder {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 80px 0 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 490px;
}

.CustomerSlider .gradientBlue .cardsgreenBorder {
  border-color: #fff;
}

.CustomerSlider .gradientBlue .carousel-indicators-panel,
.CustomerSlider .gradientBlue .carousel-indicators [data-bs-target] {
  color: #fff;
}

.CustomerSlider .cardsgreen {
  height: auto;
}

.CustomerSlider .carousel-indicators-panel,
.CustomerSlider
  .carousel-indicators-panel
  .carousel-indicators
  [data-bs-target] {
  font-weight: 400;
  font-size: 32px;
  white-space: nowrap;
}

.CustomerSlider .awardSliderPanel {
  margin-top: 72px;
}

.headingTestimonal + p {
  font-size: 32px;
}

.tableWebsite {
  padding: 62px 0 50px;
}

.faq-item {
  border-top: 1px solid #060100;

  display: flex;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-number,
.faq-question,
.faq-guidance,
.faq-tips {
  border-right: 1px solid #060100;
  padding: 12px 12px 40px 24px;
  font-size: 1rem;
}

.faq-number {
  width: 5%;
}

.faq-question {
  width: 25%;
  font-weight: 700;
}

.faq-guidance {
  width: 35%;
}

.faq-tips {
  width: 35%;
  border: none;
}

.arrowwithheading {
  position: relative;
  top: -40px;
}

#rtlSlideModal {
  z-index: 9999;
}

.CursorComingSoon {
  cursor: url("../images/coming-soon.png"), auto;
}

.CursorSeeProject {
  cursor: url("../images/see-projet.png"), auto;
}

/* Mobile menu — see assets/css/mobile-menu.css */

.cursor,
.smobiletabs {
  display: none;
}

.objectTop {
  object-position: top;
}

.serviceReviewTitle img {
  max-width: 38px;
}

p.cardsText {
  min-height: 100px;
}

.footerConnectTitle {
  margin-bottom: 24vh;
}

.footerTop .clutch-widget {
  height: 60px;
}

/* --- aishwarya css for cs start --- */

.mintBorder {
  border-bottom: 1px solid #000;
  padding-bottom: 70px;
}

.customHeight .pic {
  height: 555px;
  display: flex;
}

.fs-15 {
  font-size: 15px;
}

.SectionResult h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Helvetica-Neue";
}

.CardsResult {
  border-top: 1px solid #1d1d1d;
  padding-top: 12px;
}

.CardsResult p {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "FFGoodPro";
}

.imwipBrand h5 {
  font-size: 48px;
  line-height: 54px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "FFGoodPro";
}

.imwipBrand p {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "FFGoodPro";
}

.imwipHeight img {
  height: 721px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10.5px;
}

.imwipBrand img {
  height: 493.5px;
  border-radius: 10.5px;
}

.video-background-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.content-overlay {
  position: relative;
  z-index: 1;
}

.CSpage .videoSection {
  height: 592px;
}

.CSpage .videoSection video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.csVideo .videoSection {
  height: 772.82px;
}

.csVideo .pic .img {
  height: 772.82px;
}

.ht {
  height: 658px;
}

.doBali.videoSection {
  height: 509px;
}

.bali.videoSection {
  height: 800px;
}

.b24 video {
  border-radius: 24px;
}

Style CSS .kaesteo.pic img {
  height: 623px !important;
}

.kaesht {
  height: 734px;
  object-fit: cover;
  border-radius: 22px;
}

.kaesLast {
  height: 779px;
}

.kaesht video {
  border-radius: 21.77px !important;
}

.wrappingDiv {
  position: relative;
}

.wrappingDiv .sectionBorder {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.Infocspanel {
  padding: 32px 0 120px;
  border-top: 1px solid rgba(29, 29, 29, 0.2);
}

/* --- aishwarya css for cs end --- */

.contactFormFooter .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #1d1d1d;
  border-radius: 0;
  padding-left: 0;
}

.contactFormFooter .row {
  margin-bottom: 32px;
}

.buttonSubmit {
  border: none;
  background: transparent;
  font-family: var(--font-n);
  font-weight: 900;
}

.formArt {
  max-width: 265px;
}

.form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.timelineSection .cardsBorder {
  min-height: 245px;
}

.ourClientsPara {
  max-width: 297px;
  margin-left: 60px;
  margin-top: -9px;
}

.servicePanelContent h6,
.servicePanelContent h3 {
  line-height: 120%;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;

  text-transform: capitalize;
}

.ml-2 {
  margin-left: -2px !important;
}

/* .book-a-call a:hover .phoneCircleDark,
.book-a-call a:hover .phoneCircle {
  animation: infiniteRotation 2s linear infinite;
}

@keyframes infiniteRotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

.book-a-call .phoneCircleDark,
.book-a-call .phoneCircle {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.book-a-call .phoneCircleDark,
.book-a-call .phoneCircle {
  transition: transform 0.4s ease;
}

/* Hover par sirf 15 degree rotate */
.book-a-call a:hover .phoneCircleDark,
.book-a-call a:hover .phoneCircle {
  transform: rotate(45deg);
}

.networkLogo .btn__primary a img {
  filter: brightness(0) invert(1);
}

.ctaBannerInpagePanel .btn__primary a .btnArrow img {
  filter: brightness(0) invert(0);
}

.ctaBannerInpagePanel .btn__primary a:hover .btnArrow img {
  filter: brightness(0) invert(1);
}

.networkLogo .btn__primary a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn__primary a {
  background-color: #000;
  column-gap: 14px;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 8px;
  padding: 16px 24px;
  color: #fff !important;
  display: inline-flex;
}

.btn__primary a:hover,
.btn__primary a:focus,
.btn__primary a:active,
.btn__primary a:visited {
  background-color: #000;
  color: #fff !important;
}

.btn__primary a .btnTextItem {
  color: inherit;
}

img.heightauto,
.heightauto {
  height: auto !important;
}

.bydvideo {
  margin-bottom: 80px;
}

.videobydpanel .pic,
.videobydpanel video {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bydChallende {
  padding: 0 0 56px;
}

.byd__bluevideo {
  display: flex;
  margin-bottom: 80px;
}

.byd__bluevideoarea {
  width: 65%;
}

.byd__bluevideoarea video {
  border-radius: 8px 0 0 8px;
}

.byd__bluevideoPanel {
  background: linear-gradient(159.33deg, #111111 0%, #001652 108.76%);
  width: 35%;
  border-radius: 0 8px 8px 0;
  padding: 42px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.byd__bluevideoPanelContent p {
  color: #ffff;
  font-size: 20px;
  line-height: 130%;
}

.byd__bluevideoPanel h5 {
  font-size: 32px;
  line-height: 43px;
}

.byd-blue-gradient {
  background: linear-gradient(159.33deg, #111111 0%, #001652 108.76%);
}

.bydhalfsection2 {
  height: 100%;
}

.bydhalfsection {
  padding: 72px 0 36px 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.bydhalfsection h4 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
}

.videobyd2 {
  height: 100%;
}

.videobyd2 {
  position: relative;
  height: 100%;
  width: 50%;
}

.videobyd2 video {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.videobyd3 {
  height: auto;
}

.videobyd3 video {
  max-height: 712px;
}

.bydhalfsectionLeft {
  width: 60%;
  margin: auto;
}

.bydhalfsection3 {
  padding: 36px;
  column-gap: 24px;
}

.videobyd2 {
  width: 65%;
}

.videobyd3 video {
  object-position: top;
}

.bydhalfsection3 .bydhalfsection {
  padding: 0;
  width: 35%;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.py-80 {
  padding-block: 80px;
}

.csTags {
  max-width: 65%;
}

.sectionBannerCSByd {
  position: relative;
}

/* Remove border-radius and constraints if you want true fullscreen */
.sectionBannerCSByd {
  position: relative;
  height: calc(100vh - 74px);
  width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.bydbannervideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banerbydContent {
  position: relative;
  z-index: 1;
}

.sectionCsMarquee {
  background-color: #f2f2f2;
}

.sectionCsMarqueeHeading {
  border-bottom: 1px solid rgb(6 1 0 / 50%);
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.cardsOffin {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  min-height: 300px;
  flex-direction: column;
  max-width: 420px;
}

.sectionCsMarquee .portfolioVsliderItem img {
  max-height: 500px;
}

.homegradient1,
.homegradient2,
.homegradient3 {
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}

.homegradient1 {
  background-image: url(../images/home/gradient1.webp);
}

.homegradient2 {
  background-image: url(../images/home/gradient2.webp);
}

.homegradient3 {
  background-image: url(../images/home/gradient3.webp);
}

.ourPhilosophPanel {
  padding: 40px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ourPhilosophyContent p {
  padding-bottom: 22px;
  max-width: 406px;
  font-size: 18px;
  margin-bottom: 0;
}

.aiagentbannerbtn {
  column-gap: 90px;
}

.aiagentPage .bannerHeading {
  height: calc(100vh - 74px);

  justify-content: center;
}

.cardsAgent {
  margin-top: 60px;
}

.cardsAgent1 {
  min-height: 280px;
  padding: 12px;
  border-radius: 12px;
}

.cardsAgent1 p {
  margin-bottom: 0;
}

.cardsAgent2 .cardsAgent1 {
  min-height: 290px;
  padding: 24px;
  border-radius: 24px;
}

.ctaAgent {
  padding: 30px 0;
}

.ctaAgentPanel {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 32px 24px 44px;
}

.stepProcessAiHeading {
  border-bottom: 0.67px solid #000;
  padding-bottom: 18px;
  margin-bottom: 36px;
}

.stepProcessAiItem {
  max-width: 75%;
}

.stepProcessAiItem .h5 {
  font-size: 20px;
}

.stepProcessAi {
  border-bottom: 0.67px solid #000;
  padding-bottom: 42px;
}

.worksAiagent {
  padding: 48px 0 72px;
}

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

.howWorksAiagent {
  padding: 40px 0 60px;
}

.howWorksAiagentcards {
  border-radius: 24px;
  padding: 24px;
  background-color: #fff;
  margin-bottom: 12px;
}

.howWorksAiagentItem {
  position: relative;
}

.howWorksAiagentItem:after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4d4d4d;
  width: 1px;
  height: 100%;
  content: "";
  margin: auto;
  z-index: 1;

  left: 0;
}

.howWorksAiagentItem .gx-5 {
  --bs-gutter-x: 5rem;
}

.cardImgContentImg2 img {
  margin-top: -15px;
}

.alagentsSection .cards {
  padding: 28px;
  border-radius: 24px;
}

.portfolioPage .servicePanelContent {
  border-top: 1px solid #000;
}

.portfolioPage .servicePanelContent {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.howWorksAiagentContent h6 {
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.howWorksAiagentContent {
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.howWorksAiagentContent.active {
  opacity: 1;
}

.cardhowImg {
  display: none;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease;
}

.cardhowImg.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.cardhowImg img {
  width: 100%;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
  transform: translateY(100px);
  opacity: 0;
}

.cardhowImg.active img {
  transform: translateY(0);
  opacity: 1;
}

.BgSecondary.sectionCsMarquee {
  background-color: var(--secondary) !important;
}

.aboutAwardlist {
  flex-wrap: wrap;
  gap: 20px;
}

.video__panel {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.captcha__text {
  display: flex;
  border-bottom: 1px solid #1d1d1d;
  line-height: 60px;
  padding-block: 5px;
}

.captcha__text input {
  background: none;
  border: none;
  margin-left: 5px;
  border-radius: 0;
  width: 42px;
  height: 32px;
  margin-top: 13px;
  margin-left: 15px;
  border-bottom: 1px solid #1d1d1d;
}

.captcha__text input:focus {
  outline: 0;
}

.buttonSubmit:disabled,
#footerformModal button.btnPrimary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Video Wrapper */
.video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

.cardImgContentLogo {
  min-height: 60px;
}

.ourPhilosophyPortfolio .ourPhilosophyContent p {
  font-style: normal;
  max-width: 388px;
  margin-left: auto;
  border: none;
}

.ourPhilosophyPortfolio h1 {
  font-size: 5.21vw;
}

.footerLinkAddress p {
  margin-bottom: 12px;
}

.customFaq .accordion-item {
  margin-bottom: 16px;
  border-radius: 0;
  border: none;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(0 0 0 / 30%);
}

.customFaq .accordion-body {
  padding: 0;
  font-size: 16px;

  font-weight: 400;
}

.customFaq .accordion-button {
  padding: 0;
  font-size: 20px;

  font-weight: 700;
}

.servicesFaqnew .accordion-item {
  padding-bottom: 16px;
}

.servicesFaqnew .accordion-body {
  padding-top: 12px;
}

.networkLogoPanel {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6vh 0 12vh;
}

.networkLogoPanel > .container-fluid > .networkLogo {
  margin-bottom: 48px;
}

.networkLogoGrid {
  position: relative;
  perspective: 1400px;
}

.networkLogoPanel figure.networkLogo.networkLogoItem {
  flex-shrink: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100px;
  justify-content: space-between;
  position: relative;
  padding: 0 8px;
  border-bottom: none;
  overflow: hidden;
  cursor: default;
}

.networkLogoPanel figure.networkLogo.networkLogoItem::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.35);
  transform: scaleX(var(--line-scale, 0));
  transform-origin: left center;
  transition: none;
}

.networkLogoPanel figure.networkLogo.networkLogoItem::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
}

.networkLogoPanel figure.networkLogo.networkLogoItem:hover::before {
  opacity: 1;
  animation: networkLogoShine 0.65s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.networkLogoPanel figure.networkLogo.networkLogoItem img {
  max-height: 48px;
  width: auto;
  display: block;
  filter: brightness(1) invert(1);
  max-width: 80px;
  min-width: 80px;
  opacity: 0.82;
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s ease,
    filter 0.45s ease;
}

.networkLogoPanel figure.networkLogo.networkLogoItem:hover img {
  opacity: 1;
  transform: translateX(200px) scale(1.7) !important;
}

.networkLogoPanel figure.networkLogo.networkLogoItem figcaption {
  font-size: 12px;
  color: rgba(29, 29, 29, 0.35);
  letter-spacing: 0.04em;
  transition:
    color 0.5s ease,
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.networkLogoPanel figure.networkLogo.networkLogoItem:hover figcaption {
  color: #1d1d1d;
  transform: translateX(-6px);
}

.networkLogoPanel--active figure.networkLogo.networkLogoItem.is-highlight img {
  opacity: 1;
}

@keyframes networkLogoShine {
  to {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .networkLogoPanel figure.networkLogo.networkLogoItem::before {
    animation: none !important;
  }

  .networkLogoPanel figure.networkLogo.networkLogoItem:hover img {
    transform: none;
  }
}

.aboutSection {
  border-top: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  margin-bottom: 4.17vw;
  overflow: hidden;
}

.aboutSectionContent .aboutSectionContentPara {
  font-size: 32px;
  margin-bottom: 38px;
}

.aboutSectionContent {
  padding-left: 3.125vw;
}

.aboutSectionContent .aboutSectionContentPara span.pl {
  padding-left: 4.6875vw;
}

.aboutSectionContentPic {
  margin-bottom: 5.21vw;
}

.aboutSectionContentPic figure {
  max-width: 8.23vw;
  text-align: center;
}

.aboutSectionContentPic figcaption {
  margin-top: 12px;
  font-size: 14px;
}

.aboutSectionContent a {
  color: #060100;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.aboutSectionContent a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  /* distance from text */
  width: 100%;
  /* full underline */
  height: 2px;
  background-color: #060100;
  /* initial color */
  transition: background-color 0.3s ease;
}

.aboutSectionContent a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #384cff;
  /* hover color */
  transition: width 0.3s ease;
  z-index: 1;
}

.aboutSectionContent a:hover::before {
  width: 100%;
}

.ourPhilosophyHeading h1.p-title {
  font-size: 52px;
  line-height: 89%;
}

.ctaBannerVideoHeading h1.p-title,
.ctaBannerVideoHeading h2.p-title {
  font-size: 52px;
  line-height: 100%;
}

.cardDesignsSection {
  margin-bottom: 12vh;
}

.cardDesign {
  display: flex;

  align-items: center;
  padding: 16px 0;
  column-gap: 12px;
  position: relative;
  border-top: 1px solid rgba(161, 161, 162, 0.2);
}

.cardDesign p {
  margin-bottom: 0;
}

.cardDesignHeading p:first-child {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}

.cardDesignHeading p:last-child {
  font-weight: 400;
  font-size: 14px;
  color: #1d1d1d;
}

.homeartSection {
  margin-bottom: 8.89vh;
}

.homeartSection .portfolio-slider {
  --bs-gutter-x: 20px;
}

.homeartSection .servicePanelPro {
  padding: 0;
  border-top: none;
}

.homeartSection .servicePanelImg {
  margin-bottom: 16px;
}

.homeartSection .servicePanelImg img,
.homeartSection .servicePanelImg video {
  height: 454px !important;
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
}

.homeartSection .servicePanelContent h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 6px;
  text-transform: none;
}

.homeartSection .servicePanelContent h3 a {
  color: #1d1d1d;
}

.homeartSection .servicePanelContent p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #1d1d1d;
  margin-bottom: 0;
}

.portfolio-slider-wrapper {
  position: relative;
}

.portfolio-arrow {
  display: none;
}

@media (min-width: 992px) {
  .portfolio-arrow {
    display: none !important;
  }
}

.swiperproject {
  overflow: hidden;
}

.tabsVideoSection {
  position: relative;
  overflow: hidden;
}

.sliderListItem {
  margin-bottom: 0;
}

.sliderListItemImg img,
.sliderListItemImg video {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  object-fit: cover;
  display: block;
}

.sliderListItemBox {
  margin-top: 18px;
  column-gap: 12px;
}

.sliderListItemContent h5 {
  font-size: 20px;
}

.NewCtaSectionContentText h4 {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 96%;
  letter-spacing: 0;
}

.NewCtaSectionContentText {
  max-width: 538px;
}

.NewCtaSectionContentText p {
  color: #eae6df;
  font-size: 20px;
}

.NewCtaSection {
  border-bottom: 1px solid #a1a1a2;
}

.NewCtaSection2 .NewCtaSectionContentImg {
  margin-bottom: 18vh;
}

.NewCtaSectionImg img {
  max-height: 90vh;
  width: 100%;
  object-fit: cover;
}

.NewCtaSection2 {
  margin-bottom: 13.61vh;
}

.NewCtaSectionContentImg {
  max-width: 60px;
  max-height: 60px;
}

.NewCtaSectionContent.newCtaPanel {
  border-left: 1px solid #a1a1a2;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: background-color 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.NewCtaSectionContent.newCtaPanel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #ef4335;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.NewCtaSectionContent.newCtaPanel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.04) 50%,
    transparent 100%
  );
  transform: translateX(-120%);
  pointer-events: none;
  opacity: 0;
}

.NewCtaSectionContent.newCtaPanel:hover,
.NewCtaSectionContent.newCtaPanel.is-hovered {
  background-color: #ef4335;
}

.NewCtaSectionContent.newCtaPanel:hover::before,
.NewCtaSectionContent.newCtaPanel.is-hovered::before {
  transform: scaleY(1);
}

.NewCtaSectionContent.newCtaPanel:hover::after,
.NewCtaSectionContent.newCtaPanel.is-hovered::after {
  opacity: 1;
  animation: newCtaShine 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.newCtaMedia {
  overflow: hidden;
  position: relative;
}

.newCtaMedia img {
  display: block;
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 1.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.newCtaBlock.is-visible .newCtaMedia:hover img {
  transform: scale(1.05);
}

.newCtaIcon {
  position: relative;
  z-index: 2;
}

.newCtaIcon img {
  display: block;
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  filter: drop-shadow(0 0 0 transparent);
  transition: filter 0.45s ease;
}

.NewCtaSectionContent.newCtaPanel:hover .newCtaIcon img,
.NewCtaSectionContent.newCtaPanel.is-hovered .newCtaIcon img {
  filter: drop-shadow(0 8px 28px rgba(239, 67, 53, 0.45));
}

.newCtaCopy {
  position: relative;
  z-index: 2;
}

.newCtaCopy h4 {
  overflow: hidden;
}

@keyframes newCtaShine {
  to {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .NewCtaSectionContent.newCtaPanel::after {
    animation: none !important;
  }

  .newCtaBlock.is-visible .newCtaMedia:hover img {
    transform: none;
  }
}

.NewCtaSection3 {
  margin-bottom: 10.37vh;
}

.featureNewsHeading {
  margin-bottom: 5.83vh;
}

.featureNewsHeading h5 {
  font-size: 38px;
  line-height: 96%;
  margin: 0;
  display: flex;
  align-items: end;
  justify-content: start;
}

.featureNews .servicePanelContent {
  padding: 0;
  border-top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

/* Takeoff Section Start */
.TakeoffSectionLegacy {
  margin-bottom: 14.81vh;
}

.TakeoffSection {
  margin-bottom: 14.81vh;
}

.takeoffPanel {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.takeoffPanelBg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.takeoffPanelInner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 857px;
  margin: 0 auto;
  padding: 50px 24px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.takeoffPanelHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.takeoffEyebrow {
  font-family: var(--font-n);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}

.takeoffTitle {
  font-family: var(--font-n);
  font-size: 80px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
  max-width: 624px;
}

.takeoffCockpitMedia {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 350px;
  aspect-ratio: 857 / 350;
  top: -25px !important;
}

.takeoffCockpitGlass {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: #ffffff1a;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 0;
  pointer-events: none;
}

.takeoffCockpitReveal {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.takeoffCockpitWing {
  position: absolute;
  left: 12.5%;
  top: 0%;
}

.takeoffCockpitSurface {
  position: absolute;
  inset: 0;
  z-index: 3;
  isolation: isolate;
}

.takeoffCockpitContent {
  position: absolute;
  top: 6.6%;
  right: 4.2%;
  width: 25.8%;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.takeoffCockpitIcon {
  display: none;
}
.takeoffCockpitBlock {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.takeoffCockpitLabel {
  font-family: var(--font-n);
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}

.takeoffCockpitHeadline {
  font-family: var(--font-n);
  font-size: 23px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}

.takeoffCockpitCopy {
  font-family: var(--font-n);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}

.takeoffCockpitFooter {
  position: absolute;
  right: 4.2%;
  bottom: 8.5%;
  width: 25.2%;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.takeoffEqualizer {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 30px;
  width: 100%;
  opacity: 0.3;
}

.takeoffEqBar {
  display: block;
  flex-shrink: 0;
  width: var(--eq-w, 4px);
  height: 100%;
  background: #ffffff;
  transform-origin: bottom center;
}

.takeoffSection--live .takeoffEqBar {
  animation: takeoffEqWave 1.35s ease-in-out infinite;
  animation-delay: calc(var(--eq-i, 0) * 0.055s);
}

@keyframes takeoffEqWave {
  0%,
  100% {
    transform: scaleY(0.28);
    opacity: 0.45;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .takeoffSection--live .takeoffEqBar {
    animation: none;
    transform: scaleY(0.65);
  }
}

.takeoffCockpitTrack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--font-n);
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
}

.takeoffCockpitTrack span:first-child,
.takeoffCockpitTrack span:last-child {
  flex: 0 0 20px;
}
/* Takeoff Section End */

.TakeoffSectionContent {
  max-width: 769px;
  margin: 0 auto;
}

/* legacy takeoff helpers kept for other pages if referenced */
.TakeoffSectionContent h2 {
  margin: 24px 0 32px;
  font-size: 80px;
  line-height: 89%;
}

.footerLogo {
  position: absolute;
  top: 0;
  left: 0;
  background: #ef4335;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerLinkEmail .footerinfoTitle {
  margin-bottom: 0;
}

.footerLinkEmail a {
  text-decoration: underline;
}

.tabContentPanel {
  position: relative;
}

.tabContentPanel:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5px);
  background: rgb(0 0 0 / 35%);
  z-index: 1;
  content: "";
  border-radius: 12px;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.tabContentPanelplay::after {
  opacity: 0;
  visibility: hidden;
}

.tabContentText {
  position: absolute;
  bottom: 24px;
  left: 24px;

  z-index: 2;
}

.tabContentText h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 120%;
  letter-spacing: 0;
}

.tabContentText h5 {
  font-size: 23.76px;
  font-weight: 500;
  margin-bottom: 6px;
}

.tabContentText p {
  font-size: 14px;
}

/* container */
.play-btn {
  display: inline-block;
  position: relative;
  border-radius: 50%;

  cursor: pointer;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
}

/* image */
.play-btn .tabContentPlay {
  display: block;
  width: 44px;
  /* adjust size */
  height: 44px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

/* expanding ring */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 0px);
  /* start roughly same as button */
  height: calc(100% + 0px);
  transform: translate(-50%, -50%) scale(0.85);
  border-radius: 50%;
  border: 3px solid rgba(246, 247, 255, 0.85);
  /* change color/alpha */
  z-index: 1;
  pointer-events: none;
  animation: playPulse 2.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* animate: grow + fade */
@keyframes playPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 1;
  }

  60% {
    transform: translate(-50%, -50%) scale(1.45);
    opacity: 0.25;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
}

.heroSectionHome .bannerHeading {
  flex-direction: column;
  align-items: start;
}

.TypeIt__cursor {
  display: inline-block;
  width: 0.2em;
  background-color: #fff;
  margin-left: 2px;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.titleHomeText .dotsGreen {
  background-color: #55cd6c;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(85, 205, 108, 0.7);
  }

  70% {
    box-shadow: 0 0 12px 12px rgba(85, 205, 108, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(85, 205, 108, 0);
  }
}

.footerLinkborder {
  height: 100%;
  border-left: 1px solid #727272;
  border-right: 1px solid #727272;
}

.innerPageBannerContent {
  margin: 32px 0 72px;
}

.border-top-thin {
  border-top: 1px solid rgba(29, 29, 29, 0.5);
  transform: scaleY(0.5);

  transform-origin: top;
}

.contactForm .titleHomeText {
  margin-bottom: 20px;
}

.featureNews .servicePanelPro {
  padding: 16px 0 84px;
  border-top: 1px solid rgb(0 0 0 / 50%);
}

/* Featured Stories — Figma 19228-12493 */
.featureNewsStories {
  padding-bottom: 6vh;
}

.featureNewsStories .featureNewsHeader {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.featureNewsStories .featureNewsHeaderTop {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.featureNewsStories .featureNewsTitle {
  font-family: var(--font-h);
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
}

.featureNewsStories .featureNewsHeaderTop .btn__primary {
  flex-shrink: 0;
}

.featureNewsStories .featureNewsDivider,
.featureNewsStories .featureNewsItemDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.2);
}

.featureNewsStories .featureNewsList {
  display: flex;
  flex-direction: column;
  gap: 84px;
}

.featureNewsStories .featureNewsItem--divider {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.featureNewsStories .featureNewsItemBody {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.featureNewsStories .featureNewsMedia {
  flex: 0 0 596px;
  width: 596px;
  max-width: 40.71%;
  height: 328px;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  background-color: #f3f3f3;
  text-decoration: none;
}

.featureNewsStories .featureNewsMediaInner {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.featureNewsStories .featureNewsMediaInner,
.featureNewsStories .featureNewsMediaInner picture,
.featureNewsStories .featureNewsMediaInner video {
  display: block;
  width: 100%;
  height: 100%;
}

.featureNewsStories .featureNewsMedia picture,
.featureNewsStories .featureNewsMedia img,
.featureNewsStories .featureNewsMedia video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.featureNewsStories .featureNewsItem:hover .featureNewsMedia img,
.featureNewsStories .featureNewsItem:hover .featureNewsMedia video {
  transform: scale(1.045);
}

.featureNewsStories .featureNewsContent {
  flex: 1 1 846px;
  width: 846px;
  max-width: calc(100% - 618px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 229px;
}

.featureNewsStories .featureNewsMeta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}

.featureNewsStories .featureNewsText {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 0 1 475px;
  max-width: 475px;
  min-width: 0;
}

.featureNewsStories .featureNewsItemTitle {
  font-family: var(--font-h);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}

.featureNewsStories .featureNewsItemTitle a {
  color: inherit;
  text-decoration: none;
}

.featureNewsStories .featureNewsTag,
.featureNewsStories .featureNewsDate {
  font-family: var(--font-n);
  font-size: 14px;
  line-height: 160%;
  color: #1d1d1d;
  margin: 0;
}

.featureNewsStories .featureNewsDate {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-top: 4px;
}

.featureNewsStories .featureNewsArrow {
  display: flex;
  width: 18px;
  height: 18px;
  line-height: 0;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.featureNewsStories .featureNewsItem:hover .featureNewsArrow {
  transform: translate(2px, -2px);
}

@media (prefers-reduced-motion: reduce) {
  .featureNewsStories .featureNewsMedia img,
  .featureNewsStories .featureNewsMedia video,
  .featureNewsStories .featureNewsArrow {
    transition: none;
  }

  .featureNewsStories .featureNewsItem:hover .featureNewsMedia img,
  .featureNewsStories .featureNewsItem:hover .featureNewsMedia video {
    transform: none;
  }
}

.CTABoxImage {
  position: relative;

  margin: auto;
}

.CTABoxImageShadow {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  z-index: 0;
  transition: transform 0.6s ease;
}

.takeoffImg {
  position: relative;
  z-index: 1;
  transition: transform 0.6s ease;
}

/* Hover effect */
.CTABoxImage:hover .takeoffImg {
  transform: rotate(-5deg);
}

.CTABoxImage:hover .CTABoxImageShadow {
  transform: rotate(5deg);
}

.gsap__animation {
  background: linear-gradient(
    to right,
    rgb(37, 37, 37) 50%,
    rgb(189, 189, 189) 50%
  );
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.ctaBannerVideo {
  position: relative;
  overflow: hidden;
  padding: 64px 48px;
  border-radius: 12px;
  z-index: 1;
}

.ctaBannerVideo:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  border-radius: 4px;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  height: 100%;
  object-position: bottom;
}

.video-banner .content {
  position: relative;
  z-index: 2;
}

.ctaBannerVideoContent {
  position: relative;
  z-index: 2;
}

.heroSectionHome .heroSectionPanel {
  border-bottom: 1px solid rgba(29, 29, 29, 0.2);
  margin-bottom: 32px;
  padding-bottom: 32px;
  padding-top: 80px;
}

/* Hero Section Bottom Row */
.heroSectionBottomRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.heroSubheading {
  flex: 0 0 auto;
}

.heroSubheading .Subheading {
  font-family: "Haas Grot Disp Trial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #1d1d1d;
  margin: 0;
}

.heroStatsBadge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
}

.heroStarIcon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.heroStatsText {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 22px;
  position: relative;
  overflow: hidden;
  width: 250px;
}
.heroStatLine {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  color: #1d1d1d;
  margin: 0;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}

.heroStatLine:nth-child(1) {
  animation: heroStatSlide1 6s ease-in-out infinite;
}

.heroStatLine:nth-child(2) {
  animation: heroStatSlide2 6s ease-in-out infinite;
}

@keyframes heroStatSlide1 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes heroStatSlide2 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  45% {
    opacity: 0;
    transform: translateY(100%);
  }
  55% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

.heroCtaBtn {
  flex: 0 0 auto;
}

.heroCtaBtn .btn__primary {
  margin: 0;
}

/* Button Text Carousel Animation */
.btn__primary a {
  position: relative;
  overflow: hidden;
  align-items: center;
}

.btnTextCarousel {
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.btnTextItem {
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.btnTextItem:nth-child(1) {
  transform: translateY(0);
}

.btnTextItem:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.btn__primary a:hover .btnTextItem:nth-child(1) {
  transform: translateY(-100%);
}

.btn__primary a:hover .btnTextItem:nth-child(2) {
  transform: translateY(0);
}

.btnArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 4px;
}

.btn__primary a:hover .btnArrow {
  transform: translateX(4px);
}

.btn__primary a .btnArrow img {
  filter: brightness(0) invert(1);
}

.headerSite.HeaderFixed {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Hide header on scroll down */
.headerSite.HeaderHidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.ctaBannerVideobtn {
  max-width: 550px;
}

.ctaBannerVideobtn p {
  margin-bottom: 32px;
  line-height: 160%;
}

.sectionInfocs {
  padding: 100px 0 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.serviceSectioncs .servicePanel {
  border-bottom: 1px solid #a1a1a2;
}

.csvideofixheight {
  position: relative;
  height: 100%;
}

.csvideofixheight .pic {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.servicePanelContentArrow {
  display: none;
}

.networkLogoPanel h2 {
  font-size: 38px;
  line-height: 0.96;
}

/* Awards Section Start */
.awardsSection {
  padding: 6vh 0 12vh;
  position: relative;
}

.awardsSectionTop {
  margin-bottom: 64px;
}

.awardsSectionTop h2 {
  font-size: 40px;
  line-height: 96%;
  font-weight: 500;
  color: #060100;
  margin-bottom: 0;
}

.awardsSectionTop .body2 {
  font-size: 18px;
  line-height: 140%;
  color: #1d1d1d;
}

.awardsDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.2);
  margin-top: 20px;
}

.awardsGrid {
  position: relative;
}

.awardsGridDesktop {
  cursor: none;
}

.awardsNavIndicator {
  position: fixed;
  width: 100px;
  height: 100px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.awardsNavIndicator img {
  display: block;
  width: 100%;
  height: 100%;
}

.awardsGridDesktop:hover .awardsNavIndicator {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.awardsGrid .row {
  position: relative;
}

.awardsGridCol {
  position: relative;
  border-right: 1px solid rgba(29, 29, 29, 0.2);
}

.awardsGridCol:last-child {
  border-right: none;
}

.awardPanel {
  padding: 0px 24px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: end;
  text-decoration: none;
  color: inherit;
}

.awardImage {
  width: 100%;
  max-width: max-content;
  height: 300px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  perspective: 900px;
}

.awardImage::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 72%;
  height: 28%;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(239, 67, 53, 0.22) 0%,
    rgba(239, 67, 53, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 0;
}

.awardImage img,
.awardImage picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.awardImage img {
  object-fit: contain;
  transform-origin: center 85%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  filter: drop-shadow(0 16px 24px rgba(6, 1, 0, 0.07));
  transition:
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.5s ease;
}

.awardPanel:hover .awardImage::before {
  opacity: 1;
}

.awardPanel:hover .awardImage img {
  transform: translateY(-14px) scale(1.035) rotate(-0.4deg);
  filter: drop-shadow(0 26px 34px rgba(6, 1, 0, 0.12));
}

@media (prefers-reduced-motion: reduce) {
  .awardImage img {
    transition: filter 0.3s ease;
  }

  .awardPanel:hover .awardImage img {
    transform: none;
  }
}

.awardCategory {
  font-size: 14px;
  line-height: 160%;
  color: #353535;
  margin-bottom: 8px;
}

.awardTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: #000000;
  margin-bottom: 8px;
}

.awardImageCollage {
  max-width: 281px;
  height: 365px;
}

.awardDescription {
  font-size: 14px;
  line-height: 160%;
  color: #1d1d1d;
  margin-bottom: 0;
  max-width: 292px;
}

.awardPanelBottom {
  margin-top: auto;
}

.awardsSwiperWrapper {
  position: relative;
  overflow: hidden;
}

.awardsSwiper {
  overflow: visible;
}

.awardsSwiper .swiper-wrapper {
  align-items: stretch;
}

.awardsSwiper .swiper-slide {
  height: auto;
}

/* Awards Section End */

/* CTA Banner Inpage Start */
.ctaBannerInpage {
  padding: 6vh 0;
}

.ctaBannerInpagePanel {
  background-color: #ef4335;
  border-radius: 12px;
  padding: 36px 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.ctaBannerInpageContent {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
}

.ctaBannerInpageIcon {
  flex-shrink: 0;
}

.ctaBannerInpageIcon svg {
  display: block;
}

.ctaBannerInpageContent h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}

/* CTA Banner uses .btn__primary - white button on red background */
.ctaBannerInpage .btn__primary a {
  background-color: #ffffff;
  color: #060100 !important;
}

.ctaBannerInpage .btn__primary a .btnTextItem {
  color: inherit;
}

.ctaBannerInpage .btn__primary a .btnArrow img {
  filter: brightness(0) invert(0);
}

.ctaBannerInpage .btn__primary a:hover {
  background-color: #060100;
  color: #ffffff !important;
}

.ctaBannerInpage .btn__primary a:hover .btnArrow img {
  filter: brightness(0) invert(1);
}
/* CTA Banner Inpage End */

/* Featured Case Study Start */
.featuredCaseStudy {
  padding-bottom: 80px;
}
.featuredCaseStudy {
  padding-top: 60px;
}

.featuredCaseStudyPanel {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 30px 40px 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #f6f6f6;
  min-height: 537px;
}

.featuredCaseStudyBgVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.featuredCaseStudyTop,
.featuredCaseStudyContent {
  position: relative;
  z-index: 1;
}

.featuredCaseStudyTop {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.featuredCaseStudyLabel {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
}

.featuredCaseStudyDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.2);
}

.featuredCaseStudyContent {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 930px;
  margin-top: auto;
}

.featuredCaseStudyText {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.featuredCaseStudyBrand {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #1d1d1d;
  margin: 0;
}

.featuredCaseStudyTitle {
  font-size: 61px;
  font-weight: 500;
  line-height: 49px;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
}

.featuredCaseStudyTitle .highlightRed {
  color: #ff4a33;
}

.featuredCaseStudyDescription {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #1d1d1d;
  margin: 0;
  max-width: 414px;
}

.featuredCaseStudy .btn__primary a {
  background-color: #060100;
  color: #ffffff !important;
  border: 1px solid #060100;
}

.featuredCaseStudy .btn__primary a .btnTextItem {
  color: inherit;
}

.featuredCaseStudy .btn__primary a .btnArrow img {
  filter: none;
}
/* Featured Case Study End */

.pt-147 {
  padding-top: 147px;
}

.pb-147 {
  padding-bottom: 147px;
}

/* Flight Mode CTA Section Start */
.ctaFlightModeSection {
  padding: 6vh 0;
}

.ctaFlightModePanel {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 30px 38px 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ctaFlightModeBgVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.ctaFlightModeTop {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.ctaFlightModeLabel {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.ctaFlightModeDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.ctaFlightModeContent {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.ctaFlightModeLeft {
  flex: 1;
  max-width: 684px;
}

.ctaFlightModeTitle {
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
  text-transform: uppercase;
  color: #f6f6f6;
  margin: 0;
}

.ctaFlightModeTitle .highlightRed {
  color: #ff4a33;
}

.ctaFlightModeRight {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
  flex: 1;
}

.ctaFlightModeDescription {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #f6f6f6;
  margin: 0;
}

/* Flight Mode CTA uses .btn__primary - white button on dark background */
.ctaFlightModeSection .btn__primary a {
  background-color: #ffffff;
  color: #060100 !important;
}

.ctaFlightModeSection .btn__primary a .btnTextItem {
  color: inherit;
}

.ctaFlightModeSection .btn__primary a .btnArrow img {
  filter: brightness(0) invert(0);
}

/* Flight Mode CTA Section End */

/* Case Studies Slider Start */
.caseStudiesSection {
  padding: 6vh 0 12vh;
  overflow: hidden;
}

.caseStudiesSectionTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.caseStudiesTitle {
  font-size: 38px;
  font-weight: 500;
  line-height: 96%;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
  max-width: 581px;
}

.caseStudiesDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(114, 114, 114, 0.5);
  margin-bottom: 48px;
}

.caseStudiesSliderWrapper {
  position: relative;
}

.caseStudiesSlider {
  overflow: visible !important;
}

.caseStudiesSlider .swiper-wrapper {
  display: flex;
  gap: 20px;
}

.caseStudiesSlider .swiper-slide {
  width: 404px;
  height: auto;
  align-items: end;
  display: flex;
}

.caseStudyCard {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.caseStudyCardDark {
  background-color: #1d1d1d;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 348px;
}

.caseStudyCardRed {
  background-color: #ef4335;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 348px;
  width: 404px;
}

.caseStudyCardLight {
  background-color: #f6f6f6;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 348px;
}

.caseStudyCardImage {
  height: 500px;
  width: 404px;
  overflow: hidden;
}

.caseStudyCardImage img,
.caseStudyCardImage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.caseStudyCardTop {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.caseStudyCardHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.caseStudyCardLabel {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.caseStudyCardLabelDark {
  color: #1d1d1d;
}

.caseStudyCardLink a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.caseStudyCardLink a.darkLink {
  color: #1d1d1d;
}

.caseStudyCardLink a:hover {
  opacity: 0.8;
}

.caseStudyCardLink svg {
  flex-shrink: 0;
}

.caseStudyCardDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.caseStudyCardDividerDark {
  background-color: rgba(29, 29, 29, 0.5);
}

.caseStudyCardTitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.caseStudyCardTitleDark {
  color: #1d1d1d;
}

.caseStudiesSlider .swiper-slide .foundationCard {
  width: 100%;
}

.caseStudiesSlider .swiper-slide .foundationCardLight {
  min-height: 348px;
  max-height: 348px;
}

.caseStudiesSlider .swiper-slide .foundationCardVideoPanel {
  width: 100%;
  height: 500px;
}

.caseStudiesTitle .foundationTitleStrong {
  font-weight: 500;
}
/* Case Studies Slider End */

/* Foundation Section Start */
.foundationSection {
  padding: 6vh 0 12vh;
  overflow: hidden;
}

.foundationSectionTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 20px;
}

.foundationTitle {
  font-family: var(--font-n);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  color: #1d1d1d;
  margin: 0;
}

.foundationTitleStrong {
  font-weight: 500;
}

.foundationDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(114, 114, 114, 0.5);
  margin-bottom: 48px;
}

.foundationGrid {
  display: grid;
  grid-template-columns:
    minmax(0, 348fr) minmax(0, 354fr) minmax(0, 351fr)
    minmax(0, 351fr);
  gap: 20px;
  align-items: start;
}

.foundationGridItem {
  min-width: 0;
}

.foundationCard {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.foundationCardLight {
  background: linear-gradient(160deg, #f1f1f1 0%, #f1f1f1 100%);
  padding: 24px 16px;
  min-height: 348px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.foundationCardTop {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.foundationCardHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.foundationCardLabel {
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
}

.foundationCardLink a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #060100;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.foundationCardLink a:hover {
  opacity: 0.7;
}

.foundationCardDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}

.foundationCardTitle {
  font-family: var(--font-n);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
}

.foundationCardVideoPanel {
  position: relative;
  width: 100%;
  height: 454px;
  border-radius: 12px;
  overflow: hidden;
}

.foundationCardVideoMedia {
  position: absolute;
  inset: 0;
}

.foundationCardVideoMedia video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.foundationCardVideoOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.foundationCardVideoPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.foundationCardVideoPanel--playing .foundationCardVideoOverlay {
  opacity: 0;
}

.foundationCardVideoPanel--playing .foundationCardVideoPlay {
  opacity: 0;
  pointer-events: none;
}

.foundationVideoAuthor {
  position: absolute;
  left: 10px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  max-width: calc(100% - 20px);
  isolation: isolate;
}

.foundationVideoAuthorName {
  font-family: var(--font-n);
  font-size: 12px;
  line-height: 160%;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

.foundationVideoAuthorRole {
  font-family: var(--font-n);
  font-size: 12px;
  line-height: 160%;
  font-weight: 400;
  color: #ffffff;
}

.foundationVideoAuthorDivider {
  width: 1px;
  height: 24.5px;
  background: rgba(217, 217, 217, 0.2);
  flex-shrink: 0;
}
/* Foundation Section End */

/* Arks Featured Case Study Start */
.arksFeaturedSection {
  padding: 0 0 80px;
}

.arksFeaturedPanel {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 630px;
  display: flex;
  align-items: center;
  padding: 64px 41px;
}

.arksFeaturedBgWrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.arksFeaturedBg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 0;
}

.arksFeaturedContent {
  position: relative;
  z-index: 2;
  max-width: 725px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.arksFeaturedText {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.arksFeaturedTitle {
  font-family: var(--font-n);
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
}

.arksFeaturedTitle strong {
  font-weight: 500;
}

.arksFeaturedDescription {
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #1d1d1d;
  margin: 0;
  max-width: 426px;
}

.arksFeaturedSection .btn__primary {
  margin: 0;
}

.arksFeaturedSection .btn__primary a {
  position: relative;
  overflow: hidden;
  z-index: 0;
  isolation: isolate;
  width: 225px;
  min-width: 225px;
  padding: 16px;
  column-gap: 20px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  color: #060100 !important;
  transition:
    background 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.arksFeaturedSection .btn__primary a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0) 42%
  );
  pointer-events: none;
  z-index: 0;
}

.arksFeaturedSection .btn__primary a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.55) 48%,
    transparent 96%
  );
  transform: translateX(-130%);
  pointer-events: none;
  z-index: 1;
}

.arksFeaturedSection .btn__primary a:hover,
.arksFeaturedSection .btn__primary a:focus,
.arksFeaturedSection .btn__primary a:active,
.arksFeaturedSection .btn__primary a:visited {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.5);
  color: #060100 !important;
}

.arksFeaturedSection .btn__primary a:hover::after {
  animation: arksBtnShine 0.85s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes arksBtnShine {
  to {
    transform: translateX(130%);
  }
}

.arksFeaturedSection .btn__primary a .btnTextCarousel,
.arksFeaturedSection .btn__primary a .btnArrow {
  position: relative;
  z-index: 2;
}

.arksFeaturedSection .btn__primary a .btnTextItem:nth-child(1) {
  color: #060100;
}

.arksFeaturedSection .btn__primary a .btnTextItem:nth-child(2) {
  color: #060100;
}

.arksFeaturedSection .btn__primary a .btnArrow img {
  filter: none;
  transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.arksFeaturedSection .btn__primary a:hover .btnArrow img {
  filter: brightness(0) invert(1);
}

@media (prefers-reduced-motion: reduce) {
  .arksFeaturedSection .btn__primary a:hover::after {
    animation: none;
  }
}
/* Arks Featured Case Study End */

/* Client Quote Section Start */
.clientQuoteSection {
  position: relative;
  min-height: 778px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 80px;
}

.clientQuoteSectionBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.clientQuoteSectionBg img,
.clientQuoteSectionBg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.clientQuoteSectionBg img {
  z-index: 0;
  transition: opacity 0.4s ease;
}

.clientQuoteSectionBg video {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.clientQuoteSection--playing .clientQuoteSectionBg img {
  opacity: 0;
}

.clientQuoteSection--playing .clientQuoteSectionBg video {
  opacity: 1;
}

.clientQuoteSectionOverlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.clientQuoteSection--playing .clientQuoteSectionOverlay {
  opacity: 0;
}

.clientQuoteSection .container-fluid {
  position: relative;
  z-index: 3;
}

.clientQuoteSectionInner {
  max-width: 550px;
  margin-left: 71px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.clientQuotePlay {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.clientQuotePlay:hover {
  opacity: 0.9;
}

.foundationCardVideoPlay.clientQuotePlay:hover {
  transform: translate(-50%, -50%);
  opacity: 0.9;
}

.clientQuotePlay img {
  display: block;
  width: 100%;
  height: 100%;
}

.clientQuoteText {
  font-family: var(--font-n);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}

.clientQuoteAuthor {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  width: fit-content;
  isolation: isolate;
}

.clientQuoteAuthorName {
  font-family: var(--font-n);
  font-size: 14px;
  line-height: 160%;
  font-weight: 700;
  color: #ffffff;
}

.clientQuoteAuthorRole {
  font-family: var(--font-n);
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  color: #ffffff;
}

.clientQuoteAuthorDivider {
  width: 1px;
  height: 24.5px;
  background: rgba(217, 217, 217, 0.2);
  flex-shrink: 0;
}

.clientQuoteText,
.clientQuoteAuthor {
  opacity: 1;
  transform: none;
}

.clientQuoteSectionBg {
  will-change: transform;
  transform: translateZ(0);
}

.no-js .clientQuoteText,
.no-js .clientQuoteAuthor {
  opacity: 1;
  transform: none;
}
/* Client Quote Section End */

/* Testimonials Reviews Section Start */
.testimonialsReviewsSection {
  padding: 80px 0;
  background-color: #ffffff;
}

.testimonialsReviewsPanel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonialsReviewsTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.testimonialsReviewsTopLeft {
  flex: 1;
}

.testimonialsReviewsHeading {
  font-family: var(--font-n);
  font-size: 38px;
  font-weight: 500;
  line-height: 96%;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0;
  max-width: 550px;
}

.testimonialsReviewsTopRight {
  flex-shrink: 0;
}

.testimonialsReviewsDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.2);
}

.testimonialsReviewsContent {
  display: grid;
  grid-template-columns: 475px 1fr;
  gap: 20px;
  align-items: center;
}

.testimonialsReviewsLeft {
  position: relative;
}

.testimonialsReviewsLeftPanel {
  background-color: #ffffff;
  width: 475px;
  height: 508px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 0;
}

.testimonialsReviewsLeftPanel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/home/testimonials-reviews-left-bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 2;
}

.testimonialsReviewsAwardImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.testimonialsReviewsAwardImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.testimonialsReviewsInfo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 349px;
  position: relative;
  z-index: 2;
}

.testimonialsReviewsRating {
  font-family: var(--font-n);
  font-size: 80px;
  font-weight: 500;
  line-height: 72px;
  color: var(--primary);
  margin: 0;
}

.testimonialsReviewsBadge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1px solid #c5c5c5;
  border-radius: 30px;
  width: fit-content;
  background-color: #ffffff;
}

.testimonialsReviewsBadge .clutchIcon {
  width: 62.7px;
  height: 17.36px;
  object-fit: contain;
}

.testimonialsReviewsBadge .reviewsText {
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  color: #1d1d1d;
}

.testimonialsReviewsDesc {
  font-family: var(--font-n);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #1d1d1d;
  margin: 0;
}

.testimonialsReviewsRight {
  position: relative;
  overflow: hidden;
}

.testimonialsReviewsSliderWrapper {
  position: relative;
}

.testimonialsReviewsSlider {
  overflow: visible;
}

.testimonialsReviewsSlider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.testimonialsReviewsSlider .swiper-slide {
  height: auto;
}

.testimonialCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 40px 28px;
  min-height: 508px;
}
.testimonialCardTop {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.testimonialCardHeader {
  display: flex;
  align-items: center;
  gap: 4px;
}

.testimonialClutchIcon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.testimonialClutchLogo {
  width: 113px;
  height: 34px;
  object-fit: contain;
}

.testimonialRating {
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  color: #1d1d1d;
  margin-left: auto;
}

.testimonialText {
  font-family: var(--font-n);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #1d1d1d;
  margin: 0;
}

.testimonialCardFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.testimonialAuthor {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonialName {
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #1d1d1d;
  margin: 0;
}

.testimonialTitle {
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #353535;
  margin: 0;
}

.testimonialLogo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonialLogo img {
  max-width: 130px;
  max-height: 77px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.testimonialsDragIndicator,
.caseStudiesDragIndicator,
.techPartnersDragIndicator,
.teamLeadershipDragIndicator {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgb(29 29 29 / 20%);
  /* backdrop-filter: blur(10px); */
  /* -webkit-backdrop-filter: blur(12px); */
  border-radius: 50%;
  padding: 10.53px 17.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-9999px, -9999px, 0) translate(-50%, -50%) scale(0.82);
  /* transition: opacity 0.28s ease; */
  border: 1px solid #ffffff1a;

  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  transition: opacity 0.2s linear;
}

.testimonialsDragIndicator.is-visible,
.caseStudiesDragIndicator.is-visible,
.techPartnersDragIndicator.is-visible,
.teamLeadershipDragIndicator.is-visible {
  opacity: 1;
}

@media (min-width: 992px) {
  .caseStudiesSliderWrapper,
  .caseStudiesSliderWrapper *,
  .testimonialsReviewsSliderWrapper,
  .testimonialsReviewsSliderWrapper *,
  .techPartnersSliderWrapper,
  .techPartnersSliderWrapper *,
  .teamLeadershipSliderWrapper,
  .teamLeadershipSliderWrapper *,
  .workingWithUsTrackWrapper,
  .workingWithUsTrackWrapper * {
    cursor: none !important;
  }

  .caseStudiesSlider,
  .testimonialsReviewsSlider,
  .techPartnersSlider,
  .workingWithUsSlider,
  .teamLeadershipSlider {
    user-select: none;
    -webkit-user-select: none;
  }

  .caseStudiesSlider img,
  .caseStudiesSlider video,
  .testimonialsReviewsSlider img,
  .techPartnersSlider img,
  .workingWithUsSlider img,
  .teamLeadershipSlider img {
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
  }
}

.testimonialsDragIndicator span,
.caseStudiesDragIndicator span,
.techPartnersDragIndicator span,
.teamLeadershipDragIndicator span {
  font-family: var(--font-n);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
}
/* Testimonials Reviews Section End */

.hideindesktop {
  display: none;
}

@media (max-width: 992px) {
  .hideindesktop {
    display: block;
  }

  .hideinmobile {
    display: none;
  }
}
