@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url(../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css);

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 150%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}

*::-moz-selection {
  color: inherit;
  background-color: transparent;
}

*::selection {
  color: inherit;
  background-color: transparent;
}

.wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.container {
  pointer-events: all;
}

.relative {
  position: relative;
}

.o-hidden {
  overflow: hidden;
}

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

.vert-between {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
}


/* .vert-between {
  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%;
} */

@media screen and (max-width: 992px) {
  .mobile-hidden {
    display: none;
  }
}

section {
  position: relative;
  overflow: hidden;
}

h1,
.h1,
h2,
.h12,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Outfit", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  h1 br,
  .h1 br,
  h2 br,
  .h12 br,
  h3 br,
  .h3 br,
  h4 br,
  .h4 br,
  h5 br,
  .h5 br,
  h6 br,
  .h6 br {
    display: none;
  }
}

h1,
.h1 {
  font-size: 86px;
}
@media screen and (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 74px;
  }
}
@media screen and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}

h2,
.h2 {
  font-size: 68px;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 992px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 42px;
}
@media screen and (max-width: 1200px) {
  h3,
  .h3 {
    font-size: 39px;
  }
}
@media screen and (max-width: 992px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1200px) {
  h6,
  .h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  h6,
  .h6 {
    font-size: 21px;
  }
}

.no-wrap {
  white-space: nowrap;
}

blockquote {
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-style: italic;
  border-left: solid 4px white;
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 30px;
    font-size: 16px;
  }
}

.text-sm {
  font-size: 15px;
}

.text-lg {
  font-size: 18px;
  line-height: 170%;
}

.text-xl {
  font-size: 22px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .text-xl {
    font-size: 20px;
  }
}

.upper {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.bold {
  font-weight: 500;
}

.thin {
  font-weight: 100;
}

a {
  color: inherit;
  text-decoration: none;
}

.complex-title {
  line-height: normal;
}

.accent {
  color: white;
}

.light {
  color: rgb(255, 255, 255) !important;
}
.light a {
  color: rgb(255, 255, 255) !important;
}

.muted {
  color: rgba(255, 255, 255, 0.9);
}

.dark {
  color: rgb(0, 0, 0);
}

.light-soft {
  color: rgba(255, 255, 255, 0.4);
}

.dark-soft {
  color: rgba(0, 0, 0, 0.5);
}

.marker {
  background-color: white;
  padding: 0 5px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

@media screen and (max-width: 576px) {
  .sm-center {
    text-align: center;
  }
}

.suptitle {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.suptitle:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 600px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
}
.suptitle.suptitle-right {
  text-align: right;
}
.suptitle.suptitle-right:before {
  left: calc(100% + 30px);
}
@media screen and (max-width: 768px) {
  .suptitle.suptitle-right {
    text-align: center;
  }
  .suptitle.suptitle-right:before {
    display: none;
  }
}
.suptitle.suptitle-dark:before {
  background-color: rgb(0, 0, 0);
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .suptitle {
    margin-bottom: 60px;
  }
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.img-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 140%;
}
.img-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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

link

------------------------------------------- */
.link {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.link svg {
  margin-left: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.link svg path {
  fill: rgb(255, 255, 255);
}
.link.accent svg {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.link.accent svg path {
  fill: white;
}
.link.dark svg {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.link.dark svg path {
  fill: rgb(0, 0, 0);
}
.link:hover svg {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.link.down-arrow svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.link.down-arrow:hover svg {
  -webkit-transform: scale(1.15) rotate(90deg);
  transform: scale(1.15) rotate(90deg);
}
.link.icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.link.icon-left svg {
  margin-left: 0;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.link.icon-left:hover svg {
  -webkit-transform: scale(1.15) rotate(180deg);
  transform: scale(1.15) rotate(180deg);
}

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

button

------------------------------------------- */
.button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: white;
  color: rgb(0, 0, 0);
  border-radius: 70px;
  padding: 0 15px 0 50px;
  height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.button span {
  white-space: nowrap;
}
.button svg {
  margin-left: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.button svg path {
  fill: white;
}
.button.icon-button {
  padding: 15px;
}
.button.icon-button svg {
  margin-left: 0;
}
.button.icon-button-sm {
  padding: 0;
  height: 40px;
}
.button.icon-button-sm svg {
  margin-left: 0;
  background-color: white;
}
.button.icon-button-sm svg path {
  fill: rgb(0, 0, 0);
}
.button:hover {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.button:hover svg {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.button.arrow-down svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.button.arrow-down:hover {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.button.arrow-down:hover svg {
  -webkit-transform: scale(1.15) rotate(90deg);
  transform: scale(1.15) rotate(90deg);
}
@media screen and (max-width: 992px) {
  .button {
    height: 60px;
    padding: 0 10px 0 40px;
  }
  .button svg {
    margin-left: 25px;
  }
}

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

form

------------------------------------------- */
input,
textarea {
  position: relative;
  height: 70px;
  padding: 0 30px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: rgb(0, 0, 0);
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
input:focus,
textarea:focus {
  outline: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

textarea {
  padding: 15px 30px;
  height: 300px;
}

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

breadcrumbs

------------------------------------------- */
.breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 40px;
}
.breadcrumbs:before {
  content: "";
  position: absolute;
  right: 88%;
  top: 14px;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.breadcrumbs li {
  list-style-type: none;
}
.breadcrumbs li:after {
  content: "/";
  margin: 0 15px;
  color: rgb(0, 0, 0);
}
.breadcrumbs li a {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.breadcrumbs li a:hover {
  color: white;
}
.breadcrumbs li:last-child {
  margin-right: 0;
  cursor: not-allowed;
}
.breadcrumbs li:last-child a {
  opacity: 0.4;
  pointer-events: none;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs.light:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.breadcrumbs.light li:after {
  color: rgba(255, 255, 255, 0.9);
}
.breadcrumbs.light li a:hover {
  color: white !important;
}
.breadcrumbs.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#about p {
    color : black;
}

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

backgrounds

------------------------------------------- */
.dark-bg {
  position: relative;
}
.dark-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background-color: #050a30;
  z-index: -1;
  /* -webkit-backdrop-filter: invert(100%);
          backdrop-filter: invert(100%); */
}
.dark-bg .mi-invert-fix {
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 3;
}
.dark-bg .mi-invert-fix .container {
  pointer-events: all;
}

.soft-bg {
  background-color: rgb(242, 242, 242);
}

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

spaces

------------------------------------------- */
.mr-30 {
  margin-right: 30px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 15px;
}

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

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

.mb-90 {
  margin-bottom: 90px;
}

.mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

.mt-suptitle-offset {
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .mt-suptitle-offset {
    margin-top: 30px;
  }
}

.p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .p-120-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .p-120-90 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.p-0-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .p-0-120 {
    padding-bottom: 90px;
  }
}

.p-120-0 {
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .p-120-0 {
    padding-top: 90px;
  }
}

.p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .p-120-60 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

.p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .p-90-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p-90-120 {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .p-90-120 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.p-0-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .p-0-90 {
    padding-bottom: 60px;
  }
}

.p-0-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .p-0-30 {
    padding-bottom: 0;
  }
}

.p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .p-120-30 {
    padding-top: 90px;
    padding-bottom: 0;
  }
}

.adaptive-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .adaptive-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.btn-space {
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .btn-space {
    margin-right: 50px;
    margin-bottom: 30px;
  }
}

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

preloader

------------------------------------------- */
/* ========== Preloader Base ========== */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #050a30;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== Animation Wrapper ========== */
.preloader-animation {
  text-align: center;
  color: #fff;
}

/* ========== Inner Content ========== */
.preloader-animation .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* ========== Logo ========== */
.preloader-animation .logo {
  width: 250px;
  height: auto;
  object-fit: contain;
  animation: fadeIn 1.2s ease forwards;
}

/* ========== Text Section ========== */
.preloader-animation .text-section {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeUp 1.2s ease 0.8s forwards;
  opacity: 0;
}

.preloader-animation .text-section p {
  margin: 0;
  font-size: 2rem;
  font-weight: bolder;
  letter-spacing: 1px;
}

.thin {
  font-weight: 300;
}

/* ========== Hide After Load ========== */
.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  pointer-events: none;
}

/* ========== Animations ========== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

/* ========== Responsive ========== */
@media screen and (max-width: 768px) {
  .preloader-animation .logo {
    width: 180px;
  }

  .preloader-animation .text-section {
    flex-direction: column;
    gap: 8px;
  }
}

.banner-content-right {
  position: relative;
  padding: 0 60px;
}
.soft-bg {
  width: 100%;
  overflow: hidden;
}
.banner-grid {
  width: 100%;
  height: 620px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding-bottom: 50px;
}

.banner-grid > div {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.banner-grid div img > div:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.banner-grid .small {
  position: relative;
}
.banner-grid .small img {
  width: 90%;
  height: 90%;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
}
.banner-grid .small2 img {
  width: 90%;
  height: 90%;
  position: absolute;
  right: 0;
  top: 0;
}

.banner-grid img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  /* border: 1px solid white; */
}

/* Responsive */
@media (max-width: 768px) {
  .banner-grid {
    height: 400px;
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .banner-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .banner-grid > div {
    min-height: 250px;
  }
}

.ball {
  width: 20px;
  height: 20px;
  position: fixed;
  z-index: 1000;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
  mix-blend-mode: difference;
  transition: transform 0.1s ease;
}
.ball .icon-1 {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ball .icon-1 svg {
  fill: rgba(255, 255, 255, 0.9);
}
.ball .more-text,
.ball .choose-text {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ball.accent .icon-1 svg {
  fill: rgb(0, 0, 0);
}
.ball.accent .more-text,
.ball.accent .choose-text {
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 1200px) {
  .ball {
    display: none;
  }
}

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

hidden elements

------------------------------------------- */
.hidden-elements .dodecahedron,
.hidden-elements .lines,
.hidden-elements .arrow {
  display: none;
}

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

scrollbar

------------------------------------------- */
::-webkit-scrollbar {
  display: none;
}

.progress-track {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
.progress-track .progress {
  width: 4px;
  height: 0;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .progress-track {
    display: none;
  }
}

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

frame

------------------------------------------- */
.logo {
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 992px) {
  .logo {
    font-size: 36px;
  }
}

.header-cta .button {
  height: inherit;
  padding: 15px 20px !important;
}

.header-menu {
  color: white;
}
.header-menu ul {
  list-style-type: none;
  display: flex;
  gap: 40px;
}
.header-menu ul li {
  cursor: pointer !important;
}
.header-menu li a {
  color: white;
  font-size: 18px;
  cursor: pointer;
  /* font-weight: 600; */
}
.header-menu li a:hover {
  transform: translate(3px);
}

.frame {
  margin-top: 20px;
  padding: 0px 60px;
  z-index: 100;
  background: rgb(5, 10, 48, 0.8) !important;
  /* backdrop-filter: blur(10px); ✅ this applies the blur effect */

  /* pointer-events: none; */
  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;
  width: 100%;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  .frame {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .frame {
    padding: 0;

    height: 90px;
  }
}
@media screen and (max-width: 1200px) {
  
  .frame .frame-top .logo {
    color: rgb(255, 255, 255);
  }
  .frame .frame-top .menu-btn span,
  .frame .frame-top .menu-btn span:after,
  .frame .frame-top .menu-btn span:before {
    background: rgb(255, 255, 255);
  }
}
.frame .frame-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .frame .frame-bottom {
    display: none;
  }
}
.frame .frame-bottom .current-page {
  pointer-events: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  width: 300px;
  color: rgb(0, 0, 0);
  -webkit-transform: rotate(-90deg) translateX(138px) translateY(-138px);
  transform: rotate(-90deg) translateX(138px) translateY(-138px);
}
.frame .frame-bottom .back-to-top {
  width: 300px;
  -webkit-transform: rotate(-90deg) translateX(130px) translateY(130px);
  transform: rotate(-90deg) translateX(130px) translateY(130px);
  pointer-events: all;
}

.frame-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.frame-top .logo {
  pointer-events: all;
  color: rgb(0, 0, 0);
}
.frame-top img {
  width: 80px;
  object-fit: cover;
}

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

menu button

------------------------------------------- */
.menu-btn {
  width: 50px;
  pointer-events: all;
  height: 50px;
  cursor: pointer;
  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;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 992px) {
  .menu-btn {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
.menu-btn span,
.menu-btn span:after,
.menu-btn span:before {
  content: "";
  display: block;
  width: 28px;
  height: 2.5px;
  background: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}

.stricky-fixed .menu-btn span,
.stricky-fixed .menu-btn span:after,
.stricky-fixed .menu-btn span:before {
  background-color: #ffffff;
}

.menu-btn span {
  position: relative;
}
.menu-btn span:after,
.menu-btn span:before {
  position: absolute;
}
.menu-btn span:before {
  top: -9px;
}
.menu-btn span:after {
  width: 18px;
  top: 9px;
}
.menu-btn.active span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-btn.active span:before {
  -webkit-transform: translate(0px, 9px) rotate(-90deg);
  transform: translate(0px, 9px) rotate(-90deg);
}
.menu-btn.active span:after {
  opacity: 0;
  width: 24px;
  -webkit-transform: translate(0px, -9px) rotate(-90deg);
  transform: translate(0px, -9px) rotate(-90deg);
}

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

menu

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



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

banner

------------------------------------------- */
.banner {
  height: 830px;
  padding-bottom: 30px;
}

.banner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1460px;
  padding-left: 70px;
}
.banner .banner-content {
  width: 100%;
  padding-bottom: 17px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .banner .banner-content {
    padding-bottom: 90px;
  }
}

.inner-banner .banner-content {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .inner-banner .banner-content {
    padding: 180px 0 0 0;
  }
}

.banner-personal {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-personal .banner-content {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  .banner-personal .banner-content {
    padding-top: 180px;
  }
}
.banner-personal .banner-content .personal-text {
  margin-bottom: 300px;
}
@media screen and (max-width: 992px) {
  .banner-personal .banner-content .personal-text {
    margin-bottom: 80px;
    text-align: center;
  }
}
.banner-personal .banner-content .banner-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 60px 0 90px;
  background-color: rgb(255, 255, 255);
  height: 180px;
  position: absolute;
  top: calc(100vh - 180px);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .banner-personal .banner-content .banner-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 60px 30px;
  }
  .banner-personal .banner-content .banner-panel h5 {
    margin-bottom: 60px;
    text-align: center;
    width: 80%;
  }
}
.banner-personal .banner-content .banner-panel .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-personal .banner-content .banner-panel .right .social-frame {
  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;
  margin-right: 30px;
  padding: 0 50px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 70px;
  border-radius: 70px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.banner-personal .banner-content .banner-panel .right .social-frame:hover {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}
@media screen and (max-width: 992px) {
  .banner-personal .banner-content .banner-panel .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-personal .banner-content .banner-panel .right .social-frame {
    margin-right: 0;
    margin-bottom: 30px;
    height: 60px;
  }
}
.banner-personal .banner-content .banner-panel .button {
  margin: 0 !important;
}
@media screen and (max-width: 992px) {
  .banner-personal .banner-content .banner-panel {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .banner-personal .banner-content .banner-panel {
    position: static;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 992px) {
  .banner-personal {
    height: auto;
  }
}

.portrait-frame {
  position: relative;
}
.portrait-frame img {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.portrait-frame .nimbus {
  background: radial-gradient(
    50% 50% at 50% 50%,
    white 0%,
    rgba(250, 168, 69, 0) 100%
  );
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .portrait-frame {
    height: 400px;
  }
  .portrait-frame img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

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

circle text

------------------------------------------- */
.circle-text {
  position: absolute;
  right: 0;
  bottom: 10px;
  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;
  width: 140px;
  height: 140px;
}
.circle-text .ct-svg {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: 140px;
  height: 140px;
}
.circle-text .ct-svg text {
  fill: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.circle-text .button {
  position: absolute;
}
.circle-text:hover svg text {
  fill: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .circle-text {
    display: none;
  }
}

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

lines

------------------------------------------- */
@-webkit-keyframes move {
  from {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
  50% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  to {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}
@keyframes move {
  from {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
  50% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  to {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}

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

dodecahedron

------------------------------------------- */
.animation-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  -webkit-animation: jump 10s linear infinite;
  animation: jump 10s linear infinite;
  pointer-events: none;
}

.animation {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  pointer-events: none;
}

.position-1 {
  top: 100px;
  right: 100px;
}
.position-1 .pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}

.position-2 {
  top: -60px;
  left: 15%;
}
.position-2 .pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}
.position-2 .dodecahedron {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .position-2 {
    display: none;
  }
}

.position-3 {
  bottom: -100px;
  right: 35%;
}
.position-3 .pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}
.position-3 .dodecahedron {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media screen and (max-width: 1400px) {
  .position-3 {
    display: none;
  }
}

.position-4 {
  top: -60px;
  right: 20%;
}
.position-4 .pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}
.position-4 .dodecahedron {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .position-4 {
    display: none;
  }
}
.position-4.dark .pentagon div {
  border-top: 0.1px solid rgb(0, 0, 0);
}

.dodecahedron {
  position: relative;
  left: 100px;
  top: 40px;
  width: 100px;
  height: 223px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: rotate 100s infinite linear;
  animation: rotate 100s infinite linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
    transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
    transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
    transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
    transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}

.pentagon {
  position: absolute;
  width: 100px;
}
.pentagon:nth-child(1) {
  -webkit-transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
  transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
}
.pentagon:nth-child(6) {
  bottom: 0;
  -webkit-transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
  transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
}
.pentagon:nth-child(2) {
  -webkit-transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
  transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
}
.pentagon:nth-child(7) {
  bottom: 0;
  -webkit-transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
  transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
}
.pentagon:nth-child(3) {
  -webkit-transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
  transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
}
.pentagon:nth-child(8) {
  bottom: 0;
  -webkit-transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
  transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
}
.pentagon:nth-child(4) {
  -webkit-transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
  transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
}
.pentagon:nth-child(9) {
  bottom: 0;
  -webkit-transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
  transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
}
.pentagon:nth-child(5) {
  -webkit-transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
  transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
}
.pentagon:nth-child(10) {
  bottom: 0;
  -webkit-transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
  transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
}
.pentagon:nth-child(11) {
  -webkit-transform: translateZ(69px) rotateX(-90deg);
  transform: translateZ(69px) rotateX(-90deg);
}
.pentagon:nth-child(12) {
  bottom: 0;
  -webkit-transform: translateZ(-69px) rotateX(90deg);
  transform: translateZ(-69px) rotateX(90deg);
}
.pentagon div {
  position: absolute;
  width: 100px;
  height: 69px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.pentagon div:nth-child(1) {
  -webkit-transform: rotate(0.2turn);
  transform: rotate(0.2turn);
}
.pentagon div:nth-child(2) {
  -webkit-transform: rotate(0.4turn);
  transform: rotate(0.4turn);
}
.pentagon div:nth-child(3) {
  -webkit-transform: rotate(0.6turn);
  transform: rotate(0.6turn);
}
.pentagon div:nth-child(4) {
  -webkit-transform: rotate(0.8turn);
  transform: rotate(0.8turn);
}
.pentagon div:nth-child(5) {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.about-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-quote .avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}
.about-quote .avatar:after {
  content: ' " ';
  color: rgb(0, 0, 0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
}
.about-quote .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.about-quote .quote {
  padding-left: 30px;
  width: calc(100% - 90px);
}
@media screen and (max-width: 992px) {
  .about-quote .avatar {
    width: 70px;
    height: 70px;
  }
  .about-quote .avatar:after {
    padding-top: 7px;
    width: 25px;
    height: 25px;
    font-size: 24px;
  }
  .about-quote .quote {
    font-size: 16px;
    padding-left: 30px;
    width: calc(100% - 70px);
  }
}

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

partners

------------------------------------------- */
.infinite-show .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.partner-frame {
  display: block;
}
.partner-frame img {
  width: 100%;
}

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

services

------------------------------------------- */
.complex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.complex-text .button {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .complex-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .complex-text .button {
    margin-left: 0;
    margin-top: 60px;
  }
}

.text-image {
  height: 80px;
  width: 250px;
  display: inline-block;
  overflow: hidden;
  border-radius: 70px;
  margin-right: 30px;
}
.text-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.text-image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .text-image {
    display: none;
  }
}

.service-card-sm {
  position: relative;
  display: block;
  padding: 60px 30px;
}
.service-card-sm p {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.service-card-sm .button {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}
.service-card-sm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: white;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
/* .service-card-sm:hover p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
} */
.service-card-sm:hover .button {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.service-card-sm:hover:before {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .service-card-sm p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .service-card-sm .button {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
}

.services-grid {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.services-grid .services-grid-item {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.services-grid .services-grid-item:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  .services-grid {
    padding-bottom: 90px;
  }
  .services-grid .services-grid-item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .services-grid .services-grid-item:nth-child(3) {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .services-grid {
    padding-bottom: 90px;
  }
  .services-grid .services-grid-item {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
}

.service-card-lg {
  display: block;
}
.service-card-lg .descr {
  padding-right: 30px;
}
.service-card-lg.offset {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .service-card-lg.offset {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .service-card-lg {
    margin-bottom: 60px;
  }
}
.service-card-lg.other-card {
  overflow: hidden;
  position: relative;
  border: solid 1px rgb(229, 229, 229);
  padding: 60px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.service-card-lg.other-card .descr {
  padding-right: 0;
}
.service-card-lg.other-card:hover {
  background-color: white;
}
.service-card-lg.other-card:hover .link svg {
  background-color: rgb(0, 0, 0);
}
.service-card-lg.other-card:hover .link svg path {
  fill: white;
}
@media screen and (max-width: 1200px) {
  .service-card-lg.other-card {
    padding: 30px;
  }
}

.service-list li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  list-style-type: none;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
}
.service-list li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.service-list.light li {
  color: rgba(255, 255, 255, 0.6);
}
.service-list.dark li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.service-list.dark li:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

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

team

------------------------------------------- */
.team-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}
.team-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: white;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.team-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.team-card.offset-card {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
@media screen and (max-width: 992px) {
  .team-card.offset-card {
    -webkit-transform: none;
    transform: none;
  }
}
.team-card .description {
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 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;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.team-card .description .secrc-text {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.team-card .description .secrc-text a {
  color: rgb(255, 255, 255);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.team-card .description .secrc-text a:hover {
  color: white;
}
.team-card:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-card:hover:after {
  width: 100%;
}
.team-card:hover .description {
  opacity: 1;
  pointer-events: all;
}
.team-card:hover .description .secrc-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

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

social icons

------------------------------------------- */
.social-icons {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icons.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-icons li {
  list-style-type: none;
  margin-right: 15px;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.social-icons li a svg {
  color: white;
}
.social-icons li a:hover {
  color: white;
}

.social-icons.dark li a:hover {
  color: white;
}

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

revievs

------------------------------------------- */
.revi-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .revi-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.revi-pagination .swiper-pagination-bullet {
  padding: 0;
  width: 110px;
  height: 110px;
  padding: 10px;
  opacity: 1;
  border: none;
  background-color: transparent;
  margin: 0 !important;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
  .revi-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 90px;
  }
}
.revi-pagination .swiper-pagination-bullet:nth-child(2n) {
  margin-top: 30px !important;
}
@media screen and (max-width: 992px) {
  .revi-pagination .swiper-pagination-bullet:nth-child(2n) {
    margin-top: 0 !important;
  }
}
.revi-pagination .swiper-pagination-bullet:hover {
  -webkit-box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}
.revi-pagination .swiper-pagination-bullet .custom-dot {
  background-color: red;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: top;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
  .revi-pagination .swiper-pagination-bullet .custom-dot {
    width: 70px;
    height: 70px;
  }
}
.revi-pagination .swiper-pagination-bullet .custom-dot.slide-1 {
  background-image: url(../img/faces/customers/1.jpg);
}
.revi-pagination .swiper-pagination-bullet .custom-dot.slide-2 {
  background-image: url(../img/faces/customers/2.jpg);
}
.revi-pagination .swiper-pagination-bullet .custom-dot.slide-3 {
  background-image: url(../img/faces/customers/3.jpg);
}
.revi-pagination .swiper-pagination-bullet .custom-dot.slide-4 {
  background-image: url(../img/faces/customers/4.jpg);
}
.revi-pagination .swiper-pagination-bullet .custom-dot.slide-5 {
  background-image: url(../img/faces/customers/5.jpg);
}
.revi-pagination .swiper-pagination-bullet .custom-dot.slide-6 {
  background-image: url(../img/faces/customers/6.jpg);
}
.revi-pagination .swiper-pagination-bullet .custom-dot.slide-7 {
  background-image: url(../img/faces/customers/7.jpg);
}
.revi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: inset 0 0 0 4px white;
  box-shadow: inset 0 0 0 4px white;
}

.quote-icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.quote-icon path {
  fill: white;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-nav .slider-arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.slider-nav .slider-arrow svg path {
  fill: white;
}
.slider-nav .slider-arrow.prev {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-nav .slider-arrow.swiper-button-disabled {
  opacity: 0.1;
  cursor: not-allowed;
}
.slider-nav .slider-arrow:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.slider-nav .slider-arrow:hover.prev {
  -webkit-transform: rotate(180deg) scale(1.15);
  transform: rotate(180deg) scale(1.15);
}
.slider-nav.reviews-nav {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .slider-nav.reviews-nav {
    top: 0;
  }
}
.slider-nav.soft .slider-arrow {
  background-color: rgb(229, 229, 229);
}
.slider-nav.soft .slider-arrow svg path {
  fill: rgb(0, 0, 0);
}

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

blog

------------------------------------------- */
.blog-card {
  display: block;
}
.blog-card .cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  margin-bottom: 30px;
}
.blog-card .cover-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.blog-card .post-descr {
  padding: 30px 30px 0 0;
}
.blog-card .post-descr .post-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card:hover .cover-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-card.blog-card-hori {
  padding-top: 60px;
  border-top: solid 1px rgb(229, 229, 229);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-card.blog-card-hori .cover-frame {
  margin-bottom: 0;
  width: 450px;
  padding-bottom: 27%;
}
.blog-card.blog-card-hori .post-descr {
  width: calc(100% - 450px);
  padding: 0;
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  .blog-card.blog-card-hori {
    display: block;
    padding-top: 0;
    border: none;
  }
  .blog-card.blog-card-hori .cover-frame {
    width: 100%;
    padding-bottom: 65%;
    margin-bottom: 30px;
  }
  .blog-card.blog-card-hori .post-descr {
    width: 100%;
    padding: 30px 30px 0 0;
  }
}

.labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.labels .label {
  margin-right: 15px;
}
.labels .label:last-child {
  margin-right: 0;
}

.pagination {
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.pagination-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin-right: 10px;
}

.pagination-btn.active {
  background-color: white;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-list li {
  list-style-type: none;
  margin-right: 10px;
}
.category-list li:last-child {
  margin-right: 0;
}
.category-list li a {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  padding: 0 20px;
  border-radius: 40px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.category-list li a:hover {
  background-color: rgb(229, 229, 229);
}
.category-list li a.active {
  background-color: white;
}
@media screen and (max-width: 768px) {
  .category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-list li {
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .category-list li:last-child {
    margin-bottom: 0;
  }
  .category-list li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

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

footer

------------------------------------------- */
.footer-menu {
  margin-bottom: 120px;
}
.footer-menu ul li {
  list-style-type: none;
  margin-bottom: 24px;
}
.footer-menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.footer-menu ul li a:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  color: white;
}
@media screen and (max-width: 768px) {
  .footer-menu ul li a {
    font-size: 22px;
  }
}
.footer-menu ul li.active a {
  color: white;
}
.footer-menu ul li.active a:hover {
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 768px) {
  .footer-menu {
    margin-bottom: 60px;
  }
}

.subscribe-form {
  position: relative;
  height: 70px;
  width: 100%;
}
.subscribe-form input {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  border-radius: 70px;
  padding: 0 0 0 50px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.subscribe-form input::-webkit-input-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.subscribe-form input::-moz-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.subscribe-form input:-ms-input-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.subscribe-form input::-ms-input-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.subscribe-form input::placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.subscribe-form input:focus {
  background-color: rgb(255, 255, 255);
  outline: inherit;
}
.subscribe-form input:hover {
  background-color: rgb(255, 255, 255);
}
.subscribe-form .button {
  position: absolute;
  top: 15px;
  right: 15px;
}
.subscribe-form.subscribe-form-2 input {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

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

portfolio

------------------------------------------- */
.portfolio-item {
  display: block;
}
.portfolio-item .cover-frame {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.portfolio-item .cover-frame .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-item .cover-frame .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.portfolio-item .cover-frame.vert {
  padding-bottom: 130%;
}
.portfolio-item .cover-frame.hori {
  padding-bottom: 65%;
}
.portfolio-item:hover .cover-frame .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.portfolio-item.slider-item .cover-frame {
  margin-bottom: 30px;
  height: calc(100vh - 360px);
}
@media screen and (max-width: 992px) {
  .portfolio-item.slider-item .cover-frame {
    height: auto;
    padding-bottom: 100%;
  }
}
.portfolio-item.slider-item .descr {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 180px;
  background-color: rgb(242, 242, 242);
  padding: 0 60px;
}
@media screen and (max-width: 992px) {
  .portfolio-item.slider-item .descr {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }
  .portfolio-item.slider-item .descr .descr-text {
    margin-bottom: 30px;
  }
}
.portfolio-item.slider-item:hover .cover-frame .cover img {
  -webkit-transform: none;
  transform: none;
}

.swiper-slide .portfolio-item .descr {
  pointer-events: none;
}
.swiper-slide.swiper-slide-active .portfolio-item .descr {
  pointer-events: all;
}

.portfolio-slider-frame {
  z-index: 0;
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .portfolio-slider-frame {
    padding-top: 180px;
  }
}

.portfolio-nav {
  background-color: rgb(242, 242, 242);
  width: 100%;
  padding: 0 60px;
  height: 180px;
  position: absolute;
  bottom: 0;
  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;
}
.portfolio-nav .portfolio-btns-frame {
  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;
  padding: 0 15px;
  height: 70px;
  border-radius: 70px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .portfolio-nav {
    position: static;
    height: auto;
    padding: 30px 0 90px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgb(255, 255, 255);
  }
  .portfolio-nav .portfolio-btns-frame {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.swiper-portfolio-pagination {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 30px;
  }
}

.works-nav {
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.works-nav .disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .works-nav {
    padding-top: 0;
    border-top: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .works-nav .link {
    display: none;
  }
  .works-nav .link:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

map

***************************/
.map-frame {
  background-color: rgb(229, 229, 229);
  pointer-events: all;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.map-frame .map {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.map-frame .map iframe {
  width: 100%;
  height: 100%;
}
/* -------------------------------------------

accordion

------------------------------------------- */
.accordion-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.accordion-group .accordion-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 30px;
}
.accordion-group .accordion-menu .symbol {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: rgb(0, 0, 0);
  background-color: rgb(229, 229, 229);
  font-size: 16px;
  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;
  position: relative;
}
.accordion-group .accordion-menu .symbol .plus,
.accordion-group .accordion-menu .symbol .minus {
  position: absolute;
}
.accordion-group .accordion-menu .symbol .minus {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.accordion-group .accordion-menu .accordion-head {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.accordion-content {
  height: 0;
  overflow: hidden;
}

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

price

***************************/
.price-card,
.price-card-new {
  display: block;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 60px 0 30px;
}
.price-card-new {
  border-top: solid 0.1px rgba(0, 0, 0, 0.4) !important;
  border-bottom: none;
}

.price-card .price-number {
  padding-top: 10px;
  line-height: 70%;
  font-size: 54px;
  font-weight: 500;
}
.price-card .price-number .thin {
  font-weight: 200;
  font-size: 18px;
}

/* .404-banner .animation-frame {
  z-index: 2;
}

.404-frame {
  padding-top: 100px;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.404-text {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
} */

.scale-frame {
  -webkit-transform: scale(2.3);
  transform: scale(2.3);
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 530px) {
  .scale-frame {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-bottom: 50px;
  }
}

/* .404 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 6em;
  font-weight: 500;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.404::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 white;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.404::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 rgb(153, 153, 153), 2px 2px rgb(229, 229, 229);
  animation: glitch-anim2 1s infinite linear alternate-reverse;
} */

@-webkit-keyframes glitch-anim {
  0% {
    clip: rect(49px, 9999px, 31px, 0);
    -webkit-transform: skew(0.04deg);
    transform: skew(0.04deg);
  }
  5% {
    clip: rect(63px, 9999px, 92px, 0);
    -webkit-transform: skew(0.18deg);
    transform: skew(0.18deg);
  }
  10% {
    clip: rect(86px, 9999px, 74px, 0);
    -webkit-transform: skew(0.4deg);
    transform: skew(0.4deg);
  }
  15% {
    clip: rect(85px, 9999px, 19px, 0);
    -webkit-transform: skew(0.57deg);
    transform: skew(0.57deg);
  }
  20% {
    clip: rect(64px, 9999px, 75px, 0);
    -webkit-transform: skew(0.96deg);
    transform: skew(0.96deg);
  }
  25% {
    clip: rect(77px, 9999px, 17px, 0);
    -webkit-transform: skew(0.61deg);
    transform: skew(0.61deg);
  }
  30% {
    clip: rect(16px, 9999px, 76px, 0);
    -webkit-transform: skew(0.81deg);
    transform: skew(0.81deg);
  }
  35% {
    clip: rect(5px, 9999px, 61px, 0);
    -webkit-transform: skew(0.56deg);
    transform: skew(0.56deg);
  }
  40% {
    clip: rect(79px, 9999px, 81px, 0);
    -webkit-transform: skew(0.05deg);
    transform: skew(0.05deg);
  }
  45% {
    clip: rect(20px, 9999px, 97px, 0);
    -webkit-transform: skew(0.56deg);
    transform: skew(0.56deg);
  }
  50% {
    clip: rect(33px, 9999px, 100px, 0);
    -webkit-transform: skew(0.16deg);
    transform: skew(0.16deg);
  }
  55% {
    clip: rect(19px, 9999px, 76px, 0);
    -webkit-transform: skew(0.93deg);
    transform: skew(0.93deg);
  }
  60% {
    clip: rect(29px, 9999px, 59px, 0);
    -webkit-transform: skew(0.58deg);
    transform: skew(0.58deg);
  }
  65% {
    clip: rect(19px, 9999px, 95px, 0);
    -webkit-transform: skew(0.83deg);
    transform: skew(0.83deg);
  }
  70% {
    clip: rect(88px, 9999px, 30px, 0);
    -webkit-transform: skew(0.39deg);
    transform: skew(0.39deg);
  }
  75% {
    clip: rect(43px, 9999px, 45px, 0);
    -webkit-transform: skew(0.6deg);
    transform: skew(0.6deg);
  }
  80% {
    clip: rect(30px, 9999px, 4px, 0);
    -webkit-transform: skew(0.89deg);
    transform: skew(0.89deg);
  }
  85% {
    clip: rect(4px, 9999px, 96px, 0);
    -webkit-transform: skew(1deg);
    transform: skew(1deg);
  }
  90% {
    clip: rect(4px, 9999px, 91px, 0);
    -webkit-transform: skew(0.2deg);
    transform: skew(0.2deg);
  }
  95% {
    clip: rect(48px, 9999px, 80px, 0);
    -webkit-transform: skew(0.41deg);
    transform: skew(0.41deg);
  }
  100% {
    clip: rect(10px, 9999px, 58px, 0);
    -webkit-transform: skew(0.91deg);
    transform: skew(0.91deg);
  }
}

@keyframes glitch-anim {
  0% {
    clip: rect(49px, 9999px, 31px, 0);
    -webkit-transform: skew(0.04deg);
    transform: skew(0.04deg);
  }
  5% {
    clip: rect(63px, 9999px, 92px, 0);
    -webkit-transform: skew(0.18deg);
    transform: skew(0.18deg);
  }
  10% {
    clip: rect(86px, 9999px, 74px, 0);
    -webkit-transform: skew(0.4deg);
    transform: skew(0.4deg);
  }
  15% {
    clip: rect(85px, 9999px, 19px, 0);
    -webkit-transform: skew(0.57deg);
    transform: skew(0.57deg);
  }
  20% {
    clip: rect(64px, 9999px, 75px, 0);
    -webkit-transform: skew(0.96deg);
    transform: skew(0.96deg);
  }
  25% {
    clip: rect(77px, 9999px, 17px, 0);
    -webkit-transform: skew(0.61deg);
    transform: skew(0.61deg);
  }
  30% {
    clip: rect(16px, 9999px, 76px, 0);
    -webkit-transform: skew(0.81deg);
    transform: skew(0.81deg);
  }
  35% {
    clip: rect(5px, 9999px, 61px, 0);
    -webkit-transform: skew(0.56deg);
    transform: skew(0.56deg);
  }
  40% {
    clip: rect(79px, 9999px, 81px, 0);
    -webkit-transform: skew(0.05deg);
    transform: skew(0.05deg);
  }
  45% {
    clip: rect(20px, 9999px, 97px, 0);
    -webkit-transform: skew(0.56deg);
    transform: skew(0.56deg);
  }
  50% {
    clip: rect(33px, 9999px, 100px, 0);
    -webkit-transform: skew(0.16deg);
    transform: skew(0.16deg);
  }
  55% {
    clip: rect(19px, 9999px, 76px, 0);
    -webkit-transform: skew(0.93deg);
    transform: skew(0.93deg);
  }
  60% {
    clip: rect(29px, 9999px, 59px, 0);
    -webkit-transform: skew(0.58deg);
    transform: skew(0.58deg);
  }
  65% {
    clip: rect(19px, 9999px, 95px, 0);
    -webkit-transform: skew(0.83deg);
    transform: skew(0.83deg);
  }
  70% {
    clip: rect(88px, 9999px, 30px, 0);
    -webkit-transform: skew(0.39deg);
    transform: skew(0.39deg);
  }
  75% {
    clip: rect(43px, 9999px, 45px, 0);
    -webkit-transform: skew(0.6deg);
    transform: skew(0.6deg);
  }
  80% {
    clip: rect(30px, 9999px, 4px, 0);
    -webkit-transform: skew(0.89deg);
    transform: skew(0.89deg);
  }
  85% {
    clip: rect(4px, 9999px, 96px, 0);
    -webkit-transform: skew(1deg);
    transform: skew(1deg);
  }
  90% {
    clip: rect(4px, 9999px, 91px, 0);
    -webkit-transform: skew(0.2deg);
    transform: skew(0.2deg);
  }
  95% {
    clip: rect(48px, 9999px, 80px, 0);
    -webkit-transform: skew(0.41deg);
    transform: skew(0.41deg);
  }
  100% {
    clip: rect(10px, 9999px, 58px, 0);
    -webkit-transform: skew(0.91deg);
    transform: skew(0.91deg);
  }
}
@-webkit-keyframes glitch-anim2 {
  0% {
    clip: rect(97px, 9999px, 84px, 0);
    -webkit-transform: skew(0.55deg);
    transform: skew(0.55deg);
  }
  5% {
    clip: rect(82px, 9999px, 21px, 0);
    -webkit-transform: skew(0.04deg);
    transform: skew(0.04deg);
  }
  10% {
    clip: rect(51px, 9999px, 99px, 0);
    -webkit-transform: skew(0.93deg);
    transform: skew(0.93deg);
  }
  15% {
    clip: rect(42px, 9999px, 97px, 0);
    -webkit-transform: skew(0.03deg);
    transform: skew(0.03deg);
  }
  20% {
    clip: rect(27px, 9999px, 25px, 0);
    -webkit-transform: skew(0.86deg);
    transform: skew(0.86deg);
  }
  25% {
    clip: rect(69px, 9999px, 5px, 0);
    -webkit-transform: skew(0.95deg);
    transform: skew(0.95deg);
  }
  30% {
    clip: rect(38px, 9999px, 67px, 0);
    -webkit-transform: skew(0.33deg);
    transform: skew(0.33deg);
  }
  35% {
    clip: rect(8px, 9999px, 90px, 0);
    -webkit-transform: skew(0.67deg);
    transform: skew(0.67deg);
  }
  40% {
    clip: rect(34px, 9999px, 31px, 0);
    -webkit-transform: skew(0.33deg);
    transform: skew(0.33deg);
  }
  45% {
    clip: rect(1px, 9999px, 25px, 0);
    -webkit-transform: skew(0.71deg);
    transform: skew(0.71deg);
  }
  50% {
    clip: rect(45px, 9999px, 40px, 0);
    -webkit-transform: skew(0.38deg);
    transform: skew(0.38deg);
  }
  55% {
    clip: rect(84px, 9999px, 96px, 0);
    -webkit-transform: skew(0.3deg);
    transform: skew(0.3deg);
  }
  60% {
    clip: rect(68px, 9999px, 59px, 0);
    -webkit-transform: skew(0.35deg);
    transform: skew(0.35deg);
  }
  65% {
    clip: rect(93px, 9999px, 48px, 0);
    -webkit-transform: skew(0.25deg);
    transform: skew(0.25deg);
  }
  70% {
    clip: rect(19px, 9999px, 40px, 0);
    -webkit-transform: skew(0.97deg);
    transform: skew(0.97deg);
  }
  75% {
    clip: rect(76px, 9999px, 56px, 0);
    -webkit-transform: skew(0.79deg);
    transform: skew(0.79deg);
  }
  80% {
    clip: rect(22px, 9999px, 82px, 0);
    -webkit-transform: skew(0.48deg);
    transform: skew(0.48deg);
  }
  85% {
    clip: rect(30px, 9999px, 63px, 0);
    -webkit-transform: skew(0.91deg);
    transform: skew(0.91deg);
  }
  90% {
    clip: rect(68px, 9999px, 44px, 0);
    -webkit-transform: skew(0.4deg);
    transform: skew(0.4deg);
  }
  95% {
    clip: rect(12px, 9999px, 36px, 0);
    -webkit-transform: skew(0.61deg);
    transform: skew(0.61deg);
  }
  100% {
    clip: rect(24px, 9999px, 5px, 0);
    -webkit-transform: skew(0.96deg);
    transform: skew(0.96deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(97px, 9999px, 84px, 0);
    -webkit-transform: skew(0.55deg);
    transform: skew(0.55deg);
  }
  5% {
    clip: rect(82px, 9999px, 21px, 0);
    -webkit-transform: skew(0.04deg);
    transform: skew(0.04deg);
  }
  10% {
    clip: rect(51px, 9999px, 99px, 0);
    -webkit-transform: skew(0.93deg);
    transform: skew(0.93deg);
  }
  15% {
    clip: rect(42px, 9999px, 97px, 0);
    -webkit-transform: skew(0.03deg);
    transform: skew(0.03deg);
  }
  20% {
    clip: rect(27px, 9999px, 25px, 0);
    -webkit-transform: skew(0.86deg);
    transform: skew(0.86deg);
  }
  25% {
    clip: rect(69px, 9999px, 5px, 0);
    -webkit-transform: skew(0.95deg);
    transform: skew(0.95deg);
  }
  30% {
    clip: rect(38px, 9999px, 67px, 0);
    -webkit-transform: skew(0.33deg);
    transform: skew(0.33deg);
  }
  35% {
    clip: rect(8px, 9999px, 90px, 0);
    -webkit-transform: skew(0.67deg);
    transform: skew(0.67deg);
  }
  40% {
    clip: rect(34px, 9999px, 31px, 0);
    -webkit-transform: skew(0.33deg);
    transform: skew(0.33deg);
  }
  45% {
    clip: rect(1px, 9999px, 25px, 0);
    -webkit-transform: skew(0.71deg);
    transform: skew(0.71deg);
  }
  50% {
    clip: rect(45px, 9999px, 40px, 0);
    -webkit-transform: skew(0.38deg);
    transform: skew(0.38deg);
  }
  55% {
    clip: rect(84px, 9999px, 96px, 0);
    -webkit-transform: skew(0.3deg);
    transform: skew(0.3deg);
  }
  60% {
    clip: rect(68px, 9999px, 59px, 0);
    -webkit-transform: skew(0.35deg);
    transform: skew(0.35deg);
  }
  65% {
    clip: rect(93px, 9999px, 48px, 0);
    -webkit-transform: skew(0.25deg);
    transform: skew(0.25deg);
  }
  70% {
    clip: rect(19px, 9999px, 40px, 0);
    -webkit-transform: skew(0.97deg);
    transform: skew(0.97deg);
  }
  75% {
    clip: rect(76px, 9999px, 56px, 0);
    -webkit-transform: skew(0.79deg);
    transform: skew(0.79deg);
  }
  80% {
    clip: rect(22px, 9999px, 82px, 0);
    -webkit-transform: skew(0.48deg);
    transform: skew(0.48deg);
  }
  85% {
    clip: rect(30px, 9999px, 63px, 0);
    -webkit-transform: skew(0.91deg);
    transform: skew(0.91deg);
  }
  90% {
    clip: rect(68px, 9999px, 44px, 0);
    -webkit-transform: skew(0.4deg);
    transform: skew(0.4deg);
  }
  95% {
    clip: rect(12px, 9999px, 36px, 0);
    -webkit-transform: skew(0.61deg);
    transform: skew(0.61deg);
  }
  100% {
    clip: rect(24px, 9999px, 5px, 0);
    -webkit-transform: skew(0.96deg);
    transform: skew(0.96deg);
  }
}
@-webkit-keyframes glitch-skew {
  0% {
    -webkit-transform: skew(3deg);
    transform: skew(3deg);
  }
  10% {
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
  }
  20% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
  30% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
  40% {
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
  }
  50% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }
  60% {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }
  70% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }
  80% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }
  90% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  100% {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }
}
@keyframes glitch-skew {
  0% {
    -webkit-transform: skew(3deg);
    transform: skew(3deg);
  }
  10% {
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
  }
  20% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
  30% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
  40% {
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
  }
  50% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }
  60% {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }
  70% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }
  80% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }
  90% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  100% {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }
}
/***************************

images

***************************/
.image-frame {
  position: relative;
  overflow: hidden;
}
.image-frame > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.image-frame.horizontal {
  padding-bottom: 65%;
}
.image-frame.vertical {
  padding-bottom: 140%;
}
.image-frame.square {
  padding-bottom: 100%;
}
.image-frame.fw {
  padding-bottom: 50%;
}
.image-frame .zoom-btn {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.image-frame .zoom-btn:hover {
  background-color: rgb(255, 255, 255);
}
.image-frame .zoom-btn img {
  height: 17px;
  width: 17px;
}
.image-frame:hover .zoom-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}

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

page transitions

***************************/
.frame {
  opacity: 1;
  -webkit-transform: scale(1);

  transform: scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.curtain {
  position: fixed;
  pointer-events: none;
  z-index: 4;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.main-transition {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-top: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.main-transition .animation-frame {
  opacity: 1;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

html.is-animating .frame {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 1200px) {
  html.is-animating .frame {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
html.is-animating .curtain {
  opacity: 1;
  pointer-events: all;
}
html.is-animating .main-transition {
  margin-top: 0.1px;
}
html.is-animating .main-transition .animation-frame {
  opacity: 0;
  margin-top: -90px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

html.is-animating .menu-frame {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.bottomContact {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 10px;
}
.bottomContact svg {
  padding-top: 5px;
  height: 24px;
  width: 18px;
}

.stricky {
  background: transparent;
}

.stricky-fixed {
  position: fixed;
  z-index: 90;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 100%;
  background: #fff;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  padding: 0 70px;
}

@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -150px;
  }

  50% {
    margin-top: -130px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -150px;
  }

  50% {
    margin-top: -130px;
  }
}

footer .logo img {
  width: 330px;
}

.trusted-brands-section {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding-top: 80px;
}

.containerFullnew {
  width: 100%;
  max-width: 100%;
  padding: 30px 50px;
}
.containerFullnew h3 {
  text-decoration: underline;
}

.brands-infinite-scroll {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.brands-track {
  display: flex;
  align-items: center;
  width: fit-content;
}

/* Forward Animation - Top and Bottom Tracks */
.track-forward {
  animation: scroll-forward 35s linear infinite;
}

@keyframes scroll-forward {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Backward Animation - Middle Track */
.track-backward {
  animation: scroll-backward 35s linear infinite;
}

@keyframes scroll-backward {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Pause on hover */
.brands-track:hover {
  animation-play-state: paused;
}

.brand-logo-item {
  flex-shrink: 0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 100px;
  margin-top: 20px;
}

.brand-logo-item img {
  max-width: 250px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  /* filter: grayscale(100%) brightness(0.5); */
  opacity: 0.8;
  transition: all 0.4s ease;
}

.brand-logo-item:hover img {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.1);
}

/* Fade effect on edges */
.brands-infinite-scroll::before,
.brands-infinite-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.brands-infinite-scroll::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.brands-infinite-scroll::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .trusted-brands-section {
    padding: 60px 0;
  }

  .brands-infinite-scroll {
    gap: 20px;
    padding: 30px 0;
  }

  .brand-logo-item {
    padding: 0 25px;
    min-width: 130px;
    height: 80px;
  }

  .brand-logo-item img {
    max-width: 110px;
    max-height: 55px;
  }

  .track-forward,
  .track-backward {
    animation-duration: 25s;
  }

  .brands-infinite-scroll::before,
  .brands-infinite-scroll::after {
    width: 80px;
  }
}

@media (max-width: 576px) {
  .trusted-brands-section {
    padding: 40px 0;
  }

  .brands-infinite-scroll {
    gap: 15px;
    padding: 20px 0;
  }

  .brand-logo-item {
    padding: 0 20px;
    min-width: 100px;
    height: 60px;
  }

  .brand-logo-item img {
    max-width: 90px;
    max-height: 45px;
  }

  .track-forward,
  .track-backward {
    animation-duration: 20s;
  }

  .brands-infinite-scroll::before,
  .brands-infinite-scroll::after {
    width: 50px;
  }
}

/* Utility classes */
.w-full {
  width: 100%;
}

.center {
  text-align: center;
}

.thin {
  font-weight: 300;
}

.up {
  opacity: 1;
  transform: translateY(0);
}

.about-photo {
  height: 700px;
  overflow: hidden;

  margin-bottom: 90px;
}

.features-timeline-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.accent-text {
  color: #ff6b6b;
  font-weight: 600;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-20 {
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.features-timeline-wrapper {
  position: relative;
}

/* Timeline Line Container */
.timeline-line-container {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-line-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  border-radius: 2px;
}

.timeline-line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #ffd93d 0%, #ff6b6b 100%);
  border-radius: 2px;
  transition: height 0.1s linear;
  box-shadow: 0 0 20px rgba(255, 217, 61, 0.5);
}

/* Timeline Dots */
.timeline-dot {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 4px solid #e0e0e0;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.4s ease;
}

.timeline-dot.active {
  border-color: #ffd93d;
  background: #ffd93d;
  transform: translateX(-50%) scale(1.3);
  box-shadow: 0 0 20px rgba(255, 217, 61, 0.6);
}

.dot-1 {
  top: 10%;
}
.dot-2 {
  top: 33%;
}
.dot-3 {
  top: 60%;
}
.dot-4 {
  top: 85%;
}

/* Feature Items */
.feature-item {
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-content {
  padding: 40px;
}

.feature-content h3 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.feature-content p {
  color: #666;
  line-height: 1.8;
  font-size: 1.1rem;
}

.text-lg {
  font-size: 1.1rem;
}

.feature-image {
  position: relative;
  padding: 20px;
}

.feature-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.feature-image img:hover {
  transform: translateY(-10px);
}

/* Image Placeholder Styles */
.image-placeholder {
  width: 100%;
  min-height: 400px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.image-placeholder:hover {
  transform: translateY(-10px);
}

.image-placeholder i {
  font-size: 4rem;
  margin-bottom: 20px;
  opacity: 0.9;
}

.image-placeholder p {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.shadow-lg {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Animation on scroll */
.up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.up.animated {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 991px) {
  .timeline-line-container {
    display: none;
  }

  .feature-item {
    margin-bottom: 100px;
  }

  .feature-content {
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .feature-content h3 {
    font-size: 2rem;
  }

  .feature-left .col-lg-5,
  .feature-right .col-lg-5 {
    margin-left: 0 !important;
  }

  .offset-lg-1 {
    margin-left: 0;
  }

  .order-lg-1,
  .order-lg-2 {
    order: 0 !important;
  }
}

@media (max-width: 768px) {
  .features-timeline-section {
    padding: 80px 0;
  }

  .feature-item {
    margin-bottom: 80px;
  }

  .feature-content h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }

  .feature-content p {
    font-size: 1rem;
  }

  .feature-image {
    padding: 10px;
  }

  .image-placeholder {
    min-height: 300px;
  }

  .image-placeholder i {
    font-size: 3rem;
  }

  .image-placeholder p {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .features-timeline-section {
    padding: 60px 0;
  }

  .feature-content h3 {
    font-size: 1.5rem;
  }

  .feature-item {
    margin-bottom: 60px;
  }

  .image-placeholder {
    min-height: 250px;
  }

  .image-placeholder i {
    font-size: 2.5rem;
  }

  .image-placeholder p {
    font-size: 1.1rem;
  }
}

.categories-section {
  background: #fafafa;
  overflow: hidden;
}

.category-slider-item {
  padding: 50px 0;
  position: relative;
}

/* ============================================
   CONTENT STYLES
   ============================================ */
.category-content {
  padding-right: 60px;
  position: relative;
  z-index: 10;
}

.text-lg-end .category-content {
  padding-right: 0;
  padding-left: 60px;
  position: relative;
  z-index: 10;
}

.category-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff6b6b;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.category-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #ff6b6b;
}

.category-title {
  font-size: 4.5rem;
  font-weight: 800;
  color: #000;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -2px;
}

.category-description {
  font-size: 1.15rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}

.category-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.category-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}

.category-cta:hover::before {
  left: 100%;
}

.category-cta:hover {
  background: #ff6b6b;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
}

.category-cta i {
  transition: transform 0.4s ease;
}

.category-cta:hover i {
  transform: translateX(5px);
}

/* ============================================
   SLIDER WRAPPER
   ============================================ */
.category-slider-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* ============================================
   NAVIGATION STYLES
   ============================================ */
.slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.slider-arrow {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
  font-size: 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

.slider-arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  transform: scale(0);
  transition: transform 0.3s ease;
  z-index: -1;
}

.slider-arrow:hover::after {
  transform: scale(1);
}

.slider-arrow:hover {
  color: #fff;
  border-color: #000;
  transform: scale(1.05);
}

.slider-arrow:active {
  transform: scale(0.95);
}

.slider-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* Pagination Info Container */
.slider-pagination-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* Pagination Numbers */
.slider-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 15px;
}

.slider-pagination-numbers span {
  font-size: 1rem;
  font-weight: 700;
  color: #d0d0d0;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 30px;
  text-align: center;
  position: relative;
}

.slider-pagination-numbers span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: #000;
  transition: transform 0.3s ease;
}

.slider-pagination-numbers span:hover {
  color: #666;
}

.slider-pagination-numbers span.active {
  color: #000;
  font-size: 1.3rem;
  transform: scale(1.1);
}

.slider-pagination-numbers span.active::after {
  transform: translateX(-50%) scaleX(1);
}

/* Slider Counter */
.slider-counter {
  font-size: 0.85rem;
  color: #999;
  font-weight: 500;
}

.slider-counter .current {
  color: #000;
  font-weight: 700;
  font-size: 1rem;
}

/* ============================================
   PROGRESS BAR
   ============================================ */
.slider-progress {
  width: 100%;
  height: 3px;
  background: #e0e0e0;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}

.slider-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #ff6b6b, #ff8e53);
  border-radius: 10px;
  transition: width 0.3s ease;
  width: 25%;
  box-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

/* ============================================
   SWIPER SLIDER
   ============================================ */
.travel-slider,
.fashion-slider,
.food-slider {
  overflow: hidden;
  padding: 10px 0;
  margin: 0 -10px;
  padding-left: 10px;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.newSlides {
  width: 320px !important;
  height: auto;
}

/* ============================================
   SLIDE ITEM
   ============================================ */
.category-slide-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #f5f5f5;
  /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.category-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.category-slide-item:hover::before {
  opacity: 1;
}

.category-slide-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.category-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-slide-item:hover img {
  transform: scale(1.1);
}

/* ============================================
   SLIDE OVERLAY
   ============================================ */
.slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}

.category-slide-item:hover .slide-overlay {
  transform: translateY(0);
  opacity: 1;
}

.slide-info h4 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.slide-info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.follower-count {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(255, 107, 107, 0.9);
  color: #fff;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* ============================================
   ANIMATIONS
   ============================================ */
.up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.up.animated {
  opacity: 1;
  transform: translateY(0);
}

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

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1199px) {
  .category-title {
    font-size: 3.5rem;
  }

  .newSlides {
    width: 280px !important;
  }
}

@media (max-width: 991px) {
  .category-slider-item {
    padding: 100px 0;
  }

  .category-content {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 60px;
    text-align: center;
  }

  .text-lg-end {
    text-align: center !important;
  }

  .text-lg-end .category-content {
    padding-left: 0;
  }

  .category-label {
    padding-left: 0;
  }

  .category-label::before {
    display: none;
  }

  .category-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .category-slider-item {
    padding: 80px 0;
  }

  .category-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .category-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .category-cta {
    padding: 14px 28px;
    font-size: 0.9rem;
  }

  .slider-navigation {
    gap: 25px;
    margin-bottom: 25px;
  }

  .slider-arrow {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }

  .swiper-slide {
    width: 100% !important;
  }

  .slide-info h4 {
    font-size: 1.15rem;
  }
}

@media (max-width: 576px) {
  .category-slider-item {
    padding: 60px 0;
  }

  .category-title {
    font-size: 2rem;
    letter-spacing: -1px;
  }

  .category-label {
    font-size: 0.75rem;
    margin-bottom: 15px;
  }

  .slider-navigation {
    gap: 20px;
    margin-bottom: 20px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
  }

  .slider-pagination-numbers {
    gap: 10px;
  }

  .slider-pagination-numbers span {
    font-size: 0.9rem;
    min-width: 25px;
  }

  .slider-pagination-numbers span.active {
    font-size: 1.1rem;
  }

  
  .category-slide-item {
    border-radius: 12px;
  }

  .slide-info h4 {
    font-size: 1rem;
  }

  .slide-info p {
    font-size: 0.85rem;
  }

  .follower-count {
    font-size: 0.75rem;
    padding: 5px 12px;
  }
}

.faq-contact-section-themed {
  padding: 140px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Section Header */
.section-label-themed {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  position: relative;
  padding: 0 30px;
}

.section-label-themed::before,
.section-label-themed::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
}

.section-label-themed::before {
  left: 0;
}
.section-label-themed::after {
  right: 0;
}

.section-title-themed {
  font-size: 4rem;
  font-weight: 800;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: -2px;
}

.section-title-themed .thin {
  font-weight: 300;
}

.section-description-themed {
  font-size: 1.15rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.mb-100 {
  margin-bottom: 100px;
}
.mb-60 {
  margin-bottom: 60px;
}
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* ============================================
   FRAME STYLES
   ============================================ */
.content-frame-themed {
  position: relative;
  background: rgb(242, 242, 242);
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 50px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.content-frame-themed:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

/* Frame Corners */
.frame-corner-themed {
  position: absolute;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  opacity: 0.3;
  transition: all 0.4s ease;
}

.corner-tl {
  top: -2px;
  left: -2px;
  border-width: 3px 0 0 3px;
  border-radius: 24px 0 0 0;
}

.corner-tr {
  top: -2px;
  right: -2px;
  border-width: 3px 3px 0 0;
  border-radius: 0 24px 0 0;
}

.corner-bl {
  bottom: -2px;
  left: -2px;
  border-width: 0 0 3px 3px;
  border-radius: 0 0 0 24px;
}

.corner-br {
  bottom: -2px;
  right: -2px;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 24px 0;
}

.content-frame-themed:hover .frame-corner-themed {
  width: 50px;
  height: 50px;
  opacity: 1;
}

.frame-content-themed {
  position: relative;
  z-index: 1;
}

/* ============================================
   CONTENT HEADER
   ============================================ */
.content-header-themed {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.header-icon-themed {
  width: 60px;
  height: 60px;
  background: rgb(0, 0, 0);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.header-text-themed {
  flex: 1;
}

.content-title-themed {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 5px;
  line-height: 1.2;
}

.content-subtitle-themed {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.categories-section .suptitle:before {
  background-color: black;
}

/* ============================================
   TWO COLUMN FAQ SECTION
   ============================================ */
.faq-two-column-section {
  padding: 120px 0;
  position: relative;
}

.gx-5 {
  --bs-gutter-x: 4rem;
}

/* ============================================
   LEFT COLUMN - INTRO
   ============================================ */
.faq-intro {
  position: sticky;
  top: 100px;
  padding-right: 30px;
}

.faq-main-title {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

.faq-intro-text {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}

.faq-more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
}

.faq-more-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: rgb(0, 0, 0);
  transition: width 0.3s ease;
}

.faq-more-link:hover::after {
  width: calc(100% - 30px);
}

.faq-more-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.faq-more-link i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.faq-more-link:hover i {
  transform: translateX(5px);
}

/* ============================================
   RIGHT COLUMN - FAQ LIST
   ============================================ */
.faq-list-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item-column {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.faq-item-column:first-child {
  border-radius: 12px 12px 0 0;
}

.faq-item-column:last-child {
  border-radius: 0 0 12px 12px;
  border-bottom: none;
}

.faq-item-column:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-item-column.active {
  background: #ffffff;
}

/* FAQ Question Row */
.faq-question-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  cursor: pointer;
  user-select: none;
}

.faq-question-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  margin: 0;
  line-height: 1.4;
  flex: 1;
}

.faq-expand-btn {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
  color: rgba(0, 0, 0, 0.5);
}

.faq-expand-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.25);
  color: rgb(0, 0, 0);
}

.faq-expand-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.faq-item-column.active .faq-expand-btn {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  color: #ffffff;
}

/* FAQ Answer */
.faq-answer-column {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 0;
}

.faq-item-column.active .faq-answer-column {
  max-height: 400px;
  padding: 0 28px 24px 28px;
  opacity: 1;
}

.faq-answer-column p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

/* ============================================
   ANIMATIONS
   ============================================ */
.up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.up.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1199px) {
  .gx-5 {
    --bs-gutter-x: 3rem;
  }

  .faq-main-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .faq-two-column-section {
    padding: 100px 0;
  }

  .gx-5 {
    --bs-gutter-x: 2rem;
  }

  .faq-intro {
    position: relative;
    top: 0;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .faq-main-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .faq-two-column-section {
    padding: 80px 0;
  }

  .faq-main-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .faq-intro-text {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .faq-question-row {
    padding: 20px 24px;
  }

  .faq-question-text {
    font-size: 1rem;
  }

  .faq-expand-btn {
    width: 30px;
    height: 30px;
  }

  .faq-item-column.active .faq-answer-column {
    padding: 0 24px 20px 24px;
  }

  .faq-answer-column p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .faq-two-column-section {
    padding: 60px 0;
  }

  .faq-main-title {
    font-size: 1.8rem;
  }

  .faq-intro {
    margin-bottom: 50px;
  }

  .faq-question-row {
    padding: 18px 20px;
  }

  .faq-question-text {
    font-size: 0.95rem;
  }

  .faq-expand-btn {
    width: 28px;
    height: 28px;
  }

  .faq-expand-btn i {
    font-size: 11px;
  }

  .faq-item-column.active .faq-answer-column {
    padding: 0 20px 18px 20px;
  }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.align-items-start {
  align-items: flex-start !important;
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section-beautiful {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* ============================================
   CTA WRAPPER
   ============================================ */
.cta-wrapper {
  padding: 80px 0px;
  position: relative;
}

/* Background Decorations */
.cta-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.deco-circle-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #ffffff 0%, transparent 70%);
  top: -150px;
  right: -100px;
  animation: float-1 8s ease-in-out infinite;
}

.deco-circle-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #ffffff 0%, transparent 70%);
  bottom: -100px;
  left: -80px;
  animation: float-2 10s ease-in-out infinite;
}

.deco-circle-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #ffffff 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: float-3 6s ease-in-out infinite;
}

@keyframes float-1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-20px, 20px) scale(1.1);
  }
}

@keyframes float-2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, -20px) scale(1.05);
  }
}

@keyframes float-3 {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

/* ============================================
   CTA CONTENT
   ============================================ */
.cta-content {
  position: relative;
  z-index: 2;
}

.cta-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.cta-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.highlight-text {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.highlight-text::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.cta-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 30px;
  max-width: 550px;
}

/* Features List */
.cta-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 500;
}

.feature-item i {
  color: #4caf50;
  font-size: 16px;
}

/* ============================================
   CTA ACTIONS
   ============================================ */
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 2;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.primary-btn {
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}

.primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.1); */
  transition: left 0.5s ease;
}

.primary-btn:hover::before {
  left: 100%;
}

.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}

.secondary-btn {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.secondary-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.primary-btn .btn-icon {
  background: rgba(0, 0, 0, 0.08);
}

.secondary-btn .btn-icon {
  background: rgba(255, 255, 255, 0.1);
}

.cta-button:hover .btn-icon {
  transform: translateX(3px);
}

.btn-icon i {
  font-size: 14px;
}

.cta-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

.cta-note i {
  font-size: 14px;
}

/* ============================================
   STATS ROW
   ============================================ */
.cta-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}

.stat-item {
  text-align: center;
  flex: 1;
}

.cta-stats .stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.cta-stats .stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
}

/* ============================================
   ANIMATIONS
   ============================================ */
.up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.up.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1199px) {
  .cta-title {
    font-size: 2.8rem;
  }

  .stat-number {
    font-size: 2.2rem;
  }
}

@media (max-width: 991px) {
  .cta-section-beautiful {
    padding: 100px 0;
  }

  .cta-wrapper {
    padding: 60px 50px;
  }

  .cta-title {
    font-size: 2.5rem;
  }

  .cta-description {
    font-size: 1rem;
  }

  .cta-actions {
    margin-top: 40px;
  }

  .cta-stats {
    margin-top: 50px;
    padding-top: 40px;
  }

  .stat-number {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .cta-section-beautiful {
    padding: 80px 0;
  }

  .cta-wrapper {
    padding: 50px 30px;
    border-radius: 20px;
  }

  .cta-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .cta-description {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .cta-features {
    flex-direction: column;
    gap: 12px;
  }

  .cta-stats {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
    padding-top: 35px;
  }

  .stat-item {
    flex-basis: calc(50% - 15px);
  }

  .stat-divider {
    display: none;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .cta-section-beautiful {
    padding: 60px 0;
  }

  .cta-wrapper {
    padding: 40px 25px;
  }

  .cta-title {
    font-size: 1.75rem;
  }

  .cta-badge {
    font-size: 0.75rem;
    padding: 6px 16px;
  }

  .cta-button {
    padding: 16px 24px;
    font-size: 1rem;
  }

  .cta-stats {
    gap: 25px;
  }

  .stat-item {
    flex-basis: 100%;
  }

  .stat-number {
    font-size: 2rem;
  }
}

/* ============================================
   UTILITIES
   ============================================ */
.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

/* ============================================
           PROFESSIONAL BANNER
           ============================================ */
.inner-banner-pro {
  padding: 170px 0 100px;
  background: #ffffff;
  position: relative;
}

.banner-content-pro {
  max-width: 800px;
}

.breadcrumbs-pro {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs-pro li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.breadcrumbs-pro a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.breadcrumbs-pro a:hover {
  color: rgb(0, 0, 0);
}

.breadcrumbs-pro span {
  color: rgba(0, 0, 0, 0.3);
}

.banner-title-pro {
  font-size: 4rem;
  font-weight: 800;
  color: rgb(0, 0, 0);
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.banner-desc-pro {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
}

/* ============================================
           FILTER BAR
           ============================================ */
.filter-bar-section {
  padding: 40px 0;
  background: rgb(242, 242, 242);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
}

.filter-bar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Search Box */
.search-box-pro {
  position: relative;
  max-width: 100%;
}

.search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  pointer-events: none;
}

.search-input-pro {
  width: 100%;
  padding: 16px 20px 16px 55px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  background: #ffffff;
  transition: all 0.3s ease;
}

.search-input-pro:focus {
  outline: none;
  border-color: rgb(0, 0, 0);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

/* Category Filters */
.category-filters-pro {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-chip {
  padding: 12px 24px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.filter-chip:hover {
  border-color: rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.filter-chip.active {
  background: rgb(0, 0, 0);
  color: #ffffff;
  border-color: rgb(0, 0, 0);
}

/* ============================================
           INFLUENCERS SHOWCASE
           ============================================ */
.influencers-showcase-section {
  padding: 80px 0 100px;
  background: #ffffff;
}

/* Results Header */
.results-header-pro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.results-count-text {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.results-count-text strong {
  color: rgb(0, 0, 0);
  font-weight: 700;
}

.sort-dropdown {
  position: relative;
}

.sort-select {
  padding: 10px 40px 10px 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  background: #ffffff;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  transition: all 0.3s ease;
}

.sort-select:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.sort-select:focus {
  outline: none;
  border-color: rgb(0, 0, 0);
}

/* ============================================
           INFLUENCERS GRID
           ============================================ */
.influencers-grid-pro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

/* Influencer Card */
.influencer-card-pro {
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.influencer-card-pro:hover {
  border-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Card Image */
.card-image-wrapper {
  position: relative;
  padding-bottom: 110%;
  overflow: hidden;
  background: rgb(242, 242, 242);
}

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.influencer-card-pro:hover .card-image {
  transform: scale(1.08);
}

/* Image Overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.influencer-card-pro:hover .image-overlay {
  opacity: 1;
}

.quick-stats {
  display: flex;
  gap: 15px;
}

.quick-stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
}

.quick-stat-item i {
  font-size: 14px;
}

/* Badges */
.category-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
}

.category-badge.travel {
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
}

.category-badge.fashion {
  background: rgba(255, 107, 107, 0.9);
  color: #ffffff;
}

.category-badge.food {
  background: rgba(255, 193, 7, 0.9);
  color: rgba(0, 0, 0, 0.9);
}

.category-badge.lifestyle {
  background: rgba(156, 39, 176, 0.9);
  color: #ffffff;
}

.category-badge.fitness {
  background: rgba(76, 175, 80, 0.9);
  color: #ffffff;
}

.verified-badge-pro {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.verified-badge-pro i {
  color: #4caf50;
  font-size: 16px;
}

/* Card Content */
.card-content-pro {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.influencer-name-pro {
  font-size: 1.15rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 6px;
  line-height: 1.3;
}

.influencer-role-pro {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 18px;
}

/* Stats Row */
.stats-row-pro {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.stat-box-pro {
  flex: 1;
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  margin-bottom: 4px;
}

.stat-label {
  display: block;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-divider-pro {
  width: 1px;
  height: 35px;
  background: rgba(0, 0, 0, 0.1);
}

/* Platforms */
.platforms-row-pro {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.platform-badge {
  width: 34px;
  height: 34px;
  background: rgb(242, 242, 242);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

.platform-badge:hover {
  background: rgb(0, 0, 0);
  color: #ffffff;
  transform: translateY(-3px);
}

.platform-badge i {
  font-size: 15px;
}

/* View Button */
.view-btn-pro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: rgb(242, 242, 242);
  border-radius: 10px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  margin-top: auto;
}

.view-btn-pro:hover {
  background: rgb(0, 0, 0);
  color: #ffffff;
}

.view-btn-pro i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.view-btn-pro:hover i {
  transform: translateX(4px);
}

/* ============================================
           LOAD MORE
           ============================================ */
.load-more-wrapper {
  text-align: center;
  padding-top: 20px;
}

.load-more-btn-pro {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background: rgb(242, 242, 242);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease;
}

.load-more-btn-pro:hover {
  background: rgb(0, 0, 0);
  color: #ffffff;
  border-color: rgb(0, 0, 0);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.load-more-btn-pro i {
  transition: transform 0.3s ease;
}

.load-more-btn-pro:hover i {
  transform: translateY(3px);
}

/* ============================================
           RESPONSIVE
           ============================================ */
@media (max-width: 1199px) {
  .influencers-grid-pro {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner-title-pro {
    font-size: 3.5rem;
  }
}

@media (max-width: 991px) {
  .influencers-grid-pro {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .banner-title-pro {
    font-size: 3rem;
  }

  .inner-banner-pro {
    padding: 120px 0 80px;
  }
}

@media (max-width: 768px) {
  .banner-title-pro {
    font-size: 2.5rem;
  }

  .banner-desc-pro {
    font-size: 1.05rem;
  }

  .filter-bar-wrapper {
    gap: 20px;
  }

  .category-filters-pro {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .filter-chip {
    flex-shrink: 0;
  }

  .results-header-pro {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .sort-dropdown {
    width: 100%;
  }

  .sort-select {
    width: 100%;
  }

  .influencers-showcase-section {
    padding: 60px 0 80px;
  }
}

@media (max-width: 576px) {
  .influencers-grid-pro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .banner-title-pro {
    font-size: 2rem;
  }

  .inner-banner-pro {
    padding: 100px 0 60px;
  }

  .filter-bar-section {
    padding: 30px 0;
  }

  .card-content-pro {
    padding: 20px;
  }
}

/* ============================================
           HERO SECTION
           ============================================ */
.services-hero-new {
  padding: 180px 0 120px;
  background: #ffffff;
  text-align: center;
}

.hero-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}

.hero-title-new {
  font-size: 5rem;
  font-weight: 800;
  color: rgb(0, 0, 0);
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -3px;
}

.hero-subtitle-new {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* ============================================
           CORE SERVICES GRID
           ============================================ */
.core-services-new {
  padding: 80px 0 120px;
  background: #ffffff;
}

.services-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.service-card-new {
  position: relative;
  min-height: 400px;
  perspective: 1000px;
}

.service-card-inner {
  width: 100%;
  height: 100%;
  min-height: 400px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.service-front {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: rgb(242, 242, 242);
  border-radius: 20px;
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backface-visibility: hidden;
  transition: all 0.4s ease;
}

.service-card-new:hover .service-front {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* Color Variations */
.service-card-new[data-color="blue"]:hover .service-front {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.service-card-new[data-color="purple"]:hover .service-front {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.service-card-new[data-color="green"]:hover .service-front {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.service-card-new[data-color="orange"]:hover .service-front {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.service-card-new:hover .service-front * {
  color: #ffffff !important;
}

.service-icon-new {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.service-card-new:hover .service-icon-new {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  transform: scale(1.1);
}

.service-title-new {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 15px;
  line-height: 1.3;
}

.service-desc-new {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin-bottom: 30px;
  flex: 1;
}

.service-hover-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  color: rgb(0, 0, 0);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.service-card-new:hover .service-hover-indicator {
  opacity: 1;
  transform: translateY(0);
}

.service-hover-indicator i {
  transition: transform 0.3s ease;
}

.service-card-new:hover .service-hover-indicator i {
  transform: translateX(5px);
}

.section-header-new {
  text-align: center;
  margin-bottom: 100px;
}

.section-header-new h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}

.service-detail-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 120px;
}

.service-detail-new.reverse {
  direction: rtl;
}

.service-detail-new.reverse > * {
  direction: ltr;
}

.detail-content-new {
  position: relative;
}

.detail-number {
  font-size: 8rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.03);
  line-height: 1;
  position: absolute;
  top: -40px;
  left: -20px;
  z-index: 0;
}

.detail-title-new {
  font-size: 2.2rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.detail-text-new {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}

.detail-features-new {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-features-new li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.detail-features-new i {
  color: #4caf50;
  font-size: 18px;
}

.detail-visual-new {
  position: relative;
}

.visual-card-new {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.visual-card-new:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.visual-card-new img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================
           ADDITIONAL SERVICES
           ============================================ */
.additional-services-new {
  padding: 120px 0;
  background: #ffffff;
}

.additional-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.additional-card-new {
  padding: 40px 30px;
  background: rgb(242, 242, 242);
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s ease;
}

.additional-card-new:hover {
  background: rgb(0, 0, 0);
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.additional-card-new:hover * {
  color: #ffffff !important;
}

.additional-icon-new {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 28px;
  color: rgb(0, 0, 0);
  transition: all 0.4s ease;
}

.additional-card-new:hover .additional-icon-new {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transform: scale(1.1);
}

.additional-card-new h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 15px;
}

.additional-card-new p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

/* ============================================
           RESPONSIVE
           ============================================ */
@media (max-width: 1199px) {
  .hero-title-new {
    font-size: 4rem;
  }

  .services-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .hero-title-new {
    font-size: 3.5rem;
  }

  .service-detail-new {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .additional-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-hero-new {
    padding: 140px 0 80px;
  }

  .hero-title-new {
    font-size: 2.5rem;
  }

  .hero-subtitle-new {
    font-size: 1.1rem;
  }

  .services-grid-new {
    grid-template-columns: 1fr;
  }

  .section-header-new h2 {
    font-size: 2.5rem;
  }

  .detail-title-new {
    font-size: 1.8rem;
  }

  .detail-number {
    font-size: 5rem;
    top: -20px;
  }

  .additional-grid-new {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .hero-title-new {
    font-size: 2rem;
  }

  .service-card-new {
    min-height: 350px;
  }

  .service-card-inner,
  .service-front {
    min-height: 350px;
  }
}



/* Mobile Menu Styles */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow-y: auto;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-header .logo img {
    height: 40px;
    width: auto;
}

.close-menu-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.close-menu-btn:hover {
    transform: rotate(90deg);
}

.mobile-nav {
    flex: 1;
    display: flex;
    align-items: center;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.mobile-nav ul li {
    margin: 0;
    opacity: 0;
    transform: translateX(-30px);
    animation: slideIn 0.4s forwards;
}

.mobile-nav ul li:nth-child(1) { animation-delay: 0.1s; }
.mobile-nav ul li:nth-child(2) { animation-delay: 0.2s; }
.mobile-nav ul li:nth-child(3) { animation-delay: 0.3s; }
.mobile-nav ul li:nth-child(4) { animation-delay: 0.4s; }
.mobile-nav ul li:nth-child(5) { animation-delay: 0.5s; }

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-nav ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li a.active {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.mobile-nav ul li a i {
    font-size: 20px;
    width: 24px;
    opacity: 0.8;
}

.mobile-menu-footer {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.button-mobile {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.button-mobile:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.button-mobile i {
    font-size: 18px;
}

/* Hamburger Menu Button */
.menu-btn {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.menu-btn span {
    position: relative;
    display: block;
}

.menu-btn span::before,
.menu-btn span::after {
    content: '';
    position: absolute;
    left: 0;
}

.menu-btn span::before {
    top: -8px;
}

.menu-btn span::after {
    bottom: -8px;
}

.menu-btn.active span {
    background: transparent;
}

.menu-btn.active span::before {
    top: 0;
    transform: rotate(45deg);
}

.menu-btn.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .mobile-menu-content {
        padding: 15px;
    }
    
    .mobile-nav ul li a {
        font-size: 16px;
        padding: 16px 15px;
    }
    
    .mobile-nav ul li a i {
        font-size: 18px;
    }
}






/* Sticky Header Styles */
.frame {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


/* Hide header on scroll down, show on scroll up (optional) */
.frame.hide-header {
    transform: translateY(-130%);
}

.frame.show-header {
    transform: translateY(0);
}