:root {
  --primary-color: 175, 216, 0;
  --custom-container: 1600px;
  --custom-small-container: 1090px;
  --primary-background: #fdfff0;
  --brown: #231f20;
}
html{
  scroll-padding-top: 110px;
}
.translatory {
  transform: translateY(100%);
}

.nav-pills {
  transition: all 0.3s ease;
}

/* dropdown Navbar */
/* =====================
   Desktop (Hover dropdown)
===================== */
@media (min-width: 992px) {
  .services-menu {
    background: rgba(255, 255, 255, .9);
    border-radius: 12px;
    border-top: 3px solid rgb(var(--primary-color));
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
  }

  .dropdown-menu {
    max-width: 280px;
  }

  .submenu {
    background: rgba(255, 255, 255, .9) !important;
    backdrop-filter: blur(8px);
  }

  .services-dropdown:hover>.services-menu-backdrop::before {
    opacity: 1;
  }

  .services-dropdown:hover>.services-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;

  }

  /* -------------------------- */
  .services-menu-backdrop::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(8px);
    opacity: 0;
    border-radius: inherit;
    z-index: -1;
    transition: all 1s ease;
  }
}

/* =====================
   Mobile (Always visible)
===================== */
@media (max-width: 991.98px) {
  .navbar-nav{
    max-height: 75dvh;
    overflow-y: auto;
  }
  .services-menu {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding-left: 20px;
    list-style: circle !important;
    border: none;
  }

  .services-menu .dropdown-item {
    padding-left: 10px;
    font-size: 14px;
  }
}

/* dropdown Navbar */
body {
  --bs-body-color: #000;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #e4ffe167;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgb(var(--primary-color));
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--primary-color), 0.8);
}

/* Scrollbar */

.navbar-nav {
  border-radius: 1.3rem;
}

/* navbar */
@media (max-width: 991px) {
  .navbar-toggler {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%2833%2C37%2C41%2C0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M15 7h11'/%3E%3Cpath stroke='rgba%2833%2C37%2C41%2C0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 15h22'/%3E%3Cpath stroke='rgba%2833%2C37%2C41%2C0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 23h11'/%3E%3C/svg%3E");
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }

  #navbarSupportedContent {
    width: 298px;
    max-width: 80%;
    top: 80px;
    right: 14px;
    position: absolute;

    & .custom-shadow-01 {
      border: 2px solid #afd800;
      border-radius: 10px;
      --bs-bg-opacity: 1;
    }
  }
}

.custom-slide-shadow {
  box-shadow: 0 0 35.18px 0 rgba(0, 0, 0, .06);
}

@media (min-width: 992px) {
  .navbar-nav {
    border-radius: 50rem;
  }
}

/* mobile font sizes */
@media (max-width: 991px) {
  .display-2 {
    font-size: 24px !important;
  }

  .badge.fs-6 {
    font-size: 12px !important;
  }
}

@media (max-width: 991px) {
  .m-fs-12 {
    font-size: 14px !important;
  }

  .m-fs-16 {
    font-size: 18px !important;
  }
}

@media (max-width: 575px) {
  .m-fs-24 {
    font-size: 24px !important;
  }

  .m-fs-20 {
    font-size: 20px !important;
  }

  .m-fs-16 {
    font-size: 16px !important;
  }

  .m-fs-12 {
    font-size: 12px !important;
  }
}

/* mobile font sizes */

/* navbar */
.text-brown {
  color: #444444;
}

.bg-brown {
  background-color: var(--brown);
}

/* BTN ARROWED */

.web-btn:after {
  content: "";
  transition: all 0.2s ease-in-out;
  background: url(../images/styled/webbtn-arrow-wt.png) no-repeat;
  background-position: center;
  display: inline-block;
  background-color: #afd800;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
}

.web-btn:hover {
  &::after {
    background-color: rgba(180, 205, 50, 0.8);
  }

  .btn {
    background-color: rgba(180, 205, 50, 0.8);
  }
}

.web-btn.web-alternate {
  &::after {
    background-color: #fff !important;
    background-position: center !important;
    background: url(../images/styled/webbtn-arrow.png) no-repeat;
  }

  .btn {
    --bs-btn-color: rgb(var(--primary-color));
    --bs-btn-hover-color: rgb(var(--primary-color));
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    background-color: #fff !important;
    --bs-btn-hover-border-color: #ffffffc5;
  }

  &:hover {
    &::after {
      background-color: #ffffffc5 !important;
    }

    .btn {
      background-color: #ffffffc5 !important;
    }
  }
}

.slider-bg {
  background-image: url(../images/styled/CustomerBanner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.web-btn-black::after {
  background-color: #212529;
}

.web-btn-larger::after {
  width: 64px;
  height: 64px;
  margin-left: 2px;
  vertical-align: text-bottom;
}

.web-btn-small::after {
  width: 42px;
  height: 42px;
}

.web-btn-black:hover {
  &::after {
    background-color: #424649;
  }

  & .btn {
    background-color: #424649;
  }
}

/* web-btn media queries */
@media (max-width: 1399px) {

  .web-btn-larger::after {
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 576px) AND (max-width: 991px) {
  .web-btn::after {
    width: 39px;
    height: 39px;
  }

  .web-btn-larger::after {
    width: 41px;
    height: 41px;
  }
}

@media (max-width: 575px) {
  .web-btn::after {
    width: 36px;
    height: 36px;
  }

  .web-btn-larger::after {
    width: 38px;
    height: 38px;
  }
}

/* web-btn media queries */

.target-card {
  background-image: linear-gradient(#2e2a2b, #231f20), linear-gradient(to bottom, rgb(222, 238, 138), rgba(255, 0, 0, 0)) !important;
}

.fading-border {
  border: 1px solid transparent;

  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(to bottom, rgba(222, 238, 138, 1), rgba(255, 0, 0, 0));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

/* BTN ARROWED */
.w-fit-content {
  width: fit-content !important;
}

.custom-background-01 {
  background: var(--primary-background);
}

.custom-shadow-01 {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
}

.primary-hover-01:hover {
  color: rgb(var(--primary-color)) !important;
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: var(--custom-container);
  }

  .custom-small-container {
    max-width: var(--custom-small-container);
  }
}

#heroText {
  font-size: clamp(28px, 4vw, 92px);
  line-height: clamp(25px, 1.2, 110px);
  background: linear-gradient(300deg,
      #3d4d56 20.35%,
      #019340 40.36%,
      #3d4d56 66.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 150% auto;
  animation: 2s linear infinite shine;
}

@keyframes shine {
  100% {
    background-position: 150% center;
  }
}

.drop-blur {
  backdrop-filter: blur(7px);
}

.banner-list::after {
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 65px;
  background: #dff27b;
  mix-blend-mode: overlay;
  border: 1px solid #dff27b;
  backdrop-filter: blur(25px);
}

.primary-btn {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-bg: rgb(var(--primary-color));
  --bs-btn-border-color: rgb(var(--primary-color));
  --bs-btn-hover-bg: rgba(var(--primary-color), 0.8);
  --bs-btn-hover-border-color: rgba(var(--primary-color), 0.8);
}

.secondary-btn {
  --bs-btn-color: rgb(var(--primary-color));
  --bs-btn-hover-color: rgb(var(--primary-color));
  --bs-btn-bg: #fff;
  --bs-btn-hover-bg: #fff;
}

#partnersShadeBox {
  width: 120px;
  z-index: 9;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
}

.tags {
  border-bottom-left-radius: 22px;
}

.scroll-image {
  transition: all 1.8s ease-in;
}

.zoom-effect,
.frame-mover {
  transition: all 0.3s ease;
}

.portfolio-tags {
  transition: transform 0.3s ease;
  transform: translateY(-110%);

  .clipper {
    width: 23px;
    height: 24px;
    background-color: var(--primary-background);
    /* clip-path: path("M 0 0 L 25 0 L 25 25 Q 25 0 0 0"); */
    clip-path: path("M 0 0 L 24 0 L 24 24 Q 24 0 0 0");
  }
}

.portfolio:hover {
  & .frame-mover {
    transform: translateY(25px);
  }

  & .zoom-effect {
    scale: 1.1;
  }

  & .portfolio-tags {
    transform: translateY(0);
  }
}

.custom-border-01 {
  --bs-border-color: rgb(var(--primary-color));
}

.custom-color-01 {
  color: rgb(var(--primary-color));
}

@media (min-width: 768px) {
  .expertise-item {
    .btn.primary-btn {
      transform: scale(0) rotate(90deg);
      transition: transform 0.5s ease-in;
    }

    img {
      transform: translateY(150%);
      transition: transform 0.5s ease-in;
    }

    &:hover {
      .btn.primary-btn {
        transform: scale(1) rotate(0deg);
      }

      img {
        transform: translateY(0);
      }
    }
  }
}

.border-dashed {
  --bs-border-style: dashed;
}

.img-zoom-hover {
  transition: transform 0.5s ease-in;

  &:hover {
    transform: scale(1.1);
  }
}

#review-slider {
  .splide__arrow svg {
    fill: #3a3a3a;
  }

  .testimonial-card {
    opacity: 0.65;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

    &::after {
      transition: all 0.3s ease;
      content: "";
      background: url(../images/styled/testimonialIcon.png);
      display: block;
      width: 68px;
      height: 51px;
      margin: 0 auto;
      position: absolute;
      bottom: -23px;
      left: 0;
      right: 0;
    }
  }


  small.small {
    font-size: 12px !important;
  }

  @media(min-width:576px) {
    .splide__slide.is-active .testimonial-card {
      opacity: 1;
      transform: translateY(-35px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
  }
}
.form-check-input {
    border: 2px solid #28a745;
}
.form-check-input:checked {
    background-color: #28a745;
    border-color: #28a745;
}
.form-check-input:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}