:root {
  --primary-color: #000000;
  /* Black */
  --secondary-color: #1f3565;
  /* Secondary */
  --tertiary-color: #b70f80;
  /* Tertiary */
  --bg-color: #fff;
  --main-color: var(--secondary-color);
  --theme-color: #D4DEE7;

  --slide-width: min(25vw, 300px);
  --slide-aspect: 2 / 3;

  --slide-transition-duration: 800ms;
  --slide-transition-easing: ease;
}

/* Add font-face for Gilroy and Poppins */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/gilroy/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/gilroy/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/poppins/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/poppins/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* Replace Inter with Poppins for body text */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #0D0D0D;
  background-color: var(--theme-color);
}

/* Apply Gilroy for titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  /* top: 30px; */
  padding: 10px 0;
  margin: 0;
  width: 100%;
  background: #5656563d;
  border-bottom: 4px solid #fff;
  z-index: 9999999;
  border-bottom: 4px solid #b70f80;
}

.navbar.nav-scroll {
  padding: 0;
  position: fixed;
  top: -80px;
  padding: 15px 0;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.navbar .logo {
  padding: 7px 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: auto;
  /* Push the nav to the right */
}

.navbar .navbar-nav .nav-link {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: var(--bg-color);
}

.navbar .navbar-nav .nav-link.active {
  background: rgba(31, 53, 101, 0.1);
  /* Secondary color with transparency */
}

.navbar .topnav .butn {
  padding: 7px 20px;
  background: #fff;
  color: #1d1d1d;
  margin-right: 15px;
}

/* --------------- header --------------- */
.header-mst {
  padding: 16em 0;
}

.header-mst .caption h1 {
  font-size: 128px;
}

.header-mst .butons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-mst .butons .bg,
.header-mst .butons .bord {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.header-mst .butons .bg {
  background: var(--secondary-color);
  position: relative;
  z-index: 3;
}

.header-mst .butons .bord {
  border: 1px solid var(--tertiary-color);
  padding: 20px;
  margin-left: -30px;
  background: #00000054;
  backdrop-filter: blur(8px);
}

.header-mst .cont .arrow {
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.header-mst .cont .arrow svg {
  width: 15px;
}

.header-mst .cont span {
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 16px;
  margin-left: 10px;
}

/* --------------- Awards --------------- */
.hero-mst {
  background: var(--bg-color);
  border-radius: 50px 50px 0 0;
  position: relative;
  padding: ;
  z-index: 5;
}

.hero-mst .img {
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  max-width: 550px;
  margin: auto;
}

.hero-mst .exp {
  position: absolute;
  top: 30%;
  left: 15px;
}

.hero-mst .exp span {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.3;
}

.hero-mst .exp h2 {
  font-size: 100px;
}

.hero-mst .curve {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.about-smt {
  background: var(--theme-color);
  border-radius: 50px 50px;
  position: relative;
  margin-top: -60px;
  z-index: 7;
}

.about-smt .boxs {
  position: relative;
  bottom: -100px;
}

.about-smt .boxs .item {
  padding: 60px 20px;
  width: 100%;
}

.about-smt .boxs .item h2 {
  font-size: 100px;
}

.about-smt .boxs .item h6 {
  font-size: 18px;
}

.about-smt .boxs .bg-color {
  background: var(--main-color);
}

.about-smt .main-img {
  height: 70vh;
  min-height: 500px;
}

/* --------------- Works --------------- */
.work-matrial {
  background: #fff;
  border-radius: 50px 50px 0 0;
  margin-top: -60px;
  padding-bottom: 200px;
  position: relative;
  z-index: 5;
}

.work-matrial .butn.butn-bord {
  border-color: rgba(0, 0, 0, 0.2);
}

.work-matrial .swiper-cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 10;
  flex-shrink: 10;
  min-height: 0;
  padding: 0 15px;
}

.work-matrial .swiper {
  width: 100%;
  height: 100%;
}

.work-matrial .swiper-material {
  height: 80vh;
  width: calc(100% - 30px);
  max-width: 100%;
}

.work-matrial .demo-material-image {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: var(--swiper-material-slide-border-radius);
}

.work-matrial .demo-material-label {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #fff;
  border-radius: 15px;
}

.work-matrial .demo-material-label span {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.work-matrial .demo-material-label h6 {
  font-weight: 500;
}

/* --------------- Clients --------------- */
.clients-sa .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
}

.clients-sa .item .img {
  width: 100px;
}

.clients-sa .item .cont .icon {
  width: 40px;
  margin: 0 auto 10px;
}

.clients-sa .item .cont span {
  font-size: 14px;
  line-height: 20px;
}

/* --------------- Testimonials --------------- */
.testim-sm {
  position: relative;
  overflow: hidden;
}

.testim-sm .swiper-slide {
  height: auto;
}

.testim-sm .item {
  background: var(--bg-color);
  padding: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.testim-sm .item .rate h5 {
  font-size: 16px;
}

.testim-sm .item .rate .stars {
  font-size: 13px;
  color: #EF2B10;
  margin-left: 10px;
}

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

.testim-sm .item .info .info-text {
  padding-left: 15px;
}

.testim-sm .item .info .info-text p {
  font-size: 14px;
  opacity: .7;
}

.testim-sm .swiper-slide-active .item {
  background: #0D0D0D;
  color: #fff;
}

.testim-sm .brands h6 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.testim-sm .brands .row {
  padding: 30px 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}

.testim-sm .brands .row .img {
  width: 90px;
  margin: auto;
}

/* --------------- Blogs --------------- */
.blog-ds {
  background: var(--bg-color);
}

.blog-ds .item .info {
  font-size: 14px;
}

.blog-ds .item .info .date {
  color: #808080;
}

.blog-ds .item .info .dash {
  color: #808080;
  margin: 0 15px;
}

.blog-ds .item .img {
  position: relative;
  height: 300px;
}

.blog-ds .item .img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.blog-ds .item .img .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: var(--main-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog-ds .item .img .icon img {
  width: 22px;
}

.blog-ds .item:hover .img .icon {
  opacity: 1;
  visibility: visible;
}

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
  background-image: url(../imgs/gr-back.html);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden;
}

.contact-sa .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-sa .contact-form label .star {
  color: red;
  padding-left: 5px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
}

.contact-sa .contact-form button {
  background: transparent;
  color: #fff;
}

/* --------------- footer --------------- */
.footer-mp .info-item h6 {
  font-size: 18px;
  line-height: 1.5;
}

.footer-mp .footer-logo {
  position: relative;
  margin-top: 100px;
}

.footer-mp .footer-logo h1 {
  font-size: 290px;
  line-height: 1.2;
}

.footer-mp .footer-logo h1 span {
  font-family: "Playfair Display", serif;
  ååå font-style: italic;
}

.footer-mp .footer-logo .union {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  background: var(--theme-color);
  padding: 10px;
  border-radius: 50%;
}

.footer-mp .footer-logo .union .icon {
  width: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.footer-mp .social-icon {
  padding-top: 30px;
}

.footer-mp .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: 14px;
  margin: 0 5px;
}

.footer-mp .social-icon a:hover {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.footer-mp .sub-footer .copy p {
  font-size: 14px;
}

.footer-mp .sub-footer .links {
  width: 100%;
}

.footer-mp .sub-footer .links a {
  font-size: 14px;
}

.footer-mp .sub-footer .links .active {
  color: var(--main-color);
}

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

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

h1 {
  font-size: 64px;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 44px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 24px;
  font-weight: 400;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.main-color {
  color: var(--tertiary-color) !important;
}

.sub-head {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.sub-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.italic {
  font-style: italic;
  display: inline;
}

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

.butn.butn-bord {
  border: 1px solid rgb(255 255 255 / 30%);
}

.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) {
  .services-accord2 .accordion .accordion-title h2 {
    font-size: 60px;
    margin-bottom: -50px;
  }

  .footer-mp .footer-logo h1 {
    font-size: 190px;
  }

  .footer-mp .ml-none {
    margin-left: 0 !important;
  }

  .header-sa .imgs .circle {
    width: 250px;
    top: 60%;
  }
}

@media screen and (max-width: 768px) {
  .header-mst .caption h1 {
    font-size: 52px !important;
  }

  .hero-mst .exp {
    display: none;
  }

  .sec-head {
    display: block !important;
  }

  span.sub-color.inline {
    opacity: .5;
  }

  .sec-head .ml-auto {
    margin: 15px 0 0 0 !important;
  }

  .services-accord2 .accordion .accordion-title h2 {
    font-size: 36px;
  }

  .work-matrial .swiper-cont {
    padding: 0;
  }

  .about-smt .boxs .item h2 {
    font-size: 70px;
    margin-bottom: 5px;
  }

  .footer-mp .footer-logo h1 {
    font-size: 90px;
  }

  .footer-mp .footer-logo .union {
    display: none;
  }

  .header-mst .butons .bg,
  .header-mst .butons .bord {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }

  .sub-head {
    margin-top: 3em;
  }

  section.hero-ms h2 {
    font-size: 24px;
  }

  .works-ds .container {
    padding: 2em !important;
  }


}



/* ====================== [ STYLE Personnalise ] ====================== */

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

.menu-icon i {
  color: white;
}

/* Hide the menu icon on larger screens */
.menu-icon {
  display: none;
}

/* Show the menu icon and hide the navbar navigation on mobile */
@media screen and (max-width: 992px) {
  .menu-icon {
    display: block;
    /* Show the menu icon */
  }

  .navbar .navbar-nav {
    display: none;
    /* Hide the main navigation */
  }

  .logo img {
    max-width: 150px;
    /* Set a specific size for larger screens */
  }
}

/* Media query for smaller screens */
@media screen and (max-width: 991px) {
  .logo img {
    max-width: 120px;
    /* Adjust size for tablets and smaller devices */
  }
}

/* Media query for very small screens (mobile) */
@media screen and (max-width: 576px) {
  .logo img {
    max-width: 100px;
    /* Further reduce size for mobile devices */
  }
}

.header-slider {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

.header-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-slider .header-mst {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Prevent background repetition */
}

.header-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.swiper-pagination-bullet-active {
  background: var(--tertiary-color);
}

/* --------------- Works --------------- */
.works-ds {
  overflow: hidden;
  color: #000000;
  background: white;
  border-radius: 50px 50px 0 0;
  padding-bottom: 200px;
  position: relative;
  z-index: 5;
}

.works-ds .work-box {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.works-ds .swiper-container {
  overflow: visible;
}

.works-ds .swiper-slide {
  width: 75%;
}

.works-ds .sec-head .butn.butn-bord {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.works-ds .sec-head .butn.butn-bord:hover {
  background: var(--main-color);
  color: #fff;
}

.works-ds .item:hover .cont h4 {
  color: var(--main-color);
}

.works-ds .item .img {
  border-radius: 15px;
  overflow: hidden;
}

.works-ds .item .cont {
  margin-top: 40px;
}

.works-ds .item .cont span {
  font-size: 14px;
}

.works-ds .swiper-wrapper {
  padding-bottom: 60px;
}

.works-ds .swiper-pagination {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  padding: 2px 25px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.works-ds .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color);
}


/* --------------- Services --------------- */
.services-ds {
  color: #fff;
  background: var(--main-color);
  border-radius: 50px 50px 0 0;
  padding-bottom: 200px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 4em;
}

.services-ds .item {
  padding: 30px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

/* .services-ds .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */

.services-ds .item .title h2 {
  font-size: 58px;
  /* line-height: 128px; */
  letter-spacing: -2px;
}

.services-ds .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-ds .item .icon img {
  width: 30px;
}

.services-ds .item .title {
  position: relative;
  margin-bottom: -70px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-ds .item:hover {
  background: var(--tertiary-color);
}

.services-ds .item:hover .title {
  margin-bottom: 0;
  color: var(--main-color);
}

.fit-img img {
  position: absolute;
  top: 0;
  z-index: -1;
}


.box {
  background: var(--secondary-color);
  border-radius: 15px;
  padding: 100px 80px;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.box .layers {
  position: absolute;
  top: 5px;
  left: 30px;
  right: 30px;
  bottom: -10px;
  background: var(--secondary-color);
  border-radius: 15px;
  opacity: .7;
  z-index: -1;
}

.box .layers:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 20px;
  right: 20px;
  bottom: -10px;
  background: var(--secondary-color);
  border-radius: 15px;
  opacity: .7;
  z-index: -1;
}

/* --------------- Testimonials --------------- */
.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: 74%;
  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(--bg-color);
}

.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  height: 100%;
  padding: 10px 30px;
  background: var(--secondary-color);
}

.clients-ds .item .text-center {
  width: 100%;
}

.clients-ds .item .img {
  max-height: 120px;
  margin: auto;
}

.clients-ds .item p {
  margin-top: 30px;
}

@import url('https://fonts.googleapis.com/css2?family=Boldonse&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.hero-mst {
  color: var(--secondary-color);
}

/* Background gradient */
.hero-mst::before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 75% 25%,
      #0b1223 0%,
      rgba(0, 0, 0, 0) 50%),
    radial-gradient(circle at 25% 75%,
      #05215c,
      rgba(0, 0, 0, 0.7) 60%);
  /* linear-gradient(to bottom, #0e192f 0%, #021916 100%); */
  z-index: 4;
}


.centered-text {
  position: absolute;
  text-align: center;
  z-index: 100;
  max-width: min(700px, 90vw);
  transform: translateZ(300px);
}

.centered-text h1 {
  font-family: "Boldonse", system-ui;
  font-size: clamp(3.5rem, 10vw, 8rem);
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  padding-top: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: transparent;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #ab6f9854 0%, #ffffff 60%, #b70f80 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 15px #ab6f9854);
}

.centered-text p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #ffffff;
  /* Golden color for body text */
  margin-bottom: 2.5rem;
  font-weight: 300;
  opacity: 0.85;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.cta-button {
  display: inline-block;
  padding: 0.8rem 2.5rem;
  background: #b70f7f0e;
  backdrop-filter: blur(8px);
  color: var(--tertiary-color);
  font-size: 1rem;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid var(--tertiary-color);
  transition: all 0.4s ease;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.cta-button:hover {
  background: rgba(168, 130, 57, 0.15);
  border-color: rgba(168, 130, 57, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5), 0 0 15px rgba(168, 130, 57, 0.2);
}

.cta-button::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to bottom right,
      rgba(243, 232, 220, 0) 0%,
      rgba(243, 232, 220, 0.08) 50%,
      rgba(243, 232, 220, 0) 100%);
  transform: rotate(45deg);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.cta-button:hover::after {
  left: 100%;
}

.images-container {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(1000px, 80vw);
  height: min(600px, 70vh);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
  transform-style: preserve-3d;
  transform-origin: center center;
}

.floating-image {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.floating-image img {
  width: min(180px, 100%);
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease;
  filter: brightness(0.8) contrast(1.15) saturate(0.9);
}

.floating-image:hover img {
  transform: scale(1.05);
  filter: brightness(0.95) contrast(1.1) saturate(0.95);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.9), 0 0 20px rgba(168, 130, 57, 0.15);
}

/* Fixed position transforms */
.floating-image:nth-child(1) {
  /* Top Left */
  grid-area: 1 / 1;
  transform: translate3d(-10%, 10%, 50px) rotateY(25deg) rotateX(-5deg);
}

.floating-image:nth-child(2) {
  /* Top Center */
  grid-area: 1 / 2;
  transform: translate3d(0, -15%, 70px) rotateX(-10deg);
}

.floating-image:nth-child(3) {
  /* Top Right */
  grid-area: 1 / 3;
  transform: translate3d(10%, 10%, 50px) rotateY(-25deg) rotateX(-5deg);
}

.floating-image:nth-child(4) {
  /* Middle Left */
  grid-area: 2 / 1;
  transform: translate3d(-15%, 0, 70px) rotateY(30deg);
}

.floating-image:nth-child(5) {
  /* Middle Right */
  grid-area: 2 / 3;
  transform: translate3d(15%, 0, 70px) rotateY(-30deg);
}

.floating-image:nth-child(6) {
  /* Bottom Left */
  grid-area: 3 / 1;
  transform: translate3d(-10%, 30%, 50px) rotateY(25deg) rotateX(5deg);
}

.floating-image:nth-child(7) {
  /* Bottom Center */
  grid-area: 3 / 2;
  transform: translate3d(0, 15%, 70px) rotateX(10deg);
}

.floating-image:nth-child(8) {
  /* Bottom Right */
  grid-area: 3 / 3;
  transform: translate3d(10%, 30%, 50px) rotateY(-25deg) rotateX(5deg);
}

/* Additional glow effect */
.glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center,
      rgba(168, 130, 57, 0.08) 0%,
      rgba(168, 130, 57, 0.04) 30%,
      rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  z-index: 5;
  opacity: 0.8;
  mix-blend-mode: multiply;
}

section.herover-animated {
  position: relative;
}

.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards-sa .item-title>div {
  padding: 0;
}

.awards-sa .item-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .7;
}

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
}

.awards-sa .item-line>div {
  padding: 0;
}

.awards-sa .item-line>div:last-of-type {
  text-align: right;
}

.awards-sa .item-line:hover:after {
  height: 100%;
}

.awards-sa .item-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(48, 48, 48, 0.05);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}

.awards-sa .item-line .honors h6 {
  font-size: 14px;
}

.awards-sa .item-line .project-date span {
  font-size: 14px;
  opacity: .7;
}

.header-sa .imgs .circle {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}

.header-sa .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;
}

.item span.sub-color {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sub-color {
  color: var(--secondary-color);
}

section.awards-sa.section-padding {
  border-bottom: 4px solid #b70f80;
  border-top: 4px solid #b70f80;
}

footer.footer-mp {
  border-top: 4px solid #b70f80;
}

<style>

/* Privacy Policy Specific Styles */
.privacy-policy-page {
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #333;
  line-height: 1.6;
}

.privacy-header {
  background-color: #f8f9fa;
  padding: 60px 0 40px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
}

.privacy-header .privacy-title {
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.privacy-header .privacy-subtitle {
  font-size: 1.25rem;
  color: #555;
  font-weight: 400;
}

.privacy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

.privacy-section {
  margin-bottom: 50px;
}

.privacy-section-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.privacy-subtitle {
  font-weight: 600;
  font-size: 1.3rem;
  color: #2c3e50;
  margin: 25px 0 15px;
}

.privacy-text {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.privacy-highlight {
  background-color: #f8f9fa;
  border-left: 4px solid #3498db;
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
}

.privacy-list {
  padding-left: 20px;
  margin: 15px 0;
}

.privacy-list li {
  margin-bottom: 10px;
}

.privacy-contact {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin: 30px 0;
}

.privacy-contact-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.privacy-link {
  color: #2980b9;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.privacy-link:hover {
  color: #1a5276;
  text-decoration: underline;
}

.privacy-date {
  font-size: 1rem;
  color: #7f8c8d;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .privacy-header {
    padding: 40px 0 30px;
  }

  .privacy-header .privacy-title {
    font-size: 2rem;
  }

  .privacy-content {
    padding: 40px 15px;
  }

  .privacy-section-title {
    font-size: 1.6rem;
  }
}

.privacy-content .privacy-body {
  font-size: 1rem;
  line-height: 1.6;
}

.privacy-content .privacy-body p {
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 20px;
}

.privacy-content .privacy-body {
  font-family: 'Nunito Sans', sans-serif !important;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
  display: none !important;

}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
  display: none !important;
}

.dropdown-menu {
  margin-top: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--secondary-color);
  color: var(--theme-color);
}

.dropdown-item {
  font-size: 14px;
}

/* --------------- Careers pg --------------- */
.contact-hed .caption h1 {
  color: white;
  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%;
}

.contact-pg input,
.contact-pg textarea,
.contact-pg select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  background: transparent;
  color: #757575;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .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;
  color: white !important;
  /* fill: white; */
}


.light-bg {
  background: #fff;
  color: #0e0f11;
}

.light-bg .butn.butn-bord {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.light-bg .butn.butn-bord img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.light-bg .butn.butn-bord:hover {
  background: var(--main-color);
  color: #212121;
}

.sub-color {
  color: #a4a4a4;
}

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

.title-font {
  font-family: "Six Caps", sans-serif;
  letter-spacing: normal;
}

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
}

/* .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: #0e0f11;
}

.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: 5px;
  right: -15px;
  z-index: -1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

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

.crv-butn .icon img {
  width: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .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) {
  .sec-head .sub-head {
    margin-bottom: 15px !important;
  }

  .sec-head .text-indent {
    text-indent: 0;
  }

  .sec-head .d-flex {
    display: block !important;
  }

  .sec-head .ml-auto {
    margin: 15px 0 0 !important;
  }

  .team-hed .caption h1 {
    font-size: 100px;
  }

  .pricing-hed .caption h1,
  .contact-hed .caption h1 {
    font-size: 90px;
  }

  .services-dm .item {
    display: block !important;
    position: relative;
  }

  .services-dm .item .title h2 {
    font-size: 60px;
    letter-spacing: -2px;
    margin-bottom: 10px;
  }

  .services-dm .item .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .services-cst .item .title h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .services-cst .item .title .list {
    display: none;
  }

  .services-cst .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .services-cst .item .icon img {
    width: 25px;
  }

  .intro-iner .img-box {
    width: calc(100% - 100px);
    margin: 0 auto 80px;
  }

  .team-mp .item .img {
    width: 280px;
  }

  .team-mp .item h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px;
  }

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

  .footer-sa .call-action h2 {
    font-size: 70px;
  }

  .footer-sa .call-action h2 .buton {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    letter-spacing: -1px;
  }

  h2 {
    letter-spacing: -1px;
  }

  h3 {
    font-size: 32px;
    letter-spacing: normal;
  }

  h4 {
    font-size: 28px;
    letter-spacing: normal;
  }

  .about-hed h1,
  .serv-hed h1 {
    font-size: 30px;
    letter-spacing: normal;
  }

  .team-hed .caption h1 {
    font-size: 60px;
  }

  .team-hed .fit-img {
    margin-top: -30px;
  }

  .pricing-hed .caption h1,
  .contact-hed .caption h1 {
    font-size: 40px;
  }

  .intro-iner .img-box {
    width: 100%;
  }

  .intro-iner .img-box .states {
    left: 30px;
    bottom: 150px;
  }

  .team-mp .item {
    padding: 30px;
  }

  .team-mp .item .d-flex {
    display: block !important;
  }

  .team-mp .item .img {
    width: auto;
    height: auto;
    background: var(--theme-color);
  }

  .team-mp .item .cont {
    padding: 30px 0 0;
    text-align: center;
  }

  .team-mp .item .ml-auto {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto !important;
  }

  .team-mp .item .social-icon {
    padding: 0;
    margin-top: 30px;
  }

  .testimonials-ds .qoute-icon .text {
    width: 180px;
  }

  .testimonials-ds .qoute-icon .icon {
    width: 80px;
  }

  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal;
  }

  .faqs-pg .sec-head h2 {
    font-size: 30px;
  }

  .faqs-pg .accordion-item .accordion-header button {
    font-size: 20px;
  }

  .contact-pg .sec-head h2 {
    font-size: 30px;
  }

  .serv-hed2 .caption h1,
  .work-hed2 h1 {
    font-size: 40px !important;
  }

  .serv-hed2 .caption .list ul,
  .work-hed2 .list ul {
    padding: 0;
  }

  .serv-hed {
    padding-top: 20em;
    padding-bottom: 6em;
  }

  .work-hed .caption h1 {
    font-size: 45px;
  }

  .work-card .card-item .img {
    height: 500px;
  }

  .work-card .card-item h5 {
    font-size: 35px;
  }

  .blog-hed .caption h1 {
    font-size: 35px;
    text-indent: 0;
  }

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

  .post-header .info {
    display: block !important;
  }

  .main-post .post-qoute {
    padding: 30px !important;
  }

  .main-post .post-qoute h6:before {
    position: relative;
    left: 0;
  }

  .main-post .info-area {
    display: block !important;
  }

  .main-post .info-area .tags {
    margin-bottom: 15px;
  }

  .main-post .author-area {
    padding: 30px 15px;
  }

  .main-post .author-area .flex {
    display: block !important;
  }

  .main-post .author-area .author-img {
    margin-bottom: 15px;
  }

  .footer-sa .call-action h2 {
    font-size: 35px;
    line-height: 1.4;
  }
}

header.contact-hed.section-padding {
  background: var(--secondary-color);
  border-radius: 0 0 30px 30px;
}

.contact-pg p {
  color: var(--primary-color);
  opacity: .4;
}


.services-cst {
  position: relative;
  z-index: 3;
  padding-bottom: 5em;
}

.services-cst .sub-head:after {
  background: #aaa !important;
}

.services-cst .img-patern {
  position: absolute;
  bottom: 10%;
  left: -15%;
  width: 30%;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: .07;
  z-index: -1;
}

.services-cst .item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
}

.services-cst .item>div {
  width: 100%;
}

.services-cst .item h6 {
  font-size: 18px;
}

.services-cst .item .title {
  text-align: center;
  position: relative;
}

.services-cst .item .title h2 {
  font-size: 90px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -4px;
}

.services-cst .item .title .list {
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.services-cst .item .title .list span {
  padding: 7px 12px;
  background: var(--main-color);
  border-radius: 30px;
  position: absolute;
  font-size: 14px;
  color: var(--theme-color);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-cst .item .title .list span:nth-of-type(1) {
  top: 0;
  left: 15%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services-cst .item .title .list span:nth-of-type(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.services-cst .item .title .list span:nth-of-type(3) {
  bottom: 0;
  right: 15%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.services-cst .item .title .list span:nth-of-type(4) {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.services-cst .item p {
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-cst .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.services-cst .item .icon .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--main-color);
  overflow: hidden;
  opacity: 0;
}

.services-cst .item .icon .arrow img {
  width: 25px;
  -webkit-transform: translateX(-30px) translateY(30px);
  -ms-transform: translateX(-30px) translateY(30px);
  transform: translateX(-30px) translateY(30px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-cst .item .icon img {
  width: 30px;
}

.services-cst .item:hover .title .list {
  opacity: 1;
}

.services-cst .item:hover .title .list span {
  opacity: 1;
}

.services-cst .item:hover .icon .arrow {
  opacity: 1;
}

.services-cst .item:hover .icon .arrow img {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.serv-details .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.serv-details .accordion-item.active {
  border-color: var(--main-color);
}

.serv-details .accordion-item.active button {
  color: var(--main-color) !important;
}

.serv-details .accordion-item .accordion-header {
  background: transparent;
}

.serv-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;
}

.serv-details .accordion-item .accordion-header button span {
  font-size: 14px;
  margin-right: 80px;
}

.serv-details .accordion-item .accordion-header button:after {
  display: none;
}

.serv-details .accordion-item .accordion-body {
  padding: 0 0 15px 90px;
}

.serv-details .accordion-item .accordion-body p {
  font-size: 14px;
}