.bg_top{
  background: linear-gradient(to right, #f92c8b 0, #b02cd6 100%);
}

ul.breadcrumb__content--menu.d-flex {
  text-align: center;
  justify-content: center;
  padding-top: 10px;
}
.login-top{
  top: -5px;
  position: relative;
}
.text-second {
  background-image: linear-gradient(to right, #ffbd84 0, #ff1f8e 36%, #E91E63 65%, #673AB7 100%);
  /* background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%) !important;; */
  font-weight: 700;
    color: transparent;
  -webkit-background-clip: text;
    -webkit-animation: hue 10s infinite linear;
 -webkit-text-fill-color: transparent;
}

/* .bg-shape-dez::after,.bg-shape-dez::before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 50%;
    height: 50%;
    background: #007bff;
    background: -webkit-linear-gradient(left,#007bff 0,#ff1f8e 100%);
    background: linear-gradient(to right,#007bff 0,#ff1f8e 100%)
} */
.mt30 {
  margin-top: 30px;
}

.mb20{
  margin-top: 20px;
}


.bg-sec{
  background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%) !important;
}
.bg-sec:hover{
  background: linear-gradient(to right, #ff1f8e 0, #ffbd84 100%) !important;
}


.service-sec-list:hover p {
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -webkit-transition: all .8s;
  transition: all .8s
}



.custom-col {
  display: flex;
  flex: 1 1 calc(33.333% - 30px); /* Adjust for 3 columns with spacing */
  max-width: calc(33.333% - 30px); /* Ensure proper column width */
  box-sizing: border-box;
}

.services__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 100%; /* Make all cards fill the available space */
}

.services__card--content {
  flex-grow: 1; /* Ensures even space distribution for content */
}
img.display-block.services__card--primary__icon {
  width: 74px;
}
@media only screen and (max-width: 767px) {
  .services__card::after {
    border-radius: 0px 0px 0px 80px !important;
    width: 76px !important;
  }

}


@keyframes hue {
  from {
      background-position: 0 0
  }

  to {
      background-position: 2000px 0
  }
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}


h1.breadcrumb__content--title.mb-10 {
  text-align: center;
  
}

a.footer__widget--menu__text:hover {
  color: #2497f6;
}


.pricing-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  max-width: 1200px;
  width: 100%;
}

.pricing-card {
  background: linear-gradient(135deg, #81ecec, #6c5ce7);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.pricing-card h2 {
  margin: 0;
  font-size: 26px;
}

.pricing-card .price {
  margin: 20px 0;
  font-size: 40px;
  color: #fff;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
}

.pricing-card ul li {
  margin: 10px 0;
  font-size: 18px;
}

.pricing-card .btn {
  display: inline-block;
  padding: 12px 25px;
  margin-top: 25px;
  color: #6c5ce7;
  background-color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.pricing-card .btn:hover {
  background-color: #dfe6e9;
}
.counterup__section {
  background: #fafafa;
}

a {
  font-weight: 500;
}



ul.offcanvas__sub_menu li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}


.blog__card {
    background: #fff;
    padding: 10px;
    padding: 2rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
}