@font-face {
  font-family: "Selecta";
  src: url("fonts/Selecta-Bold.eot");
  src: url("fonts/Selecta-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Selecta-Bold.woff2") format("woff2"),
    url("fonts/Selecta-Bold.woff") format("woff"),
    url("fonts/Selecta-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Selecta";
  src: url("fonts/Selecta-Medium.eot");
  src: url("fonts/Selecta-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Selecta-Medium.woff2") format("woff2"),
    url("fonts/Selecta-Medium.woff") format("woff"),
    url("fonts/Selecta-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Selecta";
  src: url("fonts/Selecta-Light.eot");
  src: url("fonts/Selecta-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Selecta-Light.woff2") format("woff2"),
    url("fonts/Selecta-Light.woff") format("woff"),
    url("fonts/Selecta-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Selecta";
  src: url("fonts/Selecta-Regular.eot");
  src: url("fonts/Selecta-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Selecta-Regular.woff2") format("woff2"),
    url("fonts/Selecta-Regular.woff") format("woff"),
    url("fonts/Selecta-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --Is-black: #000000;
  --Is-white: #ffffff;
  --Is-gray: #414141;
  --Is-green: #003135;
  --Is-light-bg: #bbf6ff;
  --Is-blue-bg: #c7f4ff;
  --Is-bg: #fff6e7;
  --Is-light-blue: #c7f4ff;
  --Is-blue: #c7f4ff;
  --Is-lime: #cff76d;
}

a {
  color: var(--Is-black);
}

body {
  font-family: "Selecta";
  font-size: 18px;
  line-height: 1.4;
  color: var(--Is-black);
  /*display: contents;*/
}

p {
  margin-bottom: 20px;
}

input,
textarea,
button,
a,
select {
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: #003135;
}

.row {
  clear: both;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  font-size: 90px;
}

h2,
h2.word-reveal-text {
  font-size: 35px;
  margin-bottom: 20px;
}

h3 {
  font-size: 30px;
}

h4 {
  text-transform: uppercase;
  color: var(--Is-orange);
  font-size: 20px;
}

.gray-bg {
  background: var(--Is-bg);
}

.darkgray-bg {
  background: var(--Is-dark-bg);
}

.white-bg {
  background: var(--Is-white);
}

h2.word-reveal-text {
  font-weight: normal;
}

a.btn.main-btn,
.btn-submit {
  background-color: var(--Is-green);
  padding: 8px 30px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  color: var(--Is-light-bg);
  letter-spacing: 0px;
  border: 1px solid var(--Is-green);
  transition: all 0.5s ease;
}

a.btn.main-btn:hover,
.btn-submit:hover,
.services-tabs-sec .tab-pane .btn.main-btn:hover {
  background: var(--Is-lime);
  color: var(--Is-green);
  transform: scale(1.05);
}

section {
  padding: 100px 0;
  clear: both;
  position: relative;
}

section.padding-t-lg {
  padding-top: 150px;
}

section.padding-b-lg {
  padding-bottom: 150px;
}

section.padding-t-xl {
  padding-top: 200px;
}

section.padding-b-xl {
  padding-bottom: 200px;
}

.dark-bg {
  background: var(--Is-green);
}

.dark-bg a {
    color: var(--Is-lime);
}
.dark-bg a:hover {
    color: var(--Is-light-blue);
}
/* .light-blue-bg{
    background: var(--Is-light-bg);
} */
.light-blue-bg {
  background: var(--Is-light-blue);
}

.light-bg {
  background: var(--Is-bg);
}

.blue-text {
  color: var(--Is-blue);
}

.content-title {
  font-size: 27px;
  text-transform: capitalize;
}

.large-heading {
  font-size: 55px;
  line-height: 62px;
  margin-bottom: 40px;
}

.text-dark {
  color: var(--Is-green) !important;
}

.inner-sub-heading {
  font-size: 27px;
  line-height: 32px;
}

/******************************************************/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 0 0;
  z-index: 9;
  background: transparent;
  transition: all 0.3s;
}

.header-inner {
  background: #c7f4ff99;
  width: 100%;
  padding: 15px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 30px 0px #00313533;
  justify-content: space-between;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .btn.main-btn,
.services-tabs-inner .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header .btn.main-btn:hover {
  background: var(--Is-lime);
  color: var(--Is-green);
}

.header .btn.main-btn:hover img {
  filter: brightness(0.2);
}

.header .contact-btn-icon {
  width: fit-content;
}

.navbar ul {
  display: flex;
}

.menu_icon {
  display: none;
}

.col-12.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .logo {
    position: relative;
    z-index: 2;
    font-size: 0;
    width: 90px;
    height: 45px;
} */

div.logo {
  position: relative;
  z-index: 2;
  font-size: 0;
  width: 180px;
  height: 75px;
  margin: -30px !important;
}

.logo a {
  width: 100%;
  display: inline-block;
}

.logo img {
  width: 180px;
  width: 100%;
  max-height: 50px;
}

.navbar {
  padding-left: 90px;
}

.navbar ul li {
  margin: 0 1px;
}

.navbar ul li a {
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0px;
  color: var(--Is-green);
  display: inline-block;
  background: transparent;
  border-radius: 50px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

/* .navbar ul li.current-menu-item a[aria-current="page"],
.navbar ul li a:hover,
.navbar ul li.active a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
} */

/* Base state: hidden underline */
.navbar ul li a::after {
  content: "";
  position: absolute;
  bottom: 0; /* Adjust if you want more offset */
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2px; /* underline thickness */
  background: var(--Is-green);
  transition: transform 0.3s ease;
}

/* Hover + active state */
.navbar ul li.current-menu-item a[aria-current="page"]::after,
.navbar ul li a:hover::after,
.navbar ul li.active a::after {
  transform: translateX(-50%) scaleX(1);
}

.navbar li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #c6f3fe;
  padding: 16px 15px;
  min-width: 150px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 7px;
}

.navbar li ul.sub-menu {
  min-width: max-content;
  left: auto;
  right: auto;
}

.navbar li.menu-item-has-children {
  position: relative;
  padding-right: 15px;
}

.navbar li.menu-item-has-children::after {
  background: url("/wp-content/uploads/2025/10/Group-784.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 10px;
  /* left: auto; */
  right: 10px;
}

.navbar li:hover > ul {
  display: block;
}

a.login {
  padding-right: 19px;
}

.hero-sec h1 {
  font-size: 150px;
  line-height: 1.2;
  font-family: "Selecta";
  padding-top: 100px;
  color: var(--Is-green);
}

.hero-sec .dot-drift-wrap {
  bottom: -161px;
}

/*.hero-sec::before{
    position:absolute;
    content: "";
    background: url('../images/hero-bg.svg');
    background-position: top right;
    background-size:contain;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}*/
.hero-lets-make-content a {
  position: relative;
  z-index: 99;
}

.hero-content {
  z-index: 1;
}

.hero-content .space-img {
  width: auto;
  margin: auto;
}

.hero-content h2 {
  border-bottom: 1px solid #00313540;
  padding-bottom: 20px;
  width: fit-content;
}

.hero-lets-make-content {
  max-width: 500px;
  padding-top: 100px;
}

.mission-content h3 {
  margin-top: 110px;
  margin-bottom: 30px;
}

/* .mission-content .btn.main-btn:hover {
    background: var(--Is-green);
    color: var(--Is-blue);
} */

.word-reveal-text {
  transform: translateZ(0);
}

.char-wrapper,
.char {
  display: inline-block;
}

.char {
  will-change: opacity, filter;
}

.services-tabs-inner .nav-tabs {
  justify-content: center;
  border: 0px;
  gap: 15px;
  margin-top: 40px;
}

.services-tabs-inner .nav-tabs .nav-link {
  border: 1px solid var(--Is-blue);
  color: var(--Is-blue);
  border-radius: 8px;
  background: var(--Is-green);
}

.services-tabs-inner .nav-tabs .nav-link.active,
.services-tabs-inner .nav-tabs .nav-link:hover {
  background: var(--Is-lime);
  color: var(--Is-green);
  border-color: var(--Is-lime);
}

.services-tabs-inner .nav-tabs .nav-link:hover img.btn-icon,
.services-tabs-inner .nav-tabs .nav-link.active img.btn-icon {
  filter: brightness(0.2);
}

.services-tabs-inner .nav-tabs .active-icon {
  display: none;
}

/* .services-tabs-inner .nav-tabs .nav-link.active .btn-icon {
    display: none;
}
 */
.services-tabs-inner .nav-tabs .nav-link.active .active-icon .btn-icon {
  display: block;
}

.services-tabs-inner .nav-tabs .nav-link.active .active-icon {
  display: block;
}

.services-tabs-sec {
  overflow: hidden;
}

.services-tabs-sec .tab-content {
  padding-top: 120px;
}

.services-tabs-sec .tab-pane p {
  color: var(--Is-blue);
  max-width: 400px;
}

.services-tabs-sec .tab-pane .btn.main-btn {
  background: var(--Is-light-bg);
  color: var(--Is-green);
}

.services-tabs-sec .tab-image {
  position: relative;
}

.services-tabs-sec .tab-decription {
  padding: 0px 30px;
}

.services-tabs-sec .strategic-img {
  position: absolute;
  width: 430px;
  left: -100px;
  top: -58px;
  margin-left: 40px;
}

.services-tabs-sec h2 {
  color: var(--Is-blue);
}

.services-tabs-sec .services-tab-img {
  border-radius: 8px;
}

.services-tabs-sec .content-title {
  color: var(--Is-blue);
}

/* .services-tabs-sec::before{
    position:absolute;
    content: "";
    background: url('../images/services-shape.png');
    background-position: center right;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
} */
.services-tabs-sec .col-lg-11 {
  z-index: 1;
}

.insight-slider-sec .slide-title {
  color: var(--Is-blue);
  text-align: center;
}

.insight-slider-sec .slick-slide {
  padding-top: 35px;
}

.insight-slider-sec .slide-item img.insight-main-img {
  width: 80%;
  margin: auto;
  border-radius: 10px;
}

.insight-slider-sec .blue-btn {
  margin: auto;
  display: flow;
  width: fit-content;
  margin-bottom: 30px;
}

.blue-btn {
  background: var(--Is-light-bg) !important;
  color: var(--Is-green) !important;
}

.blue-btn:hover {
  background: #c4f851 !important;
}

.insight-slider {
  margin-top: 15px;
}

.insight-slider-sec .slick-dots {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  bottom: auto;
}

.insight-slider-sec .slick-prev {
  background: url("../images/slider-arrow.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px;
  height: 20px;
  left: -5px;
}

.insight-slider-sec .slick-next {
  background: url("../images/work-arrow.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px;
  height: 20px;
  right: -5px;
}

.insight-slider-sec .slick-prev,
.insight-slider-sec .slick-next {
  z-index: 2;
}

.insight-slider-sec .slick-arrow::before {
  display: none;
}

.insight-slider-sec .progress {
  height: 2px;
  background-color: #0031354d;
}

.insight-stat-img {
  position: absolute;
  top: 00px;
  width: 400px !important;
  padding: 25px 35px;
  border: 2px solid #c7f4ff;
  background-color: rgba(0, 49, 53, 0.55);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */
}

/* .title-bottom-shape{
    width: 150px!important;
    margin-right: -40px;
    margin: auto;
} */
.insight-slider-sec .slide-title span {
  position: relative;
}

.insight-slider-sec .slide-title span:before {
  position: absolute;
  background: url("../images/squiggle-vector.png") no-repeat top center /
    contain;
  right: 0;
  top: 35px;
  content: "";
  width: 110px;
  height: 110px;
  opacity: 0; /* hidden before animation */
}

/* Fire this once (with JS) */
.insight-slider-sec .slide-title span.draw-once:before {
  animation: drawShape 1.2s ease-out forwards;
}

@keyframes drawShape {
  0% {
    clip-path: inset(0 100% 0 0); /* fully hidden */
    opacity: 0;
  }

  100% {
    clip-path: inset(0 0 0 0); /* fully shown */
    opacity: 1;
  }
}

.insight-slider-sec .slick-dots li button:before {
  color: var(--Is-blue);
}

.insight-slider-sec .slick-dots li.slick-active button:before {
  color: var(--Is-blue);
}

.insight-slider-sec .slick-dots li {
  margin: 0px;
  width: 13px;
  height: 10px;
}

.does-your-space-think {
  padding: 250px 0;
}

.does-your-space-think .container {
  z-index: 1;
  position: relative;
}

/* .think-circle-shape {
    background: url('../images/does-your-space-think-shape.png')no-repeat top center/contain;
    padding: 15px;
} */

.think-circle-shape {
  display: inline-block;
  position: relative;
}

.think-circle-shape::before {
  /*   content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  background: url('../images/does-your-space-think-shape.png')
              no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 1;
  clip-path: inset(0 100% 0 0); 
  animation: drawShape 2.5s ease-in-out infinite; */
}

.think-circle-shape svg {
  position: absolute;
  left: -40px;
  top: -20px;
  z-index: -1;
}

/* @keyframes drawShape {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0.3;
    }

    40% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }

    70% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }

    100% {
        clip-path: inset(0 100% 0 0);
        opacity: 0.3;
    }
} */

/* .does-your-space-think::before {
  content: "";
  position: absolute;
  inset: 0;
   background: url('../images/space-think-img.svg')no-repeat top center/cover;
} */
.does-your-space-think canvas {
  width: 100% !important;
}

.testimonial-sec .testimonial-content {
  max-width: 750px;
  margin: auto;
}

.testimonial-sec .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}

.testimonial-card {
  border: 1px solid #00313559;
  border-radius: 20px;
  padding: 20px;
  min-height: 242px;
  text-align: left;
  position: relative;
}

.testimonial-sec .testimonial-slider {
  padding-top: 30px;
}

.testimonial-slider-arrows button {
  position: static;
  transform: none;
}

.dark-bg .testimonial-slider-arrows button svg circle {
  fill: var(--Is-blue);
}

.testimonial-slider-arrows {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 60px;
}

.testimonial-slider-arrows .slick-prev:before, 
.testimonial-slider-arrows .slick-next:before {
content: none;
display: none;
}

/* Draggable progress bar */
.progress-wrapper {
  width: 90%;
  margin: 70px auto 20px;
}

.testimonial-slider .client-details {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.client-bio {
  padding-top: 30px;
}

.clients-title {
  margin-bottom: 5rem;
}

input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 2px;
  background: #0031354d;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #003135;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  margin-top: -5px;
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #003135;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

/* services page */
.inner-banner-sec {
  padding-top: 170px;
}

.services-inner-wrap {
  padding-top: 40px;
}

.our-services-sec {
  color: var(--Is-green);
}

.our-services-sec .service-card,
.team-leadership-sec .team-card {
  border: 1px solid #00313540;
  border-radius: 8px;
}

.our-services-sec .service-content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px 0px 8px 8px;
}

.our-services-sec .service-content .button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-services-sec .service-image-wrap {
  height: 380px;
}

.our-services-sec .service-image-wrap img,
.team-leadership-sec .team-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}

.our-services-sec .service-card .service-overlay {
  display: none;
}

.our-services-sec .service-card:hover .service-overlay,
.team-leadership-sec .team-card:hover .team-overlay {
  display: block;
}

.team-leadership-sec .team-image-wrap {
  position: relative;
  overflow: hidden;
}

.team-leadership-sec .team-img,
.team-leadership-sec .team-overlay {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.6s ease-in-out;
}

.team-leadership-sec .team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  /* makes sure overlay does not block hover */
}

.team-leadership-sec .team-card:hover .team-overlay {
  opacity: 1;
}

.team-leadership-sec .team-card:hover .team-img {
  opacity: 0.85;
}

.our-services-sec .service-card .service-image-wrap {
  position: relative;
}

.our-services-sec .service-card .service-image-wrap::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: var(--Is-lime);
  z-index: 1;
}

.our-services-sec .service-card:hover .service-image-wrap::after {
  opacity: 0.8;
}

.our-services-sec .service-image-wrap {
  position: relative;
}

.our-services-sec .service-overlay-text {
  opacity: 0;
  position: absolute;
  top: 10px;
  padding: 30px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  font-size: 1.3em;
}

.our-services-sec .service-card:hover .service-overlay-text {
  opacity: 1;
}

.our-services-sec .service-card:hover .service-content,
.team-leadership-sec .team-card:hover .team-content {
  background: var(--Is-bg);
}

.our-services-sec .service-card .service-arrow img {
  opacity: 0;
  width: 25px;
}

.our-services-sec .service-card:hover .service-arrow img {
  opacity: 1;
}

/***************About Page CSS****************/
/* section.inner-hero-sec.about-hero {
  background-image: none,
    linear-gradient(to bottom, rgba(199, 244, 255, 1) 70%, #eefcff 100%);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;

  padding-top: 250px;
  padding-bottom: 0;
} */

/*************** About Hero Background ****************/
section.inner-hero-sec.about-hero {
  position: relative;

  /* Keep your SVG background */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;

  padding-top: 250px;
  padding-bottom: 0;
  overflow: hidden;
}

/* Gradient fade into next section */
section.inner-hero-sec.about-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;

  background: linear-gradient(
    to bottom,
    rgba(238, 252, 255, 0) 0%,
    #eefcff 100%
  );

  pointer-events: none;
  z-index: 1;
}

/* Keep content above gradient */
section.inner-hero-sec.about-hero > * {
  position: relative;
  z-index: 2;
}

.about-hero .dotps-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.about-hero h1 {
  font-weight: 600;
  line-height: 1;
}

.about-hero .hero-lets-make-content {
  max-width: 900px;
  padding-top: 100px;
}

.about-hero .hero-lets-make-content p {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--Is-green);
}

.value-sec .col {
  display: flex;
  border-right: 1px solid #000;
  padding-right: 25px;
  padding-left: 25px;
}

.value-sec .col:first-child {
  padding-left: 0;
}

.value-sec .col:last-of-type {
  border-right: 0;
}

.value-sec .col:nth-child(2) {
  padding-left: 0;
}

.value-sec .col-12 {
  padding-bottom: 40px;
}

.value-column h6 {
  display: inline-block;
  background: #e7ecdc;
  padding: 9px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.value-column h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

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

.value-column p {
  margin-top: 0;
  margin-bottom: 5px;
}

section.value-sec {
  background-image: linear-gradient(to bottom, #eefcff 0%, #fff6e7 100%);
}

/* .leadership-slider .slick-list.draggable .slick-track {
    display: flex;
    padding-block: 60px;
} */

.leadership-items.slick-active.slick-center {
  transform: scale(1.1);
  background: rgb(199 244 255 / 25%);
  border-radius: 15px;
  /* flex: 1.5; */
  /* padding: 31px; */
  /* padding-inline: 30px; */
}

.leadership-slider .slick-list.draggable {
  padding: 100px 0 0 !important;
}

.leadership-items {
  transform: scale(0.9);
  padding: 10px;
  background: transparent;
  transition: all 0.5s;
  /* flex: 1; */
}

.leader-thumb {
  padding: 20px 20px 0;
}

.leader-content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  padding: 0px 20px 20px;
}

.slick-active.slick-center .leader-content {
  visibility: visible;
  opacity: 1;
}

.leader-thumb img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.slick-active.slick-center .leader-thumb img {
  height: 300px;
  object-fit: cover;
}

.leader-content {
  padding-top: 15px;
}

.leader-content h5 {
  font-size: 15px;
}

.leader-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.leader-content p {
  font-size: 12px;
}

/* .leadership-sec .btn.main-btn:hover {
    background: var(--Is-green);
    color: var(--Is-blue);
} */

.leadership-sec .slick-next {
  background: url("../images/right-arrow.svg") no-repeat !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  right: 0;
  bottom: 10%;
  top: inherit;
  z-index: 1;
}

.leadership-sec .slick-prev {
  background: url("../images/left-arrow.svg") no-repeat !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
  bottom: 10%;
  top: inherit;
  z-index: 1;
}

.leadership-sec .slick-prev:before,
.leadership-sec .slick-next:before {
  display: none;
}

.content-sec {
  display: flex;
  gap: 10px;
}

.left-normal-img {
  width: 120px;
}

.right-contant {
  width: calc(100% - 120px);
  padding-left: 7%;
}

.right-contant p,
.right-contant div {
  font-size: 40px;
  color: var(--Is-blue);
}

/* People page css */

.team-inner-wrap {
  padding-top: 90px;
}

.team-leadership-sec .team-content {
  padding: 20px;
  border-radius: 0px 0px 8px 8px;
}

.team-leadership-sec {
  color: var(--Is-green);
}

.team-leadership-sec .team-role {
  margin-bottom: 10px;
}

.team-card:hover {
  background: var(--Is-bg);
}

.team-leadership-sec .team-image-wrap {
  border-bottom: 1px solid #00313540;
  border-radius: 8px;
}

.team-leadership-sec .team-card:hover .team-image-wrap {
  border-bottom: 0px;
}

.join-our-team .dotps-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.join-our-team {
  color: var(--Is-green);
  padding: 200px 0;
  background-size: 80% !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  /* background: #C7F4FF url('../images/join-bg.svg'); */
  background: #c7f4ff;
}

.join-our-team .btn {
  position: relative;
  z-index: 1;
}

.join-team-content p {
  max-width: 300px;
  margin: 20px 0 40px;
}

.team-leadership-sec {
  padding-bottom: 146px;
}

.align-items-end {
  align-items: end;
}

/* people-bio */

.team-bio-sec {
  color: var(--Is-green);
}

.team-bio {
  padding-left: 60px;
}

.team-bio-sec .team-bio h1 {
  font-size: 75px;
  margin-bottom: 20px;
}

.team-breadcrum {
  margin: 10px 0px 40px;
}

.team-breadcrum p {
  font-size: 22px;
}

.team-breadcrum a {
  text-decoration: underline;
}

.team-bio-sec .team-bio-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 35px;

  display: flex;
  gap: .5rem;
  align-items: center;
}

.team-bio-sec .people-bio-img img {
  border-radius: 10px;
}

.bio-italic-text {
  font-style: italic;
  margin-top: 60px;
  font-weight: 700;
}

.people-bio-leadership-text {
  font-size: 23px;
}

.team-bio-sec {
  padding-bottom: 80px;
}

.team-quote-text {
  font-weight: 600;
  font-style: italic;
  margin-top: 60px;
}

.carrer-join-our-team .dotps-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* contact us page  css */
.contact-us-sec form {
  padding: 30px;
  border: 1px solid var(--Is-green);
  border-radius: 10px;
  margin-top: 60px;
}

.contact-us-sec .btn-submit {
  display: flex;
  margin-left: auto;
}

.contact-us-sec .form-control,
.contact-us-sec .form-select {
  background: var(--Is-bg);
  border-radius: 10px;
  border: none;
  padding: 13px 25px;
}

.contact-us-sec .form-control:focus,
.contact-us-sec .form-select:focus {
  border: 1px solid var(--Is-green) !important;
  box-shadow: none;
}

.contact-us-sec .form-select {
  border: 1px solid var(--Is-green);
  background: transparent;
}

.contact-us-sec .btn.btn-company {
  border-radius: 10px;
  border: none;
  width: 100%;
  text-align: left;
  padding: 11px 25px;
  border: 1px solid var(--Is-green);
}

.contact-us-sec input::placeholder,
.contact-us-sec form select,
.contact-us-sec form textarea::placeholder {
  color: #00313540;
}

.contact-us-sec .btn:focus {
  box-shadow: none;
}

.contact-us-sec form label {
  margin: 10px 0px 20px;
}

.contact-us-sec form textarea {
  height: 180px;
}

.contact-us-sec .form-sub-heading {
  max-width: 500px;
}

.contact-us-sec form input,
.contact-us-sec textarea {
  font-size: 18px;
}

.contact-us-sec form select {
  background: url("../images/select-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 98% 42% !important;
}

.radio-btn-wrap .row.mb-3 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background-color: #e0f7fa;
  padding: 20px;
  border-radius: 8px;
}

.radio-btn-wrap .wpcf7-form-control {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.radio-btn-wrap label {
  margin: 0px !important;
}

.radio-btn-wrap .wpcf7-list-item {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: transparent;
  margin: 0px;
  padding: 14px 20px;
  border: 1px solid var(--Is-green);
  border-radius: 10px !important;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.radio-btn-wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.radio-btn-wrap .wpcf7-list-item input[type="radio"] {
  display: none;
}

.radio-btn-wrap .wpcf7-list-item:hover {
  background-color: var(--Is-bg);
}

.company-lable {
  margin: 0px !important;
}

.contact-us-sec form p:has(.wpcf7-form-control-wrap) {
  margin-bottom: 6px !important;
}

/* .radio-btn-wrap .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
 
  border-color: #ff5722; 
} */

.radio-btn-wrap .wpcf7-list-item.first {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.radio-btn-wrap .wpcf7-list-item.last {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*********work page css*****************/

.work-inner-wrap {
  padding-top: 90px;
}

.our-work-sec .team-content {
  padding: 20px;
  border-radius: 0px 0px 8px 8px;
}

.our-services-sec .team-role {
  margin-bottom: 10px;
}

.work-card:hover {
  background: var(--Is-bg);
}

.our-work-sec .work-image-wrap {
  border-radius: 10px;
  position: relative;
}

.our-work-sec .work-card:hover .work-image-wrap {
  border-bottom: 0px;
}

.our-work-sec .work-card {
  border: 1px solid #00313540;
  border-radius: 10px;
}

.our-work-sec .work-card:hover {
  border: 1px solid #00313540;
  border-radius: 10px;
  background-color: var(--Is-bg);
}

.our-work-sec .work-card .work-overlay {
  position: absolute;
  top: 0;
}

.our-work-sec .work-card .work-img,
.our-work-sec .work-card .work-overlay {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.our-work-sec .work-card .work-img {
  opacity: 1;
  border-radius: 10px;
}

.our-work-sec .work-card:hover .work-img {
  opacity: 0;
}

.our-work-sec .work-card .work-overlay {
  opacity: 0;
}

.our-work-sec .work-card:hover .work-overlay {
  opacity: 1;
}

.our-work-sec .work-content {
  padding: 20px 20px;
}

.our-work-sec .work-content p {
  max-width: 400px;
}

.our-work-sec .work-overlay-text {
  display: none;
  position: absolute;
  top: 0;
  padding: 20px;
}

.our-work-sec .work-card:hover .work-overlay-text {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.our-work-sec .work-overlay-link {
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(199, 244, 255, 0.9);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 8px 11px;
  color: var(--Is-green);
  font-size: 15px;
  width: max-content;
}

.our-work-sec .work-overlay-link img.btn-icon {
  /* filter: brightness(0) invert(1); */
  /* filter: brightness(0) saturate(100%) invert(16%) sepia(15%) saturate(3153%) hue-rotate(140deg) brightness(96%) contrast(105%); */
}

.our-work-sec .more-info-cta {
  /* text-decoration: underline; */
  border-bottom: 1px solid var(--Is-green);
  margin: 30px 0 10px;
  display: block;
  width: fit-content;
  font-size: 21px;
  padding-bottom: 7px;
}

/* *************work success story css********************* */
.work-success-image img {
  width: 100%;
  border-radius: 10px;
}

.work-breadcrum p {
  font-size: 22px;
}

.success-story-link-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.success-story-links {
  border: 1px solid var(--Is-green);
  padding: 8px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--Is-green);
  white-space: nowrap;
}

.success-story-links:hover {
  background: var(--Is-lime);
}

.success-story-content {
  padding-top: 80px;
}

.succes-story-inner {
  padding-top: 40px;
}

.success-story-inner-content {
  margin-bottom: 50px;
  max-width: 1100px;
}

.success-story-number {
  background: #b5e3ee;
  padding: 5px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  width: fit-content;
}

.work-overlay-links-wrap {
  margin-right: auto;
}

.by-number {
  padding-top: 0px;
}

.by-number-inner {
  padding-top: 30px;
}

.by-number-inner > div {
  transition: all 0.3s ease-in-out;
}

.by-number-inner > div:hover {
  transform: scale(1.05);
}

.by-number .number-card {
  /* background: var(--Is-green); */
  border-radius: 10px;
  /* padding: 50px 50px; */
  color: var(--Is-blue);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.by-number .number-card:hover {
  transform: scale(1.05);
}

.by-number .number-card-title {
  font-size: 40px;
  line-height: 44px;
  max-width: 200px;
  margin: auto;
  margin-top: 30px;
}

.percentage-inner-wrap {
  padding: 77px 0;
}

.percentage-number {
  font-size: 50px;
  background: url("../images/number-img.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px;
  color: var(--Is-lime);
  background-position: center;
}

.number-links {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Is-blue);
  gap: 10px;
  margin-bottom: 25px;
}

.number-links:hover {
  color: var(--Is-blue);
  opacity: 0.8;
}

.by-number .number-text {
  font-size: 162px;
  line-height: 164px;
  color: var(--Is-lime);
}

.by-number .number-inner {
  min-height: 224px;
}

.success-story-bottom-img img {
  border-radius: 10px;
}

.related-work {
  padding-top: 25px;
}

/* *****************login page css*************** */
.login-box form {
  padding: 40px 60px;
  border: 1px solid rgb(199 244 255 / 50%);
  border-radius: 10px;
  max-width: 850px;
  margin: auto;
  margin-top: 60px;
}

.login-box form input {
  width: 100%;
  border: 1px solid var(--Is-blue);
  border-radius: 10px !important;
  background: transparent;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.login-box form input::placeholder {
  color: var(--Is-blue);
}

.login-box form input:focus::placeholder {
  color: var(--Is-green);
}

.login-box form input:focus {
  background: var(--Is-blue);
  color: var(--Is-green);
}

.login-box form p {
  margin-bottom: 26px;
}

.login-box form .login-username,
.login-box form .login-password {
  margin-bottom: 0px;
}

.login-box form .login-remember {
  display: inline-block;
  width: 50%;
  margin-bottom: 0px;
}

.login-box form .login-submit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0px;
}

.login-box form .login-submit .button {
  width: fit-content;
  display: flex;
  justify-self: end;
  background: var(--Is-blue);
  color: var(--Is-green);
  padding: 10px 40px;
}

.login-box .form-options label {
  display: flex;
  width: max-content;
  gap: 5px;
  align-items: center;
}

.login-box .form-options input {
  width: fit-content;
}

.login-box .form-option-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-box .btn {
  background-color: var(--Is-light-bg);
  padding: 8px 30px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  color: var(--Is-green);
  letter-spacing: 0px;
  margin-left: 20px;
}

.login-box .btn:hover {
  background: #c4f851;
}

.login-box .btn:focus {
  box-shadow: none;
}

.login-box a {
  color: var(--Is-blue);
}

/* Custom Checkbox Style */
.login-box input[type="checkbox"] {
  appearance: none;
  /* remove default style */
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 16px;
  height: 16px;
  border: 1px solid var(--Is-blue);
  /* solid border */
  border-radius: 5px !important;
  /* small rounding */
  background: transparent;
  /* transparent background */
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 6px;
  padding: 10px;
  margin-bottom: 0px;
}

/* Checked State */
.login-box input[type="checkbox"]:checked {
  background: transparent;
  /* filled background */
  border-color: var(--Is-blue);
}

/* Add checkmark when checked */
.login-box input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ******************carrers page css***************** */
.carrer-inner {
  padding-top: 60px;
}

.Carrers-sec h1 {
  font-size: 74px;
  line-height: 80px;
}

.Carrers-sec .carrer-content {
  max-width: 800px;
  padding-top: 100px;
}

.carrer-image img {
  width: 100%;
  border-radius: 10px;
}

.carrer-join-our-team {
  color: var(--Is-blue);
  padding: 100px 0 200px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.carrer-bottom-col img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.carrer-bottom-col .carrer-bottom-content {
  opacity: 0;
  padding-top: 30px;
  transition: all 0.3s ease-in-out;
}

.carrer-bottom-img img {
  border-radius: 10px;
}

.carrer-bottom-col:hover .carrer-bottom-content {
  opacity: 1;
}

.carrer-bottom-col:hover .carrer-bottom-img img {
  transform: scale(1.05);
}

.carrer-join-content {
  text-align: center;
  padding-bottom: 380px;
}

.carrer-join-content .btn {
  z-index: 1;
  position: relative;
}

.carreer-join-heading {
  position: relative;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
}

/* .carreer-join-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 180px;
    height: 20px;
    left: 0;
    background: url(../images/bottom-lines.svg);
    background-size: contain;
    background-repeat: no-repeat;
} */

.carreer-join-heading svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  max-width: 180px;
}

.carreer-join-heading::after {
  content: "";
  position: absolute;
  bottom: 14px;
  width: 100px;
  height: 73px;
  right: -105px;
  background: url(../images/lines.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.join-star-icon {
  position: relative;
}

.join-star-icon::before {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 40px;
  left: 0;
  background: url(../images/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.benefit-row {
  row-gap: 30px;
  padding-top: 40px;
}

.benefit-card {
  border: 1px solid #00313540;
  padding: 30px;
  border-radius: 10px;
}

.benefit-card p {
  margin-bottom: 0px;
}

.wysiwyg ul {
  padding-left: 1rem;
}

.wysiwyg ul li {
  list-style-type: disc;
}

.location-content {
  max-width: 1000px;
  margin: auto;
}

.location-img-wrap img {
  border-radius: 8px;
  box-shadow: 0px 2px 25px 0px rgb(0 0 0 / 13%);
}

.location-details {
  padding-top: 30px;
  align-items: center;
}

.location-info {
  font-size: 35px;
  margin-bottom: 0px;
}

.get-direction {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  font-size: 22px;
  margin-bottom: 6px;
}

.location-detail-col:has(.get-direction) {
  text-align: right;
}

.get-direction .btn-icon {
  width: 28px;
}

/********************Services SI********************/
section.service-hero {
  padding-top: 180px;
  color: var(--Is-white);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 825px;
}

.service-hero h6 {
  border-bottom: 1px solid;
  display: inline-block;
  color: var(--Is-blue);
  margin-bottom: 60px;
}

.service-hero h1 {
  color: var(--Is-light-blue);
  margin-bottom: 40px;
}

.service-hero p {
  color: var(--Is-light-blue);
  max-width: 380px;
}

.service-hero-capacity-img {
  backdrop-filter: blur(14px);
  border-radius: 15px;
}

.action-btn {
  margin-top: 80px;
}

ul.link-btn a {
  border: 1px solid var(--Is-green);
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 400;
  color: var(--Is-green);
}

ul.link-btn a:hover {
  background: var(--Is-lime);
}

ul.link-btn a:focus {
  background: var(--Is-lime);
}

ul.link-btn li {
  padding: 6px;
}

ul.link-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.services-column {
  background: var(--Is-bg);
  border: 1px solid var(--Is-green);
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
}

.services-column .success-story-number {
  background: #e7ecdc;
}

.services-column span.more-info {
  margin-top: 15px;
  display: inline-block;
  border-bottom: 1px solid var(--Is-green);
  padding-bottom: 7px;
}

.services-column p {
  padding-right: 10%;
}

.services-column.light-blue-bg {
  background: var(--Is-light-blue);
  color: var(--Is-green);
}

.services-column.light-blue-bg:hover {
  background: var(--Is-bg);
}

.services-column.light-blue-bg .success-story-number {
  background: #b5e3ee;
}

.services-column.light-blue-bg:hover .success-story-number {
  background: #e7ecdc;
}

.services-column img {
  border-radius: 15px;
}

.services-column h2 {
  text-transform: capitalize;
}

.explore-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.trusted-sec {
  color: #fff;
}

.trusted-sec .progress {
  background-color: #c7f4ff4d;
  background-image: linear-gradient(to right, #c7f4ff, #c7f4ff);
}

.trusted-sec .testimonial-card {
  border: 1px solid var(--Is-blue);
}

.trusted-sec .testimonial-description p,
.trusted-sec .testimonial-description,
.trusted-sec .client-details p {
  color: var(--Is-blue);
}

.trusted-sec input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 2px;
  background: #ffffff4d;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.trusted-sec h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 60px;
  padding-top: 10px;
  color: var(--Is-light-blue, #00aaff);
  font-weight: 700;
  font-size: 48px;
  font-family: Arial, sans-serif;
  overflow: visible;
}

/* Left line shape */
.trusted-sec h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 30px;
  background: url("../images/line-shape.svg") no-repeat center center;
  background-size: contain;

  transform: scale(0.5);
  opacity: 0;

  animation: scaleFadeIn 2s ease forwards;
  animation-delay: 2s;
}

/* Right star shape */
.trusted-sec h2::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 60px;
  height: 130px;
  background: url("../images/star-vector.svg") no-repeat center center;
  background-size: contain;

  transform: scale(0.5);
  opacity: 0;

  animation: scaleFadeIn 2s ease forwards;
  animation-delay: 2s;
}

/* Keyframes for scaling and fading */
@keyframes scaleFadeIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.how-we-help-content h2 {
  margin: 10px 0;
}

.how-we-help-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.how-we-help .service-block {
  scroll-margin-top: 90px !important;
}

/* **************services si expanded page****************** */

.stragetic-right-boxes {
  padding-top: 20px;
}

.stragetic-right-boxes .stragetic-right-boxes-item {
  border-radius: 20px;
  border: 0px;
  padding: 15px 20px 20px;
}

.stragetic-right-item-img {
  display: flex;
  justify-content: end;
  margin-bottom: 50px;
}

.stragetic-right-item-img img {
  width: 25px;
}

/* **************cool shit page ********************* */
.page-id-649 .how-we-help ul.link-btn {
  max-width: 100%;
}

.cool-shit-img {
  position: relative;
  padding-left: 28px;
}

.cool-shit-img:before {
  position: absolute;
  left: -4px;
  top: 12px;
  width: 38px;
  height: 38px;
  content: "";
  background: url("../images/cool-shit-img.svg") no-repeat center center /
    contain;
}

.cool-shit-hero {
  position: relative;
  background: #003135 url("../images/cool-shit-banner.svg") no-repeat center
    center / cover;
}

.cool-shit-hero .container {
  position: relative;
  z-index: 1;
}

.cool-shit-hero::before {
  background-color: hsl(185deg 100% 10% / 25%);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cool-shit-reverse-row {
  padding-top: 100px;
}

.cool-shit-left-right-sec h2 {
  font-size: 70px;
  max-width: 400px;
}

.cool-shit-left-right-sec img {
  border-radius: 10px;
}

.cool-shit-reverse-col {
  position: relative;
}

.cool-shit-reverse-col .dotted-image {
  position: absolute;
  top: -76px;
  left: -20px;
  width: 440px;
}

.cool-shit-reverse-content {
  padding-left: 70px;
}

.dream-it-lines {
  position: relative;
}

.dream-it-lines svg {
  position: absolute;
  bottom: -1px;
  left: -15px;
  height: 11px;
  width: 100%;
}

/* 
.dream-it-lines::before {
    background: url('../images/line-shape.svg') no-repeat center center / contain;
    content: "";
    width: 243px;
    height: 10px;
    bottom: 0;
    left: 0;
    position: absolute;
}
 */
/* progress bar */

.progress {
  display: block;
  width: 100%;
  height: 2.5px;
  border-radius: 10px;
  overflow: hidden;

  background-color: #0031354d;
  background-image: linear-gradient(to right, #003135, #003135);
  background-repeat: no-repeat;
  background-size: 0 100%;

  transition: background-size 0.4s ease-in-out;
}

.footer .dot-drift-wrap {
  position: relative !important;
  max-width: 395px;
  height: auto;
}

.footer .dot-drift-wrap canvas {
  width: 100% !important;
}

.page-id-551 .cool-shit-left-right-sec {
  display: none;
}

/* footer */
footer .footer-col {
  padding: 50px 40px 40px;
}
footer .footer-col.footer-logo-col {
  padding: 0px;
}

footer {
  border-top: 1px solid var(--Is-blue);
  padding: 0px 0px;
  position: relative;
}

.footer-col:has(.footer-logo) {
  border-right: 1px solid var(--Is-blue);
}

footer .quicks-links {
  display: flex;
  justify-content: space-between;
}

footer .address-wrap {
  border-right: 1px solid var(--Is-blue);
  /* padding-left:40px;
    padding-right: 40px; */
}
footer .contact-wrap > div {
  margin-bottom: 8px;
  color: var(--Is-blue);
  text-decoration: none; 
}

footer .contact-wrap > div a {
  margin-bottom: 0px;
}

.newsletter-row {
  border-top: 1px solid var(--Is-blue);
  padding: 20px 33px;
  justify-content: center;
  align-items: center;
}

.newsletter-row form p {
  display: flex;
}

.newsletter-row form input {
  color: var(--Is-blue);
  height: 46px;
}

.newsletter-row form input:focus {
  color: var(--Is-blue);
}

.newsletter-row form .wpcf7-submit {
  border-radius: 0px 11px 11px 0px;
  border-left: 0px;
  color: var(--Is-blue);
  border: 1px solid;
  border-width: 1px 1px 1px 0px;
  text-decoration: underline;
}

footer.dark-bg a {
  color: var(--Is-blue);
  text-decoration: none;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
}

footer.dark-bg a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: 1px;
    background-color: var(--Is-blue);
}

footer.dark-bg a:hover {
  color: var(--Is-white);
}

footer .quick-nav-link {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

footer .address-details {
  display: flex;
  gap: 50px;
}

footer p {
  color: var(--Is-blue);
}

.footer-logo img {
  width: 350px;
}

footer .bottom-bar {
  border-top: 1px solid var(--Is-blue);
  padding: 0px 0;
}

footer .footer-tagline {
  border-right: 1px solid var(--Is-blue);
}
footer .policy-links {
  /* border-left: 1px solid var(--Is-blue); */
  border-right: 1px solid var(--Is-blue);
  /* padding: 20px ; */
  display: flex;
  gap: 100px;
}

footer .bottom-bar p,
footer .bottom-bar a {
  font-size: 14px;
  margin-bottom: 0px;
}

footer .bottom-footer-col,
.copy-right p {
  padding: 20px 40px;
}

footer .bottom-footer-col {
  display: flex;
  align-items: center;
}

.copy-right {
  display: flex;
}

.copy-right p {
  margin-bottom: 0px;
}

.copy-right p:first-child {
  border-right: 1px solid var(--Is-blue);
}

footer .newsletter-row p {
  margin-bottom: 0px;
}

footer .newsletter-form input {
  background: transparent !important;
  border-radius: 11px 0px 0px 11px;
  border-right: 0px;
  color: #c7f4ff80;
  border-color: var(--Is-blue) !important;
  box-shadow: none !important;
}

footer .newsletter-form input::placeholder {
  color: #c7f4ff80;
}

footer .newsletter-form button {
  background: transparent;
  border-radius: 0px 11px 11px 0px;
  border-left: 0px;
  text-decoration: underline;
  color: var(--Is-blue);
  border-color: var(--Is-blue);
}

span.more-info {
  cursor: pointer;
}

/* ======== archive page css ======== */

.archive-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #0c3c3b;
  margin-top: 2rem;
}

.archive-description {
  text-align: center;
  max-width: 700px;
  margin: 1rem auto;
  color: #666;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.archive-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.archive-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.archive-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.archive-content {
  padding: 1.2rem;
}

.archive-post-title a {
  color: #0c3c3b;
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 600;
}

.archive-excerpt {
  color: #555;
  margin: 0.8rem 0;
}

.archive-pagination {
  text-align: center;
  margin-top: 3rem;
}

.archive-pagination .page-numbers {
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}

.archive-pagination .current {
  background: #0c3c3b;
  color: #fff;
  border-color: #0c3c3b;
}

/* Hover State */
/* .navbar .nav-menu a:hover {
    color: var(--Is-lime);
} */

.hero-sec {
  padding-bottom: 200px;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  /* z-index: -1; */
  z-index: 0;
}
.hero-sec > .container {
  margin-top: 70px;
}
.dotps-canvas {
  pointer-events: none;
}

.hero-sec .dotps-wrap {
  position: absolute;
  z-index: -1;
  opacity: 1;
  /* top: 0; */
  bottom: 0;
  /* left: 0; */
  right: 0px;
}

.modal-content {
  border-radius: 8px;
  overflow: hidden;
}

.service-bg-image {
  position: absolute;
  background: transparent;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.service-bg-image img {
  object-fit: contain;
  max-width: 70%;
  max-height: 100%;

  /* Fade top & bottom 20% */
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
}

.cta-bg-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;

  background-color: transparent;
  background-repeat: no-repeat; /* IMPORTANT: stop tiling */
  background-position: center;
  background-size: cover;

  /* desktop parallax */
  background-attachment: fixed;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Mobile: iOS does not support fixed backgrounds, so prioritize correct fill */
@media (max-width: 768px) {
  .cta-bg-image {
    background-attachment: scroll;
    background-size: cover; /* fill the space */
    background-position: center; /* or "center top" if you prefer */
    background-repeat: no-repeat; /* keep it explicit */

    /* If you want the "depth" feel, do it with a pseudo-element or inner div.
       With this single element, scaling can cause edges to show, so keep it subtle. */
    transform: translateZ(0) scale(1.02);
    transform-origin: center;
  }
}

/* .cta-bg-image img {
    object-fit: cover;
    width: 110%;
    height: 110%;
    transform: translateY(0);
    transition: transform 0.1s linear;
} */

section.services-tabs-sec .dotps-wrap {
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: 0;
  bottom: 0;
  top: 20%;
  height: auto !important;
}

.does-your-space-think .dotps-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
}

/* Hero Section */
#video-container {
  height: auto !important;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  margin-top: 1rem;
}

.hero-btn:before {
  content: "";
  background-image: url(../images/icon-play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}

.hero-btn span {
  max-width: 140px;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

.hero-btn .encircle-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  z-index: -1;
}

#heroVideoModal .modal-content {
  background-color: transparent;
  border: none;
}

/* Make hero video modal larger */
#heroVideoModal .modal-dialog {
  width: 95%;
  max-width: 1400px;
  margin: 1.25rem auto;
}

@media (min-width: 1200px) {
  #heroVideoModal .modal-dialog {
    max-width: 1400px;
  }
}

@media (max-width: 576px) {
  #heroVideoModal .modal-dialog {
    width: 100%;
    margin: 0.75rem;
  }
}

/* Full Width Video Section */
.full-width-video-sec {
  background-color: #eefcff;
  
}

.full-width-video-sec-content {
  transition: opacity 0.4s ease-in-out;
}

.full-width-video-sec-content.loading {
  opacity: 0;
}

.full-width-video-sec-content {
    position: relative;
    border-radius: 20px;
  overflow: hidden;
}

.full-width-video-sec-play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    z-index: 5;
    transition: opacity 0.2s ease, background 0.2s ease;
}

.full-width-video-sec-play-btn:hover {
    background: rgba(0,0,0,0.6);
}

.full-width-video-sec-play-btn.hidden {
    opacity: 0;
    pointer-events: none;
}

.full-width-video-sec-play-btn svg path {
  fill: #000;
}

.full-width-video-sec-play-btn svg {
  transition: transform 0.15s ease;
}

.full-width-video-sec-content:hover .full-width-video-sec-play-btn svg {
  transform: scale(1.15);
}

/* Circular button */
/* .full-width-video-sec-play-btn svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    font-size: 64px;
    line-height: 1;
    background: rgba(255,255,255,0.85);
    color: #444;
    border-radius: 50%;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.full-width-video-sec-play-btn .dashicons::before {
    margin-left: 10px;
} */

/* Subtle interaction */
.full-width-video-sec-play-btn:hover .dashicons {
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.full-width-video-sec-play-btn:hover {
    background: rgba(0,0,0,0.6);
}

.full-width-video-sec-play-btn.hidden {
    opacity: 0;
    pointer-events: none;
}


.full-width-video-sec video,
#heroVideoModal video {
  border-radius: 1.5rem;
}

.full-width-video-sec-content {
  position: relative;
}

.full-width-video-sec-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #fff;
  opacity: 0.4;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

/************ media query apply here *************/
@media screen and (max-width: 1366px) {
  .testimonial-card {
    min-height: 291px;
  }
}

@media screen and (max-width: 1199px) {
  header {
    padding: 15px 0;
  }

  header .user-wrapper .dropdown-menu {
    left: -120px !important;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100vh;
    max-width: 100%;

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

    overflow-y: auto;
    background: var(--Is-blue);

    padding: 90px 20px;
    transition: opacity 0.5s 0.5s, visibility 0s 1s;
    opacity: 0;
    visibility: hidden;
  }

  .open .navbar {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
  }

  .navbar ul li a {
    font-size: 24px;
  }

  .menu_icon,
  .close_icon {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }

  .navbar ul {
    flex-direction: column;
    width: 100%;
  }

  .navbar ul li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
    transform: translateY(-40px);
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  }

  .open .navbar ul li {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.2s, opacity 0.2s;
  }

  .menu_icon {
    width: 40px;
    height: 40px;
    background: var(--Is-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }

  .menu_icon span {
    width: 20px;
    height: 2px;
    background: var(--Is-black);
    position: relative;
    transition: all 0.3s ease-in-out;
  }

  .menu_icon span:before,
  .menu_icon span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2.5px;
    background: var(--Is-black);
    transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
  }

  .menu_icon span:before {
    top: 6px;
  }

  .menu_icon span:after {
    top: -6px;
  }

  .open .menu_icon span {
    background: transparent;
  }

  .open .menu_icon span:before {
    top: 0;
    transform: rotate(45deg);
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
  }

  .open .menu_icon span:after {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
  }

  .navbar li ul.sub-menu {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 65px;
  }

  .services-column.light-blue-bg .large-heading {
    font-size: 40px;
    line-height: 45px;
  }

  footer .footer-col {
    padding: 30px 20px 30px;
  }

  footer .quicks-links {
    gap: 20px;
  }

  footer .footer-col {
    padding: 30px 20px 30px;
  }

  footer .address-details {
    gap: 0px;
    flex-direction: column;
  }

  .newsletter-row {
    padding: 20px 9px;
  }

  .copy-right p:first-child {
    padding-bottom: 0px;
    border-right: 0px;
  }

  .copy-right p:last-child {
    padding-top: 0px;
  }

  .copy-right {
    flex-direction: column;
    gap: 5px;
  }

  footer .bottom-footer-col {
    padding: 20px 13px;
  }

  footer .policy-links {
    gap: 14px;
  }

  .copy-right p {
    padding: 20px 0px;
  }

  .services-tabs-sec .strategic-img {
    width: 260px;
    left: -61px;
    top: -55px;
  }

  .hero-lets-make-content {
    padding-top: 40px;
  }

  .hero-content .space-img {
    width: 55%;
    margin: auto;
  }

  .hero-sec h1 {
    font-size: 88px;
    padding-top: 30px;
  }

  .insight-stat-img {
    width: 280px !important;
  }

  h2.word-reveal-text {
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 34px;
  }

  .testimonial-sec h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .does-your-space-think {
    padding: 150px 0;
  }

  .about-hero .col-md-7 {
    width: 100%;
  }

  .about-hero .hero-lets-make-content {
    padding-top: 35px;
  }

  .value-sec .col {
    margin-bottom: 38px;
    flex: 50%;
  }

  .value-sec .col:nth-child(2) {
    padding-left: 15px;
  }

  .value-sec .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .value-sec .col:nth-child(odd) {
    border-right: 0px;
    padding-left: 30px;
  }

  .leadership-items.slick-active.slick-center {
    transform: scale(1.1);
  }

  .right-contant p {
    font-size: 29px;
    line-height: 34px;
  }

  section.inner-hero-sec.about-hero {
    padding-top: 167px;
  }

  .value-column h2 {
    font-size: 31px;
  }

  .about-hero .hero-lets-make-content p {
    font-size: 31px;
  }

  .team-inner-wrap {
    padding-top: 20px;
  }

  .join-our-team {
    padding: 100px 0 110px;
  }

  .team-leadership-sec {
    padding-bottom: 80px;
  }

  .team-bio-sec .team-bio h1 {
    font-size: 60px;
  }

  .team-bio {
    padding-left: 40px;
  }

  .carrer-join-our-team {
    padding: 100px 0 0px;
  }

  .Carrers-sec h1 {
    font-size: 60px;
    line-height: 68px;
  }

  .carrer-bottom-col .carrer-bottom-content {
    opacity: 1;
  }

  .carrer-bottom-col {
    margin-bottom: 20px;
  }

  .carrer-bottom-col:last-child {
    margin-bottom: 0px;
  }

  .carrer-join-content {
    padding-bottom: 262px;
  }

  .benefit-row {
    row-gap: 0px;
  }

  .our-services-sec .service-image-wrap {
    height: 287px;
  }

  .our-services-sec .service-content {
    min-height: 113px;
  }
  
  section.service-hero {
    min-height: 600px;
  }

  .service-hero h1 {
    margin-bottom: 19px;
  }

  .service-hero h6 {
    margin-bottom: 17px;
  }

  .action-btn {
    margin-top: 21px;
  }

  .service-hero h1 {
    margin-bottom: 19px;
    font-size: 54px;
  }

  .testimonial-card {
    min-height: 320px;
  }

  .cool-shit-reverse-col .dotted-image {
    width: 284px;
  }

  .our-work-sec .work-overlay-link {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .our-work-sec .work-overlay-text {
    padding: 10px;
  }

  /* .slick-active.slick-center .leader-thumb img {
    height: 490px;

} */
}

@media screen and (max-width: 991px) {
  .team-bio {
    padding-left: 5px;
  }

  .team-inner-wrap {
    margin-top: 0px !important;
  }

  .work-inner-wrap {
    padding-top: 30px;
  }

  .by-number-inner {
    row-gap: 23px;
  }

  .success-story-bottom-img-sec {
    padding: 30px 0;
  }

  .single-our_work .testimonial-sec {
    padding-bottom: 0px;
  }

  .success-story-inner-content:last-child {
    margin-bottom: 0px;
  }

  .login-box form {
    margin-top: 30px;
  }

  .contact-us-sec form {
    margin-top: 30px;
  }

  .location-details .location-detail-col {
    text-align: center;
  }

  .get-direction {
    justify-content: center;
  }

  .benefit-row {
    row-gap: 0px;
  }

  .carrer-bottom-img-sec {
    padding-top: 0px;
  }

  .carrer-inner {
    padding-top: 20px;
  }

  .our-services-sec .service-image-wrap {
    height: 210px;
  }

  .services-inner-wrap {
    padding-top: 20px;
  }

  .services-column.light-blue-bg .large-heading {
    font-size: 33px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .cool-shit-left-right-sec h2 {
    font-size: 49px;
  }

  .our-services-sec .service-overlay-text {
    padding: 15px;
  }

  .cool-shit-reverse-content {
    padding-left: 10px;
    padding-top: 15px;
  }

  .does-your-space-think .container {
    padding: 0px !important;
  }

  .slick-active.slick-center .leader-thumb img {
    height: auto;
  }

  .leadership-items.slick-active.slick-center {
    transform: scale(1);
  }
}

@media screen and (max-width: 912px) {
  .services-tabs-sec .strategic-img {
    width: 206px;
    left: -12px;
    top: -55px;
  }

  .hero-sec {
    padding-bottom: 0px;
  }

  .hero-sec .hero-content {
    padding-bottom: 40px;
  }

  .insight-stat-img {
    width: 245px !important;
  }

  .insight-slider-sec .slick-prev {
    left: -5px;
  }

  .insight-slider-sec .slick-next {
    right: -5px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  .carreer-join-heading svg {
    bottom: -16px;
    max-width: 90px;
    left: -10px;
  }

  .footer-logo .dot-drift-wrap .dot-drift-canvas {
    width: 300px !important;
    height: auto !important;
    margin-left: -26px;
  }

  h2 {
    font-size: 30px;
  }

  h2.word-reveal-text {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-size: 27px;
  }

  .slick-active.slick-center .leader-thumb img {
    height: 260px;
    object-fit: cover;
  }

  .carreer-join-heading::after {
    right: 0px;
  }

  .hero-sec .dotps-wrap {
    right: 0px;
    height: 100vh !important;
  }

  .hero-sec .dotps-wrap canvas.dotps-canvas {
    object-fit: contain;
  }

  .hero-sec h1 {
    font-size: 63px;
    line-height: 68px;
    padding-top: 100px;
  }

  .hero-content .space-img {
    width: 73%;
    margin: auto;
  }

  .hero-lets-make-content {
    padding-top: 40px;
  }

  section {
    padding: 50px 5px;
  }

  section.padding-t-lg {
    padding-top: 75px;
  }

  section.padding-b-lg {
    padding-bottom: 75px;
  }

  section.padding-t-xl {
    padding-top: 100px;
  }

  section.padding-b-xl {
    padding-bottom: 100px;
  }

  .services-tabs-sec .strategic-img {
    width: 208px;
    left: 6px;
    top: -77px;
  }

  .services-tabs-sec .tab-decription {
    padding: 30px 15px 0px;
  }

  /* .header .btn.main-btn,
    .services-tabs-inner .nav-tabs .nav-link {
        width: 257px;
    } */

  .insight-stat-img {
    width: 180px !important;
  }

  .insight-slider-sec .slide-item img {
    width: 100%;
  }

  .insight-slider-sec .slick-dots {
    right: 18px;
  }

  .insight-slider-sec .blue-btn {
    margin-bottom: 0px;
  }

  .radio-btn-wrap .wpcf7-list-item {
    font-size: 15px;
    padding: 14px 10px;
  }

  .contact-us-sec .first-last-name {
    margin-bottom: 2px !important;
  }

  .login-box form .login-submit .button {
    justify-self: flex-start;
    margin-top: 23px;
  }

  .login-box form .login-submit {
    display: contents;
  }

  .login-box form .login-remember {
    display: contents;
  }

  .login-box form {
    padding: 30px 20px;
  }

  .footer .dot-drift-wrap canvas {
    width: 100% !important;
  }

  .footer .dot-drift-wrap {
    max-width: 100%;
    height: 120px;
  }

  header {
    max-width: 100%;
  }

  .does-your-space-think {
    padding: 50px 0;
  }

  .testimonial-sec .testimonial-slider {
    padding: 40px 0px 0px;
  }

  .large-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .does-your-space-think .large-heading {
    font-size: 39px;
    line-height: 52px;
  }

  footer .footer-col {
    padding: 40px 15px 0px;
  }

  .newsletter-row {
    border-top: 1px solid var(--Is-blue);
    padding: 20px 12px;
  }

  footer .address-details {
    display: flex;
    gap: 0px;
    flex-direction: column !important;
  }

  footer .address-wrap {
    border-right: 0px;
    padding-top: 10px !important;
  }

  .footer-col:has(.footer-logo) {
    border-right: 0px;
  }

  footer .policy-links {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid var(--Is-blue);
    padding-top: 0px !important;
  }

  footer .bottom-footer-col {
    padding: 20px 16px;
  }

  footer .footer-tagline {
    border-right: none;
  }

  .copy-right {
    text-align: left !important;
  }

  .copy-right p {
    padding: 20px 0px;
  }

  .copy-right p:first-child {
    padding-left: 0px;
  }

  .copy-right p:last-child {
    padding-right: 0px;
  }

  .testimonial-sec h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .insight-slider-sec .slick-next {
    right: 13px;
  }

  .insight-slider-sec .slick-prev {
    left: 13px;
  }

  .insight-slider-sec .slick-arrow {
    top: 116%;
  }

  .tab-description {
    padding-top: 30px;
  }

  .leadership-items.slick-active.slick-center {
    transform: scale(1);
  }
  .slick-initialized .slick-slide {
    margin-bottom: -70px;
  }
  section.inner-hero-sec.about-hero {
    padding-top: 150px;
  }

  .about-hero .hero-lets-make-content p {
    font-size: 24px;
  }

  .about-hero .hero-lets-make-content {
    padding-top: 30px;
  }

  .insight-slider-sec .content-sec {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .inner-banner-sec .right-contant {
    width: 100%;
    padding-left: 0px;
  }

  .insight-slider-sec .right-contant {
    width: 100% !important;
    padding-left: 0px !important;
    padding-top: 10px;
  }

  .right-contant p {
    font-size: 24px;
    color: var(--Is-blue);
    line-height: 31px;
  }

  .value-sec .col:nth-child(2) {
    padding-left: 15px;
  }

  .value-sec .col {
    flex: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }

  .value-sec .col:nth-child(2) {
    padding-top: 0px;
  }

  .value-column h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .leadership-slider .slick-list.draggable {
    padding: 40px 0 !important;
  }

  .value-sec .col:nth-child(odd) {
    border-right: 0px;
    padding-left: 15px;
  }

  .join-our-team {
    padding: 0px 0 50px;
  }

  .team-leadership-sec {
    padding-bottom: 70px;
  }

  .inner-banner-sec {
    padding-top: 140px;
  }

  .join-our-team .dot-drift-wrap {
    bottom: -17px;
  }

  .join-our-team canvas {
    height: 100% !important;
  }

  .team-bio {
    padding-left: 15px;
  }

  .team-bio-sec .team-bio h1 {
    font-size: 35px;
  }

  .team-bio-sec .team-bio-title {
    margin-bottom: 17px;
  }

  .team-inner-wrap {
    margin-top: 0px !important;
  }

  .team-bio-sec .team-bio h1 {
    margin-bottom: 13px;
  }

  .work-inner-wrap {
    padding-top: 10px;
  }

  .our-work-sec .work-overlay-link {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .our-work-sec .work-overlay-text {
    padding: 10px;
  }

  .success-story-links {
    padding: 8px 9px;
    font-size: 14px;
  }

  .success-story-inner-content {
    margin-bottom: 35px;
  }

  .success-story-inner-content:last-child {
    margin-bottom: 0px;
  }

  .success-story-bottom-img-sec {
    padding-bottom: 10px;
  }

  .login-box form {
    margin-top: 8px;
  }

  .contact-us-sec form {
    margin-top: 0px;
    padding: 20px 20px;
  }

  .Carrers-sec h1 {
    font-size: 35px;
    line-height: 42px;
  }

  .Carrers-sec .carrer-content {
    padding-top: 40px;
  }

  .carreer-join-heading::before {
    bottom: -16px;
    width: 139px;
  }

  .carreer-join-heading::after {
    bottom: -1px;
    width: 83px;
    height: 45px;
    right: -90px;
  }

  .join-star-icon::before {
    top: 0;
    height: 27px;
    left: -9px;
  }

  .location-info {
    font-size: 27px;
  }

  .benefit-card {
    padding: 25px 20px;
  }

  .benefit-row {
    padding-top: 20px;
  }

  .carrer-join-our-team {
    padding: 31px 0 71px;
  }

  .carrer-join-content {
    padding-bottom: 50px;
  }

  body,
  html {
    overflow-x: hidden;
  }

  .our-services-sec .service-image-wrap {
    height: auto;
  }

  .our-services-sec .service-content {
    min-height: auto;
  }

  .services-inner-wrap {
    padding-top: 10px;
  }

  ul.link-btn a {
    width: 335px;
  }

  .services-column span.more-info {
    margin-bottom: 34px;
  }

  .services-column {
    padding: 25px;
  }

  .explore-more {
    padding-top: 20px;
  }

  .services-column.light-blue-bg .large-heading {
    font-size: 29px;
    line-height: 33px;
    margin-bottom: 15px;
  }

  .service-hero-capacity-img {
    margin-top: 40px;
  }

  .action-btn {
    margin-top: 30px;
  }

  .service-hero h6 {
    margin-bottom: 15px;
  }

  .service-hero h1 {
    margin-bottom: 21px;
  }

  section.service-hero {
    padding-top: 150px;
  }

  .service-hero h1 {
    font-size: 35px;
  }

  .dream-it-lines::before {
    width: 115px;
  }

  .cool-shit-left-right-sec h2 {
    font-size: 30px;
  }

  .cool-shit-reverse-col .dotted-image {
    top: -59px;
    left: -5px;
    width: 208px;
  }

  .cool-shit-reverse-content {
    padding-left: 12px;
    padding-top: 20px;
  }

  .testimonial-card {
    min-height: 326px;
  }

  .does-your-space-think .container {
    padding: 0px !important;
  }
}

@media screen and (max-width: 372px) {
  .success-story-links {
    font-size: 13px;
  }
}

/*  */


@media screen and (max-width: 650px) {
  /* .think-circle-shape {
    display: block;
  } */

  .think-circle-shape svg {
    left: 50%;
    transform: translateX(-50%) scale(.7);
  }

  .does-your-space-think .large-heading {
    font-size: 30px;
  }

  .hero-content .video-background {
    display: none;
  }

  /* Remove the "hover state" for the case studies on the work page. */
    .our-work-sec .work-card:hover .work-img {
      opacity:1;
    }

    .our-work-sec .work-card:hover .work-overlay,
    .our-work-sec .work-card:hover .work-overlay-text,
    .our-work-sec .work-card:hover .work-overlay-links-wrap {
      display: none !important;
    }
}