* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}
html,
body {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
  
  /* background-color: #f8f9fa; */
}

.navbar {
  height: 80px;
  width: 70%;
  background-color: #fff;
  margin: 20px;
  border-radius: 50px;
  padding: 0.5rem; /* From https://css.glass */
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  margin-left: 15rem;
  margin-right: 15rem;
  z-index: 2;
}
.nav-link:hover,
.nav-link:focus {
  color: #ac8dff !important;
}
.navbar-brand {
  font-weight: 500;
  font-size: 25px;
}
.navbar-toggler {
  border: none;
  font-size: 1.25rem;
}
.navbar-toggler:focus,
.btn-close:focus {
  outline: none;
  box-shadow: none;
}
.nav-link {
  font-weight: 400;
  color: #fff;
}
.dropdown-menu {
  border-radius: 30px;
  padding: 15px 20px;
  line-height: 1.5rem;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.dropdown-menu h5 {
  display: flex;
  align-items: center;
  justify-content: start;
}
.dropdown-menu h5::before {
  content: "→";
  margin-right: 0.5rem;
  width: 30px;
  height: 30px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  background-color: #795ff3;
}
.nav-link svg {
  margin-left: 0.55rem;
  transition: all ease-in-out 0.3s;
  width: 20px;
  height: 20px;
  fill: #fff;
}
.nav-link:hover svg {
  transform: rotate(180deg);
  fill: #795ff3;
}
.dropdown-item {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0px;
  transition: all ease-in-out 0.3s;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #795ff3;
  background-color: transparent;
  transform: translateX(10px);
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.brand-name{
  color: #0dcaf0;
}

.navbar-brand .fs-5 {
  line-height: 1.2;
}

.navbar-brand small {
  line-height: 1.1;
  display: block;
  margin-top: -2px;
}

.home-wrapper {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.back-video {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  
}
.home-wrapper h1 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
.solutons-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000 !important;
  text-align: center;
}
.card {
  border-radius: 70px;
  width: 100%;
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
}
.card img {
  border-radius: 70px;
}
.choose-wrapper {
  background-image: url("../images/why_choose_bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.h3_choose:before {
  content: "•";
  margin-right: 0.5rem;
  color: #795ff3;
}
.case-studies-wrapper {
  background-image: url("../images/case_study_gif.gif");
  background-size: 100% 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.card_case {
  position: relative;
}
.card_case .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px;
}
.card_case img {
  border-radius: 30px;
}
.btn-transparent {
  color: #fff;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  border: #ffffff67 1px solid;
  transition: all 0.2s ease-in-out;
}
.btn {
  padding: 15px 25px;
  border-radius: 50px;
  height: auto;
  width: auto;
}
.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  scale: 1.07;
}
.review-wrapper {
  width: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: start;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.swiper-slide img {
  display: block;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company {
  display: flex;
  margin-top: 2rem;
  justify-content: start;
  align-items: center;
  gap: 2rem;
}
.company img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.contact-wrapper {
  width: 100%;
  background-color: rgb(233, 247, 250);
  padding: 50px 0px;
}
.contact-wrapper h5 {
  background: #004dd3;
  background: linear-gradient(to right, #004dd3 0%, #a67fff 54%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 3rem;
}
.pill_faq {
  border-radius: 50px;
  background: #2a7b9b;
  background: linear-gradient(
    90deg,
    rgba(42, 123, 155, 1) 0%,
    rgba(87, 199, 133, 1) 50%,
    rgba(137, 83, 237, 1) 100%
  );
  width: 480px;
  height: 65px;
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 10px 15px;
  position: relative;
  gap: 1rem;
}
.accordion-item {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.accordion-button {
  font-size: 20px;
  font-weight: 450;
}
footer {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 1.5rem;
  background-image: url("https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExanBidjM4b2FyYjZndThlNndudnhmNnRveGxrb2c0eHcxZm01azhzaCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/g0gAJDvoNJBSwx8wP0/giphy.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 1.5rem;
}
.list-unstyled li,
.txt-link {
  font-style: none;
  text-decoration: none;
  margin-bottom: 0.35rem;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
.txt-link:hover {
  background: #5da3ff;
  background: linear-gradient(to right, #5da3ff 0%, #b85cff 54%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.5rem;
}
.email_sub {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-control,
.form-control:focus {
  background-color: #ffffff16;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.btn-footer {
  padding: 5px;
}
.links-footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.links-footer_bottom a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.links-footer_bottom a:hover {
  background: #5da3ff;
  background: linear-gradient(to right, #5da3ff 0%, #b85cff 54%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* slider - for bottom placement */
.logos-slider {
   width: 70%;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 1.75rem;
  margin: 2rem auto; /* Center it with margin */

  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    #000 15%,
    #000 85%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    #000 15%,
    #000 85%,
    rgba(0, 0, 0, 0) 100%
  );
  gap: 5rem;
}

.logos-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  animation: slide 20s linear infinite;
}

.logos-slider-container img {
  transition: all ease 0.2s;
  max-height: 40px;
  width: auto;
}

.logos-slider-container img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.slider-wrapper {
  width: 65%;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 1.75rem;
  position: absolute;
  top: 95%;
  margin: auto;
  left: 0;
  right: 0;
}
.contact-wrapper-top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-wrapper-top h1 {
  font-weight: 550;
  color: #ffff;
}
.contact-wrapper-bottom {
  background-color: #fff;
  color: #000000;
}
.top-text h2 {
  line-height: 3rem;
}
.contact-details {
  border-radius: 35px;
  padding: 1.5rem;
  background-image: url("../images/bg-contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.contact-section {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.box-icon {
  background-color: #fff;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 15px;
}
.contact-form-right {
  padding: 1.5rem;
  border: 0.5px solid #0b6dff7d;
  border-radius: 35px;
}
.form-control,
.form-control:focus {
  border: 0.5px solid #ccc;
  color: #000;
}
.form-label {
  color: #000;
}
.form-label-imp::after {
  content: "*";
  color: red;
  margin-left: 0.25rem;
}
.col input::placeholder,
.col-12 input::placeholder {
  color: #000;
  opacity: 0.4;
  font-size: 15px;
}
.btn-block {
  width: 100%;
  padding: 0.65rem;
}
.btn-info:hover {
  color: #dfdfdf;
  scale: 1.03;
}
.contact-details {
  min-height: 100%;
}
.gradient-text {
  background: #0091ff;
  background: linear-gradient(to right, #0091ff 41%, #062ecf 72%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fm-large,
.fm-large:focus {
  border-radius: 20px;
}
.img-box-about {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 25px;
}
.who-wrapper {
  background-image: url("../images/bg-who-we.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}
.img-box-who,
.img-box-who img {
  border-radius: 25px;
  width: 100%;
}
.imgs-cut {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.box-left-vision {
  border-radius: 25px;
  background-image: url("../images/vision.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-vision-right {
  background-color: #f0f0f0;
  border-radius: 25px;
}
.box-left-vision {
  min-height: 100%;
}
.carousel-item {
  background-image: url("https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExcG01b2RnNjZrbXV2c3NxdXprbXNnYTY2MTZlb2g1aHM2dGJidnE1byZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/LW4C4wTb1WUULX1uav/giphy.gif");
  padding: 2rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  color: #fff;
}
.card-scroll {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 2rem;
}
.card-content {
  padding: 25px;
}
.img-wrapper {
  flex-wrap: wrap;
  padding: 0;
}
.pill-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.pill-scroll {
  border: 1px solid #00000056;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
}
.text-gradient_orange {
  background: #ff8000;
  background: linear-gradient(to right, #ff8000 0%, #000000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient_blue {
  background: #0638ff;
  background: linear-gradient(to right, #f4f818 0%, #0638ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient_green {
  background: #00c835;
  background: linear-gradient(to right, #00c835 0%, #000000 69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient_purple {
  background: #7800c8;
  background: linear-gradient(to right, #7800c8 0%, #000000 69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: start;
  font-size: 18px;
  background: #444;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.loading-screen
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  background: #000;
  color: #fff;
  padding: 5rem;
  pointer-events: none;
}

.counter
{
  position: fixed;
  top: 50px;
  bottom: 50px;
  display: flex;
  height: 100px;
  font-size: 100px;
  line-height: 102px;
  clip-path: polygon(0 0, 100% 0, 100% 100px, 0 100px);
  font-weight: 400;
  /* color: linear-gradient(to right, #0091ff 41%, #062ecf 72%); */
  /* z-index: 3; */
}

.counter-1,
.counter-2,
.counter-3
{
  position: relative;
  top: -15px;
}

.num1offset1
{
  position: relative;
  right: -25px;
}

.num1offset2
{
  position: relative;
  right: -10px;
}
.loader
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 50px;
  transform: translate(-50%, -50%);
  display: flex;
  background: rgb(80,80,80);
}
.loader-1
{
  position: relative;
  background: #00a2ff;
  width: 200px;
}
.loader-2
{
  position: relative;
  width: 100px;
  background: #00a2ff;
}

.footer
{
  position: relative;
  width: 100vw;
  height: 100svh;
  padding: 2rem;
  overflow: hidden;
    background-color: #0f0f0f;
  color: #fff;
}
.footer-content
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.footer-content *
{
  pointer-events: auto;
}
.object-container
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.object
{
  position: absolute;
  width: max-content;
  font-size: 2rem;
  font-weight: 500;
  background-color: #fff;
  color: #0f0f0f;
  padding: 0.115rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  cursor: grab;
  user-select: none;
  pointer-events: auto;
  z-index: 2;
}
.object:active
{
  cursor: grabbing;
}

/* Hero Section */
.hero-section {
  padding: 120px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(86, 145, 243, 0.9) 0%, rgba(141, 73, 253, 0.9) 100%);
  z-index: 2;
}

/* Section Spacing */
.py-6 {
  padding: 6rem 0;
}

.mb-6 {
  margin-bottom: 6rem;
}

/* Section Badge */
.section-badge {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* CEO Image */
.ceo-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.ceo-image {
  transition: transform 0.3s ease;
}

.ceo-image:hover {
  transform: scale(1.02);
}

/* Values Card */
.values-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.value-icon {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

/* FAQ Categories */
.faq-categories .btn {
  transition: all 0.3s ease;
}

.faq-categories .btn.active,
.faq-categories .btn:hover {
  background: #0d6efd;
  color: white;
  transform: translateY(-2px);
}

/* Accordion Improvements */
.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #0d6efd;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    padding: 80px 0;
    min-height: 60vh;
  }
  
  .display-4 {
    font-size: 2.0rem;
  }
  
  .display-5 {
    font-size: 2rem;
  }
  
  .py-6 {
    padding: 4rem 0;
  }
}

.social-icons {
    margin-top: 1rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #0dcaf0; /* Matches your info color */
    transform: translateY(-2px);
}

.social-icon svg {
    width: 18px;
    height: 18px;
}