:root {
  --bg-color: #18191b;
  --theme-color: #0e0f11;
  --main-color: #15598f;
}

.main-color {
  color: var(--main-color);
}

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999;
}
.navbar.nav-scroll {
  padding: 0;
  position: fixed;
  top: -80px;
  padding: 15px 0;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition:
    transform 0.8s,
    -webkit-transform 0.8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.navbar .logo {
  padding: 0px 15px;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 30px;
}
.navbar .navbar-nav {
  padding: 2px 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  margin-left: 15px;
}
.navbar .navbar-nav .nav-link {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}
.navbar .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
}
.navbar .topnav .butn {
  padding: 7px 20px;
  background: #fff;
  color: #1d1d1d;
  margin-right: 15px;
}

/* --------------- header --------------- */
.header-dm {
  position: relative;
  background-color: #0e0f11;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.header-dm .container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1320px;
}

.header-dm .row {
  min-height: 80vh;
  align-items: center;
}

.header-dm .caption {
  position: relative;
  z-index: 3;
}

.header-dm .caption .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 0px;
}

.header-dm .caption .butn.butn-rounded,
.header-dm .caption .crv-butn {
  height: 45px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s;
}

.header-dm .caption .butn.butn-rounded {
  background: #fff;
  color: #1d1d1d;
}

.header-dm .caption .butn.butn-rounded:hover {
  background: var(--main-color);
}

.header-dm .caption .butn.butn-rounded .icon,
.header-dm .caption .crv-butn .icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.header-dm .caption .butn.butn-rounded .icon img,
.header-dm .caption .crv-butn .icon img {
  width: 14px;
  transition: transform 0.3s;
}

.header-dm .caption .crv-butn {
  background: var(--main-color);
  color: #1d1d1d;
}

.header-dm .caption .crv-butn:hover .icon img,
.header-dm .caption .butn.butn-rounded:hover .icon img {
  transform: rotate(45deg);
}

.header-dm .caption h1 {
  font-size: 64px;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.header-dm .caption p {
  font-size: 18px;
  line-height: 1.6;
  color: #a4a4a4;
}

.header-dm .caption .butn.butn-rounded {
  background: #fff;
  color: #1d1d1d;
  padding: 7px 20px;
}

.header-dm .caption .butn.butn-rounded:hover {
  background: var(--main-color);
}

.header-dm .caption .crv-butn {
  margin-left: 15px;
}

.header-dm .caption .crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px;
}

.header-dm .caption .crv-butn:hover .icon {
  margin-left: 5px;
}

.header-dm .caption .crv-butn:hover .icon img {
  transform: rotate(45deg);
}

.header-dm .imgs-cube {
  position: relative;
}
.header-dm .imgs-cube .imgs {
  position: absolute;
  top: 50px;
  right: -100px;
}
.header-dm .imgs-cube .imgs .circle {
  width: 200px;
  position: relative;
  z-index: 4;
}
.header-dm .imgs-cube .imgs .circle:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: -1;
}

.header-dm .mimg {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  width: 50%;
}
.header-dm .mimg img {
  border-radius: 0 30px 30px 0;
}
.header-dm .mimg .shaps.top {
  background: var(--theme-color);
  border-radius: 0 0 30px 0;
  width: 45%;
  height: 150px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.header-dm .mimg .shaps.top .shap-right-top {
  position: absolute;
  top: 0;
  right: -2.05rem;
}
.header-dm .mimg .shaps.top .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.header-dm .mimg .shaps.top .shap-left-bottom {
  position: absolute;
  bottom: -2.05rem;
  left: -1px;
}
.header-dm .mimg .shaps.top .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.header-dm .mimg .text {
  background: var(--theme-color);
  border-radius: 0 30px 0 0;
  padding: 30px 30px 0 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  text-align: right;
}
.header-dm .mimg .text .shap-left-top {
  position: absolute;
  left: 0;
  top: -2.05rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.header-dm .mimg .text .shap-left-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.header-dm .mimg .text .shap-right-bottom {
  position: absolute;
  right: -2.05rem;
  bottom: -1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.header-dm .mimg .text .shap-right-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}

.header-slider {
  height: 80vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.header-slider .swiper-container {
  height: 80vh;
  width: 100%;
  margin-left: auto;
  padding: 0;
  overflow: visible;
}

.header-slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: ease-out !important;
}

.header-slider .swiper-slide {
  height: 280px !important;
  opacity: 0.15;
  transform: none !important;
  transition: opacity 0.6s ease;
  position: relative;
  padding-right: 15px;
}

.header-slider .swiper-slide-prev,
.header-slider .swiper-slide-next {
  opacity: 0.3;
  transform: none !important;
}

.header-slider .swiper-slide-active {
  opacity: 1;
  transform: none !important;
  height: 320px !important;
}

.header-slider .swiper-slide .img {
  width: 95%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.header-slider .swiper-slide .img img:not(.product-logo) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: none !important;
  transform: none !important;
  opacity: 0.5;
}

.header-slider .swiper-slide .img .product-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 120px;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}

.header-slider .swiper-slide-active .img img:not(.product-logo) {
  transform: none !important;
  opacity: 0.6; /* Maintain reduced opacity even for active slide */
}

.header-slider .swiper-pagination {
  position: absolute;
  right: 30px;
  width: auto !important;
  left: auto !important;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.4s;
}

.header-slider .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.5);
}

/* --------------- Works --------------- */
.works-dm .sec-head {
  padding-left: 100px;
}

.works-dm .item {
  margin-top: 80px;
}
.works-dm .item:hover .img .tags {
  opacity: 1;
}
.works-dm .item .img {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.works-dm .item .img .tags {
  position: absolute;
  bottom: 15px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.works-dm .item .img .tags a {
  padding: 7px 15px;
  background: #fff;
  border-radius: 30px;
  color: var(--theme-color);
  font-size: 14px;
  margin: 0 -5px;
}
.works-dm .item .img .tags a:hover {
  background: var(--main-color);
}
.works-dm .item .img .tags.colorful a {
  background: var(--main-color);
}
.works-dm .item .info {
  font-size: 14px;
}
.works-dm .item .info .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: 0 10px;
}

/* --------------- Services --------------- */
.services-dm {
  position: relative;
  z-index: 3;
}
.services-dm .img-patern {
  position: absolute;
  bottom: 10%;
  left: -15%;
  width: 30%;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.07;
  z-index: -1;
}
.services-dm .item {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-dm .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.services-dm .item .title h2 {
  font-size: 100px;
  letter-spacing: -4px;
}
.services-dm .item p {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-dm .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: 150px;
}
.services-dm .item .icon img {
  width: 30px;
}
.services-dm .item:hover .title {
  margin-bottom: 0;
  color: var(--main-color);
}
.services-dm .item:hover p {
  opacity: 1;
}

/* --------------- Testimonials --------------- */
.testimonials-dm {
  overflow: hidden !important;
}
.testimonials-dm .sec-head .states h6 {
  font-size: 16px;
}
.testimonials-dm .sec-head .states h6 i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
  background: #1a1b1e;
  margin-right: 5px;
}
.testimonials-dm .swiper {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: visible;
}
.testimonials-dm .swiper-wrapper {
  padding-bottom: 140px;
}
.testimonials-dm .item {
  padding: 40px 30px;
  border-radius: 15px;
  background: var(--bg-color);
}
.testimonials-dm .item .fit-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonials-dm .item span.sub-color {
  font-size: 16px;
}
.testimonials-dm .item .stars {
  color: var(--main-color);
  font-size: 13px;
}
.testimonials-dm .swiper-pagination {
  position: absolute;
  bottom: 0;
  top: auto;
  background: rgba(255, 255, 255, 0.08);
  height: 2px;
}
.testimonials-dm .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* --------------- footer --------------- */
.footer-sa {
  background: var(--bg-color);
  border-radius: 30px 30px 0 0;
}
.footer-sa .logo {
  width: 160px;
}
.footer-sa .contact-info .item {
  margin-bottom: 50px;
}
.footer-sa .contact-info .item span {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sa .contact-info .social-icon a:hover {
  border-color: #fff;
}
.footer-sa .sub-footer .copy p {
  font-size: 14px;
}
.footer-sa .sub-footer .copy p a {
  color: #fff;
}
.footer-sa .sub-footer .links {
  width: 100%;
}
.footer-sa .sub-footer .links a {
  font-size: 14px;
}
.footer-sa .sub-footer .links .active {
  color: #fff;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: 64px;
  letter-spacing: -3px;
}

h2 {
  font-size: 48px;
  letter-spacing: -3px;
}


h3 {
  font-size: 40px;
  letter-spacing: -2px;
}

h4 {
  font-size: 36px;
  letter-spacing: -2px;
}

/* Media query for responsive h4 on mobile view */
@media screen and (max-width: 767px) {
  h4 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  h4 {
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 1.3;
  }
}

h5 {
  font-size: 32px;
  letter-spacing: -1px;
}

h6 {
  font-size: 24px;
}

.sub-bg {
  background: var(--bg-color);
}

.sub-color {
  color: #a4a4a4;
}

.sub-head {
  font-size: 20px;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #a4a4a4;
  margin: 0;
}

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300;
}
.sec-head .sub-head:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.text-indent {
  text-indent: 20%;
}

.loader-wrap svg {
  fill: #1d1d1d;
}

.crv-butn span {
  background: var(--main-color);
  color: #fff;
}

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 30px;
  position: relative;
}
.crv-butn .text:after {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--main-color);
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.crv-butn .icon img {
  width: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px;
}

.crv-butn:hover .icon {
  margin-left: 5px;
}
.crv-butn:hover .icon img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.butn.butn-bord:hover {
  background: #fff;
  color: #212121;
}

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.butn .icon {
  width: 18px;
}

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .header-dm .caption {
    height: 320px;
  }
  .header-dm .mimg {
    width: 98%;
    top: -15px;
    right: 1%;
  }
  .header-dm .mimg .shaps.top {
    width: 90%;
    height: 220px;
  }
  .sec-head .sub-head {
    margin-bottom: 30px;
  }
  .text-indent {
    text-indent: inherit;
  }
  .intro-vid {
    margin-top: 120px;
  }
  .services-dm .item .title h2 {
    font-size: 80px;
  }
  .works-dm .sec-head {
    padding-left: 0;
  }
  .works-dm .gallery,
  .works-dm .items {
    position: static !important;
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .header-dm .caption h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .services-dm .item {
    display: block !important;
  }
  .services-dm .item .title h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .intro-vid {
    margin-top: 0;
  }
  .intro-vid .bg-img .states {
    display: none;
  }
  .testimonials-dm .sec-head .states .ml-80 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 991px) {
    .header-dm .col-lg-6:last-child {
        display: none;
    }

    .header-dm .col-lg-6:first-child {
        width: 100%;
    }

    .header-dm .caption {
        padding-right: 0;
        text-align: center;
    }

    .header-dm .caption .btn-wrapper {
        justify-content: center;
    }

    .header-dm .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* --------------- about pg --------------- */
.about-hed .caption {
  position: relative;
}
.about-hed .caption h1 span {
  letter-spacing: normal;
}

.about-hed .main-marq {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.about-hed .main-marq .item {
  padding: 0 50px !important;
}
.about-hed .main-marq h2 span {
  font-size: 10vw;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-hed .fit-img {
  height: 540px;
}

.services-about-dm {
  position: relative;
  z-index: 3;
}
.services-about-dm .img-patern {
  position: absolute;
  bottom: 10%;
  left: -15%;
  width: 30%;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.07;
  z-index: -1;
}
.services-about-dm .item {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-about-dm .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.services-about-dm .item .title h2 {
  font-size: 100px;
  letter-spacing: -4px;
}
.services-about-dm .item p {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-about-dm .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: 150px;
}
.services-about-dm .item .icon img {
  width: 30px;
}
.services-about-dm .item:hover .title {
  margin-bottom: 0;
  color: var(--main-color);
}
.services-about-dm .item:hover p {
  opacity: 1;
}

.intro-iner {
  position: relative;
}
.intro-iner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 4;
  display: none;
}
.intro-iner .content .item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.intro-iner .content .item span {
  font-size: 16px;
  padding: 8px 24px;
  background: var(--bg-color);
  border-radius: 30px;
}
.intro-iner .content .item span.bdark {
  background: #777;
  color: #fff;
}
.intro-iner .content .item span.bred {
  background: var(--main-color);
  color: var(--theme-color);
}
.intro-iner .content .item img {
  width: 50px;
}
.intro-iner .content .item .icon1 img {
  width: 70px;
}
.intro-iner .img-box {
  position: relative;
}
.intro-iner .img-box .states {
  position: absolute;
  bottom: 120px;
  left: -30px;
  background: var(--main-color);
  color: #212121;
  padding: 20px 20px;
  border-radius: 15px;
  z-index: 3;
}
.intro-iner .img-box .just-shape {
  background: var(--theme-color);
  border-radius: 0 0 30px 0;
  width: 200px;
  height: 50px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.intro-iner .img-box .just-shape .shap-right-top {
  position: absolute;
  top: -1px;
  right: -2.05rem;
}
.intro-iner .img-box .just-shape .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .just-shape .shap-left-bottom {
  position: absolute;
  bottom: -2.05rem;
  left: -1px;
}
.intro-iner .img-box .just-shape .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .butn-vid {
  background: var(--theme-color);
  border-radius: 30px 0 0 0;
  padding: 40px 0 0 30px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.intro-iner .img-box .butn-vid .vid {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #212121;
  position: relative;
}
.intro-iner .img-box .butn-vid .vid:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.intro-iner .img-box .butn-vid .cont {
  padding-left: 20px;
}
.intro-iner .img-box .butn-vid .shap-right-top {
  position: absolute;
  right: 0;
  top: -2.05rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-iner .img-box .butn-vid .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .butn-vid .shap-left-bottom {
  position: absolute;
  left: -2.05rem;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-iner .img-box .butn-vid .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img {
  height: 580px;
  border-radius: 15px;
}
.intro-iner .sec-head {
  padding-top: 40px;
}
.intro-iner .accordion-item {
  background: transparent;
  border-radius: 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  margin-bottom: 5px;
}
.intro-iner .accordion-item .accordion-header {
  background: transparent;
}
.intro-iner .accordion-item .accordion-header button {
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 30px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.intro-iner .accordion-item .accordion-header button:after {
  background-image: url(../imgs/plus-solid.svg);
  -webkit-filter: invert(1);
  filter: invert(1);
}
.intro-iner .accordion-item .accordion-header button:not(.collapsed):after {
  background-image: url(../imgs/minus-solid.svg);
}
.intro-iner .accordion-item .accordion-body {
  padding: 0;
  padding: 0px 100px 30px 0;
}
.intro-iner .accordion-item .accordion-body p {
  font-size: 14px;
}

.team-mp .item {
  background: #212121;
  border-radius: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-mp .item:hover {
  background: var(--main-color);
  color: #212121;
}
.team-mp .item:hover .cont span {
  color: #212121;
}
.team-mp .item:hover .social-icon a {
  border-color: #212121;
}
.team-mp .item:hover .social-icon a:hover {
  border-color: #fff;
}
.team-mp .item .img {
  width: 420px;
  height: 170px;
  overflow: hidden;
}
.team-mp .item .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.team-mp .item .cont {
  padding: 30px 0 0 50px;
}
.team-mp .item .cont span {
  font-size: 14px;
  color: #b1b1b1;
  margin-top: 15px;
}
.team-mp .item .social-icon {
  padding: 30px 30px 0 0;
}
.team-mp .item .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 14px;
  margin: 0 5px;
}
.team-mp .item .social-icon a:hover {
  background: #fff;
  color: #212121;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.testimonials-ds .qoute-icon .text {
  width: 240px;
}
.testimonials-ds .qoute-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
}

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-ds .item .info .info-text {
  padding-left: 20px;
}
.testimonials-ds .item .info .info-text p {
  font-size: 14px;
  color: #bbbbbb;
  margin-top: 5px;
}

.testimonials-ds .swiper {
  position: relative;
}
.testimonials-ds .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  background: #bbbbbb;
}
.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}

.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  height: 100%;
  padding: 50px 30px;
}
.clients-ds .item .text-center {
  width: 100%;
}
.clients-ds .item .img {
  max-width: 100px;
  margin: auto;
}
.clients-ds .item p {
  margin-top: 30px;
}

.footer-about-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.footer-about-sa .call-action h2 .buton {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: -80px;
  right: 8%;
  font-size: 32px;
  color: #fff;
}
.footer-about-sa .call-action h2 .buton img {
  width: 30px;
}

.footer-about-sa .logo {
  width: 160px;
}

.footer-about-sa .contact-info .item {
  margin-bottom: 50px;
}
.footer-about-sa .contact-info .item span {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-about-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-about-sa .contact-info .social-icon a:hover {
  border-color: #fff;
}

.footer-about-sa .sub-footer .copy p {
  font-size: 14px;
}
.footer-about-sa .sub-footer .copy p a {
  color: #fff;
}

.footer-about-sa .sub-footer .links {
  width: 100%;
}
.footer-about-sa .sub-footer .links a {
  font-size: 14px;
}
.footer-about-sa .sub-footer .links .active {
  color: #fff;
}

/* --------------- Portfolio pg --------------- */
.work-hed .caption h1 {
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase;
}

.work-hed .caption .path span {
  margin: 0 10px;
}

.work-card .card-item {
  margin-bottom: 30px;
}
.work-card .card-item .img {
  position: relative;
  height: 650px;
  border-radius: 15px;
  overflow: hidden;
}
.work-card .card-item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(transparent));
  background-image: -webkit-linear-gradient(top, var(--theme-color), transparent);
  background-image: -o-linear-gradient(top, var(--theme-color), transparent);
  background-image: linear-gradient(to bottom, var(--theme-color), transparent);
  opacity: 0.6;
}
.work-card .card-item .img .tags {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}
.work-card .card-item .img .tags a {
  font-size: 12px;
  line-height: 1;
  padding: 7px 12px;
  margin-right: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}
.work-card .card-item h5 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 80px;
  line-height: 1;
  z-index: 3;
}
.work-card .card-item h5.bottom {
  top: auto;
  bottom: 30px;
}
.work-card .card-item h5.left {
  text-align: left;
  padding-left: 30px;
}
.work-card .card-item h5.right {
  text-align: right;
  padding-right: 30px;
}
.work-card .card-item .img {
  height: 500px;
}
.work-card .card-item h5 {
  font-size: 35px;
}

/* --------------- Careers pg --------------- */
.contact-hed .caption h1 {
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-hed .google-map {
  height: 540px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 15px;
  overflow: hidden;
}
.contact-hed .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clients-dm {
  position: relative;
}
.clients-dm:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 200px;
  z-index: 3;
}
.clients-dm:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 200px;
  z-index: 3;
}
.clients-dm .item {
  margin: 0 80px;
}
.clients-dm .item img {
  width: 140px;
}


.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-pg input:focus,
.contact-pg textarea:focus {
  border-color: #fff;
}

.contact-pg textarea {
  min-height: 180px;
}

.contact-pg .butn:hover {
  background: var(--main-color) !important;
}



.work-hed2 .caption {
  position: relative;
}
.work-hed2 .caption h1 span {
  letter-spacing: normal;
}

.work-hed2 .fit-img {
  height: 620px;
}


.proj-details .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.proj-details .accordion-item.active {
  border-color: var(--main-color);
}
.proj-details .accordion-item.active button {
  color: var(--main-color) !important;
}
.proj-details .accordion-item .accordion-header {
  background: transparent;
}
.proj-details .accordion-item .accordion-header button {
  background: transparent;
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 15px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.proj-details .accordion-item .accordion-header button span {
  font-size: 14px;
  margin-right: 80px;
}
.proj-details .accordion-item .accordion-header button:after {
  display: none;
}
.proj-details .accordion-item .accordion-body {
  padding: 0 0 15px 90px;
}
.proj-details .accordion-item .accordion-body p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .footer-about-sa .call-action h2 {
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
  
  .footer-about-sa .call-action h2 .buton {
    width: 90px;
    height: 90px;
    top: -30px;
    right: 0;
    font-size: 16px;
  }
  
  .footer-about-sa .call-action h2 .buton img {
    width: 14px;
  }
}

/* Media query for responsive heading on mobile view */
@media screen and (max-width: 767px) {
  .contact-hed .caption h1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .contact-hed .caption h1 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-top: 30px;
  }
}

/* Media query for responsive sec-head on mobile view */
@media screen and (max-width: 767px) {
  .sec-head {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
  
  .sec-head .sub-head {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .sec-head {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
  
  .sec-head .sub-head {
    font-size: 14px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .header-dm .caption .butn.butn-rounded,
  .header-dm .caption .crv-butn {
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }

  .header-dm .caption .butn.butn-rounded .icon,
  .header-dm .caption .crv-butn .icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }

  .header-dm .caption .butn.butn-rounded .icon img,
  .header-dm .caption .crv-butn .icon img {
    width: 12px;
  }
}

@media screen and (max-width: 480px) {
  .header-dm .caption .butn.butn-rounded,
  .header-dm .caption .crv-butn {
    height: 36px;
    padding: 0 15px;
    font-size: 12px;
  }

  .header-dm .caption .butn.butn-rounded .icon,
  .header-dm .caption .crv-butn .icon {
    width: 14px;
    height: 14px;
    margin-left: 6px;
  }

  .header-dm .caption .butn.butn-rounded .icon img,
  .header-dm .caption .crv-butn .icon img {
    width: 10px;
  }
}
