#pricing-cards {
  background: #f6f4f1 !important;
  padding-top: 80px !important;
}
#pricing-cards .price-box-content {
  background-color: white;
  padding: 50px 20px !important;
  border-radius: 20px;
  border: 1px solid #b5b5b563;
  transition: all 0.3s ease-in-out;
}
#pricing-cards .price-box-content:hover {
  border-color: var(--e-global-color-primary);
}
#pricing-cards #package-purchase-btn {
  background-color: white;
  border: 1px solid var(--e-global-color-primary);
  padding: 6px 15px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
  margin-top: 25px;
}
#pricing-cards #package-purchase-btn:hover {
  background-color: var(--e-global-color-primary);
  color: white;
}
#pricing-cards .price-box-content .package_type_category {
  text-align: center;
  color: var(--e-global-color-primary);
  font-size: 36px;
  font-weight: 500;
}
#pricing-cards .packHr {
  height: 2px;
  width: 25%;
  background: var(--e-global-color-primary);
  margin: auto;
}
.price-box-content .bi-check-circle-fill {
  color: var(--e-global-color-primary);
  display: block !important;
  transition: color 0.3s ease-in-out;
}
.price-box-content .price-box-ul {
  padding: 20px;
  /* background-color: #f2f2f2c4; */
  border-radius: 12px;
}
.price-box-content .price-box-ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.price-box-content .price-box-ul li:hover .bi-check-circle-fill {
  color: black;
}

#pricing-cards .price-box-title {
  padding-top: 10px;
  font-size: 50px;
  margin-bottom: 0px !important;
  text-align: center;
  font-weight: 500;
  
}
#pricing-cards .price-box-title .dollar,#pricing-cards .price-box-title .main-price{
  background: linear-gradient(to bottom, #21212187 0%, #00000029 90%);
  -webkit-background-clip: text !important;
  color: transparent !important;
  opacity: calc(32.1 / 10) !important;
  transition: all 0.3s ease-in-out !important;
}
#pricing-cards .price-box-title:hover .dollar,#pricing-cards .price-box-title:hover .main-price{
  background: linear-gradient(to bottom, #df8511e5 0%, #0000 90%);

  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#pricing-cards .buttonsinfo a .srvc-common-btn {
  background-color: rgb(221, 113, 9);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  padding: 8px 20px !important;
  gap: 5px;
  transition: all 0.3s ease-in-out;
  margin-top: 25px;
}
#pricing-cards .buttonsinfo a .srvc-common-btn:hover {
  background-color: black;
  color: white;
}
.small {
  font-size: 19px !important;
}

.buttonsinfo a .srvc-common-btn {
  background-color: var(--e-global-color-primary);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  padding: 8px 20px !important;
  gap: 5px;
  transition: all 0.3s ease-in-out;
  margin-top: 25px;

}
.buttonsinfo a .srvc-common-btn:hover {
  background-color: black;
  color: white;
}

/* custom link block css */

.custom-link-backlink {
  background-color: #f6f4f1;
  padding-top: 55px !important;
}

.custom-link-backlink .container {
  border-radius: 25px;
  border: 1px solid var(--e-global-color-primary);
}

.custom-link-backlink .container p {
  margin-top: 2rem;
  font-size: 20px;

  /* background-color: #f2f2f2c4; */
  border-radius: 10px;
}
.custom-link-backlink .custom-content-backlink h2 {
  font-size: 2.5rem;
  font-weight: 500;

  color: #dd7109;

  position: relative;
}
.custom-link-backlink .custom-content-backlink h2::before {
  content: "";
  position: absolute;
  left: -47px;
  top: 33px;
  width: 36px;
  height: 67px;
  transform: translateY(-50%) rotate(135deg);
  clip-path: polygon(100% 38%, 0 50%, 100% 61%);
  z-index: 1;
  background: linear-gradient(to right, #dd7109, rgb(184 151 128 / -10%));
}
.custom-link-backlink .custom-content-backlink h2::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: -35px;
  border-radius: 50%;
  background-color: #de752630;
  z-index: 0;
  animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  -webkit-animation: blinker 1s linear infinite;
}

.custom-link-backlink .custom-image-backlink {
  min-height: 400px;
  max-height: 400px;
  background-color: #f7f7f7;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: end;
  border: 1px solid #80808014;
  transition: border 0.3s ease-in-out;
}
.custom-link-backlink .custom-image-backlink:hover {
  border-color: var(--e-global-color-primary);
}
.custom-link-backlink .custom-image-backlink:hover img {
  filter: grayscale(100%);
}

.custom-link-backlink .custom-image-backlink img {
  height: 100%;
  object-fit: cover;
}
.custom-image-backlink::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  top: -17px;
  border-radius: 20px 0px;
  right: -19px;
  border: 2px solid var(--e-global-color-primary);
}

.custom-image-backlink::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  bottom: -17px;
  border-radius: 20px 0px;
  left: -19px;
  border: 2px solid var(--e-global-color-primary);
}

@media screen and (max-width: 991px) {
  .custom-link-backlink .custom-image-backlink img {
    width: auto !important;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .custom-link-backlink .container p {
    margin-top: 1rem !important;
    font-size: 16px !important;
  }
  .custom-link-backlink .custom-content-backlink h2 {
    font-size: 1.5rem !important;
  }
  .custom-link-backlink .custom-content-backlink h2::after {
    width: 20px !important;
    height: 20px !important;
    top: 3px !important;
    left: -18px !important;
  }
  .custom-link-backlink .custom-content-backlink h2::before {
    left: -21px !important;
    top: 19px !important;
    width: 19px !important;
    height: 49px !important;
  }
}
@media screen and (max-width: 500px) {
  .custom-link-backlink .custom-image-backlink img {
    width: auto !important;
    height: 100% !important;
  }
  .mein-wrapper-conImg{
    padding: 0 !important;
  }
  .custom-link-backlink .custom-image-backlink {
    min-height: 283px !important;
  }
  .custom-image-backlink::after,
  .custom-image-backlink::before {
    width: 40px;
    height: 40px;

    border-radius: 13px 0px;
  }
}
