* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    /* color: #000; */
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(255, 165, 0, 0.5);
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 165, 0, 0.8);
    }
}

@keyframes diyaFlicker {

    0%,
    100% {
        opacity: 0.8;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.diya-animation {
    animation: diyaFlicker 3s infinite ease-in-out;
}

.floating {
    animation: float 6s ease-in-out infinite;
}

.glowing-btn {
    animation: glow 2s infinite ease-in-out;
}

.mandala-bg {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.05"><path d="M50 0 L100 50 L50 100 L0 50 Z" fill="none" stroke="%23FFA500" stroke-width="0.5"/><circle cx="50" cy="50" r="40" fill="none" stroke="%23FFA500" stroke-width="0.5"/></svg>');
    background-size: 300px;
}

.temple-silhouette {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.05"><path d="M20 100 L30 60 L10 60 L20 30 L40 40 L60 30 L70 60 L50 60 L60 100 Z" fill="%23FFA500"/></svg>');
    background-size: 200px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.card-3d {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}

.card-3d:hover {
    transform: rotateY(10deg) translateY(-10px);
}

/* ou can’t sell an */
.mrb-200 {
    margin-bottom: 200px;
}

.section-title.text-center {
    margin-bottom: 55px;
}

.hg-fadeInUp {
    -webkit-animation-name: hg-fadeInUp;
    animation-name: hg-fadeInUp;
}

.section-title .title-sub {
    color: #f94f4f;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.175em;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title .title-main {
    font-weight: 700;
    font-size: 42px;
    position: relative;
    z-index: 2;
    line-height: 1.25em;
    color: #293b5f;
}

.section-title .title-text {
    margin-bottom: 22px;
    padding-top: 23px;
}

.work-process-block.proces-style-two .process-list {
    position: relative;
    margin-top: -20px;
}

.work-process-block.proces-style-two .process-list .bg-line {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 250px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%;
}

.work-process-block.proces-style-two .process-list>div:nth-child(2) {
    margin-top: 60px;
}

.process-list .single-process {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
    margin-bottom: 40px;
    text-align: center;
}

.process-list .single-process .icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 40px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100px;
}

.process-list .single-process {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
    margin-bottom: 40px;
    text-align: center;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.process-list .single-process .icon>span:before {
    color: white !important;
}

/* .icon-binoculars-business-management-vision:before {
            content: "\ea1f";
        } */

.process-list .single-process .icon>.process-no {
    color: white;
    font-size: 86px;
    line-height: 1em;
    margin-bottom: 0;
    opacity: 0.13;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
    position: absolute;
    right: -4px;
    top: 5px;
    z-index: 5;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.process-list .single-process .process-step {
    color: #293b5f;
    font-size: 22px;
    font-weight: 600;
}

.work-process-block.proces-style-two .process-list>div:nth-child(3) {
    margin-top: 18px;
}

.work-process-block.proces-style-two .process-list>div:nth-child(4) {
    margin-top: 130px;
}

.work-process-block.proces-style-two .process-list>div:nth-child(5) {
    margin-top: 100px;
}

.bg-zinnwaldite {
    background-color: #eabeab;
}

.bg-silver-tree {
    background-color: #53b596;
}

.bg-medium-purple {
    background-color: #9566d6;
}

.bg-curious-blue {
    background-color: #1ca5da;
}

/* ou can’t sell an End */

/*  section-prices */
.section-prices {
    margin-top: 1rem;
    position: relative;
    z-index: 1;
}

.wrapper {
    min-width: 320px;
    max-width: 1220px;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.section-heading {
    padding: 0 0 1.4rem 0;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FB5472;
}

.h-center {
    text-align: center;
}

.section-heading span {
    padding-left: 1.8rem;
    position: relative;
}

.section-heading span:before {
    content: '';
    display: block;
    width: .8rem;
    height: .8rem;
    left: 0;
    top: .45rem;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #FB5472;
}

.h-decor-2 {
    position: relative;
    padding: 0 2rem;
}

.h2 {
    font-size: 2.4rem;
    line-height: 140%;
    margin: 0 0 0.7rem;
    padding-top: 1.3rem;
    color: #1B2B7C;
    font-family: Aleo, arial, sans-serif;
    text-transform: capitalize;
}

.section-subtitle {
    font-size: 1.6rem;
    line-height: 150%;
}

.h-decor-2:after {
    content: '';
    margin-left: 8rem;
    width: 8.8rem;
    height: 5.6rem;
    display: block;
    position: absolute;
    right: 4.2%;
    top: 17%;
    background: url(https://george-fx.github.io/numerio/img/leaf-right.svg) no-repeat;
    background-size: contain;
}

.prices {
    margin: 3rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.prices__item {
    margin: 0 0 2rem;
    width: calc(33.33% - 2rem);
    background: #fff;
    box-shadow: 0 1rem 2.6rem rgba(36, 73, 168, 0.15);
    border-radius: 1rem;
    color: #646A89;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.prices__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 1.5rem 3rem rgba(36, 73, 168, 0.25);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prices__item {
    animation: fadeInUp 0.6s ease-out forwards;
}

.prices__item:nth-child(1) {
    animation-delay: 0.1s;
}

.prices__item:nth-child(2) {
    animation-delay: 0.3s;
}

.prices__item:nth-child(3) {
    animation-delay: 0.5s;
}

.prices__head {
    padding: 3rem 2rem;
    position: relative;
}

.prices__decor {
    z-index: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.prices__decor:before {
    content: '';
    display: block;
    background: linear-gradient(283.32deg, #DBDFF3 0%, rgba(241, 249, 255, 0) 33.89%, rgba(27, 43, 124, 0.03) 66.66%, rgba(27, 43, 124, 0.03) 99.52%);
    background-size: 300% 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% + 4rem);
    transform: translate(-50%, 0);
    padding-top: 100%;
    transition: background-position 0.4s ease;
}

.prices__item:hover .prices__decor:before {
    background-position: 100% 0;
}

.prices__decor span:before,
.prices__decor span:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    position: absolute;
    border: 0.5rem solid rgba(251, 84, 114, 0.3);
    transition: transform 0.3s ease;
}

.prices__decor span:before {
    left: 1.9rem;
    top: -1.3rem;
}

.prices__decor span:after {
    bottom: 54.5%;
    right: -.5rem;
}

.prices__item:hover .prices__decor span:before {
    transform: scale(1.2);
}

.prices__item:hover .prices__decor span:after {
    transform: scale(1.2);
}

.prices__inner {
    position: relative;
    z-index: 1;
}

.prices__category {
    color: #FB5472;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 150%;
    text-transform: uppercase;
}

.prices__title {
    margin-top: 0.8rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 140%;
    font-family: Aleo, arial, sans-serif;
    color: #1B2B7C;
}

.prices__cost {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2;
}

.prices__cost-val {
    font-size: 4rem;
    margin: 0 0.5rem;
    color: #1B2B7C;
    transition: color 0.3s ease;
}

.prices__item:hover .prices__cost-val {
    color: #FB5472;
}

.prices__period {
    font-size: 1.4rem;
    line-height: 150%;
    text-transform: capitalize;
}

.prices__content {
    padding: 2rem;
}

.prices__list {
    list-style: none;
    font-size: 1.4rem;
    line-height: 170%;
}

.prices__list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.prices__list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FB5472;
}

.prices__item:hover .prices__list li {
    color: #1B2B7C;
}

.prices__btn {
    margin-top: 2rem;
}

.btn-2 {
    font-family: Lato, arial, sans-serif;
    background: #1B2B7C;
    box-shadow: 0 1.5rem 2.5rem rgba(27, 43, 124, 0.15);
    border-radius: 30px;
    color: #fff;
    border: 0;
    height: 4rem;
    padding: 0 2rem;
    line-height: 4rem;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: capitalize;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-2:hover {
    background: #FB5472;
    transform: scale(1.05);
    box-shadow: 0 1.8rem 3rem rgba(251, 84, 114, 0.3);
}

.prices__item-recomendation {
    border: 2px solid #FB5472;
    position: relative;
}

.prices__rec {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #FB5472;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding: 0 1rem;
    }

    .prices {
        flex-direction: column;
        align-items: center;
    }

    .prices__item {
        width: 100%;
        max-width: 400px;
    }

    .h2 {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1.4rem;
    }

    .prices__cost-val {
        font-size: 3rem;
    }

    .prices__head {
        padding: 2rem 1.5rem;
    }

    .prices__content {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .section-heading {
        font-size: 1.2rem;
    }

    .prices__title {
        font-size: 1.8rem;
    }

    .prices__cost {
        font-size: 1.6rem;
    }

    .prices__cost-val {
        font-size: 2.5rem;
    }

    .btn-2 {
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 1.2rem;
    }
}


/* Our Facilities Start */

.td_features_2_wrap {
    position: relative;
}

.td_theme_2 {
    --accent-color: #6440fb;
}

.td_features_2_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 195px;
    width: 100%;
    /* background-color: #6440fb; */
}

@media screen and (min-width: 992px) {
    .td_height_120 {
        height: 120px;
    }
}

.td_features.td_style_2 {
    display: flex;
}
.td_features.td_style_2 .td_features_thumb {
    flex: none;
    width: 57%;
    margin-right: -14%;
}
.td_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.td_bg_filed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.td_radius_10 {
    border-radius: 10px;
}

/* Our Facilities End */