:root {
  --the-dark-blue: #0A1224;
  --the-white: #fff;
  --the-title-font: #919FA5;
  --the-main-gradient: linear-gradient(261.18deg, #29ABE2 0%, #249BCE 11%, #0D4862 73%, #042838 100%);
  --the-light-blue: #29ABE2;
  --the-light-blue-two: #249BCE;
  --the-blue-three: #042838;
  --the-blue-four: #0D4862;
  --the-background: #efefef;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*Font icons*/

@font-face {
  font-family: '4sight4ward';
  src: url('font/4sight4ward.eot?20364751');
  src: url('font/4sight4ward.eot?20364751#iefix') format('embedded-opentype'),
    url('font/4sight4ward.woff2?20364751') format('woff2'),
    url('font/4sight4ward.woff?20364751') format('woff'),
    url('font/4sight4ward.ttf?20364751') format('truetype'),
    url('font/4sight4ward.svg?20364751#4sight4ward') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: '4sight4ward';
    src: url('../font/4sight4ward.svg?20364751#4sight4ward') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "4sight4ward";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-innovation:before {
  content: '\e800';
}

/* '' */
.icon-customer:before {
  content: '\e801';
}

/* '' */
.icon-clear:before {
  content: '\e802';
}

/* '' */
.icon-plus:before {
  content: '\e803';
}

/* '' */
.icon-background:before {
  content: '\e804';
}

/* '' */
.icon-x:before {
  content: '\e805';
}

/* '' */
.icon-in:before {
  content: '\e806';
}

/* '' */
.icon-insta:before {
  content: '\e807';
}

/* '' */
.icon-face:before {
  content: '\e808';
}

/* '' */
.icon-menu:before {
  content: '\e809';
}

/* '' */
.icon-close:before {
  content: '\e80a';
}

/* '' */
.icon-4ward4site:before {
  content: '\e80b';
}

/* '' */
.icon-roots:before {
  content: '\e80d';
}

/* '' */



/*------------------------------------------------------------*/

/* Font */

/* Neue Plak Sans - Regular */
@font-face {
  font-family: 'Neue Plak Sans';
  src: url('font/NeuePlak-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Neue Plak Sans - Bold */
@font-face {
  font-family: 'Neue Plak Sans';
  src: url('font/NeuePlak-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Founders Grotesk - Regular */
@font-face {
  font-family: 'Founders Grotesk';
  src: url('font/FoundersGrotesk-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Founders Grotesk - Bold */
@font-face {
  font-family: 'Founders Grotesk';
  src: url('font/FoundersGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body,
a,
p,
ul,
li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  overflow-x: hidden;
}

p,
a {
  font-size: 18px !important;
}

h1,
h2 {
  font-family: 'Founders Grotesk';
  color: var(--the-title-font);
  font-weight: 600 !important;
  font-size: 2.5em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}



p {
  font-size: 1.1em;
}

a:hover {
  text-decoration: none !important;
}

.container {
  max-width: 90%;
}

button {
  outline: none !important;
}

/*--------------------------*/

.the-body-content {
  overflow: hidden;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

ul {
  padding: 0;
}


li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.the-body-content ul li {
  position: relative;
  list-style-position: inside;
  list-style: none;
  font-size: 1.1em;
  font-family: "Inter", sans-serif;
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
}

.wp-singular {
	background: var(--the-background) !important;
}
a {
  color: var(--the-black);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: var(--the-blue);
}

a img {
  transition: 500ms;
}

/* a img:hover {
  opacity: 0.8;
} */


/* LOgo */

.log img {
  width: 270px;
}

.color-logo {
  display: none;
}

.sticky .color-logo {
  display: block;
}

.sticky .black-logo {
  display: none;
}

.main-logo img {
  max-height: 90px;
  max-width: 241px;
}




/*Pagenation*/
.pagination {
	justify-content: flex-end;
	padding-top: 2em;
}
.pagination span, .pagination a {
	border-radius: 5px;
	font-size: 15px;
	background: var(--the-light-blue);
	color: var(--white);
	padding: 5px 10px;
	margin: 5px 5px 30px;
}
.pagination span:hover, .pagination a:hover {
	background: var(--the-dark-blue) !important;
}

.pagination .current {
	background: var(--the-blue-four) !important;
}

/* Page */
.page {
  background: var(--the-background);
}

body:not(.home) .header-container {
  margin-bottom: 7em;
  position: relative;
  z-index: 9;
  top: 15px;
}
.wp-singular.portfolio-template-default.single {
	background: var(--the-background);
}
/* Contact Us */
.contact-centre {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	justify-content: space-between;
	flex: 1;
}
.contact-details {
	background: linear-gradient(356.3deg, #29ABE2 -85.07%, #249BCE -53.17%, #0D4862 59.35%, #042838 204.91%);
	min-height: 550px;
	margin-top: 9em;
}
.cntct-us-title h5 {
	font-size: 28px;
	color: var(--the-light-blue);
	text-transform: uppercase;
	margin-bottom: -35px;
	padding-top: 4em;
}
.cntct-flex h2 {
	text-transform: capitalize;
}
.cntct-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	gap: 2em;
	padding-top: 5em;
}
.cntct-flex p {
	color: var(--the-white);
	font-size: 20px !important;
}
.cntct-flex a {
	color: var(--the-white);
	line-height: 2;
	text-decoration: underline;
	transition: 500ms;
}
@media(min-width: 900px){
.contact-centree {
	margin-left: 8%;
}
.cntct-flex {
	margin: 0em 3em;
}
.contact-centre {
	display: grid;
	gap: 2em;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
}
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
	border: none;
	background: var(--the-light-blue);
	color: var(--the-white);
	padding: 10px 30px;
	border-radius: 10px;
	transition: 500ms;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: var(--the-blue-three);
}
.wpcf7-form-control.wpcf7-text {
	height: 3.5em;
	border: none;
	padding: 10px;
	border-radius: 10px;
	width: 100%;
}
.wpcf7-form-control.wpcf7-textarea {
	padding: 10px;
	width: 100%;
	border: none;
	border-radius: 10px;
}
.contact-title h2 {
	font-weight: 300 !important;
	font-size: clamp(32px, 6vw, 80px);
	color: var(--the-dark-blue);
}
.contact-title h2 span {
	font-weight: 900;
}



/* Slider */
.dic-dream a {
  background: var(--the-white);
  padding: 14px 35px;
}

.global-style.slider {
  min-width: 233px;
}

.global-style.slider a {
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
}

.global-style.slider a::after {
  content: '\e803';
  position: absolute;
  font-family: '4sight4ward';
  right: 11px;

}

.global-style.slider::before {
  content: "";
  position: absolute;
  background: var(--the-light-blue-two, #eee);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 0;
  transform: translate(calc(var(--circle-x, 20px) - 50%), calc(var(--circle-y, 20px) - 50%));
  transition: transform 0.2s ease;
  pointer-events: none;
}


.dic-dream a {
  background: var(--the-white);
  padding: 5px 10px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 279px;
  text-align: center;
  transition: 500ms;
}

.dic-dream a:hover {
  background: var(--the-gold);
  color: var(--the-white);
}

/* Slider container and items full screen */
.slider-container,
#homeSlider,
#homeSlider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

/* Flex center items */
#homeSlider .item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

/* Background image wrapper */
.slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.big-caption h5 {
	color: var(--the-white);
	text-transform: capitalize;
	letter-spacing: 2px;
	font-size: clamp(18px, 4vw, 32px);
}

.big-caption h2 {
  font-weight: 400 !important;
  font-size: clamp(40px, 10vw, 93px);
  color: var(--the-white);
}

/* Video background */
.slider-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Overlay for darkening slides */
#homeSlider .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--the-main-gradient);
  z-index: 2;
  pointer-events: none;
  opacity: 0.7;
}

/* Caption container */
.slider-cap {
  color: var(--the-white);
  position: relative;
  z-index: 10;
  margin: 0 auto;
  top: 3em;
}

/* Content wrapper styling */
.content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 10;
}

/* Slider container base */
.slider-container {
  position: relative;
}

/* Item base */
.slider-container .item {
  position: relative;
}

/* Links styling */
.slider-link a {
  background: none;
  padding: 12px 0px;
  color: var(--the-main);
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 2em;
  transition: 500ms;
  border-bottom: 2px dashed;
}

.slider-link a:hover {
  background: var(--the-main);
  color: var(--the-white);
}

/* Responsive overrides */

@media (max-width: 759px) {
  .slider-container {
    margin-left: 0%;
  }

  .big-caption h1 {
    font-size: 1.9em;
  }
}

@media (max-width: 600px) {
  #homeSlider .item {
    height: 100vh;
    background-attachment: scroll;
  }

  .slider-cap {
    top: 2em;
    padding: 0 10px;
    font-size: 0.9rem;
  }
}

@media (min-width: 601px) {
  #homeSlider .item {
    height: 100vh;
    background-attachment: scroll;
  }

  .big-caption h1 {
    font-size: 4em;
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .slider-cap {
    top: 3em;
  }

}






/* Portfolio */
.portfolio {
  background: var(--the-background);
  position: relative;
  padding-top: 5em;
}
.port-insde-img img {
	max-width: 600px;
}
.port-inside-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}
.portfolio-item:hover::before {
  animation: bounce 0.8s cubic-bezier(.28, .84, .42, 1) forwards;
  background: var(--the-blue-four) !important;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-18px);
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-7px);
  }

  100% {
    transform: translateY(0);
  }
}

.portfolio-item:hover::after {
  animation: bounce 0.6s cubic-bezier(.28, .84, .42, 1) forwards;
  background: var(--the-blue-four) !important;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-18px);
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-7px);
  }

  100% {
    transform: translateY(0);
  }
}

.portfolio-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1em;
}

/* Images */
.portfolio-wrapper img {
  max-width: 512px;
  z-index: 1;
  object-fit: contain;
}

.portfolio-wrapper a {
  z-index: 1;
}

/* Items */
.portfolio-item {
  position: relative;
  max-width: 583px;
  transition: 500ms !important;
}
.portfoli-inside {
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
	justify-content: space-evenly;
	width: 100%;
}
.portfolio-item:hover img {
  transform: scale(1.1) translateY(-10px);
  transition: transform 0.5s;
}
.portfolio-img a img {
	position: relative;
	z-index: 1;
}
.page .portfolio-img a img {
	position: relative;
	z-index: 1;
	max-height: 336px;
	max-width: 398px;
}
@media(min-width: 1000px) {
  .home .portfolio-item.item-1::before {
    content: '';
    position: absolute;
    background: var(--the-main-gradient);
    width: clamp(80px, 12vw, 140px);
    height: clamp(80px, 12vw, 140px);
    z-index: 1;
    border-radius: 50%;
    top: -70px;
    left: -28px;
    transition: 500ms !important;
  }

  .home .portfolio-item.item-2::after {
    content: '';
    position: absolute;
    background: var(--the-light-blue);
    width: clamp(80px, 12vw, 140px);
    height: clamp(80px, 12vw, 140px);
    right: -32px;
    z-index: 1;
    bottom: -86px;
    border-radius: 50%;
    transition: 500ms !important;
  }
}

.portfolio-item .portfolio-img {
  transition: 500ms !important;
}

.portfolio-item:hover .portfolio-img::after {
  color: var(--the-blue-four) !important;
}
.portfolio-img {
	background: var(--the-white);
	border-radius: 10px;
	position: relative;
	max-width: 583px;
	display: flex;
	justify-content: center;
	padding: 3em;
	min-height: 285px;
}
@media(min-width: 900px){
.portfolio-img {
	background: var(--the-white);
	border-radius: 10px;
	position: relative;
	max-width: 583px;
	display: flex;
	justify-content: center;
	padding: 3em;
	min-height: 460px;
}
}
.portfolio-img::after {
  content: '\e80b';
  font-family: '4sight4ward';
  position: absolute;
  color: var(--the-background);
  font-size: clamp(14em, 28vw, 26em);
  top: -118px;
  z-index: 0;
}

/* Text */
.portfolio-text h4 a {
  color: var(--the-dark-blue);
  font-weight: 900;
  font-size: 1.2em !important;
  position: relative;
  z-index: 2;
  transition: 500ms;
}

.global-style.portfolio {
  max-width: 229px;
}

.global-style.portfolio a::after {
  content: '\e803';
  position: absolute;
  font-family: '4sight4ward';
  right: 16px;
  color: var(--the-dark-blue);
}

.global-style.portfolio a {
  position: relative;
  padding: 15px 45px 15px 20px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}

.portfolio-item:hover .portfolio-text h4 a {
  color: var(--the-light-blue-two);
}

.portfoli-right {
  display: flex;
  width: 100%;
  justify-content: end;
}

/* Desktop staggered grid */
@media (min-width: 900px) {
  .portfolio-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: 10px 40px;
    grid-template-areas:
      ". . . Second-grid Second-grid Second-grid"
      ". . . Second-grid Second-grid Second-grid"
      "First-grid First-grid First-grid Second-grid Second-grid Second-grid"
      "First-grid First-grid First-grid Second-grid Second-grid Second-grid"
      "First-grid First-grid First-grid . . .";
    padding: 2em;
    justify-items: center;
    margin-top: -14em;
  }

  .portfolio-item.item-2 {
    grid-area: Second-grid;
  }

  .portfolio-item.item-1 {
    grid-area: First-grid;
  }

  .home .portfolio-item.item-2 .portfolio-img {
    min-height: 620px;
  }

  .portfolio-text {
    position: absolute;
    bottom: 17px;
    right: -41px;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
.page .portfolio-text {
	position: absolute;
	bottom: 12px;
	right: -41px;
	display: flex;
	flex-direction: column;
	align-items: end;
	z-index: 9;
}
  .home .portfolio-item.item-2 .portfolio-text {
    bottom: 81px;
    right: -31px;
  }
}

/* Reset mobile overlap */
@media (max-width: 899px) {
  .portfolio-text {
    margin-top: 1em;
    text-align: center;
    position: relative;
    right: 0;
    bottom: 0;
  }
}


/* Why Chose Us */
.why-chose-us {
  padding: 8em 0px;
  background: var(--the-background);
  position: relative;
}

.why-chose-us-text h2 {
  font-size: clamp(32px, 10vw, 85px);
  text-transform: capitalize;
}

.why-chose-us::after {
  content: '\e80d';
  font-family: '4sight4ward';
  position: absolute;
  top: 44px;
  right: -92px;
  font-size: clamp(6em, 20vw, 23em);
  color: var(--the-title-font);
  opacity: 0.3;
  pointer-events: none;
  font-weight: 400;
}

.why-chose-us-title h5 {
  color: var(--the-blue-three);
  text-transform: uppercase;
  font-family: 'Neue Plak Sans';
  letter-spacing: 4px;
  font-weight: 700;
  padding-top: 5em;
  font-size: 28px;
  margin-top: 0 !important;
  padding-top: 0;
}

.tile-one {
  background: var(--the-blue-three);
  color: var(--the-white);
  border-radius: 10px;
}

.tile-two {
  background: var(--the-blue-four);
  color: var(--the-white);
  border-radius: 10px;
}

.tile-three {
  background: var(--the-light-blue-two);
  color: var(--the-white);
  border-radius: 10px;
}

@media (min-width: 900px) {

  .why-chose-us-text h2 {
    max-width: 925px;
  }
}

.tile-title h6 {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  max-width: 217px;
}

.why-chose-us-tiles {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.why-chose-us-tiles {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.why-chose-us-tiles>div {
  flex: 1 1 30%;
  min-width: 250px;
  padding: 34px;
  border-radius: 12px;
  color: #fff;
  /* keep text readable */
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  cursor: pointer;
}

/* Background colors */
.tile-one {
  background: var(--the-blue-three);
  transform: rotate(3deg);
}

.tile-two {
  background: var(--the-blue-four);
  transform: rotate(-3deg);
}

.tile-three {
  background: var(--the-light-blue-two);
  transform: rotate(3deg);
}

/* Hover effects */
.why-chose-us-tiles>div:hover {
  transform: rotate(0deg) scale(1.05) translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media(min-width: 100px) {
  .why-chose-us-tiles {
    display: flex;
    gap: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.tile-one h6::before {
  content: '\e802';
  font-family: '4sight4ward';
  position: absolute;
  top: -70px !important;
  font-size: 43px;
  font-weight: 300 !important;
}

.tile-two h6::before {
  content: '\e801';
  font-family: '4sight4ward';
  position: absolute;
  top: -70px !important;
  font-size: 43px;
  font-weight: 300 !important;
}

.tile-three h6::before {
  content: '\e800';
  font-family: '4sight4ward';
  position: absolute;
  top: -70px !important;
  font-size: 43px;
  font-weight: 300 !important;
}

.why-chose-us-tiles>div {
  flex: 1 1 30%;
  min-width: 250px;
  padding: 20px;
  min-height: 381px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

/* Responsive tweak for tablets/phones */
@media (max-width: 768px) {
  .why-chose-us-tiles>div {
    flex: 1 1 100%;
  }
}



/* We are a digital agency */

.we-are-a-digital-agency {
  position: relative;
  overflow: visible;
  background: var(--the-light-blue-two);
}

.we-are-a-digital-agency::after {
  content: '\e804';
  position: absolute;
  font-family: '4sight4ward';
  color: var(--the-light-blue);
  right: 40px;
  bottom: -77px;
  font-size: clamp(7em, 34vw, 111em) !important;
  opacity: 0.4;
  z-index: 0;
  font-weight: 400;
}

.we-are-a-digital-agency {
  background: var(--the-light-blue-two);
  position: relative;
  height: 100vh;
  padding-top: 25px;
}

.global-style.we-are {
  max-width: 238px;
}

.we-are-holder {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  gap: 1em;
}

.global-style.we-are::before {
  content: "";
  position: absolute;
  background: var(--the-dark-blue);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 0;
  transform: translate(calc(var(--circle-x, 20px) - 50%), calc(var(--circle-y, 20px) - 50%));
  transition: transform 0.2s ease;
  pointer-events: none;
}

.global-style.we-are a::after {
  content: '\e803';
  font-family: '4sight4ward';
  position: absolute;
  right: 12px;
}

.global-style.we-are a {
  color: var(--the-white);
  position: relative;
}

.we-are-text h3 p {
  font-size: clamp(32px, 9vw, 60px) !important;
  color: var(--the-white);
  max-width: 1147px;
  font-weight: 500;
}

.we-are-title h5 {
  color: var(--the-blue-three);
  text-transform: uppercase;
  font-family: 'Neue Plak Sans';
  letter-spacing: 4px;
  font-weight: 700;
  padding-top: 5em;
  font-size: 28px;
  margin-top: 0 !important;
  padding-top: 0;
}

@media (min-width: 900px) {
/*   .we-are-text {
    margin: 0 auto;
    width: 92%;
  } */
}







/* Services */


.portfolio-img::after {
	content: '\e80b';
	font-family: '4sight4ward';
	position: absolute;
	color: var(--the-background);
	font-size: clamp(14em, 27vw, 21em);
	top: -92px;
	z-index: 0;
	transition: 500ms;
}
@media(max-width: 900px) {
  .portfolio-img::after {
    content: '\e80b';
    font-family: '4sight4ward';
    position: absolute;
    color: var(--the-background);
    font-size: clamp(14em, 28vw, 26em);
    top: -69px !important;
    z-index: 0;
    transition: 500ms;
  }
}
.services-text h2 a {
  font-size: clamp(32px, 10vw, 110px) !important;
  font-family: 'Founders Grotesk';
  line-height: 1;
  font-weight: 900;
}

.services-holder {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
  flex-direction: column;
  /* mobile: stacked */
}

.global-style.know-us {
  max-width: 200px;
}

.services-excerpt p {
  margin-bottom: 2em;
}

.global-style.know-us a::after {
  content: '\e803';
  font-family: '4sight4ward';
  position: absolute;
  right: -10px;
  color: var(--the-dark-blue);
}

.what-we-do,
.services-img {
  background: var(--the-background);
  position: relative;
}

.services-img {
  position: relative;
  /* flex: 1; */
  overflow: hidden;
}

.global-style.know-us a {
  position: relative;
  padding: 10px 5px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  width: 350px;
  letter-spacing: 3px;
}

.services-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: auto;
}

.services-text {
  flex: 1;
}

.services-img img {
  max-height: 600px;
  max-width: 640px;
  width: 100%;
  border-radius: 10px;
}

/* Hide overlay by default on small screens */
.services-img::before {
  display: none;
  content: "";
}

/* Tablet & up: alternate layouts + overlays */
@media (min-width: 768px) {

  /* 1) Layout:
     - odd items (1,3,...) -> image on the RIGHT  (row-reverse)
     - even items (2,4,...) -> image on the LEFT (row)
     We target the column (.col-sm-12) which is the direct child of .row so nth-child counting is correct.
  */
  .row>.col-sm-12:nth-child(odd) .services-holder {
    flex-direction: row-reverse;
  }

  .row>.col-sm-12:nth-child(even) .services-holder {
    flex-direction: row;
  }

  /* 2) Enable and style the gradient pseudo-element for both odd & even items */
  .row>.col-sm-12:nth-child(odd) .services-img::before,
  .row>.col-sm-12:nth-child(even) .services-img::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    /* ~1/3 of the image — tweak if needed */
    z-index: 2;
    pointer-events: none;
  }

  /* odd (image on right) -> overlay sits on the LEFT edge of the image and fades right */
  .row>.col-sm-12:nth-child(odd) .services-img::before {
    left: 0;
    right: auto;
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
  }

  /* even (image on left) -> overlay sits on the RIGHT edge of the image and fades left */
  .row>.col-sm-12:nth-child(even) .services-img::before {
    right: 0;
    left: auto;
    background: linear-gradient(to left,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
  }

  .our-services-main-content {
    padding: 3em;
  }
}

.what-we-do::after {
  content: '\e804';
  font-family: '4sight4ward';
  position: absolute;
  bottom: -42%;
  right: 40px;
  width: 100%;
  height: 80%;
  font-size: clamp(60em, 40vw, 90em);
  display: block;
  pointer-events: none;
  z-index: 0;
  opacity: 0.1;
  line-height: 1;
  text-align: right;
  color: var(--the-white);
  font-weight: 400;
}

/* Tablet */
@media (max-width: 992px) {
  .what-we-do::after {
    font-size: clamp(15em, 25vw, 30em);
    /* smaller on tablets */
    bottom: -5%;
    /* optional tweak */
    right: 20px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .what-we-do::after {
    font-size: clamp(10em, 40vw, 20em);
    /* safely smaller on mobile */
    bottom: -10%;
    /* push it slightly lower if needed */
    right: 10px;
  }
}





/* Our Team  */
.diff-colour.col-12 h5 {
  color: var(--the-light-blue);
  text-transform: uppercase;
  font-family: 'Neue Plak Sans';
  letter-spacing: 4px;
  font-weight: 700;
  padding-top: 5em;
  font-size: 28px;
}

.our-team {
  background: linear-gradient(253.39deg, #29ABE2 -2.36%, #249BCE 7.65%, #0D4862 45.33%, #042838 83.83%);
  position: relative;
  isolation: isolate;
}

.diff-colour.col-12 h5 {
  color: var(--the-light-blue);
  text-transform: uppercase;
  font-family: 'Neue Plak Sans';
  letter-spacing: 4px;
  font-weight: 700;
  padding-top: 5em;
  font-size: 28px;
}

.our-team>* {
  position: relative;
  z-index: 1;
  /* content above the decoration */
}

.team-member {
  padding: 1.5em;
}

.team-inner {
  position: relative;
}

.our-team::after {
  content: "\e804";
  position: absolute;
  right: 3%;
  bottom: 5%;
  font-family: "4sight4ward";
  font-size: clamp(30em, 40vw, 55em);
  line-height: 1;
  color: var(--the-blue-four);
  opacity: .6;
  pointer-events: none;
  z-index: 0;
  font-weight: 400;
}



@media(min-width: 600px) {
  .team-info {
    position: absolute;
    z-index: 9;
    bottom: 5px;
    right: -50px;
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .overlay-flex {
    display: flex;

    gap: 1em;
  }

  .our-team .the-h2 h2 {
    padding-left: 1em;
    max-width: 750px !important;
  }

  .overlay-flex-one {
    flex: 1 1 40%;
    max-width: 40%;
    margin-right: 1em;
  }

  .overlay-flex-two {
    flex: 1 1 55%;
    max-width: 55%;
    display: flex;
    align-items: center;
  }
}

.overlay-flex-two {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.overlay-flex-two h3 {
  color: var(--the-blue-four);
  margin-bottom: -3px;
}

.overlay-flex-two strong {
  font-style: italic;
  color: var(--the-light-blue);
}

.our-team .owl-carousel .owl-dots.disabled {
  display: flex !important;
  position: absolute;
  right: 31px;
  top: -60px;
  gap: 15px;
}

/* Team Member Grid */
.team-member {
  cursor: pointer;
  position: relative;
  overflow: visible !important;
}

.team-info {
  color: var(--the-white);
  position: absolute;
  right: -23px;
  bottom: 4px;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: 5;
}

.team-thumb {
  position: relative;
}

.team-thumb img {
  border-radius: 10px;
  min-height: 519px;
  max-height: 519px;
  object-fit: cover;
}

.team-thumb img {
  width: 100%;
  display: block;
}

.our-team-holder.col-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.our-team-holder.col-12 {
  margin-bottom: 8em;
}

.team-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.team-thumb .overlay i {
  color: #fff;
  font-size: 2rem;
}

.modal-body img {
  max-width: 250px;
  border-radius: 10px;
}

.team-member:hover .overlay {
  opacity: 1;
}





#teamCarousel .team-member:hover {
  transform: translateY(-6px);
}

#teamCarousel .team-member {
  transition: 500ms;
}

#teamCarousel .owl-nav button {
  background: transparent;
  border: none;
  font-size: 1.8rem;
  color: var(--the-blue-four);
  margin: 0 8px;
  cursor: pointer;
}

.what-we-do-title-and-all-services h5 {
  color: var(--the-blue-three);
  text-transform: uppercase;
  font-family: 'Neue Plak Sans';
  letter-spacing: 4px;
  font-weight: 700;
  padding-top: 5em;
  font-size: 28px;
  margin-top: 0 !important;
  padding-top: 0;
}

.global-style.services a {
  position: relative;
  font-weight: 400;
  letter-spacing: 2px;
}

.global-style.services {
  max-width: 274px;
}

.what-we-do-title-and-all-services {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding-top: 5em;
}

#teamCarousel .owl-dots {
  margin-top: 15px;
  text-align: center;
  display: flex;
  gap: 1em;
  justify-content: right;
}

#teamCarousel .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px 4px;
  display: block;
  background: var(--the-white);
  border-radius: 50%;
}

#teamCarousel .owl-dot.active span {
  background: var(--the-white);
  outline: 1px solid var(--the-white);
  outline-offset: 13px;
}

.global-style.services a::after {
  content: '\e803';
  position: absolute;
  font-family: '4sight4ward';
  color: var(--the-dark-blue);
  right: 15px;
}









/* Modal */
.modal {
  display: none; /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;

  justify-content: center;
  align-items: flex-start; /* allow natural scroll instead of vertical center */
  overflow-y: auto; /* enable scrolling */
  padding: 20px; /* spacing for small screens */

  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.active {
  display: flex;
  opacity: 1;
}

.modal-content {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 1200px; /* wider for desktop */
  border-radius: 10px;
  position: relative;
  animation: modalFadeIn 0.3s ease;

  max-height: 90vh; /* keep inside screen */
  overflow-y: auto; /* scroll if too tall */
}

/* Close button */
.close-team-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.8rem;
  cursor: pointer;
  color: #333;
  z-index: 10;
}

/* Prevent background scroll when modal is open */
body.no-scroll {
  overflow: hidden;
}

/* Modal Animation */
@keyframes modalFadeIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile adjustments */
@media(max-width: 768px) {
  .modal-content {
    width: 100%;
    max-height: 85vh; /* more space for mobile */
    border-radius: 0; /* cleaner on full width */
  }
}










/* Contact Us */



/* Footer */
.fluid-container.for-footer {
  background: var(--the-background);
}

.logo-bg img {
  max-width: 145px;
  position: relative;
  top: 8px;
  left: -8px;
}

.the-footer-logo {
  min-height: 170px;
  display: flex;
  max-width: 316px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.the-footer-logo::before {
  content: '\e80b';
  font-family: '4sight4ward';
  font-size: clamp(50px, 15vw, 180px);
  position: absolute;
  width: auto;
  color: var(--the-white);
  z-index: 0;
  top: -32%;
  left: 0;
}

.logo-bg {
  position: relative;
}

.outer-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 1.4em;
  flex-wrap: wrap;
}

#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.policy-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid;
}

.footer-socials i {
  font-size: 1.4em;
  position: relative;
  left: 2px;
  transition: 500ms;
}

.footer-socials a {
  transition: 500ms;
  position: relative;
  z-index: 99;
  padding: 3px;
}

.footer-socials a::before {
  content: '';
  position: absolute;
  background: var(--the-white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;

}

.footer-socials a:hover::before {
  opacity: 1;
  transition: 500ms;
}

.cpy-right {
  text-transform: uppercase;
}

.policy-terms a {
  text-transform: uppercase;
  transition: 500ms;
}

.policy-terms a:hover {
  color: var(--the-light-blue);
}

.logo-bg p {
  font-weight: 500;
  text-transform: capitalize;
}

.contact-d {
  display: flex;
  flex-direction: column;
  gap: 1em;
  min-height: 270px;
  justify-content: end;
}

.contact-d a {
  text-decoration: underline;
}

.global-style a {
  text-decoration: none;
}

.get-in-touch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
  margin-bottom: 1em;
  padding-top: 9em;
  position: relative;
}

.get-in-touch::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--the-dark-blue);
  width: 100%;
  top: 105px;
}

.get-in-touch a {
  background: var(--the-main-gradient);
  color: var(--the-white);
  padding: 20px;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: rotate(-30deg);
  transition: transform 0.5s ease, background-position 0.8s ease;
  text-transform: uppercase;
  background-size: 200% 200%;
  background-position: center;
  z-index: 9;
}

.get-in-touch a:hover {
  transform: rotate(0deg);
  background-position: right center;
  /* shift gradient only on hover */
}

.get-in-touch h1 {
  font-size: clamp(32px, 10vw, 120px);
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.1;
  text-transform: capitalize;
}

.the-footer-m ul li a {
  text-transform: uppercase;
  transition: 500ms;
}

.the-footer-m ul li a:hover {
  color: var(--the-light-blue-two);
}

.logo-bg p {
  font-weight: 500;
  font-size: 1.3em !important;
  font-family: 'Founders Grotesk';
}

.get-in-touch::after {
  content: '\e80d';
  font-family: '4sight4ward';
  font-size: clamp(60px, 20vw, 300px);
  position: absolute;
  right: 0;
  top: 66%;
  color: var(--the-title-font);
  pointer-events: none;
  font-weight: 400;
}

@media (max-width: 600px) {
  .get-in-touch::after {
    top: 70%;
    /* slightly lower */
    right: 10px;
    /* avoid touching the screen edge */
  }

  .the-footer-logo::before {
    top: 3%;
    font-size: 110px;
  }
}



/* Hover global effect and style */
@media(min-width: 1000px) {
  .the-h2 h2 {
    text-transform: capitalize;
    max-width: 734px;
  }
}

.the-h2 h2 {
  font-size: clamp(32px, 10vw, 63px);
  text-transform: capitalize;
}

.global-style {
  display: flex;
  position: relative;
  max-width: 170px;
  justify-content: left;
  margin-top: 10px;
  margin-bottom: 1em;
}

.global-style::before {
  content: "";
  position: absolute;
  background: var(--the-white, #eee);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 0;
  transform: translate(calc(var(--circle-x, 20px) - 50%),
      calc(var(--circle-y, 20px) - 50%));
  transition: transform 0.2s ease;
  pointer-events: none;
}

.global-style a {
  position: relative;
  padding: 15px 45px 15px 20px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
}