/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --anity-font: "DM Sans", sans-serif;
  --anity-font-two: "Josefin Sans", sans-serif;
  --anity-font-three: 'fredoka_oneregular';
  --anity-gray: #727272;
  --anity-gray-rgb: 114, 114, 114;
  --anity-base: #FF5528;
  --anity-base-rgb: 255, 85, 40;
  --anity-black: #343434;
  --anity-black-rgb: 52, 52, 52;
  --anity-primary: #FFA415;
  --anity-primary-rgb: 255, 164, 21;
  --anity-extra: #26CC8C;
  --anity-extra-rgb: 38, 204, 140;
  --anity-extra-two: #F2F0EC;
  --anity-extra-two-rgb: 242, 240, 236;
  --anity-white: #ffffff;
  --anity-white-rgb: 255, 255, 255;
  --anity-bdr-color: #e3e3e3;
  --anity-bdr-radius: 20px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--anity-font);
  color: var(--anity-gray);
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  overflow-x:hidden;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--anity-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--anity-font-two);
  color: var(--anity-black);
  margin: 0;
}

p {
  margin: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.about-section {
  background-size: cover;
  background-position: center;
  padding: 40px;
}

.team-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


/* Common styles for the testimonial box */
.testimonial-one__single {
  border: 1px solid #ddd;
  padding: 40px;
  border-radius: 10px;
  background-color: #f9f9f9;
  text-align: center;
  transition: transform 0.3s ease;
}

.testimonial-one__single:hover {
  transform: translateY(-10px);
}

/* Uniform image styling */
.testimonial-one__client-img img {
  width: 100px; /* Set a fixed width */
  height: 100px; /* Set a fixed height */
  border-radius: 50%; /* Make the image circular */
  object-fit: cover; /* Cover the image area without distortion */
}

/* Styling for the client info */
.testimonial-one__client-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

/* Consistent font styles */
.testimonial-one__client-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 5px 0;
}

.testimonial-one__client-sub-title {
  font-size: 14px;
  color: #777;
}

/* Text styling for the testimonials */
.testimonial-one__text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* Center the star rating */
.testimonial-one__rating {
    display: flex;
    justify-content: center; /* Centers the stars horizontally */
    margin-bottom: 10px; /* Adjusts spacing below the stars */
}
.contact-one {
  background: url('/static/images/backgrounds/contactbg.jpg') no-repeat center center/cover;
  /* Other styles you might want to apply */
}
.donate-now input {
  width: 100%; /* Make the input full width */
  padding: 10px; /* Add some padding for better appearance */
  margin-bottom: 15px; /* Add space below the input */
}

.donate-now a {
  display: inline-block; /* Ensure the button is displayed as a block */
  padding: 10px 20px; /* Adjust padding for better appearance */
  color: #fff; /* Text color */
  background-color: orangered; /* Button background color */
  border-radius: 5px; /* Rounded corners */
  text-decoration: none; /* Remove underline */
}


.background-image {
  background: url('static/images/backgrounds/2.png') no-repeat center center;
  background-size: contain; /* Ensure the entire image is visible */
  width: 100%;
  height: 100%;
}

.background-section {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  background: url('static/images/backgrounds/2.png') no-repeat center center;
  background-size: cover; /* Ensures the image covers the entire section but may crop */
}


    /* Main slider styling */
.main-slider {
        min-height: 100vh;
        position: relative;
        background-image: url('static/images/backgrounds/bg1mainsliderr.jpg');
        background-size: cover;
        background-position: center;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center; /* Center content vertically */
        justify-content: center; /* Center content horizontally */
    }

    /* Item container styling */
    .item {
        display: flex;
        flex-direction: column;
        align-items: center; /* Center images and text horizontally */
        justify-content: center; /* Center content vertically */
        height: 100vh; /* Full viewport height */
        text-align: center; /* Center text */
    }

    /* Shape styling */
    .main-slider__shpae-2 {
        position: relative;
        margin-bottom: 20px; /* Adjust spacing as needed */
    }

    /* Image styling */
    .main-slider__img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /* Content styling */
    .main-slider__content {
        position: relative;
        z-index: 10;
        margin-top: -50px; /* Adjust to move the text slightly upwards */
    }

    /* Title styling */
    .main-slider__title {
        font-size: 2.5rem; /* Adjust font size as needed */
        color: #ffffff; /* White color for good contrast */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Text shadow for readability */
        margin: 0; /* Remove default margin */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .main-slider__title {
            font-size: 2rem; /* Smaller font size on smaller screens */
        }
    }
    

/* Styling for the Donate Button */

.btn-donate {
  background-color: #f4511e; /* Orange color for the donate button */
  color: white;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px; /* Rounded edges for the button */
  transition: background-color 0.3s, transform 0.3s; /* Smooth transitions for hover effect */
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}

.btn-donate:hover {
  background-color: #e04000; /* Darker shade of orange for hover effect */
  transform: scale(1.05); /* Slight zoom effect on hover */
}

.btn-donate:focus {
  outline: none; /* Removes the focus outline for a cleaner look */
}

/* Optional: Add shadow to the button for depth */
.btn-donate {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-donate:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
/* Remove all unnecessary space around the testimonial section */
.testimonial-one {
  padding: 0; /* Completely remove padding from the top and bottom */
  margin: 0; /* Remove any margin around the section */
}

/* Remove space between the section title and testimonials */
.section-title {
  margin-bottom: 10px; /* Adjust as needed for minimal space */
}

/* Remove extra space above and below the testimonial items */
.testimonial-one__carousel .item {
  margin: 0; /* Completely remove any margin between items */
}

/* Make the testimonials themselves more compact */
.testimonial-one__single {
  padding: 15px 10px; /* Further reduce padding within each testimonial */
  margin: 0; /* Remove any margin */
}

/* Reduce space under the star rating */
.testimonial-one__rating {
  margin-bottom: 3px; /* Minimize space below the star rating */
}

/* Minimize space under the testimonial text */
.testimonial-one__text {
  margin-bottom: 5px; /* Reduce spacing under the text */
}

/* Reduce space around client info */
.testimonial-one__client-info {
  margin: 0; /* Remove margin around client info */
  padding: 0; /* Remove padding around client info */
}

---
/* Styles to ensure all testimonial items have equal height */
.testimonial-one__carousel .owl-stage {
    display: flex;
    align-items: stretch; /* Makes all direct children (.owl-item) stretch to the height of the tallest item */
}

.testimonial-one__carousel .owl-item {
    height: auto !important; /* Ensures Owl Carousel's internal height calculations don't conflict */
}

.testimonial-one__single {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distributes space between content blocks if heights vary slightly */
    height: 100%; /* Ensures the testimonial content fills its parent .owl-item */
}

.testimonial-one__text {
    flex-grow: 1; /* Allows the main text content to expand and push the client info to the bottom */
}
/* Adjust the margin below the section title to move it down */
.section-title__title {
  margin-top: 0; /* Ensure no extra space above the title */
  margin-bottom: 20px; /* Increase this value to move the title down */
}

/* Alternatively, you can use padding if margin doesn’t work as expected */
.section-title {
  padding-bottom: 20px; /* Adjust this value to move the title down */
}
/* Move the title down by adding margin-top */
.section-title__title {
  margin-top: 20px; /* Increase this value to move the title further down */
  margin-bottom: 10px; /* Adjust this to control space below the title */
}

/* If you need to move the entire section title down */
.section-title {
  margin-top: 20px; /* Add space above the entire section */
}


.image-fit {
        width: 100%; /* Ensure the image spans the full width of its container */
        height: auto; /* Maintain the aspect ratio */
        margin-top: -50px; /* Move the image slightly up */
        object-fit: contain; /* Ensure the entire image fits within the container */
    }

    .main-slider {
        overflow: hidden; /* Prevent scrolling if content overflows */
    }

    .main-slider__img-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-slider__content {
        z-index: 10; /* Ensure text appears above the image */
        color: white;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }























/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
/*
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--anity-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--anity-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--anity-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}
*/
/* Section Title Css */
/* General Styling for Course Box (Web View) */
.course-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.course-box .img-box {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.course-box h3 {
  font-size: 1.5em;
  color: #1a73e8;
  margin: 0;
}

.course-box p {
  color: #555;
  font-size: 1.1em;
  margin-top: 10px;
  line-height: 1.5;
}

/* On Hover Effect for Web */
.course-box:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  transform: translateY(-5px);
}

/* Web View Training Section */
.training-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */
  gap: 20px;
  text-align: center;
  margin-top: 40px;
}

.training-section .training-item {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.training-section .training-item h4 {
  margin-bottom: 8px;
  font-size: 1.3em;
  color: #1a73e8;
}

.training-section .training-item p {
  font-size: 1em;
  color: #666;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
  /* Mobile: Course Box Layout in Vertical Form */
  .course-box {
      flex-direction: column; /* Stack items vertically */
      padding: 15px;
      text-align: center;
      justify-content: center;
  }

  .course-box .img-box {
      width: 100px;
      height: 100px;
      margin-bottom: 10px; /* Add margin for better spacing */
  }

  .course-box h3 {
      font-size: 1.3em; /* Adjust font size for mobile */
      margin-bottom: 8px;
  }

  .course-box p {
      font-size: 1em;
      margin-top: 0;
      line-height: 1.3;
  }

  /* Training Section in Mobile View */
  .training-section {
      grid-template-columns: 1fr; /* Single column for mobile view */
      text-align: left; /* Align text to the left for readability */
      margin-top: 20px;
  }

  .training-section .training-item {
      margin-bottom: 20px; /* Add margin for vertical spacing */
  }

  /* Make 10th class and other text fit neatly */
  .class-details, .training-names {
      margin-top: 10px;
      font-size: 1em;
      line-height: 1.5;
      text-align: left; /* Align text to the left for clarity */
  }

  /* Prevent text from breaking into multiple lines */
  .training-section .training-item h4 {
      font-size: 1.2em; /* Adjust font size for mobile devices */
      white-space: nowrap; /* Prevent text from breaking into multiple lines */
      overflow: hidden; /* Prevent overflow */
      text-overflow: ellipsis; /* Show '...' if the text is too long */
  }

  /* Additional Styling for Text */
  .training-section .training-item p {
      font-size: 0.95em; /* Adjust paragraph size */
      white-space: nowrap; /* Keep text on a single line */
      overflow: hidden;
      text-overflow: ellipsis;
  }
}
/* Default state - hidden navigation menu */
#nav-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Mobile view */
@media (max-width: 768px) {
  #nav-menu {
      background-color: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      padding: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  #nav-menu li {
      margin: 10px 0;
  }
}

/* When the menu is active, show it */
#nav-menu.active {
  display: block;
}

/* Hamburger icon */
/*#hamburger-icon {
  display: block;
  font-size: 30px;
  cursor: pointer;
  color: #000;  You can customize this 
} */


/* Very Small Screens */
@media (max-width: 480px) {
  .course-box {
      padding: 12px;
      width: 100%;
  }

  .course-box .img-box {
      width: 80px;
      height: 80px;
  }

  .course-box h3 {
      font-size: 1.1em; /* Further adjust for very small screens */
  }

  .course-box p {
      font-size: 0.9em;
  }

  .training-section .training-item h4 {
      font-size: 1.1em;
  }

  
}

.section-title {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-bottom: 52px;
  z-index: 1;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--anity-base);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.section-title__title {
  color: var(--anity-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 9px 0 0;
}

.section-title__title span {
  color: var(--anity-base);
}


.section-title-two {
  position: relative;
  display: block;
  margin-top: -11px;
  margin-bottom: 55px;
  z-index: 1;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--anity-base);
  font-weight: 400;
}

.section-title-two__title {
  color: var(--anity-black);
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  margin: 5px 0 0;
}

.section-title-two__title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.section-title-two__title span img {
  position: absolute;
  bottom: -15px;
  right: -5px;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

/* Thm Btn Css */

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: var(--anity-black);
  border: 1px solid var(--anity-base);
  padding: 7px 25px 7px;
  padding-right: 9px;
  border-radius: 30px;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 1.4px;
  gap: 10px;
  z-index: 2;
  text-align: center;
}

.thm-btn::after {
  content: "";
  background-color: var(--anity-black);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.thm-btn:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--anity-base);
  border-radius: 50%;
  font-size: 14px;
  color: var(--anity-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn:hover span {
  background-color: var(--anity-white);
  color: var(--anity-base);
  transition-delay: 200ms;
}

.thm-btn:hover span i {
  -webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;
}

.thm-btn:hover {
  color: var(--anity-white);
  border: 1px solid var(--anity-black);
}


/* Proloader Css */

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--anity-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--anity-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--anity-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/*mobile view adjustments */

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/

.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu__top {
  position: relative;
  display: block;
  background-color: var(--anity-base);
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0px;
  gap:0.75rem; 
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li+li {
  margin-left: 46px;
}

.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--anity-white-rgb), .40);
}

.main-menu__contact-list li:first-child:before {
  display: none;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 16px;
  color: var(--anity-white);
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: 16px;
  color: var(--anity-white);
}

.main-menu__contact-list li .text p a {
  color: var(--anity-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--anity-black);
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__social-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__social-title {
  font-size: 16px;
  color: var(--anity-white);
  line-height: 16px;
}

.main-menu__social {

  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border: 2px solid rgba(var(--anity-white-rgb), .10);
  border-radius: 50%;
  font-size: 14px;
  color: rgba(var(--anity-white-rgb), 1);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--anity-base);
  border: 1px solid transparent;
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--anity-white);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu__social a+a {
  margin-left: 10px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.main-menu__logo img.logo {
  max-height: 50px;  
  width: auto;  
  border-radius: 50%; /* Makes the image circular */
  object-fit: cover; /* Ensures the image fits nicely inside the circular shape */
  border: 2px solid #ddd; 
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--anity-base);
  border-radius: 50%;
  color: var(--anity-white);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: var(--anity-black);
  color: var(--anity-white);
}

.main-menu__call-content {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.main-menu__call-sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--anity-gray);
  line-height: 14px;
}

.main-menu__call-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 0.5rem;
}

.main-menu__call-number a {
  color: var(--anity-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: var(--anity-base);
}

.main-menu__search-box {
  position: relative;
  display: block;
}


.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(var(--anity-base-rgb), .20);
  border-radius: 50%;
  font-size: 16px;
  color: var(--anity-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--anity-white);
  background-color: rgba(var(--anity-base-rgb), 1.0);
}


.stricky-header.main-menu {
  background-color: var(--anity-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  /* margin-left: 25px; */
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--anity-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 20px;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--anity-base);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: none; /* Removes the pseudo-element */
  /* Alternatively, you can remove the clip-path */
  /* clip-path: none; */
}
body, html {
  scroll-behavior: smooth; /* Smooth scrolling */
}

.more-text {
  display: none; /* Hide additional text by default */
}

.read-more {
  cursor: pointer;
  color: #007BFF; /* You can adjust the color */
  text-decoration: underline;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 56%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--anity-black);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

@media (max-width: 1199px) {
  .main-menu .main-menu__list {
      display: none;
  }
  .main-menu.active .main-menu__list {
      display: flex; 
      flex-direction: column;
      align-items: flex-start;
  }
}

.main-menu .main-menu__list>li:hover>ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--anity-white);
  z-index: 1000;
}
.main-menu__wrapper-inner {
  display: flex;
  align-items: center; 
  justify-content: space-between; 
  flex-wrap: nowrap; 
  width: 100%; 
  overflow: hidden; 
}

.main-menu__left {
  display: flex;
  align-items: center;
  flex: 1; 
  min-width: 0; 
}

.main-menu__right {
  display: flex;
  align-items: center;
  gap: 15px; 
  margin-left: auto; 
  white-space: nowrap; 
}

.main-menu__call {
  display: flex;
  align-items: center;
}

.main-menu__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu__list li {
  /* margin: 0 15px;  */
}

.btn-donate {
  padding: 8px 20px;
  background-color: #ff5a5f; 
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-donate:hover {
  background-color: #e04a4f; 
}

@media (min-width: 768px) {
  .main-menu__right .mobile-nav__toggler{
    display: none;
  }
}

@media (max-width:1200px) {
  .main-menu__wrapper-inner{
    padding-block: 15px;
  }
}

@media (max-width: 768px) {
  .main-menu__wrapper-inner {
      flex-wrap: wrap; 
      justify-content: space-between;
  }

  .main-menu__left .mobile-nav__toggler{
    display: none;
  }

  .main-menu__right {
      align-items: flex-start;
      gap: 10px; 
  }

  

  .btn-donate {
      padding: 8px 12px;
      font-size: 10px;
      width: 100%; 
      text-align: center;
  }

  .main-menu__call {
      align-items: flex-start;
  }

  .main-menu__call-number {
      font-size: 14px; 
  }

  .main-menu__left .main-menu__list {
      display: none; 
  }

  .mobile-nav__toggler {
      display: block;
  }
}



.main-menu__list li a {
  color: black !important;  
}


.main-menu__list li a.inactive {
  color: black !important;  
  pointer-events: none;  
  opacity: 0.7;  
}


.main-menu__list li a:hover {
  color: var(--anity-base) !important; 
}


.mobile-nav {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mobile-nav__toggler {
  display: block;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  background: none;
  border: none;
  outline: none;
}

.mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__list li {
  margin-bottom: 15px;
}

.mobile-nav__list a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.mobile-nav__list a:hover {
  color: #ff5a5f;
}
.mobile-nav__wrapper {
  /* display: none;  */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.mobile-nav__wrapper.active {
  display: block !important; 
}


.mobile-nav__content .main-menu__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  
}

.mobile-nav__content .main-menu__list li a{
  color:#fff !important;
}
.mobile-nav__content .main-menu__list li a{
  color:#fff !important;
}

.mobile-nav__content .main-menu__list li a:hover {
  color: var(--anity-base) !important; 
}

@media (max-width: 768px) {
  .home-page .main-menu__wrapper-inner {
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 10px;
  }

  .home-page .main-menu__right {
      flex-direction: column;
      align-items: flex-start;
  }

  .home-page .main-menu__donate, 
  .main-menu__call {
      margin-bottom: 10px;
      
  }

  .home-page .btn-donate {
      width: 100%;
      text-align: center;
      font-size: 14px;
      padding: 10px;
  }

  .home-page .main-menu__call {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }

  .home-page .main-menu__call-content {
      font-size: 14px;
  }

  .home-page .mobile-nav__wrapper {
      display: block;
  }

  .home-page .mobile-nav__container {
      display: flex;
      flex-direction: column;
      gap: 15px;
  }

  .home-page .mobile-nav__list li a {
      display: block;
      font-size: 16px;
      color: #333;
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
  }

  .home-page .mobile-nav__list li a:hover {
      color: #ff5a5f;
  }
}
.btn-donate{
  background-color: var(--anity-base);

}
.btn-donate:hover{
  background-color: var(--anity-base);
  color:#fff;
}


@media (max-width: 768px) {
  .main-menu__wrapper-inner {
    /* display:block; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .main-menu__left {
    display:flex;
    align-items:center;
    
  }

  .main-menu__right {
    display: flex;
    align-items:center;

    /* justify-content:center; */
    gap: 15px; 

  }

  
  .mobile-nav__toggler {
    font-size: 24px;
    color: #333;
    cursor: pointer;
    display: block;
    margin-right: 1px; 
  }

  /* Donate Button */
  .main-menu__donate {

  }

  .btn-donate {
    font-size: 12px;
    /* padding: 3px 8px; */
    background-color: #f04e30; 
    color: white;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    margin-right:-8px; 
    display: inline-block;
  }
  

  .main-menu__donate {
  margin-left: auto;
  position: relative;
  z-index: 5; 
  }

  .navbar-toggler {
    position: relative;
    z-index: 10; 
  } 
  .navbar-collapse {
    transition: height 0.3s ease-in-out;
  }
  
  .collapse:not(.show) {
    display: none !important;
  }
  .mobile-nav__wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
      transition: right 0.3s ease-in-out;
    z-index: 1000;
}

.mobile-nav__wrapper.active {
    right: 0;
}
  

.btn-donate {
  font-size: 12px;
  /* padding: 3px 8px; */
  background-color: #f04e30;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 0; 
  display: inline-block;
  z-index: 5; 
}


  
  .main-menu__call {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
  }

  .main-menu__call-icon {
    font-size: 18px;
    color: #333;
  }

  .main-menu__call-content {
    display: none;
  }

  .main-menu__call-number {
  }

  .main-menu__call-sub-title {
  }

  .main-menu__call-number a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }

  
  .main-menu__search-box {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #333;
    
  }

  
  

  
  .main-menu__right > * {
    margin: 0;
  }
}


.mobile-nav__list li a {
  color: #333; 
  font-size: 16px; 
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

.mobile-nav__list li a:hover {
  color: #ff5a5f; 
}

.mobile-nav__contact li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333; 
  margin-bottom: 10px;
}

.mobile-nav__contact li a {
  margin-left: 8px; 
  color: #333;
  text-decoration: none;
}

.mobile-nav__contact li a:hover {
  color: #ff5a5f;
}


.mobile-nav__content .logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  
}

.mobile-nav__content .site-name {
  font-size: 18px;
  color: #333; 
  font-weight: bold; 
}


.mobile-nav__content .logo-box img {
  width: 50px; 
  height: auto;
  
}

.mobile-nav__content .logo-box span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.mobile-nav__list li a {
  color: #c93f3f; 
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  transition: color 0.3s ease; 
}

.mobile-nav__list li a:hover {
  color: #ff5a5f; 
}

.logo-box span {
  display: block; 
  font-size: 18px;
  font-weight: bold;
  color: #333; 
  margin-top: 5px; 
  text-align: center; 
}

.mobile-nav__content {
  padding: 20px;
  background-color: #fff; 
  overflow-y: auto; 
}


.mobile-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 1; 
  visibility: visible;
}

.mobile-nav__list li {
  margin-bottom: 15px; 
  background-color: #f9f9f9; 
    margin-bottom: 5px; 
    border-radius: 5px; 
}

.mobile-nav__list li a {
  color: #333; 
  text-decoration: none; 
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 8px 0;
  opacity: 1; 
  visibility: visible;
  transition: color 0.3s ease; 
}

.mobile-nav__list li a:hover {
  color: #ff5a5f; 
}


.logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
 
  margin-bottom: 20px;
}

.logo-box img {
  width: 80px; 
  height: auto;
  margin-right: 15px;
}

.logo-box .site-name {
  font-size: 16px;
  color: #333 ;
  font-weight: bold;
  margin-top: 8px;
}

.logo-box span {
  
  font-size: 18px;
  font-weight: bold;
  color: #333;
 
  text-align: center;
}

.mobile-nav__contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav__contact li {
  display: flex;
  align-items: center;
  font-size: 14px;
 margin-right: 10px;
  margin-bottom: 10px;
}

.mobile-nav__contact li a {
  
  color: #333;
  text-decoration: none;
}

.mobile-nav__contact li a:hover {
  color: #ff5a5f;
}


/*.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--anity-base);
}*/



.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--anity-black);
  min-width: 280px;
  padding: 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.shadow-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(var(--anity-white-rgb), 0.05);
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--anity-white-rgb), 0.80);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 17px 0px 17px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  color: rgba(var(--anity-white-rgb), 1.0);
  padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li.dropdown>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li.dropdown>a::before,
.stricky-header .main-menu__list>li>ul>li.dropdown>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li.dropdown>a::before {
  position: absolute;
  top: 50%;
  right: 0px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
  font-size: 14px;
  color: var(--anity-white);
  transform: translateY(-50%) scale(1.0) rotate(0deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li.dropdown:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li.dropdown:hover>a::before,
.stricky-header .main-menu__list>li>ul>li.dropdown:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li.dropdown:hover>a::before {
  color: var(--anity-base);
  transform: translateY(-50%) scale(1) rotate(90deg);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
  border-left: 40px solid transparent;
  background-color: transparent;
  width: 320px;
}

.main-menu .main-menu__list>li>ul>li>ul::before,
.stricky-header .main-menu__list>li>ul>li>ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  background-color: var(--anity-black);
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}





.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--anity-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--anity-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--anity-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--anity-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}




/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--anity-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--anity-white);
  cursor: pointer;
}
/* Hide the dropdown arrow by default */
.main-menu .main-menu__list>li.dropdown>a:after {
  opacity: 0; /* Initially hidden */
  visibility: hidden; /* Initially hidden */
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Show the dropdown arrow only on hover */
.main-menu .main-menu__list>li.dropdown:hover>a:after {
  opacity: 1; /* Make visible on hover */
  visibility: visible; /* Make visible on hover */
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--anity-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--anity-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--anity-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--anity-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--anity-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--anity-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--anity-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--anity-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--anity-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--anity-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--anity-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}






/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: 0px;
  margin-bottom: 0;
}

.home-showcase .container {
  max-width: 1640.1px;
}

.home-showcase .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

.home-showcase__inner {
  padding: 30px 30px 30px;
  background-color: rgb(255, 255, 255);
  background-color: var(--anity-white);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
}

.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.home-showcase__image {
  position: relative; 
  overflow: hidden;
  background-color: rgb(0, 0, 0, 0.10);
  padding: 1px;
}

.home-showcase__image>img {
  width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

 .home-showcase__image:hover>img {
  filter: blur(2px);
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  transition: transform 800ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0.70;
  z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1.0;
  transform-origin: top center;
}

.home-showcase__buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -moz-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -o-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5528), color-stop(100, #ffa415));
  background-image: -webkit-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: linear-gradient(to right, #ff5528 0%, #ffa415 100%);

  opacity: 1;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
  opacity: 0.90;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}




.home-showcase__buttons__item {
  padding: 5px 20px 5px;
  padding-right: 15px;
  width: 150px;
  text-align: center;
  color: var(--anity-white);
  background-color: var(--anity-black);
  border: 1px solid var(--anity-black);
}

.home-showcase__buttons__item::after {
  background-color: var(--anity-white);
}

.home-showcase__buttons__item span {
  background-color: var(--anity-white);
  color: var(--anity-black);
  display: none;
}

.home-showcase__buttons__item:hover {
  color: var(--anity-black);
  background-color: transparent;
  border: 1px solid transparent;
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: var(--anity-white);
  margin-top: 10px;
  text-transform: uppercase;
  font-family: var(--anity-font);
  background-image: -ms-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -moz-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -o-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5528), color-stop(100, #ffa415));
  background-image: -webkit-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: linear-gradient(to right, #ff5528 0%, #ffa415 100%);
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--anity-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}


.main-menu-two__wrapper {
  position: relative;
  display: block;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 150px;
  background-color: var(--anity-extra-two);
}

.main-menu-two__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
}

.main-menu-two__logo {
  display: block;
  padding: 35px 0;
}

.main-menu-two__main-menu-box {
  display: block;
}


.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--anity-base);
  border-radius: 50%;
  color: var(--anity-white);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
  background-color: var(--anity-black);
  color: var(--anity-white);
}

.main-menu-two__call-content {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.main-menu-two__call-sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--anity-gray);
  line-height: 14px;
}

.main-menu-two__call-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 6px;
}

.main-menu-two__call-number a {
  color: var(--anity-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--anity-base);
}

.main-menu-two__search-box {
  position: relative;
  display: block;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--anity-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--anity-base);
}


.stricky-header.main-menu-two {
  background-color: var(--anity-white);
}

/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
}

.main-menu-three__wrapper-inner {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-three__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__logo {
  display: block;
  padding: 35px 0;
}

.main-menu-three__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three__user-box {
  position: relative;
  display: block;
}

.main-menu-three__user {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--anity-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__user:hover {
  color: var(--anity-base);
}

.main-menu-three__search-box {
  position: relative;
  display: block;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--anity-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--anity-base);
}




/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--anity-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--anity-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn::after {
  background-color: var(--anity-black);
  border-radius: 0;
}

.search-popup__content .thm-btn::before {
  background-color: var(--anity-black);
  border-radius: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--anity-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--anity-white);
}


/*--------------------------------------------------------------
# Edit All Css
--------------------------------------------------------------*/
.donate-one__btn {
  color: var(--anity-white);
  border: 1px solid var(--anity-white);
}

.donate-one__btn span {
  background-color: var(--anity-black);
}

.cta-one__btn-1 {
  padding: 8px 26px 8px;
  padding-right: 9px;
  background-color: var(--anity-primary);
  border: none;
}

.cta-one__btn-1:hover {
  border: none;
}

.cta-one__btn-1 span {
  background-color: var(--anity-black);
}

.cta-one__btn-2 {
  padding: 8px 26px 8px;
  padding-right: 9px;
  background-color: var(--anity-white);
  border: none;
}

.cta-one__btn-2:hover {
  border: none;
}

.cta-one__btn-2 span {
  background-color: var(--anity-black);
}

.donate-two__single-2 .donate-two__btn-2 {
  border: 1px solid var(--anity-extra);
}

.donate-two__single-2 .donate-two__btn-2::after {
  background-color: var(--anity-extra);
}

.donate-two__single-2 .donate-two__btn-2 span {
  background-color: var(--anity-extra);
}

.donate-two__single-2 .donate-two__btn-2:hover {
  border: 1px solid var(--anity-extra);
}

.donate-two__single-2 .donate-two__btn-2:hover span {
  background-color: var(--anity-white);
  color: var(--anity-extra);
}

.donate-two__single-3 .donate-two__btn-2 {
  border: 1px solid var(--anity-primary);
}

.donate-two__single-3 .donate-two__btn-2::after {
  background-color: var(--anity-primary);
}

.donate-two__single-3 .donate-two__btn-2 span {
  background-color: var(--anity-primary);
}

.donate-two__single-3 .donate-two__btn-2:hover span {
  background-color: var(--anity-white);
  color: var(--anity-primary);
}

.counter-one__needy-btn {
  color: var(--anity-white);
}

.counter-one__needy-btn:hover {
  border: 1px solid var(--anity-base);
}

.counter-one__needy-btn::after {
  background-color: var(--anity-base);
}

.footer-widget-two__btn {
  color: var(--anity-white);
}

.footer-widget-two__btn::after {
  background-color: var(--anity-base);
}

.footer-widget-two__btn:hover {
  border: 1px solid var(--anity-base);
}

.cta-two__btn {
  color: var(--anity-white);
}

.cta-two__btn::after {
  background-color: var(--anity-base);
}

.cta-two__btn:hover {
  border: 1px solid var(--anity-base);
}

.contact-one__btn {
  background-color: transparent;
}

.volinteer-page__btn {
  background-color: transparent;
}

.contact-three__btn {
  background-color: transparent;
}

.main-slider__btn {
  border: none;
  background-color: var(--anity-base);
  color: var(--anity-white);
  padding: 8px 25px 8px;
  padding-right: 9px;
}

.main-slider__btn span {
  background-color: var(--anity-black);
}

.main-slider__btn:hover {
  border: 0px solid transparent;
}

.main-slider-two__btn {
  border: none;
  background-color: var(--anity-base);
  color: var(--anity-white);
  padding: 8px 25px 8px;
  padding-right: 9px;
}

.main-slider-two__btn span {
  background-color: var(--anity-black);
}

.main-slider-two__btn:hover span {
  background-color: var(--anity-base);
  color: var(--anity-white);
}

.main-slider-two__btn:hover {
  border: 0px solid transparent;
  color: var(--anity-base);
}

.main-slider-two__btn::after {
  background-color: var(--anity-white);
}

.donation-details__btn {
  border: none;
  background-color: var(--anity-base);
  color: var(--anity-white);
  padding: 8px 25px 8px;
  padding-right: 9px;
  width: 100%;
}

.donation-details__btn span {
  background-color: var(--anity-black);
}

.donation-details__btn:hover span {
  background-color: var(--anity-base);
  color: var(--anity-white);
}

.donation-details__btn:hover {
  border: 0px solid transparent;
  color: var(--anity-base);
}

.donation-details__btn::after {
  background-color: var(--anity-white);
}

.donation-one__btn {
  border: none;
  background-color: #4CAF50; /* Change this to your desired color */
  color: #FFFFFF; /* Change this to your desired text color */
  padding: 8px 25px;
  padding-right: 9px;
}

.donation-one__btn span {
  background-color: #333333; /* Adjust this as needed */
}

.donation-one__btn:hover span {
  background-color: #4CAF50; /* Match the base color if needed */
  color: #FFFFFF; /* Adjust hover text color */
}

.donation-one__btn:hover {
  border: 0px solid transparent;
  color: #4CAF50; /* Adjust this hover text color */
}

.donation-one__btn::after {
  background-color: #FFFFFF; /* Adjust this if you have an effect using ::after */
}

/* Remove any filters that make the image black and white */
.donation-one__left-bg {
  background-image: url('static/images/backgrounds/slider10.jpg');
  background-size: cover;
  background-position: center;
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  filter: none; /* Make sure there's no filter applied */
}
/* Check for any conflicting styles */
.donation-one__right {
  background-color: #E0FFE0 !important; /* Add !important here if needed */
}


.sidebar__call-to-action-btn {
  border: 1px solid var(--anity-white);
  color: var(--anity-white);
}

.sidebar__call-to-action-btn span {
  background-color: var(--anity-black);
}

.product__all-btn {
  font-size: 12px;
  padding: 5px 20px 5px;
}

.review-form-one__btn {
  background-color: transparent;
  padding: 12px 25px 12px;
}

.account__form-btn {
  background-color: transparent;
}

.coming-soon-page__btn {
  background-color: var(--anity-base);
  color: var(--anity-white);
}

.coming-soon-page__btn:hover {
  color: var(--anity-black);
  border: 1px solid transparent;
  background-color: transparent;
}

.coming-soon-page__btn span {
  background-color: var(--anity-white);
  color: var(--anity-black);
}

.coming-soon-page__btn:hover span {
  background-color: var(--anity-black);
  color: var(--anity-white);
}

.coming-soon-page__btn::after {
  background-color: var(--anity-white);
}



/*--------------------------------------------------------------
# Carousle Dot Style
--------------------------------------------------------------*/

.carousel-dot-style.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--anity-base);
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: var(--anity-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
  outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
  display: none;
}




/*--------------------------------------------------------------
             home-4
--------------------------------------------------------------*/
/*--------------------------------------------------------------
             Slogan One
--------------------------------------------------------------*/
.slogan-one {
  position: relative;
  display: block;
  padding: 159px 0px 160px;
}

.slogan-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.slogan-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .8);
}

.slogan-one__content {
  position: relative;
  display: block;
}

.slogan-one__content .title-box {
  position: relative;
  display: block;
  padding-bottom: 27px;
}

.slogan-one__content .title-box h2 {
  color: var(--anity-white);
  font-size: 60px;
  line-height: 1.0em;
  text-transform: capitalize;
}

.slogan-one__content .text-box {
  position: relative;
  display: block;
}

.slogan-one__content .text-box p {
  color: #c5c5c5;
  font-size: 18px;
  line-height: 30px;
}

.slogan-one__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 41px;
}

.slogan-one__content .btn-box .thm-btn {
  color: var(--anity-white);
}

.slogan-one__content .btn-box .thm-btn::after {
  background-color: var(--anity-base);
}


/*--------------------------------------------------------------
             Mission One
--------------------------------------------------------------*/
.mission-one {
  position: relative;
  display: block;
  padding: 140px 0px 110px;
}

.single-mission-one {
  position: relative;
  display: block;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 30px 29px 30px;
  border-radius: 10px;
}

.single-mission-one .icon-box,
.single-mission-one .content-box {
  display: table-cell;
  vertical-align: top;
}

.single-mission-one .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border: 2px solid var(--anity-base);
  background: var(--anity-base);
  text-align: center;
  color: var(--anity-white);
  line-height: 63px;
  margin-right: 27px;
  transition: all .3s ease;
}

.single-mission-one:hover .inner-box {
  background: var(--anity-white);
  border-color: var(--anity-base);
  color: var(--anity-base);
}




.single-mission-one .inner-box i:before {
  font-size: 35px;
}

.single-mission-one .content-box .text h3 {
  color: #202A30;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.single-mission-one .content-box .text p {
  margin-bottom: 15px;
}

.single-mission-one .content-box .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.single-mission-one .content-box .btn-box a {
  padding: 14px 25px 14px;
  line-height: 20px;
}




/*-------------------------------------------
  Mission Two
--------------------------------------------*/
.mission-two {
  position: relative;
  display: block;
  padding: 140px 0px 110px;
}

.single-mission-two {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--anity-white);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  padding: 35px 30px 31px;
  border-radius: 10px;
  margin-bottom: 30px;
  z-index: 1;
}

.single-mission-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-image: -ms-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -moz-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -o-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5528), color-stop(100, #ffa415));
  background-image: -webkit-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: linear-gradient(to right, #ff5528 0%, #ffa415 100%);
  z-index: -1;

  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.single-mission-two:hover::before {
  height: 100%;
}




.single-mission-two__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgb(0, 0, 0, .1);
  font-size: 60px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-mission-two:hover .single-mission-two__icon {
  color: rgb(255, 85, 40, .2);
}

.single-mission-two__content {
  position: relative;
  display: block;
  z-index: 1;
}

.single-mission-two__content .title {
  position: relative;
  display: block;
  padding-bottom: 12px;
}

.single-mission-two__content .title h3 {
  font-size: 24px;
  line-height: 34px;
}

.single-mission-two__content .title h3 a {
  color: var(--anity-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-mission-two:hover:hover .single-mission-two__content .title h3 a {
  color: var(--anity-white);
}

.single-mission-two__content .title h3 a:hover {
  color: var(--anity-base);
}

.single-mission-two__content .text {
  position: relative;
  display: block;
}

.single-mission-two__content .text p {
  line-height: 28px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-mission-two:hover:hover .single-mission-two__content .text p {
  color: rgba(255, 255, 255, 0.9);
}





/*--------------------------------------------------------------*/
.contact-section .info-column {
  margin-bottom: 50px;
}

.contact-section .info-column a {
  color: #253d4a;
}

.contact-section .info-column h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact-section .info-column .inner-box {
  position: relative;
  padding-left: 70px;
}

.contact-section .info-column .inner-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  line-height: 70px;
  font-size: 48px;
  color: #fb5e1c;
}


.space-y-4 > *:not(:last-child) {
  margin-bottom: 1rem; /* 4 x 0.25rem = 1rem */
}














































/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
