@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
:root {
  --color-brand: #231F20;
  --color-dark: #231F20;
  --color-black: #000;
  --color-white: #fff;
  --color-brand-light-bg: #F9F5ED;
  --grey: #707070;
  --color-body-bg: #F9F5ED;
  --color-body-text: #696767;
  --white: #ffffff;
  --card-hover-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  --body-font: "Cabinet Grotesk Regular";
  --heading-font: "Oswald", sans-serif;
  --transition: all .3s ease-in-out;
  --radius: 1.25rem;
  --header-stack-height: 40px;
}

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

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  text-rendering: optimizeLegibility;
  font-family: var(--body-font);
  color: var(--color-body-text);
}

.ff-heading {
  font-family: var(--heading-font);
  font-weight: 400 !important;
}

.fs-15 {
  font-size: 0.937rem;
}

.lead-lg {
  font-size: 1.375rem;
}

.lead-sm {
  font-size: 1.125rem;
}

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

.fw-medium {
  font-family: "Cabinet Grotesk Medium";
}

.round {
  border-radius: var(--radius);
}

.text-gray {
  color: #525252 !important;
}

.text-muted {
  color: #ADADAD !important;
}

.text-yellow {
  color: var(--yellow) !important;
}

.bg-yellow {
  background-color: var(--yellow) !important;
}

.bg-primary {
  background-color: var(--color-brand) !important;
}

.text-primary {
  color: var(--color-brand) !important;
}

.text-lime {
  color: var(--lime) !important;
}

.text-warning {
  color: var(--red) !important;
}

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

.text-justify {
  text-align: justify;
}

.bg-light {
  background-color: var(--color-brand-light-bg) !important;
}

.bg-gradient {
  background: rgba(228, 228, 228, 0.14) !important;
}

.transition {
  transition: all 0.3s ease-in-out;
}

.fw-extrabold {
  font-weight: 800;
}

.link {
  color: var(--color-brand);
  cursor: pointer;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover {
  color: var(--color-dark);
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--color-dark);
}
a:hover {
  color: var(--color-brand);
}

b, strong {
  font-weight: 600;
}

.btn:focus, .form-control:focus, .form-select:focus, .form-check-input:focus {
  box-shadow: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: all 0.3s ease-in-out;
  padding: 0.625rem 1.5rem;
}

.btn-primary {
  border-color: var(--color-brand);
  background-color: var(--color-brand);
  color: #fff;
}
.btn-primary:hover {
  border-color: var(--color-dark);
  background-color: var(--color-dark);
}
.btn-primary:focus {
  background-color: var(--color-dark);
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--color-dark);
}
.btn-white svg {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.75rem;
  color: var(--color-brand);
}
.btn-white:hover {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
  color: var(--white);
}
.btn-white:hover svg {
  color: var(--white);
}
.btn-white:focus {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--white);
}
.btn-white:focus svg {
  color: var(--white);
}

.btn-outline-primary {
  border: 2px solid var(--color-brand);
  border-radius: 0%;
  background-color: transparent;
  text-transform: uppercase;
  color: var(--color-brand);
}
.btn-outline-primary:hover {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
  color: var(--color-white);
}

.btn-outline-white {
  border: 2px solid var(--color-white);
  backdrop-filter: blur(11.8000001907px);
  background: rgba(255, 255, 255, 0.2509803922);
  border: 2px solid #FFFFFF;
  color: var(--color-white);
}
.btn-outline-white:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
/*------ OWL CAROUSEL GLOBAL STYLES ------------*/
.shadow__cutoff .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}
.shadow__cutoff .owl-stage-outer .owl-stage {
  display: flex;
}
.shadow__cutoff .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  padding: 1px;
}

.stage__flex .owl-stage {
  display: flex;
}
.stage__flex .owl-stage .owl-item {
  display: flex;
}

.owl-nav {
  margin-top: 1rem;
  display: flex;
  gap: 0.875rem;
}
@media (max-width: 767px) {
  .owl-nav {
    justify-content: center;
  }
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev svg, .owl-nav .owl-next svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev::before, .owl-nav .owl-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  backdrop-filter: blur(38px) briteness(15);
}
.owl-nav .owl-prev:hover svg, .owl-nav .owl-next:hover svg {
  color: var(--white);
}
.owl-nav .owl-prev:hover::before, .owl-nav .owl-next:hover::before {
  background-color: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px) briteness(5);
  border-radius: 2rem;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  margin: 0 0.2rem;
  justify-content: center;
  align-items: center;
  background-color: #B4B4B4 !important;
  display: flex;
}
.owl-dots .owl-dot.active {
  background-color: var(--color-brand) !important;
  width: 34px;
  height: 10px;
  border-radius: 5px !important;
}
.owl-dots .owl-dot:hover {
  background-color: color-mix(in oklab, var(--color-brand) 60%, transparent) !important;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

@media (max-width: 1200px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 87.5%;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: calc(100% - 1.5rem);
  }
}
footer {
  background: var(--color-white);
  color: #696767;
}
footer a {
  color: var(--color-body-text);
  font-weight: 400;
  text-transform: capitalize;
}
footer a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .logo {
  height: 6rem;
  width: auto;
}
footer .lead-lg {
  color: var(--white);
  font-weight: 600;
  position: relative;
}
@media (max-width: 575px) {
  footer .lead-lg {
    margin-bottom: 1rem;
  }
}
footer .gap-12 {
  gap: 0.75rem;
}
footer .form__subscribe .form-control {
  height: 3.5rem;
  border-color: #F4F4F4;
  background-color: #F4F4F4;
  color: var(--color-brand);
}
footer .form__subscribe .btn-primary {
  height: 3.5rem;
  width: 3.5rem;
}
footer .form__subscribe .btn-primary:hover {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
footer .policy__link__box {
  max-width: var(--box-width);
}

.social__links li a {
  display: block;
}
.social__links li a svg {
  width: 1.35rem;
  height: 1.35rem;
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--color-brand);
  color: var(--white);
  z-index: 99;
  display: none;
}
.backTop:hover {
  background-color: var(--color-dark);
}
.backTop.show {
  display: inline-flex;
}

.header-wrapper {
  position: relative;
  background-color: #fff;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.header-logo-space {
  width: 250px;
  height: 150px;
  opacity: 0;
  position: relative;
  z-index: 99999;
}

.floating-logo-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  z-index: 10000;
  pointer-events: none;
}

@media (max-width: 767px) {
  .floating-logo-container {
    width: 300px;
  }
}
#main-content {
  opacity: 0;
}

#intro-loader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.6s ease;
}

#intro-loader.hide {
  opacity: 0;
  pointer-events: none;
}

@keyframes revealUp {
  to {
    transform: translateY(0);
  }
}
.header__wrapper {
  --viewport-height: 100vh;
  height: var(--viewport-height);
  max-height: 1080px;
}
.header__wrapper .logo__box {
  height: calc(var(--viewport-height) - 250px);
  max-height: 1080px;
}
.header__wrapper .logo__box .logo {
  height: 50vh;
  width: auto;
  transform: scale(0);
  max-height: 500px;
  transition: transform 1s ease-in-out;
}
.header__wrapper .logo__box .logo.loaded {
  transform: scale(1);
}
@media (max-width: 575px) {
  .header__wrapper .logo__box .logo {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 2rem;
  }
}
.category__wrapper {
  border-top: 3px solid color-mix(in oklab, var(--color-white) 30%, transparent);
  background: color-mix(in oklab, var(--color-dark) 50%, transparent);
  position: relative;
  z-index: 99;
}
.category__wrapper .categorySliderParent {
  border-top: 1px solid color-mix(in oklab, var(--color-white) 30%, transparent);
}
@media (min-width: 992px) {
  .category__wrapper .categorySliderParent .swiper-slide:not(:last-child) {
    border-right: 1px solid color-mix(in oklab, var(--color-white) 30%, transparent);
  }
}

.category__item {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}
.category__item .category__item__title,
.category__item .category__item__desc {
  transition: transform 0.3s ease-in-out;
}
.category__item .category__item__desc {
  color: #8D8B8B;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.category__item .category__item__btn {
  transition: all 0.3s ease-in-out;
}
.category__item .category__item__btn a {
  opacity: 0.5;
}
.category__item .category__item__btn a svg {
  transition: all 0.3s ease-in-out;
}
.category__item:hover {
  opacity: 1;
}

@media (min-width: 1200px) {
  .category__item .category__item__btn {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  .category__item .category__item__btn a {
    opacity: 0.5;
  }
  .category__item .category__item__btn a svg {
    transition: all 0.3s ease-in-out;
  }
  .category__item:hover {
    opacity: 1;
  }
  .category__item:hover .category__item__title,
  .category__item:hover .category__item__desc {
    transform: translateY(-10px);
  }
  .category__item:hover .category__item__btn {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .category__item:hover .category__item__btn:hover a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .category__item:hover .category__item__btn:hover a:hover svg {
    position: relative;
    transform: translateX(0.5rem);
  }
}
@media (max-width: 991px) {
  .category__item {
    opacity: 1;
  }
  .category__item .category__item__btn a {
    opacity: 1;
  }
}
/*--------- BRANDS PAGE STYLES --------*/
.hero__banner__wrapper {
  min-height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .hero__banner__wrapper {
    min-height: 260px;
  }
}

.sticky__brand__item {
  top: 100px;
}

.brand__item__card {
  max-height: calc(100vh - 100px);
  overflow: hidden;
}
.brand__item__card .brand__logo {
  width: auto;
  max-height: 15rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media (max-width: 1700px) {
  .brand__item__card .brand__logo {
    max-height: 13rem;
  }
}
@media (max-width: 991px) {
  .brand__item__card .brand__logo {
    max-height: 10rem;
  }
}
@media (max-width: 575px) {
  .brand__item__card .brand__logo {
    max-height: 8rem;
    margin-bottom: 1rem;
  }
}
.brand__item__card .btn-primary {
  backdrop-filter: blur(11.8000001907px);
  border: 2px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.2509803922);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .brand__item__card {
    max-height: 100%;
    height: 600px;
  }
  .brand__item__card .fs-5 {
    font-size: 1rem !important;
  }
}

.category__filter__card {
  height: 570px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .category__filter__card {
    height: 400px;
  }
}
.category__filter__card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.category__filter__card .btn-outline-white {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 99;
  text-transform: uppercase;
  border-radius: 0%;
  width: calc(100% - 4rem);
}
.category__filter__card:hover img {
  transform: scale(1.12);
}

#progress-text {
  color: #8d8b8b;
}
#progress-text .active {
  color: #f2d04e;
}

/* Prevent layout shifting */
#multi-step-container {
  min-height: 450px;
  position: relative;
}

/* Step Wrappers */
.step-wrapper {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.step-wrapper.active {
  display: block;
  opacity: 1;
}

/* Card Styling */
.category__filter__card {
  position: relative;
  overflow: hidden;
}

.category__filter__card img {
  width: 100%;
  display: block;
  height: auto;
}

/* Loader */
.slider-loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.service-item:last-child {
  border-bottom: 0 !important;
}

.service-item {
  transition: background-color 0.3s ease;
}

.service-content {
  display: none;
  overflow: hidden;
}

.service-title {
  cursor: pointer;
  padding: 1.5rem 0;
  transition: color 0.3s ease;
}

.service-content img {
  transition: transform 0.5s ease;
  transform: scale(0.95);
}

.service-item.active .service-content img {
  transform: scale(1);
}

.service-item.active .service-title {
  font-weight: bold;
}

.service-item.active {
  border-bottom: var(--color-dark);
}

.service-item.active .service-title {
  color: var(--color-dark);
}

.service-item.active .service-content {
  overflow: visible;
}

@media (min-width: 992px) {
  .service-item.active .thumbnail {
    margin-top: -3rem;
  }
}
.category__filter__card.expertise__card::before {
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 58.48%, #161616 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.form-control {
  height: 64px;
  border-color: #D8D8D8;
  padding: 0.75rem 1.25rem;
  font-weight: 500;
}

.h-64 {
  height: 64px;
}

.site__header {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 99999;
  transition: background-color 0.5s linear 1s, height 0.8s ease-in;
  width: 100%;
  height: 100%;
}
.site__header .logo {
  transform: scale(2.2);
  transition: transform 0.8s ease-in-out, filter 1.5s ease;
  filter: contrast(0) brightness(10);
}
.site__header.loaded {
  height: 100px;
  position: static !important;
  background-color: #fff;
}
.site__header.loaded .logo {
  transform: scale(1);
  height: 80px;
  width: auto;
  filter: none;
}/*# sourceMappingURL=style.css.map */