* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Neue Machina", sans-serif;
}

a {
  color: #fff;
}

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

html,
body {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow-x: hidden;

  /* background-color: #f8f9fa; */
}

.container {
  position: relative;
}

.navbar {
  height: 80px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 30px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(8.5px);
  backdrop-filter: blur(8.5px);
  z-index: 2;
  position: absolute;
}

.nav-link:hover,
.nav-link:focus {
  color: #0d6efd !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;
  font-size: 1rem;
}

.dropdown-menu {
  border-radius: 30px;
  padding: 15px 20px;
  line-height: 1.2rem;
  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: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  background-color: #85EE00;
}

.about-wrapper {
  background-color: #00072D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradient-background {
  background: linear-gradient(150deg, #000000, #00072d, #6500ff);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.about-wrapper h2 {
  font-family: "Host Grotesk", sans-serif;
  line-height: 2.0rem;
}

.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: #0d6efd;
}

.parrot_txt {
  color: #326100;
  font-size: 1.3rem;
}

.parrot_txt_2 {
  color: #85EE00;
}

.display-0 {
  font-size: 5rem;
}

.font-signature {
  font-family: "Great Vibes", cursive;
}

.txt_headings {
  color: #326100;
}

.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: #85EE00;
  background-color: transparent;
  transform: translateX(10px);
}

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

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

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

.services-wrapper {
  min-height: 100vh;
  width: 100%;
}

.home-wrapper {
  width: 100%;
  min-height: 100vh;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: start;
  background-position: center center;
  background-size: cover;
  padding-top: 7rem !important;
  background-repeat: no-repeat;
  background-image: url("../images/bg_home.jpg");
}


.back-video {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.home-wrapper h1 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1.0;
  padding-top: 3rem;
}

.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/bg_what_get.png");
  width: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
}

.circle_left {
  overflow: hidden;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-position: center top;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url('../images/dubai.jpg');
}

.font_host {
  font-family: "Host Grotesk", sans-serif;
}

.circle_right {
  overflow: hidden;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  border: 1px solid #00000056;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.circle_right h1 {
  line-height: 4rem;
}

.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 {
  padding-top: 1.5rem;
  background-image: url("https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExZDNtb2c4a3I5YmllZWpxNHJranJmZDNnMmhkeWQ1ejdxb2o5bGZ6MCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3ohs7Rf9qd4S0SN5vi/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 {
  color: #85EE00;
  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: 100%;
  background-color: transparent;
  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: #000000;
  background: linear-gradient(to right, #000000 0%, #24013B 50%, #002864 100%);
  -webkit-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 {
  overflow: hidden;
  margin-bottom: 2rem;
}

.specific-request_txt {
  line-height: 1.5rem;
}

.card-content {
  padding-top: 25px;
  padding-bottom: 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-image: url('../images/bg_about.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.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: #00317c;
}

.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: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  transition: all 0.3s ease;
}

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



button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 16rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #00b3ff;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #000000;
  border-right: 0.125rem solid #000000;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 0 0 0 1.2rem;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 1.85rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.1rem;
  text-align: center;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #000000;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #000000;
}

.btn_light {
  border: 1px solid #000;
  border-radius: 50px;
}

.btn_light .button-text {
  color: #000;
}

.card_work_1 {
  background-image: url('../images/work_1.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  backdrop-filter: blur(45px);
  -webkit-backdrop-filter: blur(45px);
  text-align: center;
}

.gradient-background_work_1 {
  background: linear-gradient(300deg, #000000, #0041ff);
  background-size: 120% 120%;
  animation: gradient-animation 12s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.card_work_2 {
  background-image: url('../images/work_2.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  backdrop-filter: blur(45px);
  -webkit-backdrop-filter: blur(45px);
  text-align: center;
}

.card_work_3 {
  background-image: url('../images/work_3.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  backdrop-filter: blur(45px);
  -webkit-backdrop-filter: blur(45px);
  text-align: center;
}

.card_work {
  width: 100%;
  min-height: 50vh;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: sticky;
  top: 0;
  margin-bottom: 2rem;
}

.gradient-background_work_2 {
  background: linear-gradient(241deg, #000000, #002ea9);
  background-size: 120% 120%;
  animation: gradient-animation 20s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.gradient-background_work_3 {
  background: linear-gradient(241deg, #000000, #001f74);
  background-size: 120% 120%;
  animation: gradient-animation 20s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.gradient-background_work_5 {
  background: linear-gradient(139deg, #000000, #00002d);
  background-size: 120% 120%;
  animation: gradient-animation 2s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.gradient-background_work_6 {
  background: linear-gradient(139deg, #000000, #00001b);
  background-size: 120% 120%;
  animation: gradient-animation 2s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.gradient-background_footer {
  background: linear-gradient(232deg, #000000, #00004a);
  background-size: 120% 120%;
  animation: gradient-animation 12s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.gradient-background_work_4 {
  background: linear-gradient(139deg, #000000, #000046);
  background-size: 120% 120%;
  animation: gradient-animation 2s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.card_work img {
  border-radius: 30px;
  border: 3px solid #1f1e2271;
}

.pill_wrapper_work {
  border: 1px solid #ffffff62;
  font-size: 1.1rem;
}

.quality-wrapper {
  background-color: #ffff;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/quality_txt_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}

.text_difference {
  mix-blend-mode: difference;
  color: #fff;
}


/* ✅ Fix Bootstrap dropdown visibility inside blurred navbar */
.navbar,
.navbar .container {
  overflow: visible !important;
  z-index: 2000;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 3000;
  transform: translate3d(0, 0, 0) !important;
  /* ensures Popper positions it correctly */
}

.border-bottom {
  border-bottom: 1px solid #ffffff20 !important;
}