.main-menu .navigation > li.dropdown > a > i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 24px;
    font-size: 12px;
    z-index: 5;
    font-weight: 900;
    margin-top: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .service_title{
    color: #d4a42f;
  }
  section.no-before-bg::before {
    background-color: #fff;
  }
  span.of-sub-title {
    color: var(--theme-color8) !important; 
  }

  .banner-section-five {
    position: relative;
    overflow: hidden;
  }

  .bg-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* custom banner carousel home  */
  .Banner_img_sli_about-title {
    font-size: 7.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-align: center;
    pointer-events: none;
    white-space: nowrap;
    background: linear-gradient(to bottom, rgb(255 188 14) 30%, #f3e6c4 76%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .Banner_img_sli_carousel-container {
    width: 100%;
    /* max-width: 1200px; */
    height: 450px;
    position: relative;
    perspective: 1000px;
    /* margin-top: 80px; */
  }

  .Banner_img_sli_carousel-track {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .Banner_img_sli_card {
    position: absolute;
    width: 45%;
    height: 380px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
  }

  .Banner_img_sli_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .Banner_img_sli_card.Banner_img_sli_center {
    z-index: 10;
    transform: scale(1.1) translateZ(0);
  }

  .Banner_img_sli_card.Banner_img_sli_center img {
    filter: none;
  }

  .Banner_img_sli_card.Banner_img_sli_left-2 {
    z-index: 1;
    transform: translateX(-400px) scale(0.8) translateZ(-300px);
    opacity: 0.7;
  }

  .Banner_img_sli_card.Banner_img_sli_left-2 img {
    /* filter: blur(5px); */
  }

  .Banner_img_sli_card.Banner_img_sli_left-1 {
    z-index: 5;
    transform: translateX(-200px) scale(0.9) translateZ(-100px);
    opacity: 0.9;
  }

  .Banner_img_sli_card.Banner_img_sli_left-1 img {
    /* filter: blur(5px); */
  }

  .Banner_img_sli_card.Banner_img_sli_right-1 {
    z-index: 5;
    transform: translateX(200px) scale(0.9) translateZ(-100px);
    opacity: 0.9;
  }

  .Banner_img_sli_card.Banner_img_sli_right-1 img {
    /* filter: blur(5px); */
  }

  .Banner_img_sli_card.Banner_img_sli_right-2 {
    z-index: 1;
    transform: translateX(400px) scale(0.8) translateZ(-300px);
    opacity: 0.7;
  }

  .Banner_img_sli_card.Banner_img_sli_right-2 img {
    /* filter: blur(5px); */
  }

  .Banner_img_sli_card.Banner_img_sli_hidden {
    opacity: 0;
    pointer-events: none;
  }

  .Banner_img_sli_member-info {
    text-align: center;
    margin-top: 40px;
    transition: all 0.5s ease-out;
  }

  .Banner_img_sli_member-name {
    color: #b11c41;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
  }

  .Banner_img_sli_member-name::before,
  .Banner_img_sli_member-name::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100px;
    height: 2px;
    background: b11c41;
  }

  .Banner_img_sli_member-name::before {
    left: -120px;
  }

  .Banner_img_sli_member-name::after {
    right: -120px;
  }

  .Banner_img_sli_member-role {
    color: #8c797e;
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 0;
    margin-top: -15px;
    position: relative;
  }
  .Banner_img_sli_dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    /* margin-top: 60px; */
  }

  .Banner_img_sli_dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(8, 42, 123, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .Banner_img_sli_dot.Banner_img_sli_active {
    background: #ffb700;
    transform: scale(1.2);
  }

  .Banner_img_sli_nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffb700;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    border: none;
    outline: none;
    padding-bottom: 4px;
  }

  .Banner_img_sli_nav-arrow:hover {
    background: #d4a221;
    transform: translateY(-50%) scale(1.1);
  }

  .Banner_img_sli_nav-arrow.Banner_img_sli_left {
    left: 20px;
    padding-right: 3px;
  }

  .Banner_img_sli_nav-arrow.Banner_img_sli_right {
    right: 20px;
    padding-left: 3px;
  }

  @media (max-width: 768px) {
    .Banner_img_sli_about-title {
      font-size: 4.5rem;
    }

    .Banner_img_sli_card {
      width: 200px;
      height: 280px;
    }

    .Banner_img_sli_card.Banner_img_sli_left-2 {
      transform: translateX(-250px) scale(0.8) translateZ(-300px);
    }

    .Banner_img_sli_card.Banner_img_sli_left-1 {
      transform: translateX(-120px) scale(0.9) translateZ(-100px);
    }

    .Banner_img_sli_card.Banner_img_sli_right-1 {
      transform: translateX(120px) scale(0.9) translateZ(-100px);
    }

    .Banner_img_sli_card.Banner_img_sli_right-2 {
      transform: translateX(250px) scale(0.8) translateZ(-300px);
    }

    .Banner_img_sli_member-name {
      font-size: 2rem;
    }

    .Banner_img_sli_member-role {
      font-size: 1.2rem;
    }

    .Banner_img_sli_member-name::before,
    .Banner_img_sli_member-name::after {
      width: 50px;
    }

    .Banner_img_sli_member-name::before {
      left: -70px;
    }

    .Banner_img_sli_member-name::after {
      right: -70px;
    }
    .container.container_gallery {
      display: flex !important;
      flex-direction: column !important;
  }
  }

  .banner-section-five .icon-leaves-30 {
    position: absolute;
    top: 80px;
    right: 50px;
  }

  .banner-section-five .icon-flowers-13.f-14 {
    position: absolute;
    top: 10% !important;
    left: 5%;
    z-index: 1;
  }
  /* end carousel  */

/* banner text  */
h2.title.wow.fadeInUp.text-white.animated {
    font-size: 60px;
    color: transparent;
    background-image: linear-gradient(120deg, #545454 0%, #ffffff 30%, #aaaaaa 60%, #f0f0f0 100%),
    linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, transparent 50%);
    background-clip: text;
    -webkit-background-clip: text;
    background-blend-mode: screen;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2),
    -1px -1px 1px rgba(0, 0, 0, 0.1);
}
section.banner-section-five{
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
}
/* end banner text  */
.text.wow.fadeInUp.text-white.mb-3.animated {
    padding: 0 5rem;
}
/* hero heading  */
.title.hero_title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 2.5rem; /* adjust as needed */
  color: white;
  overflow: hidden;
}

/* Narrow shine bar */
.title.hero_title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 2.5rem;
  color: white;
  overflow: hidden;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    white 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  background-size: 200% auto;
  animation: shimmer-text 5s linear infinite;
}
@keyframes shimmer-text {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
/* end button  */


        /* mega menu  */
        .mega-mega-menu {
            position: fixed;
            top: 12%;
            left: 0;
            right: 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .mega-mega-menu.mega-active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .mega-mega-content {
            max-width: 95vw;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 300px 1fr;
            min-height: 400px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-top: 0px !important;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
            border-radius: 0 0 16px 16px;
            overflow-x: hidden;
        }

        .mega-categories-section {
            padding: 2rem;
            border-right: 0.5px solid #ffffff33;
        }

        .mega-categories-title {
            font-size: 0.9rem;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1.5rem;
        }

        .mega-category-item {
            display: flex;
            align-items: center;
            padding: 0.5rem 1rem;
            margin-bottom: 0.5rem;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .mega-category-item:hover,
        .mega-category-item.mega-active {
            background: rgb(212 162 33 / 18%);
            transform: translateX(5px);
        }

        .mega-category-icon {
            width: 24px;
            height: 24px;
            margin-right: 1rem;
            border-radius: 5%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem;
        }

        .mega-category-icon i {
            color: #d4a42f;
            font-size: 20px;
            padding: 10px;
        }

        .mega-category-info h3 {
            font-size: 1rem;
            margin-bottom: 0.25rem;
            color: #fff;
        }

        .mega-category-info p {
            font-size: 0.85rem;
            color: #c8c8c8;
        }

        .mega-category-arrow {
            margin-left: auto;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .mega-category-arrow i {
            color: #fff;
        }

        .mega-category-item:hover .mega-category-arrow,
        .mega-category-item.mega-active .mega-category-arrow {
            opacity: 1;
        }

        .mega-news-section-mega {
            padding: 2rem;
        }

        .mega-news-title {
            font-size: 0.9rem;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1.5rem;
        }

        /* .mega-news-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        .mega-news-card {
            background: #2a2a2a;
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
        } */

        #mega-news-grid {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            gap: 16px;
            padding: 16px 0;
            width: 78%;
          }
          #mega-news-grid {
            scroll-behavior: smooth;
          }
          #mega-news-grid {
            -webkit-overflow-scrolling: touch;
          }

          .mega-news-card {
            width: 300px;
            flex-shrink: 0;
            scroll-snap-align: start;
            border: 1px solid #ddd;
            border-radius: 8px;
            background: #fffef2;
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
            position: relative;
          }


        .mega-news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
        }

        .mega-news-image {
            border-radius: 8px 8px 0 0;
            object-fit: cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
        }

        .mega-news-image img{
          border-radius: 8px 8px 0 0;
          min-height: 200px;
          max-height: 201px;
        }

        .mega-news-content {
            padding: 1rem;
        }

        .mega-news-content h4 {
            font-size: 0.95rem;
            margin-bottom: 0.5rem;
            line-height: 1.3;
        }

        .mega-news-content p {
            font-size: 0.8rem;
            color: #7a7a7a;
            line-height: 1.4;
        }

        .mega-overlay-menu {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 999;
        }

        .mega-overlay-menu.mega-active {
            opacity: 1;
            /* visibility: visible; */
        }

        .mega-news-card .mega-news-content .icon-leaves-33 {
            position: absolute;
            bottom: 0px;
            right: 0;
            opacity: 0.5;
        }

        #mega-news-grid {
          overflow-x: auto;
          scrollbar-width: none; /* Firefox: hides scrollbar by default */
        }

        /* Show scrollbar on hover (WebKit browsers) */
        #mega-news-grid:hover::-webkit-scrollbar {
          height: 6px;
        }

        /* Hide scrollbar by default */
        #mega-news-grid::-webkit-scrollbar {
          height: 0px;
          transition: height 0.3s ease;
        }

        /* Transparent track */
        #mega-news-grid::-webkit-scrollbar-track {
          background: transparent;
        }

        /* Elegant gold thumb */
        #mega-news-grid::-webkit-scrollbar-thumb {
          background: linear-gradient(135deg, #d4af37, #b8860b);
          border-radius: 20px;
        }

        /* Firefox scrollbar hidden by default */
        #mega-news-grid {
          scrollbar-width: none;
        }

        @media (min-width: 992px) {
          li.Responsive {
              display: none;
          }
        }
                /* end mega menu  */

/* stickey header  */
header.main-header.header-style-five.fixed-header.animated.slideInDown {
    position: fixed;
    background: #00000080;
    backdrop-filter: blur(10px);
}
header.main-header.header-style-five.fixed-header.animated.slideInDown .mega-mega-menu {
    top: 4.5rem;
}
header.main-header.header-style-five.fixed-header.animated.slideInDown .mega-mega-menu .mega-mega-content {
    background: #00000090;
    backdrop-filter: blur(20px);
}
header.main-header.header-style-five.fixed-header.animated.slideInDown .main-box .logo {
    padding: 10px;
}
header.main-header.header-style-five.fixed-header.animated.slideInDown .main-box .logo a img {
    width: 150px;
}
header.main-header.header-style-five.fixed-header.animated.slideInDown .main-box .nav-outer .navigation > li{
  padding: 10px;
}
/* end stickey header  */

/* gallery carousel masonary  */
.auto-slide {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.auto-slide-track {
  display: flex;
  width: calc(200%);
  animation: scroll 20s linear infinite;
}

.gallery-block-two-auto {
  flex: 0 0 200px;
  margin-right: 10px;
}

.gallery-block-two-auto img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* end masonary gallery slider  */
/* service cards */
.service-card {
  transition: transform 0.4s ease-in-out;
}

.service-card:hover {
  transform: scale(1.05);
}
/* end services cards  */
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}


/* button primary  */
.btn-donate {
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: hsla(194 100% 69% / 1);
  --btn-bg-2: hsla(217 100% 56% / 1);
  --btn-bg-color: hsla(360 100% 100% / 1);
  --radii: 0.5em;
  cursor: pointer;
  padding: 0.9em 1.4em;
  min-width: 120px;
  min-height: 44px;
  font-size: var(--size, 1rem);
  font-weight: 500;
  transition: 0.8s;
  background-size: 280% auto;
  background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-position: right top;
  border: none;
  border-radius: 100px;
  color: var(--btn-bg-color);
  /* box-shadow: 0px 0px 20px rgba(71, 184, 255, 0.5), 0px 5px 5px -1px rgba(58, 125, 233, 0.25), inset 4px 4px 8px rgba(175, 230, 255, 0.5), inset -4px -4px 8px rgba(19, 95, 216, 0.35); */
}

.btn-donate:hover {
  background-position: left top;
}

.btn-donate:is(:focus, :focus-visible, :active) {
  outline: none;
  box-shadow:
    0 0 0 3px var(--btn-bg-color),
    0 0 0 6px var(--btn-bg-2);
}

@media (prefers-reduced-motion: reduce) {
  .btn-donate {
    transition: linear;
  }
}
/* secondary */
.btn-donate.btn-donate-secondary {
    position: relative;
    padding: 10px 13px 10px;
    background: #ffffff30;
    border: 4px solid #d0a248;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.btn-donate.btn-donate-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}

/* Forward shimmer on hover */
.btn-donate.btn-donate-secondary:hover::before {
    animation: shimmer-forward 1s forwards;
    opacity: 1;
}

/* Reverse shimmer on mouse leave */
.btn-donate.btn-donate-secondary:not(:hover)::before {
    animation: shimmer-reverse 1s forwards;
    opacity: 0;
}

@keyframes shimmer-forward {
    0% {
        left: -150%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: 150%;
        opacity: 0;
    }
}

@keyframes shimmer-reverse {
    0% {
        left: 150%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: -150%;
        opacity: 0;
    }
}
/* end button  */

/* testimonial */
.testimonial-section-three .icon-leaves-26{
  position: absolute; 
  top: 100px; 
  right: -30px; 
  z-index: 1;
}
.testimonial-section-three .icon-flower-21{
  position: absolute; 
  bottom: 20px; 
  right: -20px; 
  z-index: 1;
}
.testimonial-block-three .inner-box .content-box{
  border-radius: 20px;
}
.testimonial-block-three {
    padding: 30px 0;
}
.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* end testimonial */

/* gallery  */
.container.container_gallery {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 150px);
    /* margin: 0 auto; */
    /* max-width: 90%; */
    padding: 3rem 0 0 0;
}

.img.gallery_img {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.item-4 {
  grid-row: 2/5;
}

.item-5 {
  grid-row: 2/6;
}

.item-6 {
  grid-row: 2/4;
}

.item-7 {
  grid-row: 5/6;
}

.item-8 {
  grid-row: 4/6;
}

.item-9 {
  grid-row: 6/11;
}

.item-10 {
  grid-row: 6/7;
}

.item-11 {
  grid-row: 6/9;
}

.item-12 {
  grid-row: 7/12;
}

.item-13 {
  grid-row: 9/13;
}

.item-14 {
  grid-row: 11/13;
}

/* end galery  */
@media (max-width: 767.98px){
  .testimonial-section-three .icon-leaves-26 {
     position: absolute;
    top: -41px;
    right: -100px;
    z-index: 1;
  }
  .fs-3rem{
    font-size: 3rem;
  }
  h2.title.wow.fadeInUp.text-white.animated{
    font-size: 50px !important;
  }
}

.service-card-image{
  width: 76%;
}
.service-card-box{
  background-color: #fafafa ;
 box-shadow: 0 15px 30px -12px #00000040;
 border-radius: 1rem !important;
}
.services-section-four{
  background : white !important;
}
.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
    color: white !important;
}


/* buttons logic csss  */
/* From Uiverse.io by Li-Deheng */ 
.btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #d0a248;
  --color-outline: #ff145b80;
  --color-shadow: #00000080;
 
}

.btn-content {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
  background-image: linear-gradient(135deg, #b68d2d 0%, #c89e35 40%, #e2c066 70%, #f1d37e 100%);
}


.btn-content:hover, .btn-content:focus {
  color: white;
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}


.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  /* top: 6%; */
}
  
/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}

/* Button animations */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

.service-card-image.service-bg {
    position: absolute;
    opacity: 0.1;
    width: 65%;
}



.btn-title{
  font-size: 18px;
}
@media (max-width: 992px) {
  .btn-title{
      font-size: 14px ;
    }
}
.btn-box{
  border-radius: 100px;
}


/* loader   */
 /* Loader Spinner */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0000;
  border-right-color: #ffa50097;
  position: relative;
  animation: l24 1s infinite linear;
}
.loader::before,
.loader::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.loader::after {
  animation-duration: 4s;
}
@keyframes l24 {
  100% {
    transform: rotate(1turn);
  }
}

/* Full-screen overlay */
#loader-overlay {
  position: fixed;
  inset: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Hide header during loading */
body.loading header {
  display: none;
}

/* end loader  */ 