/* input(2389,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
input(2511,40): run-time error CSS1019: Unexpected token, found ' '
input(2511,40): run-time error CSS1019: Unexpected token, found ' '
input(2511,40): run-time error CSS1042: Expected function, found ' '
input(2511,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' */
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}


h1.entry-title {
    display: var(--page-title-display)
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px
    }

    .inner-content-row,
    .single_blog_style-classic.cl-layout-fullwidth {
        padding: 0 !important;
    }
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.elementor-widget {
    position: relative;
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

#features-section {
    padding-top: 80px;
}

.slick-dots {
    list-style-type: none;
}

.reviews-slider .slick-track {
    padding: 35px 0;
}

.slick-slide {
    height: inherit !important;
}

h2.without-sep::after {
    display: none;
}

#saspod-team {
    padding-top: 0px !important;
}

.section-head {
    margin-bottom: 60px;
}

.section-head .header {
    position: relative;
    padding: 0;
    color: #fe2b72;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head .header:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #fe2b72;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-head .header span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f !important;
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .section-head {
        margin-bottom: 40px;
    }

    .section-head .header {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .section-head p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 767.98px) {
    .section-head {
        margin-bottom: 30px;
    }

    .section-head .header {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .section-head p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 575.98px) {
    .section-head {
        margin-bottom: 24px;
    }

    .section-head .header {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .section-head .header:before {
        width: 40px;
        height: 2px;
        bottom: -8px;
    }

    .section-head p {
        font-size: 13px;
        line-height: 20px;
    }
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #fe2b72;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #fe2b72;
}

.service-cols {
    margin-bottom: 30px;
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    height: 100%;
}

.item:hover {
    background: var(--saspod-pink);
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p,
.item:hover a {
    color: #fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s !important;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: var(--saspod-blue) !important;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
    background: rgb(0 201 162 / 15%) !important;
}

.item p {
    font-size: 15px;
    line-height: 26px;
}

.item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}

#saspod-services a,
#saspod-services a:hover,
#saspod-services a:focus,
#saspod-services a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

#saspod-services ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#saspod-services img {
    max-width: 100%;
    height: auto;
}

#saspod-services a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.bounce-item {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}


@keyframes blinking {
    0% {
        transform: scale(1);
        opacity: .25
    }

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

    100% {
        transform: scale(1);
        opacity: .25;
    }
}

.blinking-circle {
    opacity: .25;
    -webkit-animation: blinking 1s infinite;
    -moz-animation: blinking 1s infinite;
    -o-animation: blinking 1s infinite;
    animation: blinking 1s infinite;
}

#main-home-bg {
    background-image: url('/imgs/sasgirl.webp?v=ZvUvnt2mV1tmcVbQpkBY32ui71Q');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 3% !important;
    top: -5% !important;
}

.elementor-188 .elementor-element.elementor-element-d49af50>.elementor-container {
    min-height: 700px
}

.elementor-188 .elementor-element.elementor-element-d49af50 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0
}

.elementor-188 .elementor-element.elementor-element-d49af50>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-188 .elementor-element.elementor-element-365ec91>.elementor-element-populated {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 15px
}

.elementor-188 .elementor-element.elementor-element-365ec91>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-188 .elementor-element.elementor-element-f72ce41 .elementor-heading-title {
    color: #061020;
    font-family: rubik, Sans-serif;
    font-size: 72px;
    font-weight: 700;
    font-style: normal;
    line-height: 72px;
    letter-spacing: -2.4px;
    text-shadow: 0 0 0 rgba(0, 0, 0, .3)
}

.elementor-188 .elementor-element.elementor-element-990cabc {
    color: #6d737c;
    font-family: rubik, Sans-serif;
    font-size: 18px
}

.elementor-188 .elementor-element.elementor-element-990cabc>.elementor-widget-container {
    margin: 0 0 10px;
    padding: 0 20px 0 0
}

.elementor-188 .elementor-element.elementor-element-34889af {
    z-index: 0;
    width: auto;
    max-width: auto;
    top: 31px
}

body:not(.rtl) .elementor-188 .elementor-element.elementor-element-34889af {
    right: 124.1px
}

body.rtl .elementor-188 .elementor-element.elementor-element-34889af {
    left: 124.1px
}

.elementor-188 .elementor-element.elementor-element-7478fa5 {
    z-index: 0;
    width: auto;
    max-width: auto;
    top: -93px
}

body:not(.rtl) .elementor-188 .elementor-element.elementor-element-7478fa5 {
    left: 0
}

body.rtl .elementor-188 .elementor-element.elementor-element-7478fa5 {
    right: 0
}

.elementor-188 .elementor-element.elementor-element-6f8fb49 {
    padding: 0 0 50px
}

.elementor-188 .elementor-element.elementor-element-b5ee065 {
    text-align: left;
    top: 14px
}

.elementor-188 .elementor-element.elementor-element-b5ee065 .elementor-heading-title {
    color: #061020;
    font-family: rubik, Sans-serif;
    font-size: 30px;
    font-weight: 700
}

.elementor-188 .elementor-element.elementor-element-b5ee065>.elementor-widget-container {
    margin: 0;
    padding: 0
}

body:not(.rtl) .elementor-188 .elementor-element.elementor-element-b5ee065 {
    left: 0
}

body.rtl .elementor-188 .elementor-element.elementor-element-b5ee065 {
    right: 0
}

.elementor-188 .elementor-element.elementor-element-8b26555 .elementor-button {
    font-family: rubik, Sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #908dab;
    color: #908dab;
    background-color: #02010100;
    border-radius: 0 0 0 0;
    padding: 0
}

.elementor-188 .elementor-element.elementor-element-8b26555 .elementor-button:hover,
.elementor-188 .elementor-element.elementor-element-8b26555 .elementor-button:focus {
    color: #00a7d1
}

.elementor-188 .elementor-element.elementor-element-8b26555 .elementor-button:hover svg,
.elementor-188 .elementor-element.elementor-element-8b26555 .elementor-button:focus svg {
    fill: #00a7d1
}

.elementor-188 .elementor-element.elementor-element-8b26555>.elementor-widget-container {
    padding: 0
}

body:not(.rtl) .elementor-188 .elementor-element.elementor-element-8b26555 {
    left: 0
}

body.rtl .elementor-188 .elementor-element.elementor-element-8b26555 {
    right: 0
}

.elementor-188 .elementor-element.elementor-element-8b26555 {
    top: 52px
}

.elementor-188 .elementor-element.elementor-element-95db1a6 .ce-podcasts-carousel .tns-item {
    vertical-align: top
}

.elementor-188 .elementor-element.elementor-element-95db1a6 .ce-post-item .entry-title {
    font-family: rubik, Sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #061020
}

.elementor-188 .elementor-element.elementor-element-10f84ec {
    z-index: 0;
    width: auto;
    max-width: auto;
    top: 300px
}

body:not(.rtl) .elementor-188 .elementor-element.elementor-element-10f84ec {
    left: -362px
}

body.rtl .elementor-188 .elementor-element.elementor-element-10f84ec {
    right: -362px
}

.elementor-188 .elementor-element.elementor-element-1c0b94f {
    padding: 0 0 50px
}

.elementor-188 .elementor-element.elementor-element-d8dbdb8 {
    text-align: left;
    top: 14px
}

.elementor-188 .elementor-element.elementor-element-d8dbdb8 .elementor-heading-title {
    color: #061020;
    font-family: rubik, Sans-serif;
    font-size: 30px;
    font-weight: 700
}

.elementor-188 .elementor-element.elementor-element-d8dbdb8>.elementor-widget-container {
    margin: 0;
    padding: 0
}

body:not(.rtl) .elementor-188 .elementor-element.elementor-element-d8dbdb8 {
    left: 0
}

body.rtl .elementor-188 .elementor-element.elementor-element-d8dbdb8 {
    right: 0
}

.elementor-188 .elementor-element.elementor-element-853c439 .elementor-button {
    font-family: rubik, Sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #908dab;
    color: #908dab;
    background-color: #02010100;
    border-radius: 0 0 0 0;
    padding: 0
}

.elementor-188 .elementor-element.elementor-element-853c439 .elementor-button:hover,
.elementor-188 .elementor-element.elementor-element-853c439 .elementor-button:focus {
    color: #00a7d1
}

.elementor-188 .elementor-element.elementor-element-853c439 .elementor-button:hover svg,
.elementor-188 .elementor-element.elementor-element-853c439 .elementor-button:focus svg {
    fill: #00a7d1
}

.elementor-188 .elementor-element.elementor-element-853c439>.elementor-widget-container {
    padding: 0
}

body:not(.rtl) .elementor-188 .elementor-element.elementor-element-853c439 {
    left: 0
}

body.rtl .elementor-188 .elementor-element.elementor-element-853c439 {
    right: 0
}

.elementor-188 .elementor-element.elementor-element-853c439 {
    top: 51px
}

.elementor-188 .elementor-element.elementor-element-2db4954 .ce-podcasts-carousel .tns-item {
    vertical-align: top
}

.elementor-188 .elementor-element.elementor-element-1b5f3cc {
    padding: 0
}

.elementor-188 .elementor-element.elementor-element-d7485b7>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-188 .elementor-element.elementor-element-48e6fbb {
    text-align: left
}

.elementor-188 .elementor-element.elementor-element-48e6fbb .elementor-heading-title {
    color: #061020;
    font-family: rubik, Sans-serif;
    font-size: 30px;
    font-weight: 700
}

.elementor-188 .elementor-element.elementor-element-48e6fbb>.elementor-widget-container {
    margin: 0;
    padding: 0
}

.elementor-188 .elementor-element.elementor-element-939d79d .elementor-button {
    font-family: rubik, Sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #908dab;
    color: #908dab;
    background-color: #02010100;
    border-radius: 0 0 0 0;
    padding: 0
}

.elementor-188 .elementor-element.elementor-element-939d79d .elementor-button:hover,
.elementor-188 .elementor-element.elementor-element-939d79d .elementor-button:focus {
    color: #00a7d1
}

.elementor-188 .elementor-element.elementor-element-939d79d .elementor-button:hover svg,
.elementor-188 .elementor-element.elementor-element-939d79d .elementor-button:focus svg {
    fill: #00a7d1
}

.elementor-188 .elementor-element.elementor-element-939d79d>.elementor-widget-container {
    margin: -4px 0 0;
    padding: 0
}

.elementor-188 .elementor-element.elementor-element-20fe7dc>.elementor-widget-container {
    padding: 10px 0 0
}

.elementor-188 .elementor-element.elementor-element-b245d70>.elementor-element-populated {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-188 .elementor-element.elementor-element-b245d70>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-188 .elementor-element.elementor-element-76a9678 .elementor-spacer-inner {
    height: 60px
}

.elementor-188 .elementor-element.elementor-element-3ba99cc {
    text-align: center
}

.elementor-188 .elementor-element.elementor-element-3ba99cc .elementor-heading-title {
    color: #071129;
    font-family: rubik, Sans-serif;
    font-size: 68px;
    font-weight: 700;
    font-style: normal;
    line-height: 72px
}

.elementor-188 .elementor-element.elementor-element-3d10d1a {
    text-align: center;
    color: #6d727c;
    font-family: rubik, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px
}

.elementor-188 .elementor-element.elementor-element-3d10d1a>.elementor-widget-container {
    margin: 0 0 20px;
    padding: 0 80px
}

.elementor-188 .elementor-element.elementor-element-b38f111 .elementor-button .elementor-align-icon-right {
    margin-left: 8px
}

.elementor-188 .elementor-element.elementor-element-b38f111 .elementor-button .elementor-align-icon-left {
    margin-right: 8px
}

.elementor-188 .elementor-element.elementor-element-b38f111 .elementor-button {
    font-family: rubik, Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 17px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
    fill: #fff;
    color: #fff;
    background-color: #061020;
    border-radius: 25px 25px 25px 25px;
    padding: 15px 45px 11px
}

.elementor-188 .elementor-element.elementor-element-b38f111 .elementor-button:hover,
.elementor-188 .elementor-element.elementor-element-b38f111 .elementor-button:focus {
    background-color: #39bea4
}

.elementor-188 .elementor-element.elementor-element-b38f111>.elementor-widget-container {
    padding: 0
}

.elementor-188 .elementor-element.elementor-element-2fb1c33 {
    z-index: 0;
    width: auto;
    max-width: auto;
    bottom: -103px
}

body:not(.rtl) .elementor-188 .elementor-element.elementor-element-2fb1c33 {
    right: -331px
}

body.rtl .elementor-188 .elementor-element.elementor-element-2fb1c33 {
    left: -331px
}

.elementor-188 .elementor-element.elementor-element-eafdd0d {
    text-align: left;
    top: 14px
}

.elementor-188 .elementor-element.elementor-element-eafdd0d .elementor-heading-title {
    color: #061020;
    font-family: rubik, Sans-serif;
    font-size: 30px;
    font-weight: 700
}

.elementor-188 .elementor-element.elementor-element-eafdd0d>.elementor-widget-container {
    margin: 0;
    padding: 0
}

body:not(.rtl) .elementor-188 .elementor-element.elementor-element-eafdd0d {
    left: 0
}

body.rtl .elementor-188 .elementor-element.elementor-element-eafdd0d {
    right: 0
}

.elementor-188 .elementor-element.elementor-element-183eff6 .elementor-button {
    font-family: rubik, Sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #908dab;
    color: #908dab;
    background-color: #02010100;
    border-radius: 0 0 0 0;
    padding: 0
}

.elementor-188 .elementor-element.elementor-element-183eff6 .elementor-button:hover,
.elementor-188 .elementor-element.elementor-element-183eff6 .elementor-button:focus {
    color: #00a7d1
}

.elementor-188 .elementor-element.elementor-element-183eff6 .elementor-button:hover svg,
.elementor-188 .elementor-element.elementor-element-183eff6 .elementor-button:focus svg {
    fill: #00a7d1
}

.elementor-188 .elementor-element.elementor-element-183eff6>.elementor-widget-container {
    padding: 0
}

body:not(.rtl) .elementor-188 .elementor-element.elementor-element-183eff6 {
    left: 0
}

body.rtl .elementor-188 .elementor-element.elementor-element-183eff6 {
    right: 0
}

.elementor-188 .elementor-element.elementor-element-183eff6 {
    top: 52px
}

.elementor-188 .elementor-element.elementor-element-b5ad6f9 .ce-posts-carousel .tns-item {
    vertical-align: top
}

.elementor-188 .elementor-element.elementor-element-1b9f887 .elementor-spacer-inner {
    height: 60px
}

@media(max-width:1024px) {
    .elementor-188 .elementor-element.elementor-element-d49af50 {
        padding: 0
    }

    .elementor-188 .elementor-element.elementor-element-365ec91>.elementor-element-populated {
        padding: 50px 0 0 15px
    }

    .elementor-188 .elementor-element.elementor-element-f72ce41 .elementor-heading-title {
        font-size: 60px;
        line-height: 60px
    }

    .elementor-188 .elementor-element.elementor-element-aee3ebd>.elementor-widget-container {
        margin: 0;
        padding: 0
    }
}

@media(max-width:767px) {
    .elementor-188 .elementor-element.elementor-element-d49af50>.elementor-container {
        min-height: 0
    }

    .elementor-188 .elementor-element.elementor-element-d49af50 {
        padding: 80px 0 0
    }

    .elementor-188 .elementor-element.elementor-element-365ec91>.elementor-element-populated {
        margin: 20px 0 0;
        padding: 0 15px
    }

    .elementor-188 .elementor-element.elementor-element-f72ce41 .elementor-heading-title {
        font-size: 36px;
        line-height: 36px
    }

    .elementor-188 .elementor-element.elementor-element-b5ee065 .elementor-heading-title {
        font-size: 24px
    }

    .elementor-188 .elementor-element.elementor-element-d8dbdb8 .elementor-heading-title {
        font-size: 24px
    }

    .elementor-188 .elementor-element.elementor-element-48e6fbb .elementor-heading-title {
        font-size: 24px
    }

    .elementor-188 .elementor-element.elementor-element-b8b816e>.elementor-element-populated {
        padding: 0 20px
    }

    .elementor-188 .elementor-element.elementor-element-3ba99cc .elementor-heading-title {
        font-size: 36px;
        line-height: 1.2em
    }

    .elementor-188 .elementor-element.elementor-element-3d10d1a {
        text-align: center;
        font-size: 18px;
        line-height: 1.5em
    }

    .elementor-188 .elementor-element.elementor-element-3d10d1a>.elementor-widget-container {
        padding: 0
    }

    .elementor-188 .elementor-element.elementor-element-eafdd0d .elementor-heading-title {
        font-size: 24px
    }

    .elementor-188 .elementor-element.elementor-element-b5ad6f9 .ce-post-item .entry-title {
        font-size: 24px;
        line-height: 1.3em
    }
}

@media(min-width:768px) {
    .elementor-188 .elementor-element.elementor-element-365ec91 {
        width: 50.609%
    }

    .elementor-188 .elementor-element.elementor-element-c9a8025 {
        width: 49.391%
    }

    .elementor-188 .elementor-element.elementor-element-b245d70 {
        width: 43.701%
    }

    .elementor-188 .elementor-element.elementor-element-b8b816e {
        width: 56.299%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-188 .elementor-element.elementor-element-365ec91 {
        width: 100%
    }

    .elementor-188 .elementor-element.elementor-element-b8b816e {
        width: 100%
    }
}

@media (max-width: 1150px) {
    #main-home .elementor-container {
        justify-content: end !important;
        text-align: center !important;
    }

    #main-home .elementor-element p {
        line-height: 2rem !important;
    }

    #main-home .elementor-element h2 {
        line-height: 5rem !important;
    }

    #main-home .elementor-column {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .elementor-188 .elementor-element.elementor-element-365ec91 {
        width: 65% !important;
    }
}

@media (max-width: 767px) {
    .elementor-188 .elementor-element.elementor-element-d49af50 {
        padding: 40px 0 0 !important;
    }
}

.elementor-188 .elementor-element.elementor-element-d49af50>.elementor-container {
    min-height: 600px;
}

h2.without-sep::after {
    content: none !important;
}

.start-now {
    color: var(--saspod-pink);
}

.start-now:hover {
    color: white !important;
    background-color: var(--saspod-pink) !important;
}


#saspod-services .item:hover a {
    color: #dadada !important;
}

h1.home-headline {
    color: #061020;
    font-family: rubik, Sans-serif;
    font-size: 61px !important;
    font-weight: 700;
    font-style: normal;
    line-height: 72px !important;
    letter-spacing: -2.4px;
    text-shadow: 0 0 0 rgba(0, 0, 0, .3);
}

.carved-text {
    color: transparent !important;
    background: #fe2b72;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
}

@media (max-width: 576px) {
    h1.home-headline {
        font-size: 35px !important;
        line-height: 43px !important;
    }
}

@media (max-width: 768px) {
    .elementor-188 .elementor-element.elementor-element-d49af50>.elementor-container {
        min-height: 410px;
    }

    #main-home .elementor-column {
        padding-right: 2rem;
        padding-left: 2rem;
        padding-bottom: 14rem;
    }

    .elementor-188 .elementor-element.elementor-element-365ec91 {
        width: 100% !important;
    }
}

.pub-pod-logos {
    width: 80px;
    height: 80px;
}

.fslightbox-toolbar {
    background: transparent !important;
}

.fslightbox-toolbar-button:first-child {
    display: none;
}

@media (max-width: 1910px) {
    #main-home-bg {
        left: -5% !important;
    }
}

@media (max-width: 1630px) {
    #main-home-bg {
        left: -15% !important;
    }
}

@media (max-width: 1399.98px) {
    #main-home-bg {
        left: -25% !important;
    }
}

@media (max-width: 1199.98px) {
    #main-home-bg {
        left: -25% !important;
    }
}

@media (max-width: 991.98px) {
    #main-home-bg {
        top: 15% !important;
        left: -30% !important;
    }
}

@media (max-width: 767.98px) {
    #main-home-bg {
        bottom: 0px !important;
        top: unset !important;
        background-position: bottom !important;
        background-size: 500px !important;
        left: -30% !important;
    }
}

/*===> Begin Blog Slider <===*/
.news-card {
    display: block;
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(52, 51, 55, 0.1);
}

.news-card:hover .news-cart_logo::after {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-card .news-cart_logo {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-card .news-cart_logo::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 4px;
    background: linear-gradient(45deg, var(--main_color) 0%, var(--main_color_2) 50%, var(--main_color) 100%);
    transition: all .5s;
}

.news-card .news-cart_logo img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.news-card .news-card_description {
    padding: 40px 30px;
}

.news-card .news-card_description time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--text_color);
}

.news-card .news-card_description time svg {
    margin-right: 5px;
}

.news-card .news-card_description time svg path {
    fill: var(--text_color);
}

.news-card .news-card_description .news-cart_name {
    margin-bottom: 15px;
    height: 60px;
    font-family: var(--header_font);
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.03em;
    color: var(--header_color);
}

.news-card .news-card_description .news-cart_name:hover {
    color: var(--main_color);
}

@media (max-width: 767px) {
    .news-card .news-card_description {
        padding: 30px 20px;
    }

    .news-card .news-card_description .news-cart_name {
        font-size: 18px;
    }

    .news-card .news-card_description time {
        font-size: 13px;
    }

    .news-card .news-card_description p {
        margin-bottom: 15px;
    }
}

/*===> End news-card <===*/
/*===> Begin news-slider <===*/
.news-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.news-slider .tt-slide {
    padding-left: 15px;
    padding-right: 15px;
}

/*===> End news-slider <===*/

/* Home Blog - Square Images */
.home-blog .news-cart_logo {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* 1:1 Aspect Ratio */
    overflow: hidden;
}

.home-blog .news-cart_logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* End Home Blog */

/*===> Begin slick-arrow (scoped to news-slider) <===*/
.news-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    cursor: pointer !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0.5rem;
    border-radius: 3.125rem;
    background: #FE2B72;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.news-slider .slick-arrow:hover {
    background: var(--saspod-green);
}

.news-slider .slick-arrow i {
    color: #fff;
    font-size: 1rem;
}

.news-slider .slick-arrow.slick-prev {
    left: 50px;
}

.news-slider .slick-arrow.slick-next {
    right: 50px;
}

.news-slider .slick-arrow svg path {
    fill: #fff;
    transition: all .3s;
}

.arrow-outside .slick-arrow.slick-prev {
    left: 0px;
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

.arrow-outside .slick-arrow.slick-next {
    right: 0px;
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}

@media (max-width: 1440px) {
    .arrow-outside .slick-arrow.slick-prev {
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .arrow-outside .slick-arrow.slick-next {
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media (max-width: 1199px) {
    .arrow-outside .slick-arrow.slick-prev {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .arrow-outside .slick-arrow.slick-next {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.white-arrow .slick-arrow:hover svg path {
    fill: var(--main_color);
}

.white-arrow .slick-arrow svg path {
    fill: #fff;
}

/*===> End slick-arrow <===*/

/*===> Begin slick-dots <===*/
.slick-dots {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    padding: 0 15px;
}

.slick-dots li {
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 20px;
}

.slick-dots li::after {
    display: none;
}

.slick-dots li.slick-active button {
    background: var(--main_color);
}

.slick-dots li button {
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: var(--slick_dots_bg);
    font-size: 0;
    line-height: 0;
    transition: all .3s;
}

@media (max-width: 767px) {
    .slick-dots {
        margin-top: 30px;
    }
}

.inner-dots .slick-dots {
    position: absolute;
    bottom: 40px;
}

/*===> End slick-dots <===*/

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.news-card {
    height: 100%;
}

.short-desc-news-card {
    height: 80px;
}

@media (max-width: 600px) {

    .news-card .news-card_description .news-cart_name,
    .short-desc-news-card {
        height: auto;
    }
}

/*===> End Blog Slider <===*/

/* ===== New Hero Section ===== */
.hero-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 85vh;
    background-image: url('/imgs/icons/homepage/hero-img.png?v=ZvUvnt2mV1tmcVbQpkBY32ui71Q');
    background-size: cover;
    background-position: 80% center;
    background-repeat: no-repeat;
}

/* Hero Spotlights */
.hero-spotlights {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.spotlight {
    position: absolute;
    right: -10%;
    width: 700px;
    height: 1400px;
    opacity: 0.5;
    filter: blur(40px);
    transform-origin: top right;
}

.spotlight-pink {
    top: -20%;
    background: linear-gradient(200deg, #FE2B72 0%, transparent 60%);
    transform: rotate(-25deg);
    animation: spotlightPulsePink 3s ease-in-out infinite;
}

.spotlight-green {
    top: 10%;
    right: -5%;
    background: linear-gradient(210deg, #00C9A2 0%, transparent 55%);
    transform: rotate(-35deg);
    animation: spotlightPulseGreen 3s ease-in-out infinite 1s;
}

.spotlight-blue {
    top: 40%;
    right: 0;
    background: linear-gradient(220deg, #3D5AFE 0%, transparent 50%);
    transform: rotate(-45deg);
    opacity: 0.4;
    animation: spotlightPulseBlue 3s ease-in-out infinite 2s;
}

@keyframes spotlightPulsePink {
    0%, 100% {
        opacity: 0.4;
        transform: rotate(-25deg) scale(1);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-25deg) scale(1.05);
    }
}

@keyframes spotlightPulseGreen {
    0%, 100% {
        opacity: 0.4;
        transform: rotate(-35deg) scale(1);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-35deg) scale(1.05);
    }
}

@keyframes spotlightPulseBlue {
    0%, 100% {
        opacity: 0.3;
        transform: rotate(-45deg) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: rotate(-45deg) scale(1.05);
    }
}


.hero-section .hero-container {
    position: relative;
    z-index: 1;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
    box-sizing: border-box;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    max-width: 850px;
    padding: 76px 0;
}

.hero-title {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.25rem !important;
    line-height: 1.3 !important;
    color: #fff;
    margin: 0;
}

.hero-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.35rem;
    line-height: normal;
    color: #fff;
    margin: 0;
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--saspod-green);
    color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: normal;
}

.hero-cta-btn:hover {
    background-color: var(--saspod-pink);
    color: #fff;
    text-decoration: none;
}

.hero-cta-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

@media (max-width: 1199.98px) {
    .hero-section .hero-container {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .hero-content {
        max-width: 700px;
    }

    .hero-title {
        font-size: 2rem !important;
    }
}

@media (max-width: 991.98px) {
    .hero-section .hero-container {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .hero-content {
        max-width: 100%;
        padding: 60px 0;
    }

    .hero-title {
        font-size: 1.75rem !important;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 70vh;
        background-image: none;
    }

    .hero-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url('/imgs/icons/homepage/hero-img.png?v=ZvUvnt2mV1tmcVbQpkBY32ui71Q');
        background-size: cover;
        background-position: 85% center;
        background-repeat: no-repeat;
        filter: blur(4px);
        z-index: 0;
    }

    .hero-section .hero-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .hero-content {
        padding: 50px 0;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .hero-title {
        font-size: 1rem !important;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-cta-btn {
        font-size: 12px;
        padding: 10px 14px;
    }
}

@media (max-width: 575.98px) {
    .hero-section .hero-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-content {
        padding: 40px 0;
        gap: 16px;
    }

    .hero-title {
        font-size: 0.85rem !important;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-cta-btn {
        font-size: 11px;
        padding: 8px 12px;
    }

    .hero-section {
        background-position: 85% center;
    }

    .spotlight {
        width: 400px;
        height: 800px;
    }
}

@media (max-width: 400px) {
    .hero-title {
        font-size: 0.75rem !important;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .spotlight {
        width: 300px;
        height: 600px;
    }
}

/* Hero wave overrides — slower & shorter */
.hero-section .parallax-wave > use:nth-child(1) {
    animation-duration: 35s;
}

.hero-section .parallax-wave > use:nth-child(2) {
    animation-duration: 45s;
}

.hero-section .parallax-wave > use:nth-child(3) {
    animation-duration: 55s;
}

.hero-section .parallax-wave > use:nth-child(4) {
    animation-duration: 70s;
}

.hero-section .waves {
    min-height: 50px;
    max-height: 80px;
}

/* ===== End New Hero Section ===== */

#hero {
    height: 70vh;
}

.slider {
    position: absolute;
    z-index: 3;
    left: 20%;
    top: 11%;
}

/*.......Slider...........*/

.sb-box {
    position: absolute;
    margin-bottom: 0;
    bottom: -4vh;
    height: 14%;
    width: 27%;
    right: 1vw;
    z-index: 999;
    background-color: #e54b4b;
}

@media only screen and (max-width: 768px) {
    .sb-box {
        bottom: 4vh;
        right: 14vw;
    }
}

.hero-carousel {
    position: relative;
}

.carousel-item {
    padding: 10px;
}

.carousel-item img {
    height: 475px !important;
    width: 450px !important;
    object-fit: cover;
}

/*.......Sec Two...........*/
.lrb {
    position: absolute;
    width: 1vw;
    height: 80vh;
    background-color: var(--saspod-pink);
    right: 0;
    top: 0;
}

.lgb {
    position: absolute;
    width: 1vw;
    background-color: var(--saspod-green) !important;
    bottom: 0;
    right: 0;
    height: 75%;
}

.green-sec-col-1 {
    height: 100%;
    background-color: var(--saspod-green);
    width: 40%;
    z-index: 2;
}

/*.......Intro Text...........*/

.intro-box {
    font-family: "Poppins", sans-serif;
    text-align: left;
    /*z-index: 999;*/
}

@media only screen and (max-width: 768px) {
    .intro-box {
        top: 70vh;
        left: 0;
        width: 60%;
        background-color: #fff;
        bottom: 0;
        z-index: 3;
    }
}

.in-txt {
    font-size: 46px;
    letter-spacing: -0.01em;
    font-weight: 800;
    line-height: 3.4rem;
    color: #5d5c69;
    width: 95%;
    margin-top: 4vh;
}

@media only screen and (max-width: 768px) {
    .in-txt {
        font-size: 26px;
        line-height: 1.5em;
        color: #e54b4b;
        width: 80%;
        margin: 5% 10%;
    }
}

.in-title {
    margin-bottom: 2vh;
    font-weight: 600;
    color: #5d5c69;
    font-size: 18px;
}

.in-title:after {
    position: absolute;
    content: "";
    background: var(--saspod-pink);
    height: 3px;
    width: 10%;
    display: block;
    margin-top: 0.5em;
    opacity: 0.8;
}

.in-b-txt {
    font-weight: 400;
    color: #5d5c69;
    font-size: 16px;
    width: 60%;
}

/*.........Left Text...............*/

.l-box {
    left: 12vw;
    position: absolute;
    height: 100%;
    width: 20%;
    text-align: left;
    top: -4vh;
    z-index: 999;
    font-family: "Poppins", sans-serif;
}

.s-down {
    position: absolute;
    text-align: right;
    top: 50%;
    left: -3.5vw;
    width: 100%;
    line-height: 1;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.s-down a {
    font-family: "Poppins", sans-serif;
    color: #f4f4f4 !important;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1.4rem;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 0.8rem;
    overflow: hidden;
}

.s-down a:hover {}

.s-down a:before {
    position: absolute;
    top: 25%;
    right: 11vw;
    width: 40%;
    height: 1px;
    background: #f4f4f4;
    content: " ";
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}


@media only screen and (max-width: 768px) {
    .slider {
        position: absolute;
        padding: 10%;
        margin: 0 auto;
        width: 100%;
        display: block;
        left: 0;
        top: 0;
    }
}

.hero-btn {
    font-family: 'Rubik' !important;
    height: 40px;
    padding: 0.75rem 1.75rem !important;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0px 15px 20px rgb(254 43 114 / 20%) !important;
    z-index: 3;
    color: var(--saspod-pink);
    background-color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16.5px;
    transition: all 0.3s ease;
    line-height: 3.2;
}

.hero-btn:hover {
    box-shadow: 0px 10px 10px -10px rgb(254 43 114 / 50%);
    transform: translateY(5px);
    background: #fe2b72;
    color: white;
}

.hero-btn.green-cta {
    color: white;
    background-color: var(--saspod-green);
    box-shadow: 0px 15px 20px rgb(0 201 162 / 20%) !important;
}

.hero-btn.green-cta:hover {
    background: white;
    box-shadow: 0px 10px 10px -10px rgb(0 201 162 / 50%) !important;
    color: var(--saspod-green);
}

@media (max-width: 768px) {
    .hero-btn {
        font-size: 12px;
    }
}

@media (min-width: 1900px) {
    #hero {
        height: 55vh;
    }

    .slider {
        left: 25%;
    }

    .l-box {
        left: 17vw;
    }
}

/* Circles Start */

.circle-text {
    text-transform: uppercase;
    font-family: sans-serif;
    position: absolute;
    top: 76px;
    text-align: center;
    color: #fff;
    width: 150px;
    margin-left: -110px;
    font-weight: 400;
    left: 68px;
}

.circle-icon {
    font-size: 40px;
    color: #fff;
}

.slidercircle {
    width: 670px;
    transform: scale(0.8);
    height: 670px;
}

.circle-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 230px;
    margin-top: 230px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    transition: 1s;
}

.circle-middle:hover {
    box-shadow: 0 0 150px 55px var(--saspod-green);
}

.circle-one {
    margin-left: 165px;
    margin-top: 165px;
    width: 270px;
    height: 270px;
    border: 2px solid var(--saspod-blue);
    position: absolute;
    border-radius: 50%;
}

.circle-two {
    margin-left: 85px;
    margin-top: 85px;
    width: 430px;
    height: 430px;
    border: 2px solid var(--saspod-blue);
    position: absolute;
    border-radius: 50%;
}

.circle-three {
    width: 600px;
    height: 600px;
    border: 2px solid var(--saspod-blue);
    position: absolute;
    border-radius: 50%;
}

.circle-arround-one-1,
.circle-arround-one-2,
.circle-arround-two-1,
.circle-arround-two-2,
.circle-arround-two-3,
.circle-arround-two-4,
.circle-arround-two-5,
.circle-arround-three-1,
.circle-arround-three-2,
.circle-arround-three-3,
.circle-arround-three-4,
.circle-arround-three-5 {
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* First ring */
.circle-arround-one-1,
.circle-arround-one-2 {
    top: 100px;
    left: 100px;
}

.circle-arround-one-1 {
    transform: rotate(0deg) translateX(135px) rotate(0deg);
    animation: orbit-one-1 90s linear infinite;
}

.circle-arround-one-2 {
    transform: rotate(180deg) translateX(135px) rotate(-180deg);
    animation: orbit-one-2 90s linear infinite;
}

/* Second ring */
.circle-arround-two-1,
.circle-arround-two-2,
.circle-arround-two-3,
.circle-arround-two-4,
.circle-arround-two-5 {
    top: 180px;
    left: 180px;
}

.circle-arround-two-1 {
    transform: rotate(0deg) translateX(215px) rotate(0deg);
    animation: orbit-two-1 105s linear infinite;
}

.circle-arround-two-2 {
    transform: rotate(72deg) translateX(215px) rotate(-72deg);
    animation: orbit-two-2 105s linear infinite;
}

.circle-arround-two-3 {
    transform: rotate(144deg) translateX(215px) rotate(-144deg);
    animation: orbit-two-3 105s linear infinite;
}

.circle-arround-two-4 {
    transform: rotate(216deg) translateX(215px) rotate(-216deg);
    animation: orbit-two-4 105s linear infinite;
}

.circle-arround-two-5 {
    transform: rotate(288deg) translateX(215px) rotate(-288deg);
    animation: orbit-two-5 105s linear infinite;
}

/* Third ring */
.circle-arround-three-1,
.circle-arround-three-2,
.circle-arround-three-3,
.circle-arround-three-4,
.circle-arround-three-5 {
    top: 260px;
    left: 260px;
}

.circle-arround-three-1 {
    transform: rotate(0deg) translateX(300px) rotate(0deg);
    animation: orbit-three-1 120s linear infinite;
}

.circle-arround-three-2 {
    transform: rotate(72deg) translateX(300px) rotate(-72deg);
    animation: orbit-three-2 120s linear infinite;
}

.circle-arround-three-3 {
    transform: rotate(144deg) translateX(300px) rotate(-144deg);
    animation: orbit-three-3 120s linear infinite;
}

.circle-arround-three-4 {
    transform: rotate(216deg) translateX(300px) rotate(-216deg);
    animation: orbit-three-4 120s linear infinite;
}

.circle-arround-three-5 {
    transform: rotate(268deg) translateX(300px) rotate(-268deg);
    animation: orbit-three-5 120s linear infinite;
}

/* Hover effects */
.circle-arround-one-1:hover,
.circle-arround-one-2:hover,
.circle-arround-two-1:hover,
.circle-arround-two-2:hover,
.circle-arround-two-3:hover,
.circle-arround-two-4:hover,
.circle-arround-two-5:hover,
.circle-arround-three-1:hover,
.circle-arround-three-2:hover,
.circle-arround-three-3:hover,
.circle-arround-three-4:hover,
.circle-arround-three-5:hover {
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
}

.circle-arround-one-1 i:hover,
.circle-arround-one-2 i:hover,
.circle-arround-two-1 i:hover,
.circle-arround-two-2 i:hover,
.circle-arround-two-3 i:hover,
.circle-arround-two-4 i:hover,
.circle-arround-two-5 i:hover,
.circle-arround-three-1 i:hover,
.circle-arround-three-2 i:hover,
.circle-arround-three-3 i:hover,
.circle-arround-three-4 i:hover,
.circle-arround-three-5 i:hover {
    animation: rotate-center 0.6s ease-in-out both;
}

@keyframes rotate-center {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Orbit animations */
@keyframes orbit-one-1 {
    from {
        transform: rotate(0deg) translateX(135px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(135px) rotate(-360deg);
    }
}

@keyframes orbit-one-2 {
    from {
        transform: rotate(180deg) translateX(135px) rotate(-180deg);
    }

    to {
        transform: rotate(540deg) translateX(135px) rotate(-540deg);
    }
}

@keyframes orbit-two-1 {
    from {
        transform: rotate(0deg) translateX(215px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(215px) rotate(-360deg);
    }
}

@keyframes orbit-two-2 {
    from {
        transform: rotate(72deg) translateX(215px) rotate(-72deg);
    }

    to {
        transform: rotate(432deg) translateX(215px) rotate(-432deg);
    }
}

@keyframes orbit-two-3 {
    from {
        transform: rotate(144deg) translateX(215px) rotate(-144deg);
    }

    to {
        transform: rotate(504deg) translateX(215px) rotate(-504deg);
    }
}

@keyframes orbit-two-4 {
    from {
        transform: rotate(216deg) translateX(215px) rotate(-216deg);
    }

    to {
        transform: rotate(576deg) translateX(215px) rotate(-576deg);
    }
}

@keyframes orbit-two-5 {
    from {
        transform: rotate(288deg) translateX(215px) rotate(-288deg);
    }

    to {
        transform: rotate(648deg) translateX(215px) rotate(-648deg);
    }
}

@keyframes orbit-three-1 {
    from {
        transform: rotate(0deg) translateX(300px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(300px) rotate(-360deg);
    }
}

@keyframes orbit-three-2 {
    from {
        transform: rotate(72deg) translateX(300px) rotate(-72deg);
    }

    to {
        transform: rotate(432deg) translateX(300px) rotate(-432deg);
    }
}

@keyframes orbit-three-3 {
    from {
        transform: rotate(144deg) translateX(300px) rotate(-144deg);
    }

    to {
        transform: rotate(504deg) translateX(300px) rotate(-504deg);
    }
}

@keyframes orbit-three-4 {
    from {
        transform: rotate(216deg) translateX(300px) rotate(-216deg);
    }

    to {
        transform: rotate(576deg) translateX(300px) rotate(-576deg);
    }
}

@keyframes orbit-three-5 {
    from {
        transform: rotate(288deg) translateX(300px) rotate(-288deg);
    }

    to {
        transform: rotate(648deg) translateX(300px) rotate(-648deg);
    }
}

.stopanima {
    animation-play-state: paused !important;
}

img.circle-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50px;
    object-fit: contain;
}

@media (min-width: 1200px) {
    #saspod-platforms .container {
        width: 1300px;
    }
}

@media (max-width: 1199.98px) {
    .slidercircle {
        width: 170px;
        height: 570px;
        position: relative;
        transform: scale(0.7);
    }
}

@media (max-width: 767.98px) {
    .slidercircle {
        transform: scale(0.5);
        width: 100%;
        height: 400px;
        position: relative;
    }

    .circle-three,
    .circle-two,
    .circle-one,
    .circle-middle {
        margin-left: 0px !IMPORTANT;
        margin-top: 0px !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .text-section .text-section_video .text-img {
        width: 80% !important;
    }

    #main-home .action-btns .btn {
        width: 140px !important;
    }
}

/* Circles End */

#saspod-prod-sec {
    background-image: none !important;
    background-size: cover;
    background-position: center;
    background-color: var(--main_dark);
    border-top: 4px solid var(--saspod-pink) !important;
    border-bottom: 4px solid var(--saspod-green) !important;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
}

#saspod-prod-sec h2 {
    font-size: 46px;
    letter-spacing: -0.01em;
    font-weight: 800;
    line-height: 3.4rem;
    color: var(--saspod-pink);
    padding-right: 0px !important;
}

#saspod-prod-sec .text-section {
    z-index: 10;
}

#changing-text p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#changing-text .word {
    position: absolute;
    opacity: 0;
    font-size: 70px;
    text-transform: uppercase;
}

#changing-text .text-block {
    max-width: 100% !important:
}

#changing-text .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

#changing-text .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#changing-text .letter.behind {
    transform: rotateX(-90deg);
}

#changing-text .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.intro-para {
    font-size: 1.25rem;
}

#main-home {
    min-height: 75vh;
    align-items: center;
}


#chart-anim {
    width: 100%;
    display: block;
    margin: auto;
}

#main-home .sasgirl {
    /*margin-top: -10%;*/
}

#main-home .action-btns .btn {
    border-radius: 30px;
    width: 170px;
}

.trial-text {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}

.text-xl {
    font-size: 1.25rem;
}

#arrows-animation {
    margin-right: -5px;
    display: inline-flex;
    position: relative;
    margin-top: 10px;
}

.arrow-right {
    border: solid var(--saspod-blue);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg) translateY(-50%);
    animation-name: nuoli;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

#arrow1 {
    position: relative;
    animation-delay: 0.1s;
}

#arrow2 {
    position: relative;
    animation-delay: 0.3s;
}

#arrow3 {
    position: relative;
    animation-delay: 0.5s;
}

@keyframes nuoli {
    20% {
        opacity: 0.1;
    }
}

@media (max-width: 767px) {
    .text-section .text-block h2 {
        display: block !important;
    }

    .intro-para {
        font-size: 1rem !important;
    }

    #arrows-animation {
        transform: rotate(90deg);
    }
}

.circle-icon.podcast-index {
    background: #aa0000;
    padding: 5px;
}

/* ===== Client Logo Marquee Carousel ===== */
:root {
    --marquee-size: clamp(10rem, 1rem + 40vmin, 14rem);
    --marquee-gap: calc(var(--marquee-size) / 14);
    --marquee-duration: 60s;
    --marquee-scroll-start: 0;
    --marquee-scroll-end: calc(-100% - var(--marquee-gap));
}

.marquee-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--marquee-gap);
    margin: auto;
    max-width: 100vw;
}

.marquee {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--marquee-gap);
    -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
    mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--marquee-gap);
    min-width: 100%;
    animation: marquee-scroll-x var(--marquee-duration) linear infinite;
}

@keyframes marquee-scroll-x {
    from {
        transform: translateX(var(--marquee-scroll-start));
    }

    to {
        transform: translateX(var(--marquee-scroll-end));
    }
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

.marquee .img-div {
    display: grid;
    place-items: center;
    width: var(--marquee-size);
    padding: calc(var(--marquee-size) / 10);
    border-radius: 0.5rem;
    background: rgb(186 214 209 / 21%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.marquee .img-div img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.invert-grayscale {
    filter: invert(100%) !important;
}

/* ===== End Client Logo Marquee Carousel ===== */

/* ===== Results-Driven Section ===== */
#results-driven {
    background-color: transparent;
}

.results-driven-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.results-driven-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    margin: 0;
}

.results-driven-divider {
    width: 100%;
    height: 4px;
    background: var(--saspod-pink);
}

.results-driven-content {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.results-driven-item {
    display: flex;
    flex: 1;
    gap: 24px;
    align-items: center;
}

.results-driven-item-border {
    border-right: 1px solid #dadada;
    padding-right: 24px;
}

.results-driven-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--saspod-green);
    border-radius: 500px;
    padding: 10px;
    flex-shrink: 0;
}

.results-driven-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.results-driven-text {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991.98px) {
    .results-driven-title {
        font-size: 28px;
    }

    .results-driven-content {
        flex-direction: column;
        gap: 24px;
    }

    .results-driven-item {
        width: 100%;
    }

    .results-driven-item-border {
        border-right: none;
        border-bottom: 1px solid #dadada;
        padding-right: 0;
        padding-bottom: 24px;
    }
}

@media (max-width: 575.98px) {
    .results-driven-title {
        font-size: 24px;
    }

    .results-driven-text {
        font-size: 14px;
    }

    .results-driven-icon {
        padding: 8px;
    }

    .results-driven-icon img {
        width: 32px;
        height: 32px;
    }
}

/* ===== End Results-Driven Section ===== */

/* ===== Founder Quote Section ===== */
#founder-quote {
    background-color: transparent;
}

.founder-quote-card {
    display: flex;
    gap: 24px;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #dadada;
    border-radius: 16px;
    padding: 56px;
    max-width: 1150px;
    margin: 0 auto;
}

.founder-quote-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.founder-quote-header {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    height: 42px;
}

.founder-quote-mark {
    height: 89px;
    width: 75px;
    object-fit: contain;
    margin-top: -47px;
    flex-shrink: 0;
}

.founder-quote-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.founder-quote-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.founder-quote-title-underline {
    width: 204px;
    height: 4px;
    background: var(--saspod-pink);
}

.founder-quote-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.founder-quote-text {
    color: #001E3D;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 137.924%;
    margin: 0;
}

.founder-quote-list {
    display: flex;
    gap: 40px;
}

.founder-quote-list ul {
    color: #001E3D;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 137.924%;
    margin: 0;
    padding-left: 27px;
}

.founder-quote-list ul li {
    margin-bottom: 0;
}

.founder-quote-signature {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.founder-quote-name {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
}

a.founder-quote-name {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

a.founder-quote-name:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.founder-quote-role {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
}

.founder-quote-image {
    flex-shrink: 0;
    width: 357px;
    height: 408px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: -5px 5px 8.6px rgba(0, 0, 0, 0.25);
}

.founder-quote-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 1199.98px) {
    .founder-quote-card {
        padding: 40px;
    }

    .founder-quote-image {
        width: 300px;
        height: 350px;
    }
}

@media (max-width: 991.98px) {
    .founder-quote-card {
        flex-direction: column-reverse;
        padding: 32px;
    }

    .founder-quote-content {
        gap: 32px;
    }

    .founder-quote-header {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .founder-quote-mark {
        height: 60px;
        width: 60px;
        margin-top: 0;
    }

    .founder-quote-title-wrapper {
        align-items: flex-start;
    }

    .founder-quote-title {
        text-align: left;
        font-size: 22px;
    }

    .founder-quote-list {
        flex-direction: column;
        gap: 0;
    }

    .founder-quote-image {
        width: 100%;
        max-width: 357px;
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .founder-quote-card {
        padding: 24px;
    }

    .founder-quote-mark {
        height: 48px;
        width: 48px;
    }

    .founder-quote-title {
        font-size: 20px;
    }

    .founder-quote-text,
    .founder-quote-list ul {
        font-size: 1rem;
    }

    .founder-quote-name {
        font-size: 20px;
    }

    .founder-quote-image {
        height: 250px;
    }
}

/* ===== End Founder Quote Section ===== */

/* ===== We Work With Section ===== */
#we-work-with {
    background-color: #001e3d;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 2.8rem 2.8rem;
    padding: 40px 0;
}

#we-work-with .section-head {
    margin-bottom: 32px;
}

#we-work-with .section-head .header {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

#we-work-with .section-head .header span {
    color: #fff !important;
}

#we-work-with .section-head .header:before {
    background: var(--saspod-pink);
    bottom: -16px;
    width: 86px;
    height: 4px;
}

.work-with-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    justify-content: center;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
}

.work-with-card {
    flex: 1 1 0;
    min-width: 110px;
    max-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.work-with-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.work-with-card .card-icon {
    width: 56px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-with-card .card-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.work-with-card .card-label {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    min-height: 2.6em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .work-with-cards {
        gap: 15px;
    }

    .work-with-card {
        min-width: 100px;
        max-width: 120px;
        padding: 20px 12px;
    }

    .work-with-card .card-icon {
        width: 48px;
        height: 56px;
    }

    .work-with-card .card-icon img {
        width: 48px;
        height: 48px;
    }

    .work-with-card .card-label {
        font-size: 14px;
        min-height: 2.6em;
    }
}

@media (max-width: 767.98px) {
    #we-work-with .section-head .header {
        font-size: 28px;
    }

    .work-with-cards {
        gap: 12px;
        padding: 0 15px;
    }

    .work-with-card {
        flex: 0 0 calc(25% - 12px);
        min-width: unset;
        max-width: unset;
        padding: 16px 10px;
    }

    .work-with-card .card-icon {
        width: 40px;
        height: 48px;
    }

    .work-with-card .card-icon img {
        width: 40px;
        height: 40px;
    }

    .work-with-card .card-label {
        font-size: 12px;
        min-height: 2.6em;
    }
}

@media (max-width: 575.98px) {
    .work-with-card {
        flex: 0 0 calc(50% - 12px);
    }
}

/* ===== End We Work With Section ===== */

/* ===== Case Studies Section ===== */
#case-studies {
    background-color: transparent;
}

.case-studies-cards {
    row-gap: 24px;
}

.case-study-card {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-study-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.case-study-card-image {
    position: relative;
    background-color: #f2f2f2;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.case-study-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study-card-platforms {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 4px;
}

.case-study-card-platforms .platform-icon {
    width: 30px;
    height: 30px;
    background-color: #001e3d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    transition: transform 0.2s ease;
}

.case-study-card-platforms .platform-icon:hover {
    transform: scale(1.1);
}

.case-study-card-platforms .platform-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.case-study-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px 24px 16px;
    flex: 1;
}

.case-study-card-title {
    background-color: #001e3d;
    border-radius: 10px;
    padding: 8px;
}

.case-study-card-title p {
    font-weight: 800;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

.case-study-card-title .highlight {
    color: #fe2b72;
    text-transform: uppercase;
}

.case-study-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.case-study-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.case-study-card-author .author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: contain;
}

.case-study-card-author .author-name {
    font-weight: 500;
    font-size: 12px;
    color: #000;
}

.case-study-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    ;
    border: 1px solid var(--saspod-pink);
    border-radius: 500px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    color: var(--saspod-pink);
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1;
}

.case-study-btn:hover {
    background-color: var(--saspod-pink);
    color: #fff;
    text-decoration: none;
}

.view-all-case-studies-btn {
    display: inline-block;
    background-color: var(--saspod-green);
    border: 0;
    box-shadow: 0 0 35px 0 rgba(22, 12, 96, 0.09);
    transition: all 0.4s;
    padding: 15px 30px;
    border-radius: 25px;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.025em;
    text-decoration: none;
}

.view-all-case-studies-btn:hover {
    background-color: var(--saspod-pink);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .case-study-card-title p {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .case-studies-cards {
        row-gap: 16px;
    }

    .case-study-card-title p {
        font-size: 13px;
    }

    .case-study-card-platforms .platform-icon {
        width: 26px;
        height: 26px;
    }

    .case-study-card-platforms .platform-icon img {
        width: 16px;
        height: 16px;
    }
}

/* ===== End Case Studies Section ===== */

/* ===== What Sets Us Apart Section ===== */
#what-sets-us-apart {
    background-color: transparent;
}

#what-sets-us-apart .question-mark {
    color: var(--saspod-pink) !important;
}

.sets-apart-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #818181;
    text-align: center;
    margin: 0;
}

@media (max-width: 767.98px) {
    .sets-apart-text {
        font-size: 14px;
    }
}

/* ===== End What Sets Us Apart Section ===== */

/* ===== Important Values Section ===== */
#important-values {
    background-color: transparent;
}

.values-list {
    display: grid;
    grid-template-columns: max-content;
    gap: 16px;
    justify-content: center;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 6.25rem;
    border: 1px solid #fff;
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    overflow: hidden;
    padding: 0 1.5rem 0 1rem;
}

.value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    flex-shrink: 0;
}

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

.value-text {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding: 16px 0;
}

.value-text span {
    color: var(--saspod-pink);
}

@media (max-width: 767.98px) {
    .values-list {
        grid-template-columns: 1fr;
    }

    .value-item {
        padding: 0 1rem;
    }

    .value-icon {
        padding: 12px;
    }

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

    .value-text {
        font-size: 16px;
        padding: 12px 0;
    }
}

/* ===== End Important Values Section ===== */

/* ===== Featured In Section ===== */
#featured-in {
    background-color: transparent;
}

.featured-in-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.featured-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 16px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.featured-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.featured-logo img {
    max-height: 40px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.featured-logo.featured-logo-podnews img {
    transform: scale(1.5);
}

.featured-logo.featured-logo-apple img {
    transform: scale(2.5);
}

.featured-logo.featured-more {
    filter: none;
    opacity: 1;
}

.featured-logo.featured-more span {
    font-family: 'Rubik', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #999;
    font-style: italic;
}

@media (max-width: 1199.98px) {
    .featured-in-logos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767.98px) {
    .featured-in-logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .featured-logo {
        padding: 20px 12px;
    }

    .featured-logo img {
        max-height: 32px;
        max-width: 100px;
    }
}

@media (max-width: 575.98px) {
    .featured-in-logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-logo {
        padding: 16px 10px;
    }

    .featured-logo img {
        max-height: 28px;
        max-width: 80px;
    }
}

/* ===== End Featured In Section ===== */

/* ===== Podcast Management System Section ===== */
#podcast-mgmt-system {
    background-color: transparent;
}

.podcast-mgmt-card {
    position: relative;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 32px 62px;
    display: flex;
    flex-direction: column;
    gap: 44px;
    align-items: center;
    -webkit-backdrop-filter: blur(7.8px);
    backdrop-filter: blur(7.8px);
    border: 1px solid #fff;
    overflow: hidden;
}

.podcast-mgmt-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, var(--saspod-pink) 0%, var(--saspod-green) 50%, var(--saspod-pink) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.podcast-mgmt-header {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    text-align: center;
    max-width: 538px;
}

.podcast-mgmt-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
}

.podcast-mgmt-subtitle {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

.podcast-mgmt-steps {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.podcast-mgmt-step {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 60px;
    flex-shrink: 0;
}

.podcast-mgmt-step .step-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.podcast-mgmt-step .step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.podcast-mgmt-step .step-label {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.step-arrow {
    flex: 1;
    min-width: 60px;
    height: 28px;
    display: flex;
    align-self: flex-start;
    margin-top: 14px;
    align-items: center;
    padding: 0;
}

.step-arrow img {
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .podcast-mgmt-card {
        padding: 24px 30px;
        gap: 30px;
    }

    .podcast-mgmt-title {
        font-size: 26px;
    }

    .podcast-mgmt-step .step-icon {
        width: 48px;
        height: 48px;
    }

    .podcast-mgmt-step .step-label {
        font-size: 14px;
    }

    .step-arrow {
        min-width: 30px;
        padding: 0;
        margin-top: 12px;
    }
}

@media (max-width: 767.98px) {
    .podcast-mgmt-card {
        padding: 24px 20px;
        gap: 24px;
    }

    .podcast-mgmt-title {
        font-size: 22px;
    }

    .podcast-mgmt-subtitle {
        font-size: 14px;
    }

    .podcast-mgmt-steps {
        flex-direction: column;
        gap: 20px;
    }

    .podcast-mgmt-step {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        gap: 16px;
    }

    .podcast-mgmt-step .step-icon {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
    }

    .podcast-mgmt-step .step-label {
        white-space: normal;
        text-align: left;
    }

    .step-arrow {
        display: none;
    }
}

/* ===== End Podcast Management System Section ===== */

/* ===== FAQ Section ===== */
#faq .accordion-button .collapse-close {
    display: block;
}

#faq .accordion-button .collapse-open {
    display: none;
}

#faq .accordion-button:not(.collapsed) .collapse-close {
    display: none;
}

#faq .accordion-button:not(.collapsed) .collapse-open {
    display: block;
}

#faq .accordion-body {
    color: #000 !important;
}

/* ===== End FAQ Section ===== */

/* ===== Podcast Services Section ===== */
#podcast-services {
    background-color: transparent;
}

#podcast-services .section-head p {
    max-width: 800px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.service-card {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #dedede;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s ease;
}

a.service-card {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a.service-card:hover {
    text-decoration: none;
}

/* Arrow icon - hidden by default */
.service-arrow {
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-arrow svg path {
    fill: #fff;
}

/* Show arrow on hover */
.service-card:hover .service-arrow {
    opacity: 1;
}

/* Hover state for cards */
.service-card:hover {
    background: var(--saspod-blue);
}

.service-card:hover .service-title,
.service-card:hover .service-description {
    color: #fff !important;
}

.service-card:hover .service-icon-circle-green {
    background-color: #fff;
}

.service-card:hover .service-icon-circle-green img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(50%) saturate(2000%) hue-rotate(180deg) brightness(95%) contrast(105%);
}

.service-card:hover .service-icon-large img {
    filter: brightness(0) invert(1);
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon img {
    object-fit: contain;
    transition: filter 0.3s ease;
}

/* Large icon without circle (for first card) */
.service-icon-large {
    width: 72px;
    height: 72px;
}

.service-icon-large img {
    width: 72px;
    height: 72px;
}

/* Circle icon */
.service-icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    padding: 12px;
    transition: background-color 0.3s ease;
}

.service-icon-circle img {
    width: 48px;
    height: 48px;
    filter: brightness(0) invert(1);
}

.service-icon-circle-green {
    background: var(--saspod-green);
}

/* Content wrapper for title + description */
.service-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.service-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    text-align: left;
}

.service-description {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: left;
}

@media (max-width: 991.98px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .service-card {
        padding: 20px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-icon-large,
    .service-icon-large img {
        width: 56px;
        height: 56px;
    }

    .service-icon-circle {
        width: 64px;
        height: 64px;
        padding: 10px;
    }

    .service-icon-circle img {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 575.98px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-card {
        padding: 20px;
    }

    .service-title {
        font-size: 16px;
    }

    .service-description {
        font-size: 0.8125rem;
    }

    .service-icon-large,
    .service-icon-large img {
        width: 48px;
        height: 48px;
    }

    .service-icon-circle {
        width: 56px;
        height: 56px;
        padding: 8px;
    }

    .service-icon-circle img {
        width: 40px;
        height: 40px;
    }
}

/* ===== End Podcast Services Section ===== */

/* ===== Create Platforms Section ===== */
#create-platforms {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.create-platforms-card .request-callback-glass {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.create-platforms-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.create-platforms-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 22, 41, 0.35);
    z-index: 2;
}

#create-platforms .container {
    z-index: 3;
}

.request-callback-glass .header-with-line:before {
    content: '';
    width: 60px;
    height: 3px;
    background: var(--saspod-green);
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
}

.create-platforms-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0;
}

.create-platforms-headline {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.create-platforms-headline span {
    color: var(--saspod-green);
}

.create-platforms-left .create-platforms-headline,
.create-platforms-left .create-platforms-text {
    text-align: left;
}

.create-platforms-left .create-platforms-headline {
    margin-bottom: 20px;
}

.create-platforms-left .create-platforms-body {
    align-items: flex-start;
    padding: 0;
}

.create-platforms-left .create-platforms-details {
    align-items: flex-start;
}

.create-platforms-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 987px;
    padding: 0 52px;
}

.create-platforms-text {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
    margin: 0;
}

.create-platforms-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.create-platforms-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--saspod-green);
    padding: 15px 20px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.create-platforms-btn:hover {
    background: #00b892;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 201, 162, 0.4);
}

.create-platforms-btn span {
    font-family: 'Rubik', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
}

.create-platforms-btn svg {
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .create-platforms-headline {
        font-size: 28px;
    }

    .create-platforms-body {
        padding: 0 24px;
    }

    .create-platforms-text {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .create-platforms-card {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .create-platforms-card > .col-12 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .create-platforms-card .request-callback-glass {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

@media (max-width: 575.98px) {
    #create-platforms {
        min-height: auto;
    }

    #create-platforms .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .create-platforms-content {
        gap: 24px;
        padding: 32px 0;
    }

    .create-platforms-card {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .create-platforms-card > .col-12 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .create-platforms-card .request-callback-glass {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .create-platforms-headline {
        font-size: 22px;
        padding: 0;
    }

    .create-platforms-body {
        padding: 0;
        gap: 12px;
    }

    .create-platforms-text {
        font-size: 14px;
    }

    .create-platforms-btn {
        padding: 10px 14px;
    }

    .create-platforms-btn span {
        font-size: 14px;
    }
}

/* Wave background animation */
.create-platforms-waves {
    position: absolute;
    top: 0;
    left: -40%;
    width: 180%;
    height: 100%;
    z-index: 1;
    animation: wave-drift 28s ease-in-out infinite alternate;
    will-change: transform;
}

.create-platforms-waves img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 65%;
}

@keyframes wave-drift {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-15%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .create-platforms-waves {
        animation: none;
    }
}

@media (max-width: 575.98px) {
    .create-platforms-waves {
        left: -50%;
        width: 200%;
    }
}

/* ===== End Create Platforms Section ===== */

/* ===== Real People Section ===== */
#real-people {
    overflow: visible;
}

.real-people-photos {
    min-height: 400px;
    position: relative;
}

/* Team Stack Styles - Stacked vertical layout */
.team-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
}

.team-member-stacked {
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
}

.team-member-stacked>img {
    width: 200px;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
    display: block;
}

.team-member-stacked:hover {
    z-index: 10;
}

.team-member-stacked:hover>img {
    filter: grayscale(0%) drop-shadow(0 0 40px rgba(0, 201, 162, 0.6));
    transform: scale(1.05);
}

.team-member-stacked:hover .team-tooltip {
    opacity: 1;
    visibility: visible;
    top: -70px;
}

/* Team Collage Styles (legacy) */
.team-collage {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: inset(-100% -100% 0 -100%);
}

.team-member {
    position: absolute;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 1;
}

.team-member>img {
    width: 140px;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
}

.team-member:hover {
    z-index: 10;
}

.team-member:hover>img {
    filter: grayscale(0%) drop-shadow(0 0 20px rgba(0, 201, 162, 0.6));
    transform: scale(1.08);
}

/* Team member positions - matching Figma layout */

/* Bottom row - Jimmy, Abigail, Michal, Alex (same size, same Y position) */
.team-member[data-position="jimmy"],
.team-member[data-position="abigail"],
.team-member[data-position="michal"],
.team-member[data-position="alex"] {
    bottom: 0;
}

.team-member[data-position="jimmy"]>img,
.team-member[data-position="abigail"]>img,
.team-member[data-position="michal"]>img,
.team-member[data-position="alex"]>img {
    width: 210px;
}

/* Jimmy - bottom left */
.team-member[data-position="jimmy"] {
    left: -4%;
    z-index: 8;
}

/* Abigail - bottom center-left */
.team-member[data-position="abigail"] {
    left: 18%;
    z-index: 5;
}

/* Michal - bottom center */
.team-member[data-position="michal"] {
    left: 40%;
    z-index: 6;
}

/* Alex - bottom right */
.team-member[data-position="alex"] {
    left: 57%;
    z-index: 4;
    bottom: 3%;
}

/* Bogdan - top center (lowest z-index, behind others) */
.team-member[data-position="bogdan"] {
    top: -20%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.team-member[data-position="bogdan"]>img {
    width: 380px;
}

.team-member[data-position="alex"]>img
{
    width: 200px;
}

/* Tonina - next to Ahmed */
.team-member[data-position="tonina"] {
    top: 5%;
    left: 8%;
    z-index: 2;
}

.team-member[data-position="tonina"]>img {
    width: 267px;
}

/* Ahmed - center */
.team-member[data-position="ahmed"] {
    top: 10%;
    left: 32%;
    z-index: 3;
}

.team-member[data-position="ahmed"]>img {
    width: 240px;
}

/* Stefanos - bottom row, next to Michal on the right */
.team-member[data-position="stefanos"] {
    left: 68%;
    bottom: 0;
    z-index: 7;
}

.team-member[data-position="stefanos"]>img {
    width: 210px;
}

/* Tooltip styles */
.team-tooltip {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--saspod-green);
    padding: 8px 16px 8px 8px;
    border-radius: 1000px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.team-tooltip-arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--saspod-green);
}

.team-member:hover .team-tooltip {
    opacity: 1;
    visibility: visible;
    top: -70px;
}

.team-flag-wrapper {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #fff;
    box-shadow: 0 0 0 2px #fff;
}

.team-flag {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.team-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.615;
    text-align: left;
}

.team-name {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.team-role {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.real-people-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 0;
}

.real-people-headline {
    position: relative;
    text-align: center;
}

.real-people-headline h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
}

.real-people-highlight {
    position: relative;
    display: inline;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0 8px;
    white-space: nowrap;
}

.real-people-highlight::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 41px;
    background: var(--saspod-pink);
    z-index: -1;
}

.real-people-body {
    text-align: center;
}

.real-people-body p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    margin: 0;
}

.real-people-body p+p {
    margin-top: 16px;
}

.real-people-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 500px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.real-people-btn:hover {
    background: #00b892 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 201, 162, 0.4);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .real-people-photos {
        min-height: 300px;
        margin-bottom: 40px;
    }

    .team-collage {
        height: 300px;
    }

    /* Bottom row - scaled ~60% from desktop */
    .team-member[data-position="jimmy"]>img,
    .team-member[data-position="abigail"]>img,
    .team-member[data-position="michal"]>img {
        width: 126px !important;
    }

    .team-member[data-position="alex"]>img {
        width: 120px !important;
    }

    .team-member[data-position="bogdan"]>img {
        width: 228px !important;
    }

    .team-member[data-position="tonina"]>img {
        width: 160px !important;
    }

    .team-member[data-position="ahmed"]>img {
        width: 144px !important;
    }

    .team-member[data-position="stefanos"]>img {
        width: 144px !important;
    }

    .team-member-stacked>img {
        width: 160px;
    }

    .team-tooltip {
        padding: 6px 12px 6px 6px;
        gap: 10px;
    }

    .team-name {
        font-size: 14px;
    }

    .team-role {
        font-size: 11px;
    }

    .team-flag-wrapper {
        width: 38px;
        height: 38px;
    }

    .team-tooltip-arrow {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid var(--saspod-green);
        bottom: -8px;
    }

    .real-people-headline h2 {
        font-size: 28px;
    }

    .real-people-content {
        gap: 32px;
    }

    .real-people-body p {
        font-size: 15px;
        line-height: 1.8;
    }
}

@media (max-width: 575.98px) {
    .real-people-photos {
        min-height: auto;
    }

    .team-collage {
        display: none;
    }

    .team-stack {
        gap: 2px;
    }

    .team-member-stacked>img {
        width: 140px;
    }

    .real-people-headline h2 {
        font-size: 24px;
    }

    .real-people-highlight::before {
        height: 32px;
    }

    .real-people-content {
        gap: 24px;
        padding: 20px 0;
    }

    .real-people-body p {
        font-size: 14px;
    }

    .real-people-btn {
        padding: 14px;
        font-size: 14px;
    }
}

/* ===== End Real People Section ===== */

/* ===== V2: Floating Circles Team Section ===== */

/* Section wrapper — dark background with star particles */
.c1-section {
    background: linear-gradient(170deg, #0b1628 0%, #0d1f3c 40%, #091428 100%);
    padding: 100px 60px;
    position: relative;
    overflow: hidden;
}
.c1-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,0.15), transparent),
        radial-gradient(1px 1px at 80% 20%, rgba(255,255,255,0.1), transparent),
        radial-gradient(1px 1px at 50% 70%, rgba(255,255,255,0.12), transparent),
        radial-gradient(1px 1px at 10% 80%, rgba(255,255,255,0.08), transparent),
        radial-gradient(1px 1px at 90% 60%, rgba(255,255,255,0.1), transparent),
        radial-gradient(1.5px 1.5px at 30% 50%, rgba(0,201,162,0.2), transparent),
        radial-gradient(1px 1px at 70% 85%, rgba(0,201,162,0.15), transparent);
    pointer-events: none;
}

/* Grid layout — text left, team right */
.c1-inner {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    grid-template-rows: auto auto;
    gap: 20px 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.c1-text {
    grid-column: 1;
    grid-row: 1;
}
.c1-v3-btn-wrap {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
}
.c1-team {
    grid-column: 2;
    grid-row: 1 / 3;
}

/* ---- TEXT COLUMN ---- */
.c1-text h2 {
    font-family: 'Rubik', sans-serif;
    font-size: clamp(36px, 4.5vw, 64px);
    line-height: 1.1;
    margin-bottom: 28px;
    color: #fff;
}
.c1-accent {
    color: var(--saspod-green, #00c9a2);
    font-style: italic;
}
.c1-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #8899b8;
    max-width: 480px;
    margin-bottom: 20px;
}
.c1-tagline {
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--saspod-green, #00c9a2);
    margin-bottom: 24px;
    opacity: 0.8;
}
.c1-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--saspod-green, #00c9a2);
    color: #0b1628;
    padding: 14px 32px;
    border-radius: 50px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.35s ease;
    margin-top: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.c1-cta-btn:hover {
    background: #00f0ba;
    box-shadow: 0 4px 30px rgba(0,201,162,0.35);
    transform: translateY(-2px);
    color: #0b1628;
    text-decoration: none;
}

/* ---- TEAM GRID ---- */
.c1-team {
    position: relative;
    height: 680px;
    width: 100%;
}

/* Member circle base */
.c1-member {
    position: absolute;
    border-radius: 50%;
    overflow: visible;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.c1-member .c1-img-ring {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,0.08);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}
.c1-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease, transform 0.5s ease;
    display: block;
}

/* Hover states */
.c1-member:hover .c1-img-ring {
    border-color: var(--saspod-green, #00c9a2);
    box-shadow: 0 0 40px rgba(0,201,162,0.25), 0 0 80px rgba(0,201,162,0.08);
}
.c1-member:hover img {
    filter: grayscale(0%);
    transform: scale(1.08);
}
.c1-member:hover {
    z-index: 20 !important;
}

/* Sizes */
.c1-member.big   { width: 170px; height: 170px; z-index: 3; }
.c1-member.big.c1-m1 { width: 250px; height: 250px; z-index: 4; }
.c1-member.small  { width: 100px; height: 100px; z-index: 2; }

/* Glow ring on big members */
.c1-member.big .c1-img-ring::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid rgba(0,201,162,0.12);
    transition: all 0.4s ease;
    pointer-events: none;
}
.c1-member.big:hover .c1-img-ring::after {
    inset: -12px;
    border-color: rgba(0,201,162,0.25);
}

/* ---- TOOLTIP ---- */
.c1-tooltip {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(6px);
    margin-bottom: 14px;
    background: var(--saspod-green, #00c9a2);
    color: #0b1628;
    padding: 10px 18px 10px 14px;
    border-radius: 1000px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 30;
    box-shadow: 0 8px 30px rgba(0,201,162,0.3);
}
.c1-tooltip::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--saspod-green, #00c9a2);
}
.c1-member:hover .c1-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.c1-flag-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(11,22,40,0.15);
    background: rgba(255,255,255,0.2);
}
.c1-flag-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
}
.c1-tooltip-info {
    display: flex;
    flex-direction: column;
}
.c1-tooltip-name {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #0b1628;
}
.c1-tooltip-role {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 12px;
    opacity: 0.7;
    line-height: 1.2;
    margin-top: 2px;
    color: #0b1628;
}

/* ---- POSITIONS — triangle for big, scattered for small ---- */
.c1-m1 { top: 120px; left: 45%; transform: translateX(-50%); }
.c1-m2 { top: 370px; left: 5%; }
.c1-m3 { top: 380px; right: 8%; }

.c1-m4 { top: 10px;  left: 8%; }
.c1-m5 { top: 25px;  right: 18%; }
.c1-m6 { top: 195px; left: -4%; }
.c1-m7 { top: 175px; right: 4%; }
.c1-m8 { bottom: 20px; left: 25%; }

/* Float animations for small members */
@keyframes c1FloatA {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}
@keyframes c1FloatB {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-7px); }
}

.c1-member.small { animation: c1FloatA 6s ease-in-out infinite; }
.c1-m4 { animation-delay: 0s; }
.c1-m5 { animation-delay: 1.5s; animation-name: c1FloatB; animation-duration: 5s; }
.c1-m6 { animation-delay: 0.8s; }
.c1-m7 { animation-delay: 2.2s; animation-name: c1FloatB; animation-duration: 7s; }
.c1-m8 { animation-delay: 0.4s; }

/* Pause float on hover for clean tooltip */
.c1-member.small:hover {
    animation-play-state: paused;
}

/* ---- SVG CONNECTING LINES ---- */
.c1-connections {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.c1-connections line {
    stroke: rgba(0, 201, 162, 0.3);
    stroke-width: 2;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991.98px) {
    .c1-section {
        padding: 60px 30px;
    }
    .c1-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 40px;
    }
    .c1-text {
        grid-column: 1;
        grid-row: auto;
        text-align: center;
        order: 1;
    }
    .c1-text p {
        max-width: 100%;
    }
    .c1-team {
        grid-column: 1;
        grid-row: auto;
        height: 530px;
        order: 2;
    }
    .c1-v3-btn-wrap {
        grid-column: 1;
        grid-row: auto;
        order: 3;
        text-align: center;
    }
    .c1-member.big {
        width: 130px;
        height: 130px;
    }
    .c1-member.big.c1-m1 {
        width: 190px;
        height: 190px;
    }
    .c1-member.small {
        width: 80px;
        height: 80px;
    }
    .c1-m1 { top: 80px; left: 50%; }
    .c1-m2 { top: 280px; left: 8%; }
    .c1-m3 { top: 290px; right: 8%; }
    .c1-m4 { top: 5px; left: 12%; }
    .c1-m5 { top: 10px; right: 12%; }
    .c1-m6 { top: 150px; left: 2%; }
    .c1-m7 { top: 130px; right: 2%; }
    .c1-m8 { bottom: 10px; left: 42%; }
}

@media (max-width: 575.98px) {
    .c1-section {
        padding: 40px 20px;
    }
    .c1-team {
        height: 410px;
    }
    .c1-member.big {
        width: 100px;
        height: 100px;
    }
    .c1-member.big.c1-m1 {
        width: 150px;
        height: 150px;
    }
    .c1-member.small {
        width: 60px;
        height: 60px;
    }
    .c1-m1 { top: 65px; left: 50%; }
    .c1-m2 { top: 225px; left: 5%; }
    .c1-m3 { top: 235px; right: 5%; }
    .c1-m4 { top: 0; left: 10%; }
    .c1-m5 { top: 5px; right: 10%; }
    .c1-m6 { top: 110px; left: 3%; }
    .c1-m7 { top: 100px; right: 3%; }
    .c1-m8 { bottom: 5px; left: 40%; }

    .c1-tooltip {
        padding: 8px 12px 8px 10px;
        border-radius: 10px;
        gap: 8px;
    }
    .c1-flag-circle {
        width: 26px;
        height: 26px;
    }
    .c1-tooltip-name {
        font-size: 12px;
    }
    .c1-tooltip-role {
        font-size: 10px;
    }
    .c1-text h2 {
        font-size: 28px;
    }
}


/* ===== V3: Dark section overrides (smaller heading, pink highlight, site button) ===== */
.c1-v3 .c1-text h2 {
    font-size: clamp(25px, 3.15vw, 45px);
}

/* "Real People" pink highlight — matches light section style */
.c1-v3-highlight {
    position: relative;
    display: inline;
    color: #fff !important;
    text-transform: uppercase;
    font-style: normal;
    padding: 0 8px;
    white-space: nowrap;
}
.c1-v3-highlight::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 41px;
    background: var(--saspod-pink, #FE2B72);
    z-index: -1;
}

/* Button — matches site-wide style (.view-all-case-studies-btn pattern) */
.c1-v3-btn {
    display: inline-block;
    background-color: var(--saspod-green, #00c9a2);
    border: 0;
    box-shadow: 0 0 35px 0 rgba(22, 12, 96, 0.09);
    transition: all 0.4s;
    padding: 15px 30px;
    border-radius: 25px;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.025em;
    text-decoration: none;
    margin-top: 12px;
}
.c1-v3-btn:hover {
    background-color: var(--saspod-pink, #FE2B72);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .c1-v3 .c1-text h2 {
        font-size: 22px;
    }
    .c1-v3-highlight::before {
        height: 30px;
    }
    .c1-v3-btn {
        font-size: 14px;
        padding: 14px 24px;
    }
}
.c1-v3 .c1-m8 { bottom: 40px; left: 38%; }

.c1-v3 .c1-connections line {
    stroke: rgba(0, 201, 162, 0.25);
    stroke-width: 1.5;
}
/* ===== End V3 ===== */

/* ===== End V2: Floating Circles Team Section ===== */

/* ===== Client Quote Card Section ===== */
.client-quote-card {
    position: relative;
    background: rgba(0, 201, 162, 0.1);
    border-radius: 16px;
    padding: 60px 40px 40px;
    max-width: 640px;
    margin: 0 auto;
}

.client-quote-avatar {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.client-quote-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-quote-body {
    position: relative;
}

.client-quote-mark {
    position: absolute;
    top: -20px;
    left: 0;
    font-family: 'Georgia', serif;
    font-size: 120px;
    line-height: 1;
    opacity: 0.3;
    font-weight: 700;
    pointer-events: none;
}

.client-quote-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.client-quote-name {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.client-quote-trustpilot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.client-quote-trustpilot:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

.client-quote-trustpilot img {
    width: 24px;
    height: 24px;
}

.client-quote-trustpilot span {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.client-quote-trustpilot i {
    color: #f5c518;
}

.client-quote-text {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 767.98px) {
    .client-quote-card {
        padding: 50px 24px 32px;
        margin-top: 50px;
    }

    .client-quote-avatar {
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .client-quote-mark {
        font-size: 80px;
        top: -10px;
    }

    .client-quote-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .client-quote-text {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .client-quote-card {
        padding: 45px 20px 28px;
    }

    .client-quote-avatar {
        width: 70px;
        height: 70px;
        top: -35px;
    }

    .client-quote-mark {
        font-size: 60px;
    }

    .client-quote-name {
        font-size: 16px;
    }

    .client-quote-text {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* ===== End Client Quote Card Section ===== */

/* ===== Glass Quote Card (Nikita) ===== */
.glass-quote {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 201, 162, 0.18);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.glass-quote .quote-img {
    padding: 18px;
    width: 135px;
    opacity: 0.1;
    filter: contrast(0.4);
    position: relative;
    top: 25px;
    left: 45px;
}

.glass-quote .author {
    display: flex;
}

.glass-quote .author .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.glass-quote-text {
    color: #000;
    text-align: justify;
    text-align-last: left;
    font-family: 'Rubik', sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 169.017%;
}

.glass-quote-name {
    color: #000;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.glass-quote-avatar {
    margin-top: -8rem;
    position: absolute;
    margin-top: -8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
}

.glass-quote-avatar .avatar {
    width: 6.125rem;
    height: 6.125rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .glass-quote .quote-img {
        width: 120px;
        top: 59px;
        left: 5px;
    }

    .glass-quote>.p-5 {
        padding: 1.5rem !important;
    }

    .glass-quote .d-flex.px-4 {
        flex-direction: column;
        gap: 12px;
    }

    .glass-quote .author .avatar {
        width: 40px;
        height: 40px;
    }

    .glass-quote {
        padding: 1.5rem 2rem !important;
    }

    .glass-quote-header {
        flex-direction: column;
        gap: 4px;
        align-items: center !important;
    }

    .glass-quote-name {
        font-size: 1.1rem;
        font-weight: 600;
        order: 1;
        padding-top: 10px;
    }

    .glass-quote-avatar {
        order: 0;
        margin-top: -5rem !important;
    }

    .glass-quote-platform {
        order: 2;
    }

    .glass-quote-platform img {
        width: 30px !important;
        height: 30px !important;
    }

    .glass-quote-platform a {
        font-size: 0.8rem;
    }

    .glass-quote-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

/* ===== End Glass Quote Card ===== */

/* ===== Reviews Slider ===== */
.reviews-slider-wrapper {
    overflow: visible;
    position: relative;
}

.reviews-slider {
    position: relative;
}

.reviews-slider .slick-list {
    overflow: visible;
}

.reviews-slider .slick-slide {
    padding: 0 15px;
}

.review-slide.slick-slide {
    place-content: center;
}

.reviews-slider .slick-prev,
.reviews-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1.5);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    gap: 0.625rem;
    border-radius: 3.125rem;
    background: #FE2B72;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.reviews-slider .slick-prev:hover,
.reviews-slider .slick-next:hover {
    background: var(--saspod-green);
}

.reviews-slider .slick-prev {
    left: 25%;
    transform: translateY(-50%) translateX(-60%) scale(1.5);
}

.reviews-slider .slick-next {
    right: 25%;
    transform: translateY(-50%) translateX(60%) scale(1.5);
}

.reviews-slider .slick-prev i,
.reviews-slider .slick-next i {
    color: #fff;
    font-size: 1rem;
}

/* Center mode opacity for non-active slides */
.reviews-slider .slick-slide {
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.reviews-slider .slick-slide.slick-center {
    opacity: 1;
}

.reviews-slider .slick-slide .review-slide {
    padding: 0 10px;
}

@media (max-width: 991.98px) {
    .reviews-slider .slick-prev {
        left: 10%;
        transform: translateY(-50%) translateX(-50%) scale(1.5);
    }

    .reviews-slider .slick-next {
        right: 10%;
        transform: translateY(-50%) translateX(50%) scale(1.5);
    }
}

@media (max-width: 767.98px) {
    .reviews-slider .slick-list {
        overflow: hidden;
        padding-top: 5rem !important;
        margin-top: -5rem;
    }

    .reviews-slider .slick-slide {
        opacity: 1;
    }

    .reviews-slider .slick-track {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px !important;
    }

    .reviews-slider .slick-slide {
        display: flex !important;
        justify-content: center;
    }

    .reviews-slider .slick-prev,
    .reviews-slider .slick-next {
        display: flex !important;
        transform: translateY(-50%) scale(1);
    }

    .reviews-slider .slick-prev {
        left: 5px;
        transform: translateY(-50%) scale(1);
    }

    .reviews-slider .slick-next {
        right: 5px;
        transform: translateY(-50%) scale(1);
    }

    .reviews-slider .slick-slide .review-slide {
        padding: 3.5rem 0 0 0;
        margin: 0 60px;
        width: calc(100% - 120px) !important;
    }

    .reviews-slider .glass-quote {
        width: 100%;
    }

    .glass-quote-text {
        text-align: left !important;
        text-align-last: left !important;
    }

    .glass-quote-avatar .avatar {
        width: 4rem !important;
        height: 4rem !important;
    }

    .glass-quote-avatar {
        margin-top: -4rem !important;
    }
}

@media (max-width: 575.98px) {
    .reviews-slider .slick-slide .review-slide {
        margin: 0 55px;
        width: calc(100% - 110px) !important;
    }

    .reviews-slider .slick-prev {
        left: 0;
    }

    .reviews-slider .slick-next {
        right: 0;
    }
}

/* ===== End Reviews Slider ===== */

/* ===== Production Process Section ===== */
#production-process {
    overflow: hidden;
}

.production-process-header {
    padding-right: 40px;
}

.production-process-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.production-process-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    font-style: normal;
    line-height: normal;
    color: #001E3D;
    margin: 0 0 16px 0;
    text-align: left;
}

.production-process-underline {
    width: 86px;
    height: 5px;
    background: var(--saspod-pink);
    border-radius: 2px;
    margin: 0 auto;
}

.production-process-steps {
    display: flex;
    flex-direction: column;
}

.process-step {
    display: flex;
    gap: 16px;
    opacity: 0.3;
    cursor: pointer;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step.active {
    opacity: 1;
}

.process-step-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.process-step-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.process-step-line {
    width: 2px;
    flex: 1;
    background: var(--saspod-blue);
    margin: 8px 0;
    min-height: 20px;
    opacity: 0.3;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step:last-child .process-step-line {
    display: none;
}

.process-step-content {
    flex: 1;
    padding-bottom: 16px;
    transition: padding-bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step:last-child .process-step-content {
    padding-bottom: 0;
}

.process-step-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3;
    margin: 0 0 16px 0;
    transition: margin 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step-title span {
    color: var(--saspod-blue);
}

.process-step-description {
    color: #001E3D;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step.active .process-step-description {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}

/* Collapsed state - hide description */
.process-step:not(.active) .process-step-content {
    padding-bottom: 8px;
}

.process-step:not(.active) .process-step-title {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .production-process-header {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .production-process-title {
        font-size: 30px;
    }

    .production-process-subtitle {
        font-size: 1.25rem;
    }

    .process-step-title {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .production-process-title {
        font-size: 26px;
    }

    .production-process-subtitle {
        font-size: 1.125rem;
    }

    .process-step-title {
        font-size: 18px;
    }

    .process-step-description {
        font-size: 0.875rem;
    }

    .process-step-icon {
        width: 32px;
        height: 32px;
    }
}

/* ===== End Production Process Section ===== */

/* ===== Video Card Section ===== */
#saspod-video {
    overflow: hidden;
}

.video-card-wrapper {
    max-width: 100%;
}

.video-card-wrapper .img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.video-card-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.video-card-wrapper .start-video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-card-wrapper .start-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--saspod-green);
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 201, 162, 0.4);
}

.video-card-wrapper .start-video:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(0, 201, 162, 0.5);
}

.video-card-wrapper .start-video svg {
    fill: #fff;
    margin-left: 4px;
}

@media (max-width: 767.98px) {
    .video-card-wrapper .start-video {
        width: 60px;
        height: 60px;
    }

    .video-card-wrapper .start-video svg {
        width: 14px;
        height: 17px;
    }
}

/* ===== End Video Card Section ===== */