/*---------------------------------------
HERO
---------------------------------------*/
.services-hero {
    padding: 60px;
    background: var(--shadow);
    border-radius: 30px;
    position: relative;
    margin-bottom: 150px;
}
.services-hero-accent-one {
    top: 0;
    right: 0;
    width: 800PX;
    position: absolute;
    border-radius: 0 30px 0 0;
}
.services-hero-accent-two {
    bottom: 20px;
    left: 0;
    width: 800PX;
    position: absolute;
    transform: rotate(180deg);
    border-radius: 0 0 0 30px;
}
.services-hero h2 {
    text-align: center;
}
.services-hero h2 span {
    font-family: var(--playfair);
    color: var(--primary);
    font-style: italic;
}
.services-section-greeting {
    color: var(--lightFont);
    width: 90%;
    margin: 20px auto auto;
    text-align: center;
}
.services-hero .btn {
    width: fit-content;
    margin: 45px auto 75px;
    padding: 15px 45px;
}
.services-hero-grid {
    max-width: 1000px;
    position: relative;
    margin: auto auto -200px;
}
.services-hero-card img {
    width: 100%;
    border-radius: 15px;
}
.services-hero-card {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgba(31, 12, 47, 0.04);
}
.services-hero-card-content {
    padding: 10px;
    border-radius: 12px;
    background: var(--shadow);
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.services-hero .services-hero-card-content img {
    height: 40px;
    width: auto;
    margin-right: 5px;
}
.services-hero-card-content .services-hero-number {
    color: var(--secondary);
    font-size: 20px;
}
.services-hero-card-content .services-hero-title {
    color: var(--primary);
    font-size: 14px;
    text-transform: uppercase;
}
.services-hero-carousel { display: none; }

@media (max-width: 991.98px) {
  .services-hero-grid { display: none; }
  .services-hero-carousel { display: block; }
}
/*---------------------------------------
STEPS
---------------------------------------*/
.services-steps {
    padding: 100px 0;
}
.services-hero .container {
    position: relative;
}
.services-steps h2 {
    text-align: center;
}
.services-steps .services-section-greeting {
    width: 55%;
}
.services-steps-grid {
    max-width: 1000px;
    margin: 75px auto auto;
    text-align: center;
}
.services-steps-grid .col-lg-3 {
    position: relative;
}
.services-step-item img {
    border: 1px solid var(--lightPurple);
    background: var(--gradient);
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 0 0 5px var(--shadow);
}
.services-steps-grid p {
    margin-top: 10px;
}
.service-steps-arrow {
    position: absolute;
    top: 20px;
    right: -75px;
}
/*---------------------------------------
CONTENT BOXES
---------------------------------------*/
.content-box-one, .content-box-two, .content-box-three {
    margin-bottom: 100px;
}
.content-wrapper {
    border: 1px solid #ddd;
    border-radius: 30px;
    box-shadow: 0 0 0 5px #eee;
}
.content-top-row {
    border: 1px solid #ddd;
    padding: 30px 20px;
    border-radius: 30px;
    margin-bottom: 30px
}
.content-image-col-right {
    text-align: right;
}
.content-image-col-left {
    text-align: left;
}
.content-box-image {
    width: 100%;
    max-width: 575px;
    border-radius: 25px;
}
.content-box-header {
    display: flex;
    align-items: center;
}
.content-box-header h3 {
    font-size: 24px;
    letter-spacing: 0;
}
.content-box-header div {
    background: var(--primary);
    border-radius: 50px;
    margin-right: 15px;
    position: relative;
    width: 40px;
    height: 40px;
}
.content-icon-holder img {
    width: 20px;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content-sub-header {
    font-size: 20px;
    margin: 30px 0 20px;
    letter-spacing: 0;
}
.content-box-content {
    font-size: 14px;
    margin: 20px 0;
    letter-spacing: 0;
    line-height: 20px;
    color: var(--lightFont);
}
.content-wrapper .btn {
    margin: 30px 0 50px;
    display: block;
    width: fit-content;
    padding: 15px 45px;
}
.enables-content {
    font-size: 14px;
    margin: 15px 0;
    letter-spacing: 0;
    line-height: 20px;
    color: var(--lightFont);
}
.content-bottom-box {
    padding: 20px;
    border-radius: 20px;
    background: #eee;
    margin: 0 15px 30px;
    min-height: 187px;
}
.content-bottom-box h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0;
    font-weight: 600;
}
.content-bottom-box ul {
    padding: 0 0 0 20px;
}
.content-bottom-box li {
    font-size: 14px;
    margin: 5px 0;
    letter-spacing: 0;
    line-height: 20px;
    color: var(--lightFont);
}
/*---------------------------------------
PLATFORM
---------------------------------------*/
.services-platform {
    border: 1px solid #eee;
    padding: 100px 60px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.services-platform h2 {
    text-align: center
}
.services-platform .services-section-greeting {
    width: 100%;
}
.services-platform-logo {
    width: 95px;
    margin: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 4px 0px 12px 0px rgba(106, 0, 248, 0.18) inset;
    border-radius: 50px;
    position: relative;
    border: 1px solid var(--lightPurple);
}
.services-platform-logo-holder {
    text-align: center;
    margin: 75px auto auto;
    box-shadow: 0 0 0 15px var(--shadow);
    width: fit-content;
    border-radius: 50px;
    padding: 0;
    width: 95px;
    height: 95px;
}
.services-platform-lines {
    margin-top: 10px;
}
.services-platform-item {
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px 0px rgba(106, 0, 248, 0.12) inset;
    border: 1px solid rgba(105, 93, 123, 0.12);
    background: #fff;
    position: relative;
    text-align: center;
}
.services-platform-item img {
    background: var(--gradient);
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 0 0 5px var(--shadow);
    margin-bottom: 10px;
}
.services-platform-item h4 {
    letter-spacing: 0;
    font-weight: 500;
}
.services-platform-item p {
    font-size: 14px;
    margin: 5px 0;
    letter-spacing: 0;
    line-height: 20px;
    color: var(--lightFont);
}
.services-platform-lines-holder {
    text-align: center;
}
/*---------------------------------------
TIMELINES
---------------------------------------*/
.services-timelines {
    padding: 100px 0;
}
.services-timelines h2 {
    text-align: center;
}
.timeline-box-wrapper {
    margin-top: 75px;
}
.services-timeline-item {
    background: #eee;
    border-radius: 20px;
    padding: 20px;
}
.services-timeline-item .timeline-image {
    width: 100%;
    margin-top: -60px;
}
.timeline-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.timeline-header img {
    padding: 10px;
    border-radius: 12px;
    background: var(--primary);
    box-shadow: 0 0 0 5px var(--light);
}
.timeline-image:hover {
    cursor: pointer;
}
.timeline-header h4 {
    letter-spacing: 0;
    font-weight: 500;
}
.timeline-header p {
    font-size: 14px;
    margin: 5px 0 0;
    letter-spacing: 0;
    line-height: 20px;
    color: var(--lightFont);
}
.timeline-pill {
    margin-top: 20px;
    background: #fff;
    padding: 7px 7px 7px 15px;
    border-radius: 25px;
    border: 1px solid var(--lightPurple);
    display: flex;
    gap: 15px;
    align-items: center;
}
.timeline-pill .dot {
    height: 5px;
    width: 5px;
    background: var(--primary);
    border-radius: 20px;
    box-shadow: 0 0 0 4px rgba(106, 0, 248, 0.12)
}
.services-timeline-bottom {
    margin: 30px auto auto;
    text-align: center;
}
.services-timeline-bottom a {
    background: var(--light);
    display: block;
    width: 320px;
    margin: 15px auto auto;
    font-size: 16px;
    color: var(--secondary);
    border: 1px solid var(--lightPurple);
}
.services-timeline-bottom a i {
    color: var(--primary);
}
/*---------------------------------------
OPERATORS
---------------------------------------*/
.services-operators {
    background: #f5f5f5;
    padding: 100px 60px;
    border-radius: 30px;
    margin-bottom: 100px
}
.services-operators h2 {
    text-align: center;
}
.operator-box-wrapper {
    margin-top: 75px;
    border: 2px dashed #eee;
}
.services-operators-item {
    padding: 30px;
    background: #fff;
    min-height: 210px;
}
.operator-box-wrapper .col-lg-3 {
    padding: 0;
}
.services-operators-item img {
    background: var(--primary);
    padding: 10px;
    border-radius: 10px;
    border: 5px solid var(--shadow);
    margin-bottom: 15px;
}
.services-operators-item h3 {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}
.services-operators-item p {
    font-size: 14px;
    margin: 10px 0 0;
    letter-spacing: 0;
    line-height: 20px;
    color: var(--lightFont);
}
.has-border {
    border-right: 2px dashed #eee;
}
.services-operators-carousel { display: none; }

@media (max-width: 991.98px) {
  .operator-box-wrapper { display: none; }
  .services-operators-carousel { display: block; }
}
/*---------------------------------------
MOBILE
---------------------------------------*/
@media(max-width:767px) {
    .services-hero {
        overflow: hidden;
        padding: 20px;
        margin-bottom: 50px;
    }
    .services-section-greeting {
        width: 100%;
        font-size: 14px;
    }
    .services-hero-grid {
        width: 100%;
        margin: auto;
    }
    .services-hero .btn {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }
    .services-steps {
        padding: 50px 0;
    }
    .services-steps .services-section-greeting {
        width: 100%;
    }
    .service-steps-arrow {
        display: none;
    }
    .services-steps-grid {
        margin: 25px auto auto;
    }
    .services-steps-grid .col-6 {
        margin-top: 20px;
    }
    .content-box-one, .content-box-two, .content-box-three {
        margin-bottom: 50px;
    }
    .services-platform {
        padding: 30px 20px;
    }
    .services-platform-lines-holder {
        display: none;
    }
    .services-platform-item {
        margin: 15px 0;
    }
    .services-platform-logo-holder {
        margin: 30px auto;
    }
    .timeline-box-wrapper {
        margin-top: 25px;
    }
    .services-timeline-item {
        margin-bottom: 25px;
    }
    .services-timeline-item .timeline-image {
        margin-top: -15px;
    }
    .services-operators {
        padding: 30px 20px;
    }
    .operator-box-wrapper {
        margin-top: 25px;
    }
    .services-operators .services-operators-item img {
        width: 60px;
    }
    .services-operators-item {
        border: 2px dashed #eee;
        min-height: 230px;
    }
    .services-operators-carousel {
        margin-top: 25px;
    }
}

.page-id-502 .services-hero .btn
{
    margin: 40px 7px 60px;
    font-size:16px;
    font-weight:500;
}
.page-id-502 .services-hero .row{
    justify-content:center;
}
.page-id-502 .services-platform .row:first-child{
    align-items:center;
    flex-direction:column;
}
.page-id-502 .services-platform .btn-white{
    width: max-content;
    margin:20px auto 0;
    font-size:16px;
    font-weight:500;
}
.page-id-502 .services-platform .btn-holder .btn{
    box-shadow: 0px 4px 12px 0px rgba(106, 0, 248, 0.12) inset;
    border: 1px solid #695d7b2e;
    background: #fff;
    border-radius: 7px;
    color:#6A00F8;
    display:inline-flex;
    gap:7px;
    font-weight:500;
    font-size:14px;
    line-height:1;
}
.page-id-502 .services-platform .btn-holder{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    margin:30px auto 0;
}
.page-id-502 .services-timeline-bottom p{
    font-weight:500;
}
@media(max-width:767px){
    .page-id-502 .services-hero .btn:first-of-type{
        margin: 15px 0 0;
    }
    .page-id-502 .services-hero .btn:last-of-type{
        margin: 10px 0 20px;
    }
}