
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-23 {
    font-size: 23px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-27 {
    font-size: 27px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-29 {
    font-size: 29px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-31 {
    font-size: 31px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-33 {
    font-size: 33px !important;
}
.fs-34 {
    font-size: 34px !important;
}
.fs-35 {
    font-size: 35px !important;
}
.fs-36 {
    font-size: 36px !important;
}
.fs-37 {
    font-size: 37px !important;
}
.fs-38 {
    font-size: 38px !important;
}
.fs-39 {
    font-size: 39px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-41 {
    font-size: 41px !important;
}
.fs-42 {
    font-size: 42px !important;
}
.fs-43 {
    font-size: 43px !important;
}
.fs-44 {
    font-size: 44px !important;
}
.fs-45 {
    font-size: 45px !important;
}
.fs-46 {
    font-size: 46px !important;
}
.fs-47 {
    font-size: 47px !important;
}
.fs-48 {
    font-size: 48px !important;
}
.fs-49 {
    font-size: 49px !important;
}
.fs-50 {
    font-size: 50px !important;
}


.footer-widget .widget-title,
.header-section .nav-link {
    font-family: Raleway, sans-serif;
    text-transform: uppercase
}

.apply-btn,
.cta-btn,
.widget-links li a {
    text-decoration: none
}
.header_button {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600
}

.appointment_modal .modal-content,
.appointment_modal .modal-dialog {
    height: 96%
}

.appointment_modal .modal-body {
    max-height: calc(100% - 20px);
    overflow-y: scroll
}

.footer .footer-wrapper::after {
    content: "";
    width: 100%;
    height: 200%;
    background: url(../images/background/breadcrumbs-img.webp) 0 0/cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.footer-section {
    background-color: #f9f9f9;
    padding-top: 80px;
    font-family: Hind, sans-serif;
    color: #2d2d2d;
    position: relative;
    overflow: hidden
}

.accordion-body,
.accordion-button,
.blog-section {
    background-color: #fff
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/background/breadcrumbs-img.webp) center bottom/cover no-repeat;
    opacity: .1;
    z-index: 0;
    pointer-events: none
}

.footer-wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 60px
}

.footer-brand .logo img {
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px
}

.footer-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(45, 45, 45, .8);
    margin-bottom: 25px
}

.social-links {
    display: flex;
    gap: 15px
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    transition: .3s
}

.social-links a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(128, 88, 198, .2)
}

.social-links a img {
    width: 20px;
    height: 20px;
    filter: grayscale(100%);
    transition: .3s
}

.social-links a:hover img {
    filter: grayscale(0%)
}

.footer-widget .widget-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    color: #2d2d2d;
    position: relative;
    display: inline-block
}

.footer-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background: #8058c6
}

.widget-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.widget-links li {
    margin-bottom: 8px
}

.widget-links li a {
    color: rgba(45, 45, 45, .7);
    font-size: 16px;
    transition: .3s
}

.box.categorieBlock ul li a:hover,
.widget-links li a:hover {
    color: #8058c6;
    padding-left: 5px
}

.newsletter-widget p {
    color: rgba(45, 45, 45, .8);
    margin-bottom: 20px;
    font-size: 16px
}

.newsletter-form .input-group {
    position: relative;
    display: flex;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .05)
}

.newsletter-form .form-control {
    border: none;
    background: 0 0;
    padding: 10px 20px;
    font-size: 15px;
    color: #2d2d2d;
    height: auto
}

.header-section .appointment-btn,
.newsletter-form .btn-primary {
    background: linear-gradient(180deg, #b885ff -80%, #8058c6 100%);
    border: none;
    transition: .3s;
    font-weight: 600;
    text-transform: uppercase
}

.newsletter-form .form-control:focus,
.pagination-wrapper .page-link:focus {
    box-shadow: none
}

.header-section .appointment-btn:hover,
.newsletter-form .btn-primary:hover {
    background: linear-gradient(180deg, #8058c6 -80%, #b885ff 100%);
    box-shadow: 0 4px 15px rgba(128, 88, 198, .3)
}

.newsletter-form .btn-primary {
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff
}

.footer-bottom {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    font-size: 14px;
    color: rgba(45, 45, 45, .6)
}

.footer-bottom p {
    margin: 0;
    font-size: 14px
}

.header-section {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05);
    position: sticky;
    top: 0;
    z-index: 1000
}

.header-section .navbar {
    padding: 15px 0
}

.header-section .navbar-brand img {
    height: 50px;
    object-fit: contain
}

.header-section .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #2d2d2d !important;
    padding: 10px 15px !important;
    transition: .3s
}

.header-section .nav-link.active,
.header-section .nav-link:hover {
    color: #8058c6 !important
}

.header-section .appointment-btn {
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap
}

.header-section .appointment-btn:hover {
    color: #fff
}

.custom-toggler {
    border: none;
    outline: 0;
    padding: 0;
    width: 30px;
    height: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: none !important
}

.custom-toggler span {
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #b885ff 0, #8058c6 100%);
    border-radius: 3px;
    transition: .3s
}

.custom-toggler[aria-expanded=true] span:first-child {
    transform: rotate(45deg) translate(5px, 5px)
}

.custom-toggler[aria-expanded=true] span:nth-child(2) {
    opacity: 0
}

.custom-toggler[aria-expanded=true] span:nth-child(3) {
    transform: rotate(-45deg) translate(9px, -10px)
}

.custom-toggler:hover span {
    background: linear-gradient(90deg, #8058c6 0, #b885ff 100%)
}

.blog-section .section-header .subtitle,
.faq-section .section-header .subtitle,
.values-section .section-header .subtitle {
    font-size: 18px;
    color: rgba(45, 45, 45, .7);
    max-width: 600px;
    margin: 0 auto
}

.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .3s;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .03)
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(128, 88, 198, .15)
}

.blog-card .image-wrapper {
    position: relative;
    overflow: hidden;
    height: 240px
}

.blog-card .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    cursor: pointer;
    border-radius: 20px
}

.blog-card:hover .image-wrapper img,
.box.postBlock .post:hover .image-wrapper img,
.close_button:hover {
    transform: scale(1.1)
}

.accordion-body,
.blog-card .blog-content {
    padding: 25px
}

.blog-card .blog-meta {
    margin-bottom: 15px
}

.blog-card .blog-meta .date {
    font-size: 14px;
    color: #8058c6;
    font-weight: 600;
    background: rgba(128, 88, 198, .1);
    padding: 5px 12px;
    border-radius: 30px
}

.blog-card .blog-title {
    margin-bottom: 15px;
    line-height: 1.4
}

.blog-card .blog-title a {
    font-size: 20px;
    font-weight: 700;
    color: #2d2d2d;
    transition: .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-card .blog-title a:hover,
.box.postBlock .post .text span a:hover {
    color: #8058c6
}

.blog-card .read-more {
    font-size: 15px;
    font-weight: 600;
    color: #2d2d2d;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .3s
}

.close_button,
.feature-col {
    align-items: center;
    display: flex
}

.blog-card .read-more:hover {
    color: #8058c6;
    gap: 12px
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .03)
}

.accordion-button {
    font-weight: 600;
    color: #2d2d2d;
    box-shadow: none !important;
    padding: 20px
}

.accordion-button:not(.collapsed) {
    color: #8058c6;
    background-color: rgba(128, 88, 198, .05)
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125)
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232d2d2d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238058C6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.close_button {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    cursor: pointer;
    transition: .3s;
    padding: 10px
}

.close_button .btn-close {
    margin: 0;
    opacity: 1;
    width: 12px;
    height: 12px
}

.faq-section .section-header .title {
    font-size: 42px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 15px;
    text-transform: uppercase
}

.pricing-section .option-wrapper .options {
    margin-top: 110px
}

@media (max-width:1199px) {
    .header-section .navbar-collapse {
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
        border-top: 1px solid rgba(0, 0, 0, .05)
    }

    .header-section .navbar-nav {
        margin-bottom: 20px !important
    }

    .header-section .nav-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }

    .header-section .appointment-btn {
        width: 100%;
        text-align: center
    }

    .pricing-section .option-wrapper .options {
        margin-top: 80px
    }
}

@media (max-width:991px) {
    .pricing-section .option-wrapper .options {
        margin-top: 50px;
        text-align: center
    }
}

.pricing-section .pricing-wrapper {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-section .content {
    overflow-x: hidden !important
}

.pricing-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.box.categorieBlock ul li:last-child,
.pricing-row:last-child {
    border-bottom: none
}

.feature-col {
    width: 58%;
    padding: 20px 0 20px 15px
}

.comparison-col {
    width: 42%;
    background-color: #ebeffc;
    position: relative;
    padding: 15px 0;
    display: flex;
    align-items: center
}

.comparison-col .row {
    width: 100%;
    margin: 0
}

.comparison-col.header-col {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 30px;
    align-items: flex-end
}

.comparison-col.footer-col {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 30px
}

.feature-text {
    font-size: 18px;
    font-weight: 500;
    color: #2d2d2d;
    line-height: 1.4
}

.comparison-header {
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 10px
}

.apply-btn,
.job-badge {
    font-weight: 600;
    text-transform: uppercase
}

.check-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.career-values-section {
    position: relative;
    background-color: #fff;
    padding: 80px 0
}

.career-section-header {
    text-align: center;
    margin-bottom: 60px
}

.career-section-header .subtitle {
    font-size: 18px;
    color: rgba(45, 45, 45, .7);
    max-width: 700px;
    margin: 0 auto
}

.value-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .03);
    transition: .4s;
    height: 100%
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(128, 88, 198, .1);
    border-color: rgba(128, 88, 198, .2)
}

.value-card .icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f0eaff 0, #fff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #8058c6;
    font-size: 32px;
    box-shadow: 0 5px 15px rgba(128, 88, 198, .1)
}

.value-card .icon-wrapper img {
    width: 40px;
    height: 40px;
    object-fit: contain
}

.value-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2d2d2d
}

.value-card p {
    color: rgba(45, 45, 45, .7);
    font-size: 16px;
    line-height: 1.6
}

.career-jobs-section {
    background-color: #f9f9f9;
    padding: 100px 0
}

.career-job-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .02);
    transition: .3s;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column
}

.career-cta-section::after,
.career-job-card::before {
    display: none
}

.career-job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.job-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.job-badge {
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: .5px
}

.job-badge.primary {
    background: rgba(128, 88, 198, .1);
    color: #8058c6
}

.job-badge.secondary {
    background: rgba(22, 204, 62, .1);
    color: #16cc3e
}

.career-job-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2d2d2d
}

.career-job-card p {
    color: rgba(45, 45, 45, .7);
    margin-bottom: 25px;
    flex-grow: 1
}

.career-job-card .requirements-list {
    list-style: none;
    padding: 20px 0 0;
    margin-bottom: 30px;
    border-top: 1px solid #f0f0f0
}

.career-job-card .requirements-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: rgba(45, 45, 45, .8);
    font-size: 15px
}

.career-job-card .requirements-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8058c6;
    font-weight: 700
}

.apply-btn {
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    background: 0 0;
    border: 2px solid #8058c6;
    color: #8058c6;
    transition: .3s;
    text-align: center;
    display: block
}

.career-cta-btn,
.view-details-btn {
    border-radius: 50px;
    align-items: center;
    text-decoration: none
}

.apply-btn:hover {
    background: #8058c6;
    color: #fff;
    box-shadow: 0 10px 20px rgba(128, 88, 198, .2)
}

.career-cta-section {
    padding: 100px 0;
    background-color: #fff;
    color: #2d2d2d;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.career-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto
}

.career-cta-content h2 {
    font-weight: 800;
    margin-bottom: 20px;
    color: #2d2d2d
}

.career-cta-content p {
    font-size: 18px;
    color: rgba(45, 45, 45, .7);
    margin-bottom: 40px
}

.career-cta-btn {
    display: inline-flex;
    gap: 10px;
    background: linear-gradient(180deg, #b885ff -80%, #8058c6 100%);
    color: #fff;
    padding: 18px 40px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
    box-shadow: 0 4px 15px rgba(128, 88, 198, .3)
}

.team-card .team-info .designation,
.view-details-btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

.team-card,
.value-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .3s;
    text-align: center
}

.career-cta-btn:hover {
    background: linear-gradient(180deg, #8058c6 -80%, #b885ff 100%);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(128, 88, 198, .4)
}

.view-details-btn {
    width: 100%;
    padding: 15px;
    background: 0 0;
    border: 2px solid #2d2d2d;
    color: #2d2d2d;
    transition: .3s;
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer
}

.view-details-btn:hover {
    background: #2d2d2d;
    color: #fff;
    box-shadow: 0 10px 20px rgba(45, 45, 45, .2)
}

.career-job-card .apply-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:575px) {
    .pricing-section .option-wrapper .options {
        margin-top: 30px
    }

    .career-job-card .d-flex {
        flex-direction: column
    }

    .career-job-card .apply-btn,
    .view-details-btn {
        width: 100%
    }
}

#jobDetailsModal .modal-content {
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1)
}

#jobDetailsModal .modal-header .btn-close {
    background-size: 10px;
    opacity: .5;
    transition: .3s
}

#jobDetailsModal .modal-header .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg)
}

#jobDetailsModal .job-badge {
    font-size: 12px;
    padding: 5px 12px
}

#jobDetailsModal h3 {
    font-size: 32px;
    color: #2d2d2d
}

#jobDetailsModal h5 {
    font-size: 18px;
    color: #2d2d2d;
    margin-top: 25px
}

.values-section {
    background-color: #fff;
    padding: 80px 0
}

.values-section .section-header {
    margin-bottom: 50px
}

.value-box {
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .03)
}

.value-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(128, 88, 198, .15)
}

.value-box .icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f3eefc 0, #fff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(128, 88, 198, .1)
}

.value-box .icon-box img {
    width: 50px;
    height: 50px
}

.value-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2d2d2d
}

.value-box p {
    font-size: 15px;
    color: rgba(45, 45, 45, .7);
    line-height: 1.6;
    margin-bottom: 0
}

.team-section {
    background-color: #f9f9f9
}

.team-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(128, 88, 198, .1)
}

.team-card .team-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 5px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.team-card .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.team-card .team-info h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2d2d2d
}

.team-card .team-info .designation {
    display: block;
    color: #8058c6;
    margin-bottom: 15px
}

.team-card .team-info p {
    font-size: 16px;
    color: rgba(45, 45, 45, .7);
    max-width: 300px;
    margin: 0 auto
}

.impact-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: radial-gradient(circle at top right, #9d74e8 0, #639 100%);
    z-index: 1
}

.impact-section::after,
.impact-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    z-index: -1
}

.impact-section::before {
    top: -50px;
    left: -50px
}

.impact-section::after {
    bottom: -50px;
    right: -50px
}

.impact-item {
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    transition: .4s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.impact-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    border-color: rgba(255, 255, 255, .4)
}

.impact-item .icon-wrapper {
    margin-bottom: 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s
}

.impact-item:hover .icon-wrapper {
    background: #fff;
    transform: scale(1.1)
}

.impact-item:hover .icon-wrapper svg,
.impact-item:hover .icon-wrapper svg path {
    stroke: #8058C6
}

.impact-item .count {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.impact-item .label {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.impact-item .desc {
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    margin: 0;
    font-weight: 400
}

.cta-banner-section .cta-content,
.faq-hero-section .subtitle {
    max-width: 700px;
    margin: 0 auto
}

.cta-banner-section {
    background: #fff;
    padding: 80px 0
}

.cta-banner-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #2d2d2d
}

.cta-banner-section p {
    font-size: 18px;
    color: rgba(45, 45, 45, .7);
    margin-bottom: 35px
}

.cta-btn {
    display: inline-block;
    background: linear-gradient(180deg, #b885ff -80%, #8058c6 100%);
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    transition: .3s;
    box-shadow: 0 4px 15px rgba(128, 88, 198, .3)
}

.contact-info-wrapper,
.fill-up-form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    background: #fff
}

.cta-btn:hover {
    background: linear-gradient(180deg, #8058c6 -80%, #b885ff 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(128, 88, 198, .4)
}

.box.tagsBlock a,
.contact-item:hover {
    background: #f9f9f9
}

.faq-category .category-title {
    font-size: 24px;
    font-weight: 700;
    color: #8058c6;
    border-bottom: 2px solid rgba(128, 88, 198, .1);
    padding-bottom: 15px
}

.faq-hero-section .subtitle {
    font-size: 20px
}

.contact-info-wrapper {
    padding: 40px;
    border-radius: 20px;
    height: 100%
}

.contact-info-wrapper .title {
    font-size: 24px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px
}

.contact-info-wrapper .title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #8058c6;
    border-radius: 2px;
    transform: translateX(-50%)
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 15px;
    transition: .3s
}

.box.postBlock .post:last-child,
.contact-item:last-child {
    margin-bottom: 0
}

.contact-item .icon {
    width: 50px;
    height: 50px;
    background: rgba(128, 88, 198, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    transition: .3s
}

.contact-item:hover .icon {
    background: #8058c6
}

.contact-item .icon svg {
    width: 24px;
    height: 24px;
    stroke: #8058C6;
    transition: .3s
}

.contact-item:hover .icon svg {
    stroke: #fff
}

.contact-item .content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #2d2d2d;
    text-transform: uppercase
}

.contact-item .content p {
    font-size: 16px;
    color: rgba(45, 45, 45, .7);
    line-height: 1.6;
    margin-bottom: 0
}

.fill-up-form {
    padding: 40px;
    border-radius: 20px !important
}

.fill-up-form .title {
    font-size: 28px;
    font-weight: 800;
    color: #2d2d2d;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    display: inline-block
}

.fill-up-form .title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #8058c6;
    margin: 10px auto 0;
    border-radius: 2px
}

.fill-up-form form .form-group .user-input {
    background: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 18px 20px;
    font-size: 15px;
    color: #2d2d2d;
    transition: .3s;
    box-shadow: none
}

.fill-up-form form .form-group .user-input:focus {
    background: #fff;
    border-color: #8058c6;
    box-shadow: 0 5px 15px rgba(128, 88, 198, .1)
}

.fill-up-form form .form-group .user-input::placeholder {
    color: rgba(45, 45, 45, .5);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.fill-up-form .btn_wrapper {
    width: 100%;
    justify-content: center;
    padding: 18px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(128, 88, 198, .2);
    cursor: pointer;
    background: linear-gradient(135deg, #8058c6 0, #b885ff 100%);
    border: none;
    color: #fff;
    transition: .3s
}

.fill-up-form .btn_wrapper:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(128, 88, 198, .3)
}

.gradient {
    color: #b885ff;
    background-image: linear-gradient(315deg, #b885ff, #8058c6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}
.blogdtls .wrapper,
.blogdtls-wrapper {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}
.box.categorieBlock ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.box.categorieBlock ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.box.categorieBlock ul li a {
    color: #2d2d2d;
    font-weight: 500;
    transition: .3s;
        font-size: 16px
}

.box.categorieBlock ul li p {
    margin: 0;
    font-size: 14px;
    color: rgba(45, 45, 45, .5);
        background: rgba(128, 88, 198, .1);
    padding: 2px 8px;
    border-radius: 10px
}

.box.tagsBlock {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 15px
}

.box.tagsBlock a {
    display: inline-block;
    padding: 8px 16px;
    color: #2d2d2d;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
        border: 1px solid rgba(0, 0, 0, .05)
}

.box.tagsBlock a:hover {
    background: #8058c6;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(128, 88, 198, .2)
}

.box.postBlock .post {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px
}

.box.postBlock .post .image-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0
}

.box.postBlock .post .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.box.postBlock .post .text span a {
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
    line-height: 1.4;
    display: block;
    margin-bottom: 5px;
    transition: .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.box.postBlock .post .text p {
    font-size: 13px;
    color: rgba(45, 45, 45, .6);
        margin: 0
}

.blogdtls-wrapper {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .02)
    }
    
    @media (max-width:768px) {
        .feature-col {
            width: 60%;
            padding: 15px 5px 15px 0
        }
    
        .comparison-col {
            width: 40%;
            padding: 10px 0
        }
    
        .comparison-col.header-col {
            padding-top: 20px
        }
    
        .comparison-col.footer-col {
            padding-bottom: 20px
        }
    
        .feature-text {
            font-size: 13px;
            padding-right: 5px
        }
    
        .comparison-header {
            font-size: 11px;
            padding-bottom: 5px
        }
    
        .check-icon img {
            width: 20px;
            height: 20px
        }
    
        .career-cta-content h2 {
            font-size: 32px
        }
    
        .career-job-card {
            padding: 25px
        }
    
        .values-section .section-header .subtitle {
            font-size: 16px;
            padding: 0 15px
        }
    
        .team-card .team-img {
            width: 140px;
            height: 140px
        }
    
        .impact-item .count {
            font-size: 36px
        }
    
        .cta-banner-section h2 {
            font-size: 28px
        }

    .blogdtls-wrapper {
        padding: 20px
    }
}

.blogdtls .wrapper {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .02);
        height: 100%
}

.blogdtls-block iframe {
    width: 100%;
    min-height: 400px;
    border-radius: 10px;
    margin: 20px 0
}

.blogdtls-block b,
.blogdtls-block strong {
    font-weight: 700
}

.blogdtls-block em,
.blogdtls-block i {
    font-style: italic
}

.html_content h1,
.html_content h2,
.html_content h3,
.html_content h4,
.html_content h5,
.html_content h6 {
    color: #2d2d2d;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3
}

.html_content h1 {
    font-size: 26px
}

.html_content h2 {
    font-size: 23px
}

.html_content h3 {
    font-size: 21px
}

.html_content h4 {
    font-size: 19px
}

.html_content h5 {
    font-size: 17px
}

.html_content h6 {
    font-size: 15px
}

.html_content p {
    font-size: 16px;
    color: rgba(45, 45, 45, .8);
    line-height: 1.8;
    margin-bottom: 20px
}

.html_content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

.html_content ol,
.html_content ul {
    margin-bottom: 20px;
    padding-left: 20px
}

.html_content ol li,
.html_content ul li {
    font-size: 16px;
    color: rgba(45, 45, 45, .8);
    margin-bottom: 10px;
    line-height: 1.6
}

.html_content ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px
}

.html_content ol li {
    list-style: decimal
}

.html_content ol ol,
.html_content ol ul,
.html_content ul ol,
.html_content ul ul {
    margin-top: 10px;
    margin-bottom: 0
}

.html_content ol li p,
.html_content ul li p {
    margin-bottom: 0;
    line-height: 1
}

.pagination-wrapper .page-item {
    margin: 0 5px
}

.pagination-wrapper .page-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    border: none;
    background: #f9f9f9;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
        transition: .3s
}

.pagination-wrapper .page-item.active .page-link,
.pagination-wrapper .page-link:hover {
    background: #8058c6;
    color: #fff;
    box-shadow: 0 10px 20px rgba(128, 88, 198, .3);
        transform: translateY(-3px)
}

.pagination-wrapper .page-item.disabled .page-link {
    background: #eee;
    color: #aaa;
    cursor: not-allowed;
    transform: none;
    box-shadow: none
}
.nice-select .list {
    width: 100%;
}
.iti__country {
    padding: 10px 16px !important;
    outline: none;
}
#leadForm .form-group .user-input {
    background: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 17px;
    color: #2d2d2d;
    transition: .3s;
    box-shadow: none;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 9px;
}