@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  --material-themerefneutral-variantneutral-variant0: rgba(0, 0, 0, 1);
  --neutraln-900: rgba(23, 23, 23, 1);
}
.animate-fade-in {
  animation: fade-in 1s var(--animation-delay, 0s) ease forwards;
}
.animate-fade-up {
  animation: fade-up 1s var(--animation-delay, 0s) ease forwards;
}
@keyframes fade-in {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: none; }
}
@keyframes fade-up {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: none; }
}

body {
    font-family: "Poppins", sans-serif;
}

.h,h1,h2,h3,h4,h5,h6 {
    font-family: "Playfair Display", serif !important;
}
    .TrustedClients .swiper-slide {
  position: relative;
  transition: all .5s;
  transform: rotateZ(0) translateX(0) translateY(0);
  opacity: 0;
}

.TrustedClients .swiper-slide-active { z-index: 999; opacity: 1; }
.TrustedClients .swiper-slide-active > * { background: #f9f9f9; }
.TrustedClients .swiper-slide-prev {
  transform: rotateZ(-10deg) translateX(-10px) translateY(30px) scale(.75);
  opacity: 1;
  filter: blur(2px);
}
.TrustedClients .swiper-slide-next {
  transform: rotateZ(10deg) translateX(10px) translateY(30px) scale(.75);
  opacity: 1;
  filter: blur(2px);
}
/* InstaColumns vertical scroller without Swiper */
.InstaColumns .InstaMask { position: relative; overflow: hidden; }
.InstaColumns .InstaTrack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  will-change: transform;
  animation: insta-scroll var(--insta-duration, 16000ms) linear infinite;
  animation-direction: var(--insta-direction, normal);
}
@keyframes insta-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
/* Backdrop utility used across cards */
[-webkit-backdrop-filter\:blur\(2\.0px\)_brightness\(110\%\)] {
  -webkit-backdrop-filter: blur(2px) brightness(110%);
  backdrop-filter: blur(2px) brightness(110%);
}
/* Pagination dots style for hero */
.HeroSliderPagination {
  background: #0000000f;
  border-radius: 100px;
}
.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}


/* Minimal Swiper base styles (no default theme) */
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  transition-property: transform;
  will-change: transform;
  transition-timing-function: ease;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

/* Ensure vertical direction stacks slides in a column */
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

/* Trusted Clients slider transforms */
.TrustedClients .swiper-slide {
  position: relative;
  transition: all .5s;
  transform: rotateZ(0) translateX(0) translateY(0);
  opacity: 0;
}

.TrustedClients .swiper-slide-active {
  z-index: 999999999999;
  opacity: 1;
}

.TrustedClients .swiper-slide-active>* {
  background: #f9f9f9;
}

.TrustedClients .swiper-slide-prev {
  transform: rotateZ(-10deg) translateX(-10px) translateY(30px) scale(.75);
  opacity: 1;
  filter: blur(2px);
}

.TrustedClients .swiper-slide-next {
  transform: rotateZ(10deg) translateX(10px) translateY(30px) scale(.75);
  opacity: 1;
  filter: blur(2px);
}


.blogdetails h2, .blogdetails h3, .blogdetails h4, .blogdetails h5, .blogdetails h6 {
    margin: 0;
    margin: 0;
    font-family: "Poppins", serif !important;
    padding: 0;
    font-weight: 700;
    line-height: normal;
}