@font-face {
  font-family: "Power Grotesk";
  src: url("../fonts/PowerGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas";
  src: url("../fonts/NeueHaasDisplayRoman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* html,
body {
  overflow-x: hidden;
} */

h1,
h2,
h3 {
  font-family: "Power Grotesk", sans-serif;
}

p {
  font-family: "Neue Haas" !important;
  line-height: 1.5 !important;
}
/* body {
  cursor: none;
} */

/* a,
button,
.btn {
  cursor: unset;
} */

.cursor-follower {
  position: fixed;

  top: 0;
  left: 0;

  width: 30px;
  height: 30px;

  border: 2px solid #9747ff;
  border-radius: 50%;

  background: transparent;

  pointer-events: none;

  z-index: 99999;

  transform: translate(-50%, -50%);

  transition:
    width 0.3s ease,
    height 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.cursor-follower.active {
  width: 120px;
  height: 120px;

  background: #fff;

  border: none;

  mix-blend-mode: difference;
}

.cursor-follower.light-mode {
  mix-blend-mode: normal;

  background: transparent;

  border: 2px solid #9747ff;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Neue Haas", sans-serif;
}

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f4d9e9 0%, #f5dcec 40%, #efe6ff 100%);
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;

  min-width: 1200px;
  margin: 0px auto;
}
ul.navbar-nav {
  list-style: none;
  display: flex;
  gap: 40px;
  width: 55%;
  justify-content: space-between;
  align-items: center;
  height: 54px;
}

a.nav-link {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
}

/* header */

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
  width: 100%;
  /* box-shadow:
    0px 4px 12px 0px rgba(255, 255, 255, 0.4) inset,
    0px -4px 4px 0px rgba(255, 255, 255, 0.25) inset,
    0px 1px 2px 0px rgba(255, 255, 255, 0.8) inset; */
  /* backdrop-filter: blur(20px); */
  padding: 22px 20px;
  z-index: 99999;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in-out;
}
/* .logo {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-left: -20px;
} */

.navbar-toggler {
  opacity: 0;
}

.nav-menu {
  display: flex;
  gap: 70px;
  max-width: 1200px !important;
  margin: 0px auto !important;
}

.nav-menu a {
  text-decoration: none;
  color: #111;
  font-size: 22px;
  font-weight: 400;
}

.contact-btn {
  text-decoration: none;
  color: #111;
  border: 2px solid #111;
  padding: 14px 35px;
  border-radius: 40px;
  font-size: 22px;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #111;
  color: #fff;
}

ul.dropdown-menu {
  /* padding: 10px; */
  background-color: #f5f5f5;
  border-radius: 10px;
  list-style: none;
  display: flex;
  gap: 0px;
  flex-direction: column;
  position: absolute;
  width: 250px;
  top: 50px;
  /* border-top: 2px solid #fbc72b; */
}

li#services i.fa-solid {
  margin-left: 5px;
  /* transform: rotate(180deg); */
}

#services .dropdown-menu li {
  padding: 12px 15px;
  border-bottom: 1px solid #e8e6e3;
}

li#services:hover i.fa-solid {
  transform: rotate(180deg);
  transition: transform ease 0.2s;
}

.dropdown-menu li .blur-effect {
  padding: 10px 20px;
  border-bottom: 1px solid #fbd9f3;
}

#services:hover .dropdown-menu {
  opacity: 1;
}

#services .dropdown-menu {
  opacity: 0;
}
.dropdown-menu a.dropdown-item {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.dropdown-menu li .blur-effect:last-child {
  border: none;
}

.page-case-study .navbar-nav a.nav-link {
  color: #fff;
}

.page-case-study .btn-outline-black {
  color: #fff;
  border-color: #fff;
}

a.case-study-page-logo img {
  display: none;
}

body.page-case-study a.other-page-logo img {
  display: none;
}

body.page-case-study a.case-study-page-logo img {
  width: 184px;
  height: 44px;
  object-fit: contain;
  display: block;
  margin-left: -15px;
}

body.page-case-study button.navbar-toggler svg {
  fill: #fff !important;
  color: #fff;
}

body.page-case-study header.header {
  backdrop-filter: none;
  background-color: #000000ad;
  box-shadow: none;
}

/* hero section */

section.brand-bg.new-home {
  border-radius: 0 0 30px 30px;
  margin: 0;
}

.brand-bg {
  margin-bottom: -31px;
}

.hiro_banner.home-banner {
  padding-top: 175px;
  z-index: 1;
  padding-bottom: 70px;
  margin-bottom: 0px;
  /* border-radius: 0 0 36px 36px; */
  overflow: hidden;
  background: linear-gradient(5deg, #ffffff 0%, #f6f6f6 4%, #f5e7be 77%);
}

.position-relative {
  position: relative !important;
}

.home-banner-new {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  display: none;
}

h1#type-text {
  min-height: 200px;
}

.cursor {
  display: inline-block;
  width: 3px;
  height: 50px;
  background: #38bdf8;
  margin-left: 6px;
  animation: blink 0.8s infinite;
  vertical-align: bottom;
}

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

h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  margin-bottom: 0px;
  font-weight: 500;
  color: #000;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn-outline-black.fill:after {
  background-color: #ffff;
}

.btn-outline-black:hover:after {
  opacity: 1;
  border-radius: 100%;
  width: 284px;
  height: 200px;
}

.btn-outline-black:after {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 117px;
  top: 50px;
  transform: translate(-50%, -50%) scale(2);
  z-index: -1;
  opacity: 0;
  transition: all 1s;
}

.container {
  max-width: 1300px;
  padding: 0 30px;
  z-index: 99;
  margin: 0 auto;
}

/* .blur-effect {
  -webkit-animation-name: blur-effect;
  animation-name: blur-effect;
}

.blur-effect {
  -webkit-animation-name: blur-effect;
  animation-name: blur-effect;
  visibility: visible !important;
} */

.blur-effect {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.blur-effect.show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-outline-black {
  border: 1px solid #000;
  font-size: 1.5em;
  color: #000;
  padding: 12px 30px;
  border-radius: 20px;
  text-decoration: none;
  line-height: normal;
  position: relative;
  overflow: hidden;
  /* font-family: "neue_haas_grotesk_disp55roman"; */
  display: inline-flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
}

.btn-outline-black.fill:hover {
  border: 2px solid #000;
  color: #000;
  /* background-color: #9747ff; */
}
.btn-outline-black.fill {
  background-color: #000 !important;
  color: #fff;
}

.hiro_banner .btn-outline-black {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-outline-black:hover {
  color: #000;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
}

.about-card a.btn svg.me-2,
.about-card a.btn path {
  transition: fill 0.3s ease;
}

.about-card a.btn:hover svg.me-2 {
  fill: #fff;
}

.about-card a.btn:hover path {
  fill: #000;
}

.section-title span.btn:hover {
  background-color: #fff;
}

.section-title span.btn:hover path {
  fill: #31a7df;
}

/* service btn */

.btn-outline-black::after {
  content: "";
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 231px;
  top: 44px;
  transform: translate(-50%, -50%) scale(2);
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  transition: 1s;
}

.scroll-container {
  width: 30px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 15px;
  position: relative;
  display: block;
}

.scroller {
  width: 16px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 34px;
  animation: scroller 1.5s ease-out infinite;
}

.scroll-container {
  position: absolute;
  right: 5%;
  bottom: 20px;
  z-index: 1;
}

/* video section */

.video-home {
  z-index: 1;
  padding: 50px 0 0;
  /* overflow: hidden; */
  margin-top: 0;
  margin-bottom: 0;
}

.video-text-logo-brnad {
  border-radius: 25px;
  padding-top: 50px;
  top: 0;
  z-index: 0;
}

.brand-bg {
  margin-bottom: -31px;
}
section.hiro_banner.position-relative.home-banner.service-branding:after {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0;
  background: #00000080;
}
.about-card {
  background-size: contain;
  background-position: right -51px bottom 0;
  padding: 50px 0;
  background-repeat: no-repeat;
}

.videoContainer {
  position: relative;
  transform: translateX(-50%) !important;
  left: 50%;
  width: 100%;
  border-radius: 32px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 73.84%);
  overflow: hidden;
  max-height: 1050px;
}

.videoContainer video {
  width: 100%;
  height: 100%;
  display: block;
}

.control {
  width: 100%;
  position: absolute;
  left: -15px;
  bottom: 10px;
  display: flex;
  z-index: 2147483647;
  justify-content: end;
  gap: 10px;
}

.control .play {
  margin-right: 5px;
}

.btn-round-1 {
  border-radius: 50px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 100%
    ),
    rgba(0, 0, 0, 0.05);
  box-shadow:
    0px 4px 12px 0px rgba(255, 255, 255, 0.4) inset,
    0px -4px 4px 0px rgba(255, 255, 255, 0.25) inset,
    0px 20px 40px 0px rgba(255, 255, 255, 0.25) inset,
    0px 1px 2px 0px rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(10px);
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 12px 24px;
  font-family: "power_groteskregular";
  cursor: pointer;
}

.sound-off .off {
  display: none;
}

.sound-on .on {
  display: none;
}

.sound-on .off {
  display: inline;
}

.fullscreen-off .off {
  display: none;
}

.fullscreen-on .on {
  display: none;
}

.fullscreen-on .off {
  display: inline;
}
.logo-container {
  overflow: hidden;
  padding-top: 50px;
}

.partner-logo-slide {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  animation: partner-logo 30s linear infinite;
}

.partner-logo-slide.reverse {
  display: flex;
  animation: partner-logo 30s reverse infinite;
}

.partner-logo-slide img {
  width: 120px;
  height: 72px;
  object-fit: contain;
}

.about-card h2 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #989898;
}

/* .partner-logo-slider-reverse .slick-slide,
.partner-logo-slider .slick-slide {
  background: #fff;
  margin: 0px 10px;
} */

.about-card p {
  font-size: 24px;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 50px;
  width: 60%;
}

.about-card a.btn {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

section#brand_building_content {
  display: none;
  background-color: #fff;
  padding-top: 50px;
}

/* creative section */

section.creative-thinking {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.creative-thinking h2 {
  font-size: 3.375em;
  margin-bottom: 30px;
  font-weight: 400;
}

.creative-thinking .row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.creative-thinking .left {
  width: 50%;
}

.creative-thinking .right {
  width: 50%;
}

.creative-thinking .left p {
  margin-bottom: 20px;
  font-size: 1.125em;
  line-height: 1.4em;
}

.creative-thinking .left p a {
  text-decoration: none;
  color: #000;
}

.right img.img-fluid {
  width: 100%;
}

.right img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* project  */

.steps.deskstop .step {
  position: sticky;
  top: 0px;
  transform-origin: center top;

  will-change: transform;
}

.steps.deskstop .step:nth-child(2) {
  top: 30px;
}

.steps.deskstop .step:nth-child(3) {
  top: 60px;
}

.steps.deskstop .step:nth-child(4) {
  top: 80px;
}

.steps.deskstop .step:nth-child(5) {
  top: 100px;
}
.steps.deskstop .step:nth-child(6) {
  top: 120px;
}

.steps.deskstop .step:nth-child(7) {
  top: 140px;
}
.bg-card-featured {
  background: linear-gradient(180deg, #ffcc00 85%, rgba(49, 167, 223, 0) 100%);
  /* background-color: #fdcf46; */
  padding-bottom: 50px;
  border-radius: 30px 30px 0 0;
}

.code {
  padding-top: 50px;
  color: #000;
}

.section-title h2 {
  font-size: 3.375em;
  font-weight: 400;
  /* color: #fff; */
}

.section-title a.btn {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.section-title span.btn {
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.section-title span.btn svg {
  fill: #fff !important;
}

.section-title span.btn path {
  fill: #fff;
}

.code .steps .step:first-child {
  box-shadow: none !important;
}

.card-img-banner {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.card-img-banner img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
}
/* 
.steps.mobile {
  display: none;
} */
/* .card-img-banner img {
  width: 100%;
  border-radius: 0 !important;
}







/* services cards */

.creative-thinking .right img.img-fluid {
  border-radius: 16px;
}

.section-title .tag {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
}

section.creative-thinking .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-card .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.choose_list li {
  background-image: url("../images/download.svg");
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: left top 5px;
  color: #555;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}

section#why_choose_section {
  padding: 0px 0px 80px 0px;
  background-color: #fff;
}

#why_choose_section .container {
  border-top: 1px solid #dee2e6;
  padding-top: 50px;
}

#why_choose_section .row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

#why_choose_section .choose_text {
  width: 58.33%;
}

#why_choose_section .choose_image {
  width: 41.66%;
  border-radius: 23px;
}

#why_choose_section .choose_image img {
  width: 100%;
}

#why_choose_section h3 {
  font-size: 3.375em;
  line-height: 1.2em;
  font-weight: 400;
}

#why_choose_section h2 {
  font-size: 16px;
  font-weight: 400;
  color: #989898;
  margin-bottom: 16px;
}

.services-card .tags .tag {
  border-radius: 32px;
  background: #fff;
  display: block;
  padding: 7px 23px;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

.services-card .tag-link {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 30px;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
}

.services-card {
  background-repeat: no-repeat;
  border-radius: 32px;
  padding: 35px 50px 40px;
  background-size: cover;
  height: 100%;
  /* overflow: hidden; */
  min-width: 800px;
}

.horizontal-scroll {
  overflow: hidden;
}

.service-card-container {
  display: flex;
  gap: 50px;
  width: max-content;
}

.services-card {
  width: 800px;
  flex-shrink: 0;
}

.horizontal-scroll {
  overflow: hidden;
}

.service-card-container {
  display: flex;
  width: max-content;
  gap: 50px;
}

section.Our-Services {
  padding: 50px 0px;
  max-width: 1200px;
  margin: 0px auto;
  /* overflow-x: hidden; */
  background-color: #fff;
}

.Our-Services .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.Our-Services .title p {
  font-size: 18px;
  line-height: 1.4em;
  width: 50%;
  color: #212529;
}

.Our-Services .title h2 {
  width: 50%;
  font-size: 3.375em;
  font-weight: 400;
}

.services-card .row {
  display: flex;
  flex-direction: row-reverse;
}

.services-card h3 {
  font-size: 2.25em;
  font-weight: 400;
  margin-bottom: 16px;
}

.services-card p {
  font-size: 18px;
  font-weight: 400;
  color: #212529;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.services-card .star img {
  display: none;
  width: 100%;
}

.services-card .tags {
  margin-bottom: 20px;
}

.services-card .service-card-title {
  width: 75%;
}

.services-card .star {
  width: 25%;
  text-align: right;
}

section.development-section-two {
  padding: 50px 0px 50px 0px;
  background-color: #fff;
}

section.development-section-two .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.section.development-section-two .left {
  width: 33.33%;
}

.section.development-section-two .right {
  width: 35.6666%;
}

section.development-section-two .left {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.development-section-two .right {
  width: 66.6666%;
}

section.development-section-two .left h2 {
  font-size: 3.375em;
  margin-bottom: 20px;
  font-weight: 500;
}

section.development-section-two .left p {
  font-size: 1.125em;
  font-weight: 400;
}

section.development-section-two .process-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

section.development-section-two .card-process-steps {
  background-color: rgb(245 237 222);
  padding: 25px 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.development-section-two .card-process-steps h6 {
  font-size: 16px;
  font-weight: 400;
  color: #989898;
  margin-bottom: 10px;
}

section.development-section-two h3 {
  font-size: 2.25em;
  font-weight: 400;
  margin-bottom: 20px;
}

section.development-section-two p {
  font-size: 1.125em;
  font-weight: 400;
  color: #212529;
  margin-bottom: 20px;
}

section#question_ask {
  padding-top: 100px;
  padding-bottom: 50px;
}

#question_ask .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 90px;
}

#question_ask h2 {
  width: 58%;
  font-size: 3.375em;
  font-weight: 500;
}

#question_ask p {
  width: 41%;
  font-size: 1.125em;
}
.card-style-v1 ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.card-inner h3 {
  font-size: 2.25em !important;
  font-weight: 600;
  line-height: 1.3em;
}
/* process section */

.card-style-v1:after {
  content: "";
  background-color: #9747ff;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%) scale(1.5);
  z-index: 0;
  filter: blur(50px);
  opacity: 0;
  transition: opacity 0.3s;
}

.card-style-v1:hover:after {
  opacity: 1;
}

.card-style-v1 {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.mask2 {
  background-image: url(../images/Subtract.svg);
  background-size: 100% auto;
  background-repeat: no-repeat !important;
}

.card-style-v1 .card-inner {
  padding: 30px 35px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
}

.row.questions-we-ask {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.card-style-v1 ul li {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #fff;
}

.questions-we-ask h6 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}

.questions-we-ask h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

.questions-we-ask .card-inner h2 {
  font-weight: 400 !important;
  margin-bottom: 10px;
}

/* awards */

.awards {
  background: linear-gradient(180deg, #03001e 0%, #2b034a 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.awards:before {
  background-image: url(../images/award-right.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right center;
  content: "";
  position: absolute;
  right: -250px;
  top: 0;
}

.awards h2 {
  font-size: 3.375em;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.awards p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 60px;
}

.card-award {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 0px;
}

.card-award h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.card-award h5 {
  font-size: 16px;
  color: #fff;

  font-weight: 400;
}

hr {
  width: 67%;
  border-color: #666161;
}

.card-award h6 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.awards .row {
  display: flex;
  gap: 48px;
}

section.ab-user-sec .awards {
  background: 0 0;
}

section.ab-user-sec {
  background: #280346;
  background: linear-gradient(
    180deg,
    #03001e 0%,
    #2b034a 100%,
    rgba(12, 2, 125, 0.75) 90%,
    rgba(42, 31, 168, 0.6) 93.5%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* testimonials */

section.ab-user-sec .user-block {
  background: 0 0;
  padding-bottom: 100px;
}

section#blog_insights {
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 0px;
  background-color: #fff;
}

section.instagram-reels {
  background-color: #ffff;
}

/* blog section */

.blog {
  overflow: hidden;
}

.blog img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  height: 300px;
}

.blog:hover img {
  transform: scale(1.05);
}
.blog-image {
  border-radius: 16px;
  overflow: hidden;
}
.blog {
  overflow: hidden;
}

.blog img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.blog:hover img {
  transform: scale(1.08);
}

#blog_insights h2 {
  font-size: 3.375em;
  font-weight: 400;
  line-height: 86px;
  padding-bottom: 40px;
  color: #000;
}

#blog_insights .tag {
  position: absolute;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  box-shadow:
    0px 4px 12px 0px rgba(255, 255, 255, 0.4) inset,
    0px -4px 4px 0px rgba(255, 255, 255, 0.25) inset,
    0px 20px 40px 0px rgba(255, 255, 255, 0.25) inset,
    0px 1px 2px 0px rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(10px);
  left: 10px;
  top: 10px;
  z-index: 2;
  padding: 12px 24px;
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: #fff;
}

#blog_insights .left-image {
  width: 41.6%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

#blog_insights .top-blog-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  padding-bottom: 40px;
}

.row-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #212529;
}

.row-title-section h2 {
  font-size: 3.375em !important;
  padding-bottom: 0px !important;
}

.blogs-card {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}

.blog {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog img {
  width: 100%;
  border-radius: 16px;
}

.blog a {
  text-decoration: none;
}

.blog p {
  font-size: 24px;
  color: #000;
  text-decoration: none;
  line-height: 29px;
}

#blog_insights .tag-name-center p {
  font-size: 42px;
}

span.blog-date {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}

#blog_insights .right-content {
  width: 58.55%;

  padding-right: 12px;
}

.left-image img {
  width: 100%;
  height: 10%;
  /* border-radius: 50px; */
}

.tag-name-center {
  position: absolute;
  display: flex;
  width: 100%;
  max-width: 90%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  left: 0;
  padding: 30px;
  top: 0;
  color: #000;
  text-align: center;
  right: 0;
  z-index: 99;
}

#blog_insights h3 {
  font-size: 2.25em;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 30px;
  color: #000;
}

#blog_insights a.btn {
  color: #000 !important;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}

#blog_insights span.btn {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #000;
  /* background: #000; */
  transition: background 0.4s ease;
}

#blog_insights span.btn:hover {
  background: #000;
}

#blog_insights span.btn:hover path {
  fill: #fff;
}

/* faq section */

section#faq {
  padding-top: 80px;
  padding-bottom: 50px;
  /* background: url(../images/FAQ-1.svg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f2f2f2;
}

#faq h2 {
  font-size: 3.375em;
  font-weight: 400;
  line-height: 1.3em;
}

#faq .container-faq {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  padding: 0 30px 80px 30px;
  margin: 0px auto;
}

#faq .left-title {
  width: 33.33%;
}

#faq .right {
  width: 66.66%;
}

.accordion-button {
  border: none;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  font-family: "neue_haas_grotesk_display35Th";
  border-radius: 0 !important;
  background-color: transparent;
}

.accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
  /* border-top: 1px solid #b2daff; */
  box-shadow: none;
  outline: none;
  border-radius: 0 !important;
}

.accordion-body {
  padding: 0 0 32px;
}

/* .accordion-button::after {
  background-image: url(../images/plus.svg);
      transition: all .5s;
} */

.accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.accordion-item.active .accordion-collapse {
  max-height: 500px;
}

.accordion-button {
  cursor: pointer;
}

.accordion-button {
  position: relative;
  text-align: left;
  width: 100%;
}

.accordion-button::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.4s ease;
  font-size: 30px;
  transition: 0.3s;
  transition: all 0.5s;
}

.accordion-item.active .accordion-button::after {
  content: "−";
}

.accordion-item.active .accordion-button::after {
  transform: translateY(-50%) rotate(180deg);
}

/* CTA section */

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

.center-b-section .bottom-b {
  padding-top: 40px;
  font-family: "power_groteskregular";
}

.center-b-section .bottom-b ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.center-b-section .bottom-b ul li.user-item {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  min-width: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-left: -21px;
}

.center-b-section .bottom-b ul li:not(.user-item) {
  margin-left: 16px;
  font-size: 17px;
  color: #000;
}

.center-b-section .bottom-b ul li.user-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#reach_out_form {
  /* padding-top: 50px; */
  padding-bottom: 50px;
}

.form-group input,
.form-group-textarea textarea {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  border: none;
  color: #ffff;
  min-height: 50px;
  margin-bottom: 24px;
}
.form-group input,
.form-group-textarea textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.form-group-textarea {
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
  font-size: 16px;
}

input:focus,
textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.submit-btn {
  border-radius: 30px;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #fff;
  background: #ededed;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form-text {
  margin-top: 20px;
  font-size: 0.875em;
  color: #fff;
  text-align: center;
}

.form-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.form-group {
  width: 50%;
}

#reach_out_form .row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
#reach_out_form h6 {
  font-size: 24px;
  font-weight: 400;
}

#reach_out_form .left {
  width: 41.6666%;
  /* display: flex; */
}

#reach_out_form .right {
  width: 58.3333%;
}

.contact-form {
  border-radius: 20px;
  background: #ffcc00;
  padding: 45px;
}

/* footer */

.footer {
  background: #2b2b2b;
  padding-top: 90px;
  padding-bottom: 50px;
  /* page-break-inside: 50px; */
}

.footer-bottom h3.text-grent-white {
  font-size: 1.2em;
  font-weight: 400;
}

.text-grent-white {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .btn-footer {
  padding: 12px 30px;
  border-radius: 50px;
  border: 2px solid #5c5c5c;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.16) 100%
    ),
    rgba(0, 0, 0, 0);
  box-shadow:
    0px 4px 12px 0px rgba(255, 255, 255, 0.4) inset,
    0px -4px 4px 0px rgba(255, 255, 255, 0.25) inset,
    0px 20px 40px 0px rgba(255, 255, 255, 0.25) inset,
    0px 1px 2px 0px rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(10px);
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  display: inline-block;
  color: #fff;
  margin-bottom: 30px;
  text-decoration: none;
}

span.footer-email {
  color: #fff;
}

.footer ul li a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 12px 0;
  text-decoration: none;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 30px;
  gap: 40px;
}

.footer-links ul {
  list-style: none;
}

.footer .btn.btn-footer svg {
  margin-left: 10px;
}

.footer span a {
  color: #cea8ff;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-content.row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 60px;
  align-items: center;
}

h2.footer-title.text-grent-white {
  font-size: 3.375em;
  font-weight: 400;
  line-height: 65px;
}

.footer-logo img {
  width: 100%;
  height: 75px;
}

.user-card {
  display: inline-flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #f4f4f4;
  direction: ltr;
}

.user-img-name {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-right: 60px;
}

.user-img-name .user-img {
  margin-right: 10px;
}

.user-img-name .user-img img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50px;
  overflow: hidden;
  object-fit: cover;
}

.user-img-name {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-right: 60px;
}

.user-card {
  display: inline-flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #f4f4f4;
  direction: ltr;
  min-width: fit-content;
}

/* services page */

.hiro_banner.service-branding {
  padding-top: 175px;
  z-index: 1;
  /* padding-bottom: 250px;
  margin-bottom: -300px;
  border-radius: 0 0 36px 36px; */
  overflow: hidden;
  background: linear-gradient(135deg, #fff5e5 0%, #f0dfc2 46%, #d9a441 100%);
}

.abs-section-branding.branding-one {
  background: #ffcc00;
  border-radius: 40px 40px 0 0;
  margin-top: -35px;
  color: #fff;
}

.btn-blur {
  padding: 14px 44px;
  border-radius: 50px;
  border: 2px solid #5c5c5c;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.16) 100%
    ),
    rgba(0, 0, 0, 0);
  box-shadow:
    0px 4px 12px 0px rgba(255, 255, 255, 0.4) inset,
    0px -4px 4px 0px rgba(255, 255, 255, 0.25) inset,
    0px 20px 40px 0px rgba(255, 255, 255, 0.25) inset,
    0px 1px 2px 0px rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(10px);
  font-size: 29px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  display: inline-block;
  color: #fff;
}

.abs-section-branding h2 {
  font-size: 3.375em;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
}

.abs-section-branding p {
  font-size: 1.15em;
  margin-bottom: 1em;
  line-height: 1.4em;
  color: #000;
}

section.abs-section-branding.branding-one.services .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  /* align-items: center; */
}

section.abs-section-branding.branding-one.services .left {
  width: 50%;
}

section.abs-section-branding.branding-one.services .right {
  width: 50%;
}

section.abs-section-branding.branding-one.services .right img {
  width: 100%;
  border-radius: 32px;
}

.service-branding a {
  font-size: 1.5em;
}

.development-section:not(.new) .item {
  padding: 30px;
  background: #f5edde;
  border-radius: 32px;
  margin: 0px 20px 30px 0px;
}

#brand_building_content .row {
  display: flex;
  padding: 0px 0px 50px 0px;
  gap: 40px;
  align-items: center;
}

#brand_building_content h2 {
  width: 50%;
  font-size: 3.375em;
  font-weight: 500;
  line-height: 1.3em;
}

#brand_building_content p {
  width: 50%;
  font-size: 18px;
  line-height: 1.4em;
}

.develop-slider-row img {
  width: 100%;
  height: 350px;
  border-radius: 32px;
  object-fit: cover;
  object-position: center right;
}

.develop-slider-row .left {
  width: 50%;
}

.develop-slider-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.dots-center ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  /* gap: 10px; */
  padding-top: 40px;
}

div#branding {
  padding-bottom: 60px;
}

.card-spacing-con {
  padding: 30px 30px;
  border-radius: 20px;
}

.card-spacing-con .btns {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}

.pink .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pink .left {
  width: 58.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pink .right {
  width: 41.666%;
}

.pink .right img {
  width: 100%;
  margin-top: -100px;
}

section#let_brand_design {
  padding: 50px 0px;
  border-top: 1px solid #f2f2f2;
}
.slick-dots li button:before {
  font-size: 0px !important;
}
.pink h2 {
  font-size: 54px;
  line-height: 1.2em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.pink p {
  font-size: 18px;
  color: #fff;
  /* margin-bottom: 30px !important; */
}

.pink .btns a.white-bg {
  padding: 12px 30px;
  background-color: #fff;
  border-radius: 32px;
  color: #ea477f;
  text-decoration: none;
  font-size: 24px;
}

.pink a.transparent-bg {
  padding: 12px 30px;
  border-radius: 32px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #ffff;
  text-decoration: none;
  font-size: 24px;
}

.pink .btns {
  margin-top: 30px;
}

.pink {
  background: #ea477f;
}

/* .dots-center .slick-track {
  display: flex;
  gap: 20px;
} */

.dots-center ul.slick-dots li.slick-active {
  width: 17px;
  height: 17px;
}

.dots-center ul.slick-dots li {
  text-indent: -99999px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 100%;
}

.develop-slider-row .left {
  width: 50%;
}

.develop-slider-row .right {
  width: 50%;
}

.develop-slider-row h3 {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

.develop-slider-row h4 {
  font-size: 2.25em;
  color: #000;
  font-weight: 400;
  margin: 10px 0px 16px 0px;
}

.develop-slider-row p {
  width: 100% !important;
  color: #212529;
  /* font-size: 18px !important; */
}

.abs-section-branding a.btn.btn-blur.blur-effect.show {
  margin-bottom: 30px;
  margin-top: 50px;
  text-decoration: none;
  padding: 12px 30px !important;
  font-size: 24px;
}

.abs-section-branding {
  margin-top: 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #fff 46.88%, rgba(255, 255, 255, 0) 100%);
  padding: 70px 0 70px;
}

/* tabs section service -detail page */

.fade {
  transition: opacity 0.15s linear;
}

.process-section .nav {
  border-radius: 32px;
  background: #000;
  box-shadow:
    0px 4px 12px 0px rgba(255, 255, 255, 0.4) inset,
    0px -4px 4px 0px rgba(255, 255, 255, 0.25) inset,
    0px 20px 40px 0px rgba(255, 255, 255, 0.25) inset,
    0px 1px 2px 0px rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(10px);
  padding: 10px 45px;
  width: 100%;
  max-width: 400px;
  margin-right: 60px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.process-section .nav-pills .nav-link {
  border-radius: 60px;
  background: 0 0;
  margin: 10px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400 !important;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  padding: 8px 16px;
  border: none;
}

.process-section .nav-pills .nav-link.active {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.process-section .tab-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* max-width: 410px; */
  height: inherit;
}

.tab-content > .tab-pane {
  display: none;
}

.fade:not(.show) {
  opacity: 0;
}

.tab-content > .active {
  display: block;
}

.process-section {
  overflow: hidden;
  border-radius: 32px 32px 0 0;
  min-height: 780px;
  background: #000;
}

.back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: none;
}

#back-img1,
#back-img2,
#back-img3,
#back-img4,
#back-img5 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.process-section {
  padding-top: 40px;
  position: relative;
}

.process-section .section-title h2 {
  font-size: 54px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.process-section .section-title p {
  font-size: 18px;
  color: #fff;
  line-height: 1.4em;
  margin-bottom: 16px;
}

.process-section .tab-area {
  padding-top: 50px;
  padding-bottom: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.tab-content h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 400;

  margin-bottom: 40px;
}

.tab-content h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 16px;
}

.tab-content p {
  padding-bottom: 48px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
}

/* blog service page  */

.bg-blog-dark-section {
  /* border-radius: 32px 32px 0 0; */
  background: #ffcc00 !important;
  color: #fff;
}

.bg-blog-dark-section .row-title-section {
  border-bottom: 2px solid #000;
}

.bg-blog-dark-section span.btn {
  /* border: 2px solid #fff !important; */
}

.bg-blog-dark-section path {
  /* color: #ffff !important;
  fill: #fff; */
}

/* all animations */

/* @keyframes partner-logo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */

@keyframes scroller {
  0% {
    bottom: 34px;
  }
  5% {
    top: 4px;
  }
  32% {
    bottom: 4px;
  }
  66% {
    top: 34px;
    bottom: 4px;
  }
  100% {
    top: 4px;
    bottom: 34px;
  }
}

@keyframes blur-effect {
  0% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    filter: blur(0px);
  }
}

.service-card-container.desktop-hide {
  display: none;
}

/* testimonials review section service detail page */

.review-card .user-name {
  display: flex;
  align-items: center;
}

.review-card .user-name .user-img {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 50px;
}

.review-card .user-name .user-text {
  font-size: 12px;
  color: #000;
}
.review-card .user-name .user-text .name {
  font-weight: 700;
  font-family: "neue_haas_grotesk_display75Bd";
}

.d-block {
  display: block !important;
}

.review-card .user-name .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonials-reviews h2 {
  color: #000 !important;
  /* font-size: 54px; */
}

.testimonials-reviews .section-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.testimonials-reviews .review {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonials-reviews .review-card {
  padding: 40px;
  border: 1px solid #000;
  border-radius: 32px;
}

.testimonials-reviews .logo-review img {
  width: 130px;
  margin-bottom: 30px;
  height: 72px;
  object-fit: contain;
  margin-left: 0px;
}

.testimonials-reviews .row {
  display: flex;
  gap: 30px;
}

.testimonials-reviews .right img {
  width: 100%;
  border-radius: 32px;
}

.testimonials-reviews .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonials-reviews .right {
  width: 50%;
}

.review-card {
  margin-left: 10px;
  margin-right: 10px;
}

/* case studies section */

.image-zoom img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.image-zoom:hover img,
.image-zoom-full:hover .image-zoom img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/* .review-slider .slick-list .slick-track {
  display: flex !important;
  gap: 20px;
} */

.slick-next {
  right: 0px !important;
  /* bottom: -70px !important; */
  top: -40px !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  z-index: 99999;
}

.slick-next:before {
  color: #000 !important;
  font-size: 15px !important;
}

button.slick-prev.slick-arrow {
  top: -40px;
  right: 60px !important;
  left: unset !important;
  /* bottom: -70px; */
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-self: center;
}

.slick-prev:before {
  color: #000 !important;
}

section.testimonials-reviews {
  display: none;
  padding: 50px 0px 50px 0px;
  background-color: #fff;
}

/* case studies section */

section.case-studies {
  padding: 50px 0px;
  border-top: 1px solid #f2f2f2;
  background-color: #fff;
}

.case-studies-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 40px;
}

.case-studies h2 {
  font-size: 54px;
  font-weight: 400;
  line-height: 1em;
  margin-top: -10px;
}

.case-studies p {
  width: 59%;
  font-size: 18px;
}

.case-studies .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.case-studies .card img {
  width: 100%;
  border-radius: 32px;
  height: 280px;
  object-fit: cover;
}

.case-studies .mask1.image-zoom {
  overflow: hidden;
  border-radius: 32px;
}

.case-studies a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
  padding-left: 10px;
}

.case-studies .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mask1 {
  -webkit-mask-image: url(../images/s-item1.png);
  mask-image: url(../images/s-item1.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mask1 img.card-img-top {
  height: 185px;
  object-fit: cover;
}

span.left-absolute-position {
  position: absolute;
  right: 10px;
  bottom: 5px;
}

a.img-section {
  position: relative;
}
section.hiro_banner.position-relative.home-banner {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-end;
  align-items: self-start;
  height: 650px;
}

.hiro_banner .container.position-relative {
  width: 100%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    radial-gradient(
      circle at left center,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 65%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.45) 45%,
      rgba(0, 0, 0, 0.18) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 45%);
}

a.other-page-logo img {
  width: 152px;
  height: 58px;
  object-fit: cover;
}

ul.navbar-nav {
}

ul.navbar-nav a.nav-link {
  color: #000;
}

.header a.btn.btn-outline-black.btn-black {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 767px) {
  .case-studies h2 {
    width: 100%;
    font-size: 36px;
  }

  .case-studies p {
    width: 100%;
  }

  .case-studies-section-title {
    flex-direction: column;
    gap: 20px;
  }

  .case-studies .cards {
    grid-template-columns: repeat(1, 1fr);
  }

  section.case-studies {
    padding: 30px 0px;
    border-top: 0px;
  }
  .testimonials-reviews .review-card {
    padding: 20px;
    min-height: 575px;
  }

  .testimonials-reviews .row {
    flex-direction: column;
  }

  .testimonials-reviews .left {
    width: 100%;
  }

  .testimonials-reviews .right {
    width: 100%;
  }
  section.testimonials-reviews {
    padding: 30px 0px 50px 0px;
  }

  .logo-review {
    margin-bottom: 20px;
  }

  .testimonials-reviews .logo-review img {
    width: 100px;
    height: unset;
    margin-bottom: 20px;
  }

  .review-card .user-name .user-text .name {
    font-size: 16px;
  }

  .review-card .user-name .user-text {
    font-size: 16px;
  }

  .testimonials-reviews .review img.img-fluid {
    width: 90px;
    object-fit: contain;
  }

  .testimonials-reviews .review span {
    font-size: 16px;
  }

  .testimonials-reviews .section-title {
    gap: 20px;
  }

  /* testimonial review service detail page end  */
  .cursor-follower {
    display: none;
  }
  .steps.deskstop {
    display: none;
  }

  .service-card-container.mobile-hide {
    display: none;
  }

  .service-card-container.desktop-hide {
    display: block;
  }

  .menu {
    min-width: 100%;
  }

  /* .service-card-container .slick-list.draggable {
    overflow: visible;
  } */

  .services-card {
    min-width: unset;
    width: 100%;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 810px !important;
  }

  .step {
    margin-left: 10px;
    margin-right: 10px;
  }
  .service-card-container.desktop-hide {
    width: 100%;
  }

  .services-card .star {
    text-align: left;
    width: 100%;
  }

  .services-card .service-card-title {
    width: 100%;
  }
  .services-card .row {
    flex-direction: column-reverse;
  }

  .services-card .star img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }

  .steps.mobile {
    display: block;
  }
  .header .btn {
    display: none;
  }
  .navbar-toggler {
    opacity: 1;
    background-color: transparent;
    border: none;
  }

  /* hero section */
  .container {
    padding: 0 15px;
  }

  .about-card p {
    width: 100%;
    margin-bottom: 50px;
  }

  .creative-thinking h2 {
    font-size: 36px;
    font-weight: 400;
  }

  .creative-thinking .row {
    flex-direction: column-reverse;
  }

  .creative-thinking .left {
    width: 100%;
  }

  .creative-thinking .right {
    width: 100%;
  }

  .creative-thinking .right img.img-fluid {
    height: 320px;
  }

  /* video container */

  .videoContainer video {
    height: 350px;
    object-fit: cover;
  }

  /* logo marquee */

  .partner-logo-slide img {
    width: 120px;
    height: 68px;
    padding: 10px 20px;
  }

  .partner-logo-slide.reverse {
    /* animation: partner-logo-reverse 60s infinite; */
  }

  .partner-logo-slide {
    margin-bottom: 20px;
    gap: 20px;
    /* animation: partner-logo 40s linear infinite; */
  }

  /* .video-text-logo-brnad .partner-logo-slide {
    margin-bottom: 20px;
    gap: 20px;
    animation: partner-logo 75s linear infinite !important;
  }
  .video-text-logo-brnad .partner-logo-slide.reverse {
    animation: partner-logo 60s reverse infinite;
  } */

  .user-card {
    padding: 5px 10px;
  }

  .user-img-name {
    margin-right: 20px;
  }

  .user-img-name .user-img img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    padding: 0px;
  }

  section.ab-user-sec .user-block {
    padding-bottom: 50px;
  }
  /* about section */

  .about-card {
    padding: 50px 0px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  /* project section */
  .bg-card-featured {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .section-title .tag {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .section-title span.btn {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    transition: background 0.3s ease;
  }

  .card-img-banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .slick-next {
    right: 0px !important;
    bottom: -70px !important;
    top: unset !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    z-index: 99999;
  }

  .slick-next:before {
    color: #000 !important;
    font-size: 15px !important;
  }

  button.slick-prev.slick-arrow {
    top: unset;
    right: 40px !important;
    left: unset !important;
    bottom: -70px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 99999;
  }

  .slick-prev:before {
    color: #000 !important;
  }
  .Our-Services .title {
    flex-direction: column;
  }

  .Our-Services .title h2 {
    width: 100%;
    font-size: 36px;
  }

  .Our-Services .title p {
    width: 100%;
  }

  /* process section */

  section.development-section-two .container {
    flex-direction: column;
  }

  section.development-section-two .left {
    width: 100%;
  }

  section.development-section-two .process-steps {
    grid-template-columns: repeat(1, 100%);
  }

  section.development-section-two .right {
    width: 100%;
  }
  section.development-section-two .left h2 {
    font-size: 36px;
    /* margin-top: 30px; */
  }

  section.development-section-two h3 {
    font-size: 32px;
  }
  /* question we ask */

  #question_ask .section-heading {
    flex-direction: column;
    padding-bottom: 45px;
  }

  #question_ask h2 {
    width: 100%;
    font-size: 36px;
    margin-bottom: 10px;
  }

  #question_ask p {
    width: 100%;
  }

  .row.questions-we-ask {
    flex-direction: column;
  }

  section#question_ask {
    padding-top: 0px;
    background-size: cover;
    padding-bottom: 0px;
  }

  /* awards section */

  .awards:before {
    background-position: right bottom 10%;
    right: 0;
    background-size: 200px;
  }

  section.ab-user-sec .awards {
    padding: 50px 0px;
  }

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

  .awards .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .card-award .icon img {
    width: 120px;
    height: 120px;
  }

  .card-award h4 {
    text-align: center;
  }

  .card-award {
    margin-bottom: 0px;
  }

  .user-card {
    min-width: max-content;
  }

  /* blog section */

  section#blog_insights {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #blog_insights h2 {
    font-size: 36px !important;
    line-height: 43px;
    width: 100%;
  }

  .blogs-card {
    flex-direction: column;
  }

  .blog {
    width: 100%;
  }

  .blog p {
    font-size: 18px;
  }

  #blog_insights .top-blog-row {
    flex-direction: column;
    gap: 20px;
  }

  #blog_insights .left-image {
    width: 100%;
  }

  #blog_insights .tag-name-center p {
    font-size: 30px;
  }

  #blog_insights .tag span {
    font-size: 22px;
    text-decoration: none;
  }

  #blog_insights .tag {
    text-decoration: none;
  }

  #blog_insights .right-content {
    width: 100%;
  }

  #blog_insights h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  #blog_insights span.btn {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }

  #blog_insights span.btn svg {
    max-width: 15px;
  }

  #blog_insights .top-blog-row {
    padding-bottom: 40px;
  }

  #blog_insights .row-title-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  /* faq */

  section#faq {
    padding-top: 50px;
  }

  #faq .container-faq {
    flex-direction: column;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #faq .left-title {
    width: 100%;
  }

  #faq .right {
    width: 100%;
  }

  .accordion-button {
    text-align: left;
  }

  #faq h2 {
    font-size: 36px;
    line-height: 43px;
  }

  /* CTA section */
  .center-b-section .bottom-b ul li.user-item {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-left: -10px;
  }

  #reach_out_form .row {
    flex-direction: column;
  }

  #reach_out_form .left {
    width: 100%;
  }

  .contact-form {
    padding: 60px 20px 20px;
    /* margin-bottom: 30px; */
  }

  .form-row {
    flex-direction: column;
    gap: 0px;
  }

  .form-group {
    width: 100%;
  }

  section#reach_out_form {
    padding-bottom: 0px;
  }

  /* footer */

  .footer {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .footer-content.row {
    flex-direction: column-reverse;
    padding-bottom: 0px;
    align-items: flex-start;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  h2.footer-title.text-grent-white {
    font-size: 32px;
    line-height: 38px;
  }

  .footer-top {
    margin-bottom: 48px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .footer-logo img {
    width: 100%;
    height: 49px;
  }

  .footer-bottom h3.text-grent-white {
    text-align: center;
    font-size: 18px;
  }

  .footer .btn-footer {
    padding: 8px 15px;
    font-size: 18px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }

  /* .fs-72 {
    font-size: 54px;
  } */

  h1 br {
    display: none;
  }

  .btn-outline-black {
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 18px !important;
  }

  .abs-section-branding.branding-one {
    margin: 0;
    border-radius: 0;
    /* background: #03001e; */
    padding-bottom: 0;
  }

  .menu ul.navbar-nav {
    display: none;
  }

  .hiro_banner h1 {
    font-size: 30px !important;
  }

  section.hiro_banner.position-relative.home-banner {
    padding-bottom: 30px;
    margin-bottom: 0px;
    height: 490px;
    justify-content: flex-end;
  }

  section.home-page p {
    display: none;
  }

  a.scroll-container {
    display: none;
  }

  /* craetive-thinking section */

  .creative-thinking h2 {
    font-size: 36px;
  }

  /* .creative-thinking .row {
    flex-direction: column;
  } */

  .creative-thinking .left {
    width: 100%;
  }

  .creative-thinking .right {
    width: 100%;
  }

  .creative-thinking .right img.img-fluid {
    height: 320px;
  }

  /* service detail page */

  section.hiro_banner.position-relative.home-banner.service-branding {
    border-radius: 0px;
    height: 363px !important;
  }

  section.abs-section-branding.branding-one {
    border-radius: 0px;
  }

  .abs-section-branding.branding-one {
    padding: 50px 0px;
  }

  .abs-section-branding h2 {
    font-size: 32px;
  }

  .abs-section-branding p {
    width: 100%;
    line-height: 1.4em;
    font-weight: 400;
  }

  .abs-section-branding a.btn.btn-blur.blur-effect.show {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 8px 16px !important;
    font-size: 18px;
    align-items: center;
  }

  .logo {
    margin-left: -20px !important;
  }

  header.header .container {
    padding: 0px 0px 0px 15px;
  }

  .navbar-toggler svg {
    color: #fff;
  }

  .abs-section-branding a.btn.btn-blur.blur-effect.show svg {
    width: 15px;
    height: 12px;
  }

  #brand_building_content .row {
    flex-direction: column;
  }

  #brand_building_content h2 {
    width: 100%;
    font-size: 32px;
  }

  #brand_building_content p {
    width: 100%;
  }

  .develop-slider-row {
    flex-direction: column;
    gap: 20px;
  }

  .develop-slider-row .left {
    width: 100%;
  }

  .develop-slider-row .left img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .development-section:not(.new) .item {
    padding: 20px;
    margin: 0px 20px 0px 0px;
    min-height: 580px;
  }

  .develop-slider-row .right {
    width: 100%;
  }

  .dots-center ul.slick-dots {
    padding-top: 0px !important;
  }

  .develop-slider-row .item {
    margin-bottom: 0px !important;
  }

  section#let_brand_design {
    padding: 50px 0px 50px;
    border-top: 1px solid #989898;
  }

  .card-spacing-con {
    padding: 30px 20px;
  }

  .pink .row {
    flex-direction: column;
    gap: 20px;
  }

  .pink .left {
    width: 100%;
  }

  .pink .right {
    width: 100%;
  }

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

  .pink h2 br {
    display: none;
  }

  .pink .right img {
    margin-top: 0px;
  }

  #why_choose_section .container {
    padding-top: 50px;
  }

  section#why_choose_section {
    padding: 0px 0px 50px 0px;
    background-color: #fff;
  }

  #why_choose_section .row {
    flex-direction: column-reverse;
    gap: 20px;
  }

  #why_choose_section .choose_text {
    width: 100%;
  }

  #why_choose_section .choose_image {
    width: 100%;
    min-height: 250px;
  }

  #why_choose_section h3 {
    font-size: 36px;
    line-height: 1.3em;
  }

  .process-section .section-title h2 {
    font-size: 36px;
  }

  .process-section .tab-area {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .process-section .nav {
    margin-right: 0px !important;
    gap: 0px;
  }

  .back-img {
    display: none;
  }

  .process-section .tab-area {
    padding-bottom: 30px;
  }

  section#brand_building_content {
    padding-top: 50px;
  }

  div#branding {
    padding-bottom: 0px;
  }

  a.white-bg.blur-effect.show {
    padding: 8px 16px;
    font-size: 18px;
  }

  .pink a.transparent-bg {
    padding: 8px 16px;
    font-size: 18px;
  }

  .process-section .tab-content {
    padding-left: 10px;
  }

  .tab-content p {
    padding-bottom: 20px;
  }

  .bg-blog-dark-section {
    margin-top: 20px !important;
  }

  .process-section .nav-pills .nav-link {
    font-size: 16px;
  }

  .tab-content h3 {
    font-size: 24px;
  }
  /* @keyframes partner-logo {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-300%);
    }
  } */

  /* @keyframes partner-logo-reverse {
    0% {
      transform: translateX(-300%);
    }
    100% {
      transform: translateX(0);
    }
  } */

  .section-title a.btn {
    align-items: flex-start;
  }
}

@media (max-width: 450px) {
  div#expand {
    max-height: 350px;
    min-height: 350px;
  }

  .video-text-logo-brnad .logo-container.logos {
    padding-top: 0px;
  }
}

@media (min-width: 450px) and (max-width: 768px) {
  div#expand {
    max-height: 430px;
    min-height: 430px;
  }
  .video-text-logo-brnad .logo-container.logos {
    padding-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  div#expand {
    min-height: 560px;
    max-height: 560px;
  }

  video#video {
    min-height: 560px;
    object-fit: cover;
  }

  .video-text-logo-brnad {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1310px) {
  video#video {
    height: 685px;
    object-fit: cover;
  }

  div#expand {
    height: 685px;
  }
  .video-text-logo-brnad {
    padding-top: 0px;
  }
}

@media (min-width: 1310px) and (max-width: 1640px) {
  div#expand {
    min-height: 860px;
    max-height: 860px;
  }
  video#video {
    height: 860px;
    object-fit: cover;
  }
  .video-text-logo-brnad {
    padding-top: 0px;
  }
}

/* @media (min-width: 1440px) {
  div#expand {
    min-height: 780px;
  }
  .video-text-logo-brnad {
    padding-top: 0px;
  }
} */

/* @media (min-width: 1440px) {
  div#expand {
    min-height: 780px;
  }
  .video-text-logo-brnad {
    padding-top: 0px;
  }
} */

/* mobile nav */

@media (max-width: 995px) {
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0;
    padding: 15px 15px 30px;
    margin: 0 -20px;
    right: 0;
  }
  .mobile-nav ul.navbar-nav {
    display: block !important;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
}

.highlight {
  color: #ffcc00;
}

.divider {
  display: block;
  width: 52px;
  height: 4px;
  margin: 0 auto 22px;
  background: #fdd248;
  border-radius: 20px;
  margin: 0;
}

.logo {
  margin-left: -40px;
}

.client-item:nth-child(1),
.client-item:nth-child(7),
.client-item:nth-child(13) {
  border-left: 1px solid #e5e5e5;
}

/* .client-item:nth-child(5),
.client-item:nth-child(10) {
  border-right: 0;
} */

/* .client-item:nth-child(6),
.client-item:nth-child(7),
.client-item:nth-child(8),
.client-item:nth-child(9),
.client-item:nth-child(10) {
  border-bottom: 0;
} */

.team-section {
  background: linear-gradient(90deg, #ffcc00, #ffcc00);
  border-radius: 32px;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}

.team-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--pink-accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.team-eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--pink-accent), transparent);
}

.team-heading {
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 700;
  line-height: 1.15;
  max-width: 640px;
  margin-bottom: 16px;
}
.team-heading span {
  background: linear-gradient(100deg, var(--pink-accent), var(--lavender));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.team-sub {
  color: var(--grey-text);
  font-size: 16px;
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 64px;
}

.team-group {
  margin-bottom: 70px;
}
.team-group:last-child {
  margin-bottom: 0;
}

.group-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--lavender);
  font-weight: 600;
  margin-bottom: 28px;
}
/* .group-label::after{
    content:"";
    flex:1;
    height:1px;
    background:linear-gradient(90deg, rgba(201,168,240,0.4), transparent);
  } */

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.team-card {
  position: relative;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px 24px 30px;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  text-align: center;
  border: 4px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgb(142 112 171 / 35%);
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.015)
  ); */
  backdrop-filter: blur(10px);
  border: 4px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgb(142 112 171 / 35%);
}
.team-card:hover {
  transform: translateY(-6px);
  /* border-color: #; */
  background: #000;
}

.avatar {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 31px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-bright), var(--pink-accent));
  box-shadow: 0 8px 24px rgb(238 228 255 / 35%);
}
.team-card .avatar img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.member-name {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white);
}
.member-role {
  font-size: 13px;
  color: var(--pink-accent);
  font-weight: 500;
  margin-bottom: 14px;
}
.member-bio {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--grey-text);
}

@media (max-width: 640px) {
  .team-section {
    padding: 70px 6vw 90px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .team-card {
    padding: 22px 18px 24px;
  }
}
@media (max-width: 420px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.journey-timeline-section {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0 30px;
  margin-bottom: 50px;
}

/* Center Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e6e6e6;
  transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 50px;
}

.timeline-item.right {
  margin-left: 50%;
  padding-left: 60px;
}

.timeline-item.left {
  padding-right: 60px;
}

/* Dot */
.timeline-dot {
  position: absolute;
  top: 18px;
  width: 16px;
  height: 16px;
  background: #f58220;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #f58220;
  z-index: 5;
}

.timeline-item.right .timeline-dot {
  left: -9px;
}

.timeline-item.left .timeline-dot {
  right: -9px;
}

/* Date Badge */
.timeline-date {
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #ffcc00, #ffcc00);
  color: #000;
  padding: 10px 22px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 15px 35px rgba(109, 40, 217, 0.25);
}

.timeline-item.right .timeline-date {
  left: -120px;
  top: 8px;
}

.timeline-item.left .timeline-date {
  right: -120px;
  top: 8px;
}

/* Card */
.timeline-card {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.06);
  transition: 0.35s;
  border: 1px solid #f1e8ff;
}

.timeline-card:hover {
  transform: translateY(-8px);
}

/* Decorative Circle */
/* .timeline-image{
    position:absolute;
    width:180px;
    height:180px;
    border:2px solid rgba(120,80,255,.12);
    border-radius:50%;
    top:-35px;
    right:-35px;
    display:flex;
    align-items:center;
    justify-content:center;
} */

.timeline-item.left .timeline-image {
  left: -35px;
  right: auto;
}

.timeline-image img {
  width: 100px;
  opacity: 0.18;
}

/* Content */
.timeline-content {
  position: relative;
  z-index: 2;
}

.timeline-content h3 {
  color: #111;
  font-size: 24px;
}

.timeline-content span {
  font-size: 14px;
  color: #c12cff;
}

.timeline-content p {
  color: #000;
  line-height: 1.4em;
}

.timeline-content a {
  text-decoration: none;
  color: #6d3dff;
  font-weight: 600;
}

.timeline-content a:hover {
  color: #c12cff;
}

.icon-timeline {
  margin-bottom: 12px;
}

.award-icon.dmai i {
  color: var(--teal);
}

section.section-title {
  padding: 50px 20px;
  text-align: center;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  transform: translateX(-50%);
  background: #e5e5e5;
  overflow: hidden;
}

.timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #000;
  transition: height 0.15s linear;
}

/* Timeline dots */

.timeline-dot {
  background: #d9d9d9;
  box-shadow: none;
  transition: 0.4s;
}

.timeline-dot.active {
  background: #f9b603;
  box-shadow: 0 0 0 2px #f9b603;
}

/* Cards */

.timeline-card {
  opacity: 0.3;
  transform: translateY(40px);
  transition: 0.6s;
}

.timeline-card.active {
  opacity: 1;
  transform: translateY(0);
}

.slick-prev:before,
.slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-banner-new img {
  width: 100%;
  height: 696px;
}

/* ===============================
   Team Card
=================================*/

.wc-team-card {
  width: 100%;
  /* max-width: 680px; */
  background: #fff;
  border-radius: 23px;
  padding: 0px;
  display: flex;
  /* align-items: center; */
  gap: 0px;
  overflow: hidden;
  position: relative;
  transition: 0.45s ease;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* Gradient Border */

/* Glow */

/* Hover */

.wc-team-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.wc-team-card:hover::after {
  opacity: 0.35;
}

.team-grid {
  padding-bottom: 32px;
}

/* Image */

.wc-team-image {
  /* flex-shrink: 0; */
  width: 50%;
  overflow: hidden;
  background-color: #ffd633;
}

.wc-team-image img {
  width: 100%;
  object-position: top;
  object-fit: cover;
  transition: 0.5s;
  height: 310px;
  margin-bottom: -10px;
}

.wc-team-card:hover img {
  transform: scale(1.08);
}

/* Content */

.wc-team-content {
  /* flex: 1; */
  width: 50%;
  padding: 20px;
}

.wc-team-badge {
  display: inline-block;
  background: #ffd34d;
  color: #111;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.wc-team-content h3 {
  font-size: 32px;
  line-height: 1.1;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.wc-team-content h5 {
  color: #f2a500 !important;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: -15px !important;
}

.wc-team-line {
  width: 42px;
  height: 3px;
  background: #f2a500;
  margin: 22px 0;
  border-radius: 20px;
}

.wc-team-content p {
  color: #444 !important;
  font-size: 21px;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Social */

.wc-team-social {
  display: flex;
  gap: 16px;
}

.wc-team-social a {
  width: 45px;
  height: 45px;

  border-radius: 50%;

  border: 2px solid #f2a500;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #f2a500;
  font-size: 22px;

  transition: 0.35s;
}

.wc-team-social a:hover {
  background: #f2a500;
  color: #fff;
  transform: translateY(-5px) scale(1.08);
}

h3.teams-title {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 30px;
}

video.bg-video {
  position: absolute;
  inset: 0 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ===============================
   Tablet
=================================*/

.hiro_banner h1 {
  font-size: 55px;
}

@media (max-width: 991px) {
  .wc-team-card {
    padding: 30px;
    gap: 25px;
  }

  .wc-team-image img {
    width: 200px;
    height: 200px;
  }

  .wc-team-content h3 {
    font-size: 34px;
  }

  .wc-team-content p {
    font-size: 18px;
  }
}

/* ===============================
   Mobile
=================================*/

@media (max-width: 768px) {
  .wc-team-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 22px;
  }

  .wc-team-image img {
    width: 180px;
    height: 180px;
  }

  .wc-team-line {
    margin: 20px auto;
  }

  .wc-team-content h3 {
    font-size: 24px;
  }

  .wc-team-content h5 {
    font-size: 16px !important;
  }

  .wc-team-content p {
    font-size: 17px;
  }

  .wc-team-social {
    justify-content: center;
  }

  .wc-team-image {
    width: 100%;
  }

  .wc-team-card {
    padding: 0px;
    gap: 0px;
  }

  .wc-team-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: 0px -20px;
  }

  .wc-team-content {
    width: 100%;
    text-align: left;
    /* display: flex; */
    /* flex-direction: column; */
  }

  section.team-section.process-content .container {
    padding: 0px;
  }

  section.abs-section-branding.branding-one.services .container {
    flex-direction: column-reverse;
    gap: 20px;
  }

  section.abs-section-branding.branding-one.services .left {
    width: 100%;
  }

  section.abs-section-branding.branding-one.services .right {
    width: 100%;
  }

  .wc-team-line {
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .wc-team-social {
    justify-content: flex-start;
  }

  .wc-team-social a {
    width: 30px;
    height: 30px;
  }

  .wc-team-social a i {
    font-size: 14px;
  }

  .wc-team-content p {
    margin-bottom: 10px;
  }
}

/* Small Mobile */

/* @media (max-width: 480px) {
  .wc-team-card {
    border-radius: 22px;
  }

  .wc-team-image img {
    width: 150px;
    height: 150px;
  }

  .wc-team-content h3 {
    font-size: 26px;
  }

  .wc-team-badge {
    font-size: 12px;
    padding: 10px 18px;
  }

  .wc-team-social a {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
} */

/* Responsive */
@media (max-width: 991px) {
  .journey-timeline-section {
    padding-top: 0px;
  }
  .timeline-line {
    left: 25px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 50px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
  }

  .timeline-dot {
    left: 17px !important;
    right: auto !important;
    top: 15px;
  }

  .timeline-date {
    left: 50px !important;
    right: auto !important;
    top: 5px !important;
  }

  .timeline-image {
    right: -30px;
    left: auto !important;
    width: 130px;
    height: 130px;
  }

  .timeline-content h3 {
    font-size: 20px;
  }

  .timeline-card {
    margin-top: 90px;
    transform: translateY(60px) !important;
  }

  section.section-title {
    text-align: left;
  }

  section.section-title p br {
    display: none;
  }

  section.Our-Services {
    padding: 50px 15px !important;
  }

  /* .service-card-container.desktop-hide.slick-initialized.slick-slider {
    margin-left: 25px;
  } */

  .team-container {
    max-width: 100% !important;
  }

  .member-name {
    font-size: 24px;
  }

  h1#type-text {
    min-height: 150px;
  }
  .hero-left-btn {
    padding: 8px 15px !important;
    font-size: 18px !important;
  }

  body.page-about
    section.hiro_banner.position-relative.home-banner.service-branding {
    padding-bottom: 50px;
  }
}

.journey-timeline-section .section-tag {
  color: #000;
}

.section-heading.journey-timeline-section {
  margin-bottom: 0;
  background-color: #fff;
}

section.team-section.process-content {
  width: 100%;
}

/* img {
  width: 100%;
  height: auto;
} */

.team-container {
  margin-top: 30px;
  /* max-width: 60%; */
}

/* scroll to top */

.wizfx-scroll-top {
  position: fixed;

  bottom: 30px;
  right: 30px;

  width: 62px;
  height: 62px;

  border: none;

  border-radius: 18px;

  cursor: pointer;

  background: #000;

  color: #111;

  font-size: 22px;

  box-shadow: 0 20px 40px rgba(244, 180, 0, 0.35);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 999;

  opacity: 0;
  visibility: hidden;

  transform: translateY(20px);

  transition: 0.4s;
}

.wc-team-social a {
  color: transparent;
}

.wc-team-social i {
  color: #f9b603;
}

.wizfx-scroll-top.show {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.wizfx-scroll-top:hover {
  transform: translateY(-6px);

  box-shadow: 0 25px 50px rgba(244, 180, 0, 0.45);
}

.page-about section.hiro_banner.position-relative.home-banner.service-branding {
  /* height: unset; */
}

.hero-left-btn {
  /* background-color: #eacf31 !important; */

  font-size: 1.5em;
  color: #000;
  padding: 12px 30px;
  border-radius: 20px;
  text-decoration: none;
  line-height: normal;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
  border: 1px solid #fff;
  background-color: #fff;
}

.hero-left-btn path {
  fill: #000;
}

header.header {
  background-color: #ffcc00;
}

/* 2nd variation */

/* section.hiro_banner.position-relative.home-banner {
  justify-content: center;
  align-items: center;
} */

/* .home-banner-new h1 {
  text-align: center;
} */

/* .hiro_banner .btns.g-2 {
  text-align: center;
  justify-content: center;
} */

/* .hiro_banner a.scroll-container {
  left: 50%;
  right: 0% !important;
  transform: translateX(-50%);
  bottom: -100px;
} */

/* variation 3 */

/* .btns.g-2 {
  display: none;
} */

/* projects */
.step {
  margin-left: 10px;
  margin-right: 10px;
}

.new-home section.hiro_banner.position-relative.home-banner h1 {
  margin-bottom: 0px;
  color: #fff !important;
}
header.header a.btn.btn-outline-black.btn-black {
  display: none;
}

body.page-about a.btn.btn-outline-black.fill.me-3.mb-3.wow.blur-effect.show {
  border: none;
  background-color: #fff !important;
  color: #000 !important;
}

body.page-about path {
  fill: #000;
}

section.hiro_banner.position-relative.home-banner.service-branding.page-title {
  height: unset;
  background: url("assets/wizfix_website/12.PNG");
  background-position: center center !important;
  background-size: cover !important;
  height: 650px;
}

.page-title a.btn.btn-outline-black.fill.me-3.mb-3.wow.blur-effect.show {
  background-color: #fff !important;
  color: #000;
}

.page-title path {
  fill: #000;
}

/* case study detail */

section.project-banner.case-study img {
  object-fit: cover;
}

section.case-study-feature-image {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.case-study-feature-image img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
}

/*==================================================
    BOA OVERVIEW SECTION
==================================================*/

.boa-overview-section {
  background: #101010;
  padding: 70px 0;
}

.boa-overview-content {
  margin-bottom: 0px;
}

.boa-overview-paragraph {
  color: #e4e4e4;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 30px;
  max-width: 1120px;
}

.boa-overview-paragraph:last-child {
  margin-bottom: 0;
}

/*==============================
      INFO CARDS
===============================*/

.boa-project-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.boa-info-card {
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 26px 22px;
  transition: 0.35s ease;
}

.boa-info-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

.boa-info-title {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.boa-info-card h3 {
  color: #f5f5f5;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}

/*=========================================
    BOA GALLERY SECTION ONE
=========================================*/

.boa-gallery-section-one {
  background: #111111;
  padding: 0px 0 70px;
}

.boa-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.boa-gallery-section-one p {
  color: #fff;
  padding-top: 30px;
}

section.boa-gallery-section-one.section-new {
  padding-top: 70px;
}

.boa-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #181818;
}

.boa-gallery-item img {
  width: 100%;
  height: 415px;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.boa-gallery-item:hover img {
  transform: scale(1.05);
}

/*=========================================
    PROJECT NAVIGATION
==========================================*/

.boa-project-navigation-section {
  background: #111;
  padding: 70px 0 70px;
  display: none;
}

.boa-project-navigation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.boa-project-navigation-card {
  position: relative;
  display: block;
  height: 420px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

.boa-project-navigation-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.boa-project-navigation-card:hover img {
  transform: scale(1.06);
}

.boa-project-navigation-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: 0.4s;
}

.boa-project-navigation-card:hover .boa-project-navigation-overlay {
  background: rgba(0, 0, 0, 0.25);
}

.boa-project-navigation-content {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: 2;
}

.boa-project-navigation-right {
  right: 60px;
  left: auto;
  text-align: right;
}

.boa-project-navigation-label {
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 18px;
  opacity: 0.95;
  text-transform: uppercase;
}

.boa-project-navigation-content h2 {
  font-size: 54px;
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
  color: #fff;
}

.boa-project-navigation-arrow {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  color: #ffcc00;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.35s;
}

.boa-project-navigation-arrow-right {
  right: 40px;
  left: auto;
}

.boa-project-navigation-card:hover .boa-project-navigation-arrow {
  transform: translateY(-6px);
  background: #ffcc00;
  color: #000;
}

/*==============================
      RESPONSIVE
===============================*/

@media (max-width: 991px) {
  .boa-project-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .boa-overview-section {
    padding: 50px 0;
  }

  .boa-overview-content {
    margin-bottom: 0px;
  }

  .boa-overview-paragraph {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 28px;
  }

  .boa-info-card {
    padding: 22px 18px;
  }

  .boa-info-title {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .boa-info-card h3 {
    font-size: 22px;
  }

  .boa-gallery-section-one {
    padding-bottom: 50px;
  }

  .boa-gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .boa-gallery-item img {
    height: 250px;
  }

  .boa-project-navigation-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .boa-project-navigation-card {
    height: 200px;
  }

  .boa-project-navigation-content {
    left: 30px;
  }

  .boa-project-navigation-right {
    left: auto;
    right: 30px;
  }

  .boa-project-navigation-content h2 {
    font-size: 28px;
  }
  .boa-project-navigation-content {
    top: 40%;
  }

  .boa-project-navigation-arrow {
    width: 40px;
    height: 40px;
    left: 25px;
    bottom: 25px;
  }

  .boa-project-navigation-arrow-right {
    right: 25px;
    left: auto;
  }

  section.case-study-feature-image img {
    height: 250px;
  }

  .boa-project-navigation-section {
    padding: 0px 0px 50px;
  }

  .banner-content {
    color: #fff;
    padding-bottom: 20px !important;
  }
}

/* =========================
INTRO
========================= */
.rc-section {
  width: 100%;
}

.rc-intro {
  text-align: center;
  padding: 2rem 1rem 1.5rem;
}

.rc-title {
  font-size: clamp(22px, 5vw, 38px);
  font-weight: 700;
  color: #2e5039;
  margin: 0 0 10px;
  line-height: 1.3;
}

.rc-sub {
  max-width: 700px;
  margin: 0 auto;
  font-size: clamp(13px, 2vw, 16px);
  line-height: 1.8;
  color: #666;
}

/* =========================
MAIN SWIPER
========================= */
.vid-slider {
  width: 100%;
  padding-bottom: 48px !important;
}

.vid-slider .video-slide {
  border-radius: 16px;
  overflow: hidden;
  height: 550px;
  position: relative;
}

.vid-slider .slick-slide {
  padding: 0 0px;
}

.vid-slider {
  margin: 0 -8px;
}

.instagram-reels h2 {
  font-size: 3.375em;
  font-weight: 400;
  line-height: 86px;
  /* padding-bottom: 40px; */
}

.reel-tile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.vid-slider.slick-initialized.slick-slider.slick-dotted {
  /* padding-top: 50px; */
}

@media (max-width: 600px) {
  .vid-slider .video-slide {
    height: 500px;
    border-radius: 12px;
  }
}

.video-box {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background: #111;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.video-box:hover video {
  transform: scale(1.03);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  z-index: 5;
  cursor: pointer;
  transition: 0.3s ease;
  pointer-events: none;
}

.play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #000;
}

.video-box:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 18px;
  z-index: 2;
  color: #fff;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.3) 55%,
    transparent 100%
  );
}

.know-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: 0.2s;
}

.know-more-btn::after {
  content: "→";
  font-size: 14px;
  transition: transform 0.2s;
}

.know-more-btn:hover::after {
  transform: translateX(4px);
}

/* =========================
SWIPER NAVIGATION
========================= */

.vid-slider .slick-track {
  display: flex !important;
  gap: 20px;
}

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

.slick-dots li button:before {
  color: #999;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

/* =========================
SWIPE HINT — MOBILE ONLY
========================= */
.swipe-hint {
  display: none;
}

@media (max-width: 600px) {
  .swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /*margin-top: -28px;*/
    /*margin-bottom: 16px;*/
    color: #888;
    font-size: 13px;
    color: #000;
    animation: fadeHint 0.4s ease 1.2s both;
  }

  .swipe-hand {
    font-size: 20px;
    display: inline-block;
    animation: swipeAnim 1.6s ease-in-out 1.4s 3;
  }
}

@keyframes swipeAnim {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(14px);
    opacity: 0.6;
  }
  60% {
    transform: translateX(-6px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeHint {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
POPUP
========================= */
.vid-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.96);
  display: none;
  z-index: 999999999;
  overflow: hidden;
}

.popup-slider {
  width: 100%;
  height: 100dvh;
}

.popup-slider .popup-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
}

.popup-wrap {
  position: relative;
  width: min(380px, 90vw);
  height: 620px;
}

@media (max-width: 600px) {
  .popup-wrap {
    width: 100vw;
    height: 100dvh;
  }
}

.popup-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  background: #000;
  display: block;
}

@media (max-width: 600px) {
  .popup-video {
    border-radius: 0;
  }
}

.popup-shade {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
  pointer-events: none;
}

@media (max-width: 600px) {
  .popup-shade {
    border-radius: 0;
  }
}

.popup-tap-area {
  position: absolute;
  inset: 0;
  z-index: 4;
  cursor: pointer;
}

.popup-pause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  font-size: 48px;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.popup-pause-icon.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.popup-swipe-hint {
  display: none;
}

@media (max-width: 600px) {
  .popup-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    padding: 6px 14px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    animation: fadeHint 0.4s ease 0.6s both;
  }

  .popup-swipe-hand {
    font-size: 16px;
    display: inline-block;
    animation: swipeAnim 1.6s ease-in-out 0.8s 3;
  }
}

.popup-info {
  position: absolute;
  bottom: 20px;
  bottom: max(20px, env(safe-area-inset-bottom, 20px));
  left: 16px;
  right: 16px;
  z-index: 5;
  color: #fff;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

@media (max-width: 600px) {
  .popup-info {
    bottom: calc(20px + env(safe-area-inset-bottom, 16px));
    padding-bottom: 8px;
  }
}

.popup-info h3 {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.4;
}

.popup-cta {
  display: inline-block;
  background: #d10807;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.2s;
}

.popup-cta:hover {
  background: #fff;
  color: #000;
}

.popup-close {
  position: fixed;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border-radius: 100%;
  color: #fff;
  padding: 0;
  line-height: 1;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  cursor: pointer;
  z-index: 999999999;
  border: none;
  transition: 0.2s;
}

.popup-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.popup-next,
.popup-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.popup-next::after,
.popup-prev::after {
  font-size: 14px;
  font-weight: 700;
}

.instagram-reels button.slick-prev.slick-arrow {
  top: 97%;
}

.instagram-reels button.slick-next.slick-arrow {
  top: 97% !important;
}

section.hiro_banner p {
  color: #fff;
  margin-bottom: 20px;
  width: 60%;
  font-size: 18px;
}

section.hiro_banner p:first-child {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .popup-next,
  .popup-prev {
    display: none;
  }

  .instagram-reels .slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 70px !important;
  }

  .swipe-hint {
    display: none;
  }

  .instagram-reels h2 {
    font-size: 36px;
    line-height: 1.3em;
  }

  .reel-tile {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }

  .instagram-reels .slick-list.draggable {
    padding: 0px !important;
  }

  .instagram-reels button.slick-prev.slick-arrow {
    top: 94%;
  }

  .instagram-reels button.slick-next.slick-arrow {
    top: 94% !important;
  }
}

a.case-study-link {
  text-decoration: none;
}

.reel-tile svg {
  width: 30px;
  height: 30px;
}

.play-btn {
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.play-btn.hide {
  opacity: 0;
  pointer-events: none;
}

.card8 img {
  object-position: top;
}

.develop-slider-row
  a.btn.btn-outline-black.fill.me-3.mb-3.wow.blur-effect.show {
  margin-top: 20px;
}

section.abs-section-branding.branding-one.services .right img {
  height: 400px;
  object-fit: cover;
}

/* gallery page */

.project-gallery {
  padding: 50px 0;
  background-color: #fff;
}

.project-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 35px;
}

.gallery-card {
  width: 100%;
}

.gallery-image {
  border-radius: 18px;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}

.gallery-card:hover img {
  transform: scale(1.06);
}

.gallery-card h3 {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 0.5px;
}

.gallery-card h3 span {
  font-weight: 600;
  color: #555;
}

/* Tablet */

@media (max-width: 991px) {
  .project-gallery {
    padding: 50px 0 0px;
  }

  .gallery-image img {
    height: 280px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .project-gallery .gallery-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .gallery-image img {
    height: 240px;
  }

  .gallery-card h3 {
    font-size: 16px;
  }
}

/* new structue */
.project-banner {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 550px;
  overflow: hidden;
  margin-top: 106px;
}

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

.project-banner .banner-video {
  object-fit: cover;
}

.project-banner .overlay {
  position: absolute;

  bottom: 0;
  height: 330px;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

.project-banner .container {
  position: relative;
  z-index: 2;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.banner-content {
  color: #fff;
  padding-bottom: 50px;
}

.project-location {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffff;
  margin-bottom: 20px;
  font-weight: 500;
}

.banner-content h1 {
  font-size: 72px;
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
}

.banner-content p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
}

/* new section */

.project-details {
  background: #0f141a;
  padding: 80px 0;
}

.project-details .container {
  width: 100%;

  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 120px;
}

.project-info {
  display: flex;
  flex-direction: column;
}

.info-box {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.info-box:first-child {
  padding-top: 0;
}

.info-box span {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 18px;
}

.info-box h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

/* Right Side */

.project-content h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}

.project-content p {
  color: #cfd5dd;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 20px;
}

.project-content p:last-child {
  margin-bottom: 0;
}

/* philosopy section */

.philosophy-section {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.philosophy-section img,
.philosophy-section .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Optional overlay */

.philosophy-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
}

.content-box {
  position: absolute;
  left: 0px;
  bottom: 60px;

  background: rgba(35, 35, 35, 0.92);
  backdrop-filter: blur(10px);

  width: 420px;
  padding: 30px;
  border-radius: 32px;

  z-index: 2;
}

.content-box span {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 18px;
}

.content-box h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.philosophy-section .container {
  height: 100%;
  position: relative;
}

/* new section */

.execution-section {
  background: #0e1318;
  padding: 80px 0;
  overflow: hidden;
}

.execution-section .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

/* Left */

.execution-content {
  width: 40%;
}

.section-label {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 30px;
}

.execution-content h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 30px;
}

.execution-content p {
  color: #d0d5db;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
}

/* Bottom Label */

.craft-label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 40px;

  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.craft-label span {
  width: 60px;
  height: 1px;
  background: #fff;
}

/* Gallery */

.execution-gallery {
  width: 60%;
  display: flex;
  align-items: flex-end;
  gap: 28px;
  justify-content: flex-end;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.6s;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.tall {
  width: 340px;
  height: 620px;
  border-radius: 32px;
}

.short {
  width: 300px;
  height: 480px;
  margin-top: 120px;
  border-radius: 32px;
}

/* new section */

.material-section {
  background: #0d1218;
  padding: 20px 0px 80px 0px;
}

.material-section .container {
  margin: auto;
}

/* Header */

.material-header {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 60px;
}

.left-content h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  margin-top: 12px;
}

.section-tag {
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 600;
}

/* .right-content {
  max-width: 280px;
} */

.right-content p {
  color: #d6d6d6;
  font-size: 18px;
  line-height: 1.7;
}

/* Gallery */

.material-gallery {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.gallery-card {
  /* width: 33.33%; */
  /* border-radius:32px; */
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}

.gallery-card:hover img {
  transform: scale(1.06);
}

/* Different Heights */

.material-gallery .gallery-card:nth-child(1) img {
  height: 470px;
}

.material-gallery .gallery-card:nth-child(2) img {
  height: 470px;
  /* transform:translatey(30%); */
}

.material-gallery .gallery-card:nth-child(3) img {
  height: 470px;
}

/* new section */

.visual-journey {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background: #000;
}

.journey-content h2 {
  font-size: 54px;
  color: #fff;
  font-weight: 400;
}

.visual-journey img,
.visual-journey .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-journey .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.visual-journey .container {
  position: relative;
  z-index: 2;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

/* .journey-content{
    max-width:700px;
} */

.journey-content span {
  display: inline-block;
  color: #7ebdff;
  font-size: 13px;
  letter-spacing: 5px;
  font-weight: 600;
  margin-bottom: 35px;
  display: none;
}

.journey-content h1 {
  color: #fff;
  font-size: clamp(70px, 9vw, 120px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -2px;
  margin: 0;
}

@media (max-width: 768px) {
  .project-details .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .project-content {
    grid-column: 1;
    grid-row: 1;
  }

  .project-details {
    padding: 50px 0px;
  }

  .banner-content h1 {
    font-size: 38px;
  }

  .project-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .info-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
  }

  .project-content h2 {
    font-size: 36px;
  }

  .project-content p {
    font-size: 18px;
    line-height: 1.8;
  }

  .info-box h3 {
    font-size: 30px;
  }

  .philosophy-section {
    height: 400px;
  }

  .content-box {
    display: none;
    width: 90%;
    left: 20px;
    bottom: 20px;
    padding: 15px;
  }

  .content-box span {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .content-box h2 {
    font-size: 18px;
  }

  .execution-section {
    padding: 50px 0px;
  }

  .execution-section .container {
    flex-direction: column;
    gap: 40px;
  }

  .execution-content {
    width: 100%;
  }

  .execution-gallery {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .tall {
    height: 350px;
  }

  .short {
    height: 250px;
    width: 100%;
    margin-top: 20px;
  }

  .execution-content h2 {
    font-size: 36px;
  }

  .material-section {
    padding: 0px 0px 50px;
  }

  .material-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .left-content {
    width: 100%;
  }

  .right-content {
    width: 100%;
  }

  .left-content h2 {
    font-size: 36px;
  }

  .material-gallery {
    gap: 20px;
    flex-direction: column;
  }

  .gallery-card {
    width: 100%;
  }

  .gallery-card img {
    height: 250px !important;
  }

  .journey-content h2 {
    font-size: 36px;
  }

  .visual-journey {
    height: 60vh;
  }

  .banner-content {
    margin-top: 130px;
  }
  .project-banner {
    height: 100%;
  }

  .project-banner .overlay {
    height: 550px;
  }
}

.blog-banner-section {
  padding: 170px 0px 80px 0px;
  z-index: 9999;
  position: relative;
}

.blog-banner-section:after {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0;
  background: #00000080;
}

.blog-banner h2 {
  font-size: 55px;
  line-height: 1.3em;
  font-weight: 400;
  color: #fff;
  margin: 0;
  max-width: 700px;
  z-index: 9999;
  position: relative;
}

/* blog features section*/
.blog-grid-section {
  padding: 70px 0px 70px 0px;
  background: #fff;
}

.blog-grid-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.blog-card {
  display: flex;
  flex-direction: column;
}

.blog-image {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 25px;
}

.blog-image img {
  width: 100%;
  display: block;
  transition: 0.5s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content h3 {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 500;
  color: #1f2430;
  margin-bottom: 20px;
}

.blog-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1f2430;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
}

.read-more:hover {
  color: #7a4dff;
}
.blog-listing-section h3 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1.3em;
}

/* load more blogs section */

.blog-listing-section {
  padding: 80px 0;
}

.blog-listing-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background: #fff;
}

.blog-card img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}

.blog-card h3 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.blog-card p {
  color: #666;
  line-height: 1.4em;
  margin-bottom: 15px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card a {
  color: #000;
  text-decoration: underline;
}

.hidden-blog {
  display: none;
}

.load-more-wrapper {
  text-align: center;
  margin-top: 60px;
}

.load-more-btn {
  border: none;
  background: #000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 24px;
  transition: 0.3s;
}

.load-more-btn:hover {
  transform: translateY(-3px);
}

.blog-grid-section .blog-image img {
  height: 350px;
  object-fit: cover;
}

.blog-listing-section .blog-card img {
  height: 250px;
  object-fit: cover;
  object-position: center center;
}

.blog-listing-section {
}

section.hiro_banner.position-relative.home-banner.service-branding.page-title.bg-changes {
  margin-top: 106px;
}

.project-gallery h2.blur-effect.show {
  font-size: 52px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #000;
}

@media (max-width: 768px) {
  .blog-banner h2 {
    font-size: 36px;
  }

  .blog-grid-section .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-card h3 {
    font-size: 24px;
  }

  section.blog-listing-section {
    padding: 50px 0px;
  }

  .blog-listing-section .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .load-more-btn {
    padding: 8px 16px;
    font-size: 18px;
  }
}

/* case study */

/* new structue */
.project-banner {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 650px;
  overflow: hidden;
}

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

.project-banner .banner-video {
  object-fit: cover;
}

.project-banner .overlay {
  position: absolute;

  bottom: 0;
  height: 330px;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

.project-banner .container {
  position: relative;
  z-index: 2;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.banner-content {
  color: #fff;
  padding-bottom: 50px;
}

.project-location {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffff;
  margin-bottom: 20px;
  font-weight: 500;
}

.banner-content h1 {
  font-size: 72px;
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
}

.banner-content p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 768px) {
  .project-details .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .project-content {
    grid-column: 1;
    grid-row: 1;
  }

  .project-details {
    padding: 50px 0px;
  }

  .banner-content h1 {
    font-size: 38px;
  }

  .project-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .info-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
  }

  .project-content h2 {
    font-size: 36px;
  }

  .project-content p {
    font-size: 18px;
    line-height: 1.8;
  }

  .info-box h3 {
    font-size: 30px;
  }

  .philosophy-section {
    height: 400px;
  }

  .content-box {
    display: none;
    width: 90%;
    left: 20px;
    bottom: 20px;
    padding: 15px;
  }

  .content-box span {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .content-box h2 {
    font-size: 18px;
  }

  .execution-section {
    padding: 50px 0px;
  }

  .execution-section .container {
    flex-direction: column;
    gap: 40px;
  }

  .execution-content {
    width: 100%;
  }

  .execution-gallery {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .tall {
    height: 350px;
  }

  .short {
    height: 250px;
    width: 100%;
    margin-top: 20px;
  }

  .execution-content h2 {
    font-size: 36px;
  }

  .material-section {
    padding: 0px 0px 50px;
  }

  .material-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .left-content {
    width: 100%;
  }

  .right-content {
    width: 100%;
  }

  .left-content h2 {
    font-size: 36px;
  }

  .material-gallery {
    gap: 20px;
    flex-direction: column;
  }

  .gallery-card {
    width: 100%;
  }

  .gallery-card img {
    height: 250px !important;
  }

  .journey-content h2 {
    font-size: 36px;
  }

  .visual-journey {
    height: 60vh;
  }

  .banner-content {
    margin-top: 130px;
  }
  .project-banner {
    min-height: 350px;
  }

  .project-banner .overlay {
    height: 100%;
  }
}

a {
  color: #000;
  text-decoration: none;
}

.case-study-content h2 {
  color: #ffff;
  margin-top: 30px;
}

.boa-gallery-section-one h2 {
  color: #fff;
  margin-top: 30px;
}

.read-more-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.6s ease,
    opacity 0.4s ease;
}

.read-more-content.expanded {
  max-height: 2000px;
  opacity: 1;
}

.read-more-btn {
  margin-top: 20px;
  padding: 12px 28px;
  background: transparent;
  border: 1px solid #f8f8f8;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 24px;
}

.read-more-btn:hover {
  background: #2e4150;
  color: #fff;
}

.boa-overview-content h2 {
  font-size: 36px;
  color: #fff;
}

.boa-overview-content h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 30px;
}

.boa-overview-content > p.boa-overview-paragraph {
  margin-top: 30px;
}

.case-study h1 {
  text-transform: capitalize;
}

p b {
  font-weight: 600;
}

.wc-team-content h5 {
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .client-item {
    border-right: none !important;
  }

  .client-item:nth-child(6n) {
    border-right: 1px solid #e5e5e5 !important;
  }
}

span.sub-title {
  font-size: 20px;
  margin-top: 10px;
  display: block;
  letter-spacing: 2px;
}

.case-study h1 {
  margin-bottom: -10px;
}

@media (max-width: 768px) {
  .case-study h1 {
    margin-bottom: 0px;
  }

  .project-gallery h2.blur-effect.show {
    font-size: 36px;
  }
}
