.best-features-area .single-features .features-icon span {
    position: relative;
    color: #fff;
    font-size: 30px;
    height: 67px;
    width: 67px;
    display: block;
    line-height: 67px;
    border-radius: 50%;
    text-align: center;
    background-image: -moz-linear-gradient(90deg, #e78ae9 0%, #926ef8 100%);
    background-image: -webkit-linear-gradient(90deg, #e78ae9 0%, #926ef8 100%);
    background-image: -ms-linear-gradient(90deg, #e78ae9 0%, #926ef8 100%);
}
.best-features-area .features-shpae {
    position: absolute;
    left: 30px;
    top: 100px;
}
.best-features-area .features-shpae.features-shpae2 {
    top: 300px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .best-features-area .features-shpae.features-shpae2 {
        top: 246px !important;
        transform: translateY(0);
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .best-features-area .features-shpae.features-shpae2 {
        top: 300px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .best-features-area .features-shpae.features-shpae2 {
        top: 300px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .best-features-area .features-shpae {
        top: 50%;
        transform: translateY(-50%);
	}
}
.best-features-area .features-shpae img {
    max-width: 80%;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .best-features-area .features-shpae img {
        max-width: 70%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .best-features-area .features-shpae img {
        max-width: 50%;
        top: 50%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .best-features-area .features-shpae img {
        display: none !important;
	}
}
.best-features-area .single-features {
    display: flex;
}
.mb-70 {
    margin-bottom: 70px;
}
/* INNER BANNER */
.inner-banner {
	background: linear-gradient(to right, #ff3c8e, #f97fcb);
	color: white;
	padding: 80px 0;
	border-radius: 8px;
}
.inner-banner h2 {
	font-size: 36px;
	font-weight: 700;
}
.inner-banner{
	background-color:#FFF2EF;
}
/*corporate service section*/
.services-block-one i {
    font-size: 32px;
}
.services-block-one {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
	margin-bottom:30px;
	height: 23em;
}
.services-block-one:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #03a9f5;
    border-right: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-one:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #03a9f5;
    border-left: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-one h3 {
   color:#000;
    font-size: 20px!important;
    margin-bottom: 10px;
    
}
.services-block-one p {
    margin-bottom: 0;
    text-align: justify;
    word-spacing: 2px;
	
}
.services-block-one i {
  color:#0d6efd;
  padding-bottom:20px;
	
}
.services-block-one:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}
.services-block-one:hover:before, .services-block-one:hover:after {
    width: 95%;
    height: 90%;
}
/* scs section GRID CARDS */
.cms-card {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.services-block-two h3{
	font-size: 17px;
    padding-bottom: 20px;
}
.services-block-two p{
	/* padding: 21px; */
    text-align: justify;
}
.services-block-two .service-item {
	background-color: var(--surface-color);
	border-radius: 12px;
	padding: 1rem;
	height: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 2px 1px 16px 0px rgba(122, 115, 117, 0.75);
	transition: all 0.4s ease;
}
.services-block-two .service-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: #5d57f4;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.services-block-two .service-item:hover {
	box-shadow: 0 9px 6px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
}
.services-block-two .service-item:hover::before {
	transform: scaleY(1);
}
.services-block-two .service-item i{
	color:#007bff;
	font-size:25px;
}

.text-cms{
    color: #f50963;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 25px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: white;
  line-height: 0;
}


.scroll-top.active {
  visibility: visible;
  opacity: 1;
  background-color: #ff695f;
}

/* Build Now text button */
.build-now-text {
    position: fixed;
    right: 20px;
    bottom: 30px;              /* default */
    background: #ff5a5f;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    z-index: 1050;
    transition: bottom 0.3s ease;
}

/* Move up when scroll-top is visible */
.build-now-text.move-up {
    bottom: 75px;
}

.contact-location{
    color: #6c757d;
}

.ecommerce-portfolio .card {
	background-color: #d6d8dbb3; 
    border: 1px solid #d6d8dbb3;
    border-radius: 20px;           
	overflow: hidden; 
}

/* Get started */
/* STEPPER */
.stepper-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 50px;
}

.stepper-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #ff695f73;
    transform: translateY(-50%);
}

.step-circle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ff695f73;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

#step1 { left: 25%; }
#step2 { left: 75%; }

.step-active {
    background: #ff695f;
    border-color: #ff695f;
    color: #fff;
}

/* WIZARD */
.wizard-step {
    animation: fadeIn .3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/*--------------------------------------------------------------
# Dynamic Slide Navigation
--------------------------------------------------------------*/
.custom-slide-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding: 20px 0;
}

.slide-nav-item {
    display: none;
}


.business-stats, .ecommerce-stats, .campus-stats{
    background: linear-gradient(to right, #ff3c8e, #f97fcb);
}


.btn-primary{
    background-color: #ff3c8e;
    border-color : #ff3c8e;
}

.btn-primary:hover{
    background-color: #ff3c8eab;
    border-color : #ff3c8eab;
}

.btn-primary:focus{
    background-color: #ff3c8e;
    box-shadow: none;
    border-color: #ff3c8e;
}

.btn-outline-primary:hover{
    background-color: #ff3c8e;
    border-color: #ff3c8e;
}

.btn-outline-primary:focus{
    box-shadow: none;
}

.btn-outline-primary
 {
    color: #ff3c8e;
    border-color: #ff3c8e;
}

h2{
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 60px 0;
    margin-bottom: 1rem;
    transition: 0.5s;
}

.bg-breadcrumb::after {
    content: "";
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    border: 80px solid rgba(247, 71, 128, 0.05);
    background: transparent;
    animation: RotateMoveSingle 5s linear infinite;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
    z-index: 2;
}


@keyframes RotateMoveSingle {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }
      100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {bottom: 0px;}
    50%   {left: -10px;}
    75%   {bottom: 10%;}
    100%  {bottom: 0px;}
}

.bg-breadcrumb::before {
    content: "";
    position: absolute;
    top: -15%;
    right: -10%;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    border: 80px solid rgba(247, 71, 128, 0.04);
    background: transparent;
    animation: RotateMoveSingle 5s linear infinite;
}

@keyframes RotateMoveSingle {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }
      100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {top: 0px;}
    50%   {top: 10%;}
    100%  {top: 0px;}
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 100px !important;
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-dark) !important;
}

.breadcrumb-subitem{
    color: #f50963 !important;
}
.breadcrumb-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.breadcrumb-animation li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(102, 16, 242, 0.07);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.breadcrumb-animation li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.breadcrumb-animation li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.breadcrumb-animation li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.breadcrumb-animation li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.breadcrumb-animation li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.breadcrumb-animation li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.breadcrumb-animation li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.breadcrumb-animation li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.breadcrumb-animation li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.RotateMoveLeft {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

.RotateMoveRight {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

@keyframes RotateMoveLeft {
    0%   {left: 0px;}
    50%   {left: 40px;}
    100%  {left: 0px;}
}

@keyframes RotateMoveRight {
    0%   {right: 0px;}
    50%   {right: 40px;}
    100%  {right: 0px;}
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature .feature-img {
    background: var(--bs-light);
    border-radius: 58% 42% 21% 79% / 30% 29% 71% 70%;
}
/*** Features End ***/


/*** Pricing Start ***/
.price .price-item {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.price .price-item:hover {
    background: var(--bs-white) !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.price .price-item .pice-item-offer {
    position: absolute;
    width: 200px;
    height: 110px;
    top: -45px;
    right: -80px;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transform: rotate(42deg);
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 10px;
}

.pricing-section ul li i{
    color: #ff695f;
}
/*** Pricing End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    background: rgba(102, 16, 242, 0.2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(102, 16, 242, 0.2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .4);
}


.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.text-secondary {
    color: #ff695f !important;
}

/*** Blog End ***/

/* Feature Icons */
.feature-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #fff;
  margin: 0 auto var(--space-6);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.feature-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  z-index: -1;
  opacity: 0.8;
  transition: all 0.4s ease;
}

.feature-icon.blue {
  --gradient-start: #007bff;
  --gradient-end: #00bfff;
}

.feature-icon.purple {
  --gradient-start: #7e57c2;
  --gradient-end: #b388ff;
}

.feature-icon.teal {
  --gradient-start: #009688;
  --gradient-end: #4db6ac;
}

.feature-icon.pink {
  --gradient-start: #ff4081;
  --gradient-end: #ff80ab;
}

.feature-icon:hover {
  transform: scale(1.15) rotate(8deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.feature-icon:hover::before {
  opacity: 1;
  filter: brightness(1.2);
}
