/* #masthead {
    border-bottom: 1px solid #4E435D;
} */

.inner-hero-sec {
    padding: 38px 0;
    background-color: var(--Primary-color);
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0px 4px 7px 1px rgba(222, 219, 219, 1);
    position: relative;
    z-index: 1;
}

.inner-hero-sec .content-wraper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.page-id-127 .inner-hero-sec {
    padding-bottom: 300px;
}

.page-id-127 .hero-video-sec .hero-video {
    width: 50%;
    margin: auto;
}

.page-id-127 .hero-video-sec {
    margin-top: -275px;
    position: relative;
    z-index: 2;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}

.page-id-127 .hero-video-sec .hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 50%;
    margin: auto;
    padding: 30px 0;
    border-bottom: 1px solid #EFE6EC;
}

.page-id-127 .hero-video-sec .hero-btns a.demo-btn {
    display: inline-block;
    padding: 10px 26px;
    border: 2px solid var(--Secondary-color);
    border-radius: 5px;
    background: transparent;
    color: var(--Secondary-color);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--EuclidCircularA);
    text-decoration: none;
    transition: all ease .3s;
}

.page-id-127 .hero-video-sec .hero-btns a.demo-btn:hover {
    background-color: var(--Secondary-color);
    color: #fff;
}

.page-id-127 .hero-video-sec .hero-btns a.get-started-btn {
    display: inline-block;
    padding: 10px 26px;
    border: 2px solid var(--Secondary-color);
    border-radius: 5px;
    background: var(--Secondary-color);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    text-decoration: none;
    transition: all ease .3s;
}

.page-id-127 .hero-video-sec .hero-btns a.get-started-btn:hover {
    background-color: #fff;
    color: var(--Secondary-color);
}

@media (max-width: 767px) {

.page-id-127 .inner-hero-sec h2 {
    max-width: 300px;
}
.page-id-127 .hero-video-sec .hero-video {
    width: 100%;
}
.page-id-127 .hero-video-sec {
    margin-top: -150px;
    padding: 0 20px;
}
.page-id-127 .inner-hero-sec {
    padding-bottom: 180px;
}
.page-id-127 .hero-video-sec .hero-btns {
    gap: 10px;
    width: 100%;
}
}

.inner-hero-sec h1 {
    padding: 8px 15px 5px;
    background-color: #FFF;
    color: var(--Primary-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--EuclidCircularA);
    text-transform: uppercase;
    border-radius: 100px;
}

.inner-hero-sec h2 {
    font-size: 56px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: #fff;
}

.inner-hero-sec h2 span {
    color: var(--Secondary-color);
}

.inner-hero-sec p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: #fff;
    max-width: 60%;
}

.inner-content-sec,
.faq-sec {
    background-repeat: repeat-y;
    background-size: 450px;
    background-position: -20px 10px;
}

section.inner-content-sec .content-wraper {
    max-width: 1000px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 170px;
}

section.inner-content-sec .content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

section.inner-content-sec .content-row.one::after,
section.inner-content-sec .content-row.two::after,
section.inner-content-sec .content-row.three::after {
    content: '';
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

section.inner-content-sec .content-row.one::after,
section.inner-content-sec .content-row.three::after {
    background-image: url('https://imagedelivery.net/M8SWzxJW7Vh3Aa8FVxr-gw/584ee5e7-7050-440a-2776-283b3daa0700/public');
}

section.inner-content-sec .content-row.two::after {
    background-image: url('https://imagedelivery.net/M8SWzxJW7Vh3Aa8FVxr-gw/92fdcc28-1067-4880-9a41-2a631961d000/public');
}

section.inner-content-sec .content-row.reverse {
    flex-direction: row-reverse;
}

section.inner-content-sec .content-row .text {
    width: 35%;
}

section.inner-content-sec .content-row .image {
    width: 45%;
}

section.inner-content-sec .content-row.two .image {
    width: 38%;
}

section.inner-content-sec .content-row .image img {
    width: 100%;
}

section.inner-content-sec .content-row .text h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
    letter-spacing: 2px;
}

section.inner-content-sec .content-row .text h3::before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    border-radius: 100px;
    background-color: var(--Secondary-color);
    margin-bottom: 15px;
}

section.inner-content-sec .content-row .text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
    margin: 20px 0 30px;
}

section.inner-content-sec .content-row .text a {
    font-family: var(--EuclidCircularA);
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border-radius: 5px;
    padding: 6px 40px;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
}

.see-all-btn {
    text-align: center;
}

.see-all-btn a {
    font-size: 18px;
    line-height: normal;
    font-family: var(--EuclidCircularA);
    color: var(--Secondary-color);
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    transition: all ease .3s;
    padding-top: 25px;
}

.see-all-btn a::after {
    content: '\f063';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.inner-mid-slider .hero-bottom.footer-area {
    border: none;
}

.inner-mid-slider .hero-bottom.footer-area {
    border: none;
    max-width: 95%;
    background: #fff;
}

.inner-mid-slider .hero-bottom .images::before {
    left: 0;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.inner-mid-slider .hero-bottom .images::after {
    right: 0;
    background: linear-gradient(262deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0) 100%);
}

section#features {
    border-top: 1px solid #E5E5E5;
}

section#pricing {
    position: relative;
    border: none;
    background-color: #fff;
    padding: 40px 0 0;
}

/* Pricing Cards CSS */

section.pricing-cards {
    border-top: 1px solid #ECECEC;
    padding-bottom: 60px;
    /* remove background image for now
    background-image: url(https://imagedelivery.net/M8SWzxJW7Vh3Aa8FVxr-gw/5cf2d48e-da62-4099-01a9-c2b4d6e79800/public);
     */
    background-repeat: repeat-y;
    background-size: 450px;
    background-position: -20px 10px;
    background: #21143a;
}

section.pricing-cards .content-wraper {
    padding: 40px 0;
    max-width: 1380px;
}

section.pricing-cards .content {
    max-width: 730px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

section.pricing-cards .content h2 {
    font-size: 40px;
    line-height: 51px;
    font-weight: 500;
    color: #fff;
    font-family: var(--EuclidCircularA);
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 25px 0 30px;
}

section.pricing-cards .content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    font-family: var(--EuclidCircularA);
}

span.separator {
    display: inline-block;
    width: 95px;
    height: 5px;
    margin: auto;
    border-radius: 5px;
    background-color: var(--Secondary-color);
}

section.pricing-cards .community-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 44px;
    margin-top: 80px;
}

section.pricing-cards .community-grid .grid-item {
    padding: 15px 35px 26px;
    border-radius: 10px;
    text-align: center;
    background-color: #2F1B4A;
    border: 1px solid #2F1B4A;
}

section.pricing-cards .community-grid .grid-item img {
    width: 79px;
    height: 79px;
    object-fit: contain;
}

section.pricing-cards .community-grid .grid-item h3 {
    margin: 25px 0 12px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: #fff;
}

section.pricing-cards .community-grid .grid-item p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: #fff;
}

span.separator {
    display: inline-block;
    width: 95px;
    height: 5px;
    margin: auto;
    border-radius: 5px;
    background-color: var(--Secondary-color);
}

section#features .content-wraper {
    padding: 0 20px;
    max-width: 1060px;
}

.guarantee {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 20px 80px 20px 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.guarantee img {
    max-width: 150px;
}

.guarantee h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'EuclidCircularA', sans-serif;
    color: var(--Primary-color);
    margin-bottom: 10px;
}

.guarantee p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
}

.faqs-wrapper-page {
    padding: 80px 0;
}

.faqs-wrapper-page section.faq-sec .faq-area .content-area h2::before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    border-radius: 100px;
    background-color: var(--Secondary-color);
    margin-bottom: 15px;
}

.faqs-wrapper-page section.faq-sec .faq-area .content-area {
    width: 30%;
}

.faqs-wrapper-page section.faq-sec .faq-area {
    justify-content: space-between;
}

.faqs-wrapper-page section.faq-sec .content-wraper {
    padding: 0;
}

.faqs-wrapper-page section.faq-sec {
    margin: 80px 0;
    background: none;
}

.faq-sec.faq-page,
.faq-sec.faq-page .faqs .faq.open {
    scroll-margin-top: 180px;
    position: relative;
}

.faq-sec.faq-page .content-area h2 {
    position: sticky;
    top: 180px;
}

.faqs-wrapper-page section.faq-sec:first-child {
    margin-top: 0;
}

.faqs-wrapper-page section.faq-sec:last-child {
    margin-bottom: 0;
}

.faq-inner section.faq-sec .faq-area {
    display: none;
}

.faq-page-content-wrapper {
    position: relative;
}

section.faq-nav {
    background-color: #190e2d;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0px 4px 7px 1px rgba(222, 219, 219, 1);
    position: sticky;
    top: 66px;
    z-index: 9;
}

section.faq-nav .nav {
    overflow: hidden;
}

section.faq-nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

section.faq-nav ul li {
    border-right: 1px solid #fff;
}

section.faq-nav ul li:last-child {
    border: none;
}

section.faq-nav ul li a {
    display: block;
    background: transparent;
    text-decoration: none;
    color: #fff;
    padding: 25px 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: all ease .3s;
    position: relative;
    overflow: hidden;
}

section.faq-nav ul li a:hover {
    transform: scale(1.02) translateY(-3px);
}

/* Features CSS */

#features .features {
    margin: 80px 0;
    position: relative;
    z-index: 5;
}

#features .features .check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url('https://imagedelivery.net/M8SWzxJW7Vh3Aa8FVxr-gw/0435bf7f-e17c-49a8-2c89-6635f16f5f00/public');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

#features .features .features-list-wrapper {
    display: flex;
    justify-content: space-between;
}

#features .features .features-list-wrapper .features-name-list {
    width: 36%;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

#features .features .features-list-wrapper .scroll-area {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    width: 64%;
}

#features .features .features-list-wrapper .features-list {
    width: 100%;
}

#features .features .features-list-wrapper ul {
    list-style: none;
}

#features .features .features-list-wrapper li {
    font-size: 16px;
    line-height: 28px;
    color: var(--Primary-color);
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    position: relative;
    min-height: 50px;
    width: fit-content;
    display: flex;
    align-items: center;
}

#features .features .features-list-wrapper li.feature-title,
#features .features .features-list-wrapper li.features-list-title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}

#features .features .features-list-wrapper li:last-child {
    margin-bottom: 30px;
}

#features .features .features-list-wrapper .features-name-list li::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 90%;
    height: 1px;
    border-bottom: 2px dashed var(--text-color);
}


#features .features .features-list-wrapper .features-name-list li.feature-title::before {
    display: none;
}

#features .features .features-list-wrapper .features-list li {
    width: 100%;
    justify-content: center;
}

#features .features .features-list-wrapper .features-list .check::before {
    content: '';
    display: block;
    width: 24px;
    height: 23px;
    background-image: url('https://imagedelivery.net/M8SWzxJW7Vh3Aa8FVxr-gw/0435bf7f-e17c-49a8-2c89-6635f16f5f00/public');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature-details {
    border-radius: 10px;
    border: 1px solid #D9DADE;
    padding: 10px 0;
    background-color: #fff;
}

#features .features .features-list-wrapper .features-list li a {
    width: 100%;
    transform: scale(1.1) translateY(50px);
    text-align: center;
    border: 2px solid #D9DADE;
}

#features .features .features-list-wrapper .features-list li a.primary-btn {
    border-color: var(--Secondary-color);
}

#features .features .features-list-wrapper .features-list li a.secondary-btn {
    color: var(--Primary-color);
}

#features .features .features-list-wrapper .features-list li a:hover {
    color: #fff;
    border-color: var(--Secondary-color);
}

#features .features .features-list.feature-details.ultimate {
    border: 3px solid var(--Secondary-color);
    position: relative;
    border: 3px solid var(--Secondary-color);
    margin-top: -1.7px;
    position: relative;
    box-shadow: -1px 1px 8px 1px rgb(0 0 0 / 12%);
}

#features .features .features-list.feature-details.ultimate::before {
    content: 'Best Value 💸';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102.5%;
    height: 40px;
    background: var(--Secondary-color);
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: -30px;
    left: 49.9%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
}


/* content hub css */

.growth-sec {
    padding: 60px 0px 0px 0px;
    /* border-top: 1px solid #cf247d; */
}

.growth-card.active {
    border: 2px solid #D13684;
}

.growth-layout {
    background: #fff;
    border-radius: 15px;
    /* border-top: 5px solid #d13684; */
    padding: 45px 66px;
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 40px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, .08); */
    justify-content: center;
}

.growth-layout-bottom {
    background: #fff;
    border-radius: 15px;
    /* border-top: 5px solid #d13684; */
    padding: 45px 66px;
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 40px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, .08); */
    justify-content: center;
    margin-bottom: 80px;
}

.growth-layout-bottom .growth-left h3 a,
.growth-layout-bottom .growth-left h3 a:focus,
.growth-layout-bottom .growth-left h3 a:visited {
    color: #22133A;
}

.growth-layout-bottom .growth-left h3 a:hover {
    color: #d13684;
}

.growth-card h3 a {
    color: #000000;
    text-decoration: none;
}

.growth-tag {
    display: inline-block;
    font-family: var(--EuclidCircularA);
    background: #f8ddeb;
    color: #d21f7c;
    padding: 8px 35px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}


.growth-left h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.growth-layout .growth-left h3 a,
.growth-layout .growth-left h3 a:focus,
.growth-layout .growth-left h3 a:visited {
    color: #22133A;
}

.growth-layout .growth-left h3 a:hover {
    color: #d13684;
}


.growth-left p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
    padding-bottom: 24px;
}


.growth-btn {
    background-color: var(--Secondary-color);
    font-family: var(--EuclidCircularA);
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border-radius: 5px;
    padding: 6px 40px;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
}


.growth-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}


.growth-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px;
}


.growth-card h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-family: var(--EuclidCircularA);
}


.growth-card span {
    background: #f8ddeb;
    color: #d13684;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
}


.growth-card small {
    display: block;
    margin-top: 8px;
    color: #666;
    font-family: var(--EuclidCircularA);
}

/* Hover */
.growth-card:hover {
    transform: scale(1.02) translateY(-2px);
    border-color: #d12b80;
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);*/
}

.growth-card:hover h3 a {
    color: #d12b80;
}

.growth-card:hover small {
    color: #999;
}


.growth-card.active:hover {
    border-color: #d12b80;
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
}

.verified-purchase {
    display: inline-block;
    font-family: var(--EuclidCircularA);
    background: #35da5c24;
    color: #35da5c;
    padding: 8px 35px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}


/* Reviews page css */

.review-sec {
    padding: 60px 0px 120px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FF 100%);
}

.review-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1260px;
    margin: auto;
}

.review-card {
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(34, 19, 58, .08);
    transition: all .35s ease;
    max-width: calc(33% - 16px);
}

.review-card .review-stars {
    display: none;
}

.review-video {
    width: 100%;
    background: #000;
}

.review-video video {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* Content */

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    padding: 30px 30px 0;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 18px;
}

.review-user img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    transition: .3s;
}

.review-user>a:hover img {
    transform: scale(1.08);
}

.review-info {
    display: flex;
    flex-direction: column;
}

.review-name {
    font-family: var(--EuclidCircularA);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--Primary-color);
    text-decoration: none;
    transition: .3s;
}

.review-name:hover {
    color: var(--Secondary-color);
}

.review-role {
    margin-top: 6px;
    font-family: var(--EuclidCircularA);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--Primary-color) !important;
    text-decoration: none;
    transition: .3s;
}

.review-role:hover {
    color: var(--Secondary-color);
}

.review-stars {
    color: #F7B500;
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
    text-align-last: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-text {
    padding: 24px 30px 32px;
    margin: 0;
    font-family: var(--EuclidCircularA);
    font-size: 18px;
    line-height: 1.8;
    color: var(--Primary-color);
}


.result-images {
    background-color: var(--accent-color);
    padding: 80px 0;
    text-align: center;
    border-style: solid;
    border-color: #F0F0F0;
    border-width: 1px 0 1px 0;

}

.content-wrapper {
    max-width: 1200px;
    margin: auto;
}

.result-images h2 {
    font-size: 40px;
    line-height: 51px;
    font-weight: 500;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 25px 0 30px;
}

.result-images p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--EuclidCircularA);
    max-width: 730px;
    margin: auto;
}

.result-images .result-images-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.result-images .result-images-wrapper img {
    width: 100%;
    border-radius: 10px;
}

.page-id-190 .faq-sec .faq-area {
    display: none;
}

.tools-sec {
    padding: 80px 0 0;
}

.tools-sec .content-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 68px 30px;
}

.tools-sec .tool-card {
    width: 100%;
}

.tools-sec .tool-card a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.tools-sec .tool-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.tools-sec .tool-card .heading {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .3s;
}

.tools-sec .tool-card:hover .heading {
    color: var(--Secondary-color);
}

.tools-sec .tool-card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--EuclidCircularA);
}

.tools-sec .tool-card .heading span {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    background-color: var(--accent-color);
}

.tools-sec .tool-card:hover .heading span {
    background-color: var(--Secondary-color);
}

.tools-sec .tool-card .heading span i {
    font-size: 15px;
    color: var(--Primary-color);
    transition: color .3s ease;
    display: inline-block;
    transform: translate(0, 0) rotate(-45deg);
}

.tools-sec .tool-card:hover .heading span i {
    color: #fff;
}

.tools-sec .tool-card .heading span i.arrow-animate {
    animation: arrowLoop .45s ease forwards;
}

.comparison-content-container {
    padding: 80px 0;
    background-color: var(--accent-color);
    border-bottom: 1px solid #e5e5e5;
}

.comparison-content-container .content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.comparison-content-container .platform-card {
    flex: 1 1 0;
    min-width: 0;
}

.comparison-content-container .platform-card .image {
    width: 100%;
    height: 350px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.comparison-content-container .platform-card .image img {
    width: 300px;
    height: auto;
    object-fit: cover;
}

.comparison-content-container .platform-card .heading {
    font-size: 40px;
    line-height: 42px;
    font-weight: 500;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
    margin: 30px 40px 16px;
}

.comparison-content-container .platform-card p {
    font-size: 18px;
    line-height: 28px;
    color: var(--text-color);
    font-family: var(--EuclidCircularA);
    margin: 0 40px 16px;
}

.comparison-content-container .vs {
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
    position: relative;
    top: 160px;
}




.comparison-table {
    max-width: 1200px;
    margin: auto;
    background-color: #fff;
    border-radius: 24px;
    margin-top: 40px;
    padding: 60px 0;
}

.comparison-table .content-wrapper {
    display: block;
    max-width: 768px;
    margin: 0 auto;
    background: #FFFFFF;
}

.comparison-table p {
    font-size: 18px;
    line-height: 28px;
    color: var(--text-color);
    font-family: var(--EuclidCircularA);
    margin-bottom: 30px;
}

.comparison-table-grid {
    border: 1px solid #E7E4EF;
    border-radius: 12px;
    clip-path: inset(0 round 12px 12px 0 0);
}

.comparison-table-grid::-webkit-scrollbar {
    height: 6px;
}

.comparison-table-grid::-webkit-scrollbar-track {
    background: var(--accent-color);
}

.comparison-table-grid::-webkit-scrollbar-thumb {
    background: var(--Secondary-color);
    border-radius: 999px;
}

.comparison-table-grid::-webkit-scrollbar-thumb:hover {
    background: var(--Primary-color);
}

.comparison-table-intro {
    font-family: var(--EuclidCircularA);
    font-weight: 600;
    font-size: 18px;
    color: var(--Primary-color);
    margin: 0 0 24px;
}

.comparison-table-grid .table-row {
    display: grid;
    grid-template-columns: 300px repeat(2, 1fr);
    align-items: center;
    border-bottom: 1px solid #E7E4EF;
    transition: all ease .3s;
}

.comparison-table-grid .table-row:hover,
.comparison-table-grid .table-row.row-divider {
    background-color: var(--accent-color);
}

.comparison-table-grid .table-row:last-child {
    border-bottom: none;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.comparison-table-grid .table-row.header {
    background: var(--accent-color);
    position: sticky;
    top: 0;
    z-index: 100;
}

.comparison-table-grid .table-cell {
    padding: 20px 24px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: var(--text-color);
}

.comparison-table-grid .table-cell:nth-child(2) {
    border-right: 1px solid #E7E4EF;
    border-left: 1px solid #E7E4EF;
}

.comparison-table-grid .table-cell.label {
    text-align: left;
    font-family: var(--EuclidCircularA);
    font-weight: 400;
    color: var(--Primary-color);
    white-space: nowrap;
    text-transform: capitalize;
}

.comparison-table-grid .table-row.header .table-cell.label,
.comparison-table-grid .row-divider .table-cell.label {
    font-weight: 700;
}

.comparison-table-grid .table-cell.brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: none;
}

.comparison-table-grid .table-cell.brand .logo.mbl {
    display: none;
}

.comparison-table-grid .logo {
    /* max-height: 1.75rem; */
    width: 100%;
}

.comparison-table-grid .table-cell.icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-table-grid .icon-mark {
    display: block;
    width: 24px;
    height: 22px;
    border-radius: 50%;
}

.comparison-table-grid .icon-mark.check {
    background-image: url('../images/svgexport-28.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.comparison-table-grid .icon-mark.cross {
    background-image: url('../images/svgexport-29.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


@keyframes arrowLoop {
    0% {
        transform: translate(0, 0) rotate(-45deg);
        opacity: 1;
    }

    45% {
        transform: translate(11px, -11px) rotate(-45deg);
        opacity: 0;
    }

    46% {
        transform: translate(-11px, 11px) rotate(-45deg);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0) rotate(-45deg);
        opacity: 1;
    }
}

.comparison-article {
    padding: 80px 0;
}

.comparison-article .content-wrapper {
    max-width: 1020px;
}

.comparison-article p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
    margin-bottom: 20px;
}

.comparison-article p a {
    color: var(--Secondary-color);
}

.comparison-article h2 {
    margin-top: 32px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
    margin-bottom: 20px;
}

.comparison-article h3 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
}

.more-comparisons {
    padding: 80px 0;
    background-color: var(--accent-color);
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-top: 1px solid #e5e5e5;
}

.more-comparisons .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.more-comparisons  h2 {
    font-size: 40px;
    line-height: 51px;
    font-weight: 500;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 25px 0 30px;
}

.more-comparisons .comp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.more-comparisons .comp-grid a {
    display: block;
    width: 100%;
    transition: all ease .3s;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
}

.more-comparisons .comp-grid a:hover {
    transform: translateY(-5px);
}

.more-comparisons .comp-grid .image {
    width: 100%;
    height: 104px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-comparisons .comp-grid .image img {
    max-height: 100px;
    width: auto;
}

.more-comparisons .comp-grid h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    margin: 32px 24px 24px;
}

.more-comparisons .comp-grid span {
    display: block;
    margin: 0 24px 32px;
    font-size: 18px;
    line-height: 18px;
    font-family: var(--EuclidCircularA);
    color: var(--Secondary-color);
}

/* Floating CTA (compare/alternative pages only): pinned bottom-left on
   desktop so it doesn't overlap the chat widget on the right; centered
   on mobile, raised above the Intercom launcher bubble. Hidden until the
   visitor scrolls past 10% of the page and has made a cookie-consent
   choice (custom.js toggles .is-visible). Markup is injected
   conditionally in footer.php. */
.gv-floating-cta {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 950;
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--Primary-color);
    padding: 14px 16px 14px 22px;
    border-radius: 5px;
    box-shadow: 0 12px 30px rgba(34, 19, 58, .25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity ease .3s, visibility ease .3s;
}

.gv-floating-cta.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.gv-floating-cta__text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--EuclidCircularA);
    color: #fff;
    white-space: nowrap;
}

.gv-floating-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 22px;
    border-radius: 5px;
    background: var(--Secondary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    text-decoration: none;
    white-space: nowrap;
    transition: all ease .3s;
}

.gv-floating-cta__btn:hover {
    opacity: .85;
}

@media (max-width: 767px) {
    .gv-floating-cta {
        left: 50%;
        transform: translateX(-50%);
        bottom: 90px;
        width: calc(100% - 32px);
        max-width: 380px;
        justify-content: center;
        padding: 12px 16px;
    }

    .gv-floating-cta__text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .inner-hero-sec {
        padding: 30px 10px;
    }

    .inner-hero-sec h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .inner-hero-sec p {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }

    section.inner-content-sec .content-wraper {
        padding: 60px 30px;
        gap: 60px;
    }

    section.inner-content-sec .content-row.one::after,
    section.inner-content-sec .content-row.two::after,
    section.inner-content-sec .content-row.three::after {
        display: none;
    }

    section.inner-content-sec .content-row.reverse,
    section.inner-content-sec .content-row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    section.inner-content-sec .content-row .text,
    section.inner-content-sec .content-row .image {
        width: 100%;
    }

    section.inner-content-sec .content-row .text h3 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 1.5px;
    }

    .inner-hero-sec h1 {
        padding: 4px 15px 2px;
        font-size: 12px;
        line-height: 24px;
    }

    .inner-content-sec,
    .faq-sec {
        background: none;
    }

    .faqs-wrapper-page {
        padding: 50px 30px;
        background-image: none;
    }

    .faqs-wrapper-page section.faq-sec {
        margin: 50px 0;
    }

    .faqs-wrapper-page section.faq-sec .faq-area {
        padding: 0;
    }

    .faqs-wrapper-page section.faq-sec .faq-area .content-area h2 {
        text-align: left;
    }

    section.faq-nav ul li a {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 22px;
        white-space: nowrap;
    }

    section.faq-nav .nav {
        overflow: auto;
    }

    section.faq-nav ul {
        justify-content: flex-start;
    }

    .guarantee {
        padding: 25px 20px 30px 20px;
        position: relative;
        margin: 0 30px;
    }

    .guarantee h2 {
        font-size: 20px;
        line-height: 28px;
        max-width: 55%;
    }

    .guarantee p {
        font-size: 16px;
        line-height: 28px;
    }

    .guarantee img {
        max-width: 60px;
        position: absolute;
        top: 15px;
        right: 25px;
    }

    section#features .content-wraper {
        padding: 0;
    }

    section#features .content {
        padding: 0 30px;
    }

    .growth-sec {
        padding: 46px 0;
    }

    .growth-layout,
    .growth-layout-bottom {
    grid-template-columns: 1fr;
    padding: 25px 10px;
    margin: 0 10px;
    } 

    .growth-left h2 {
        font-size: 30px;
    }

    .growth-right {
        grid-template-columns: 1fr;
    }

    .growth-btn {
        width: 100%;
        text-align: center;
    }

    #features .features {
        margin: 0;
        padding: 0 20px 20px;
    }

    .faq-sec.faq-page,
    .faq-sec.faq-page .faqs .faq.open {
        scroll-margin-top: 120px;
    }

    #features .features .features-list-wrapper .features-name-list {
        width: 70%;
        padding: 50px 0;
    }

    #features .features .features-list-wrapper li {
        font-size: 14px;
        line-height: 22px;
        min-height: 45px;
        max-height: 45px;
    }

    #features .features .features-list-wrapper .features-name-list li::before {
        bottom: 8px;
    }

    #features .features .features-list-wrapper li:last-child {
        margin-bottom: 15px;
    }

    #features .features .features-list-wrapper li.feature-title,
    #features .features .features-list-wrapper li.features-list-title {
        font-size: 18px;
        line-height: 22px;
    }

    #features .features .features-list-wrapper .features-list {
        width: 100%;
        min-width: fit-content;
        height: fit-content;
    }

    #features .features .features-list-wrapper .scroll-area {
        gap: 15px;
        padding: 40px 8px 0;
        width: 55%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    #features .features .features-list-wrapper .features-list li a {
        font-size: 14px;
        transform: scale(1.1) translateY(30px);
    }

    #features .features .features-list.feature-details.ultimate::before {
        width: calc(100% + 4.9px);
        left: -3px;
        transform: unset;
    }

    section.inner-content-sec .content-row.two .image {
        width: 85%;
    }

    .review-sec {
        padding: 40px 20px;
    }

    .review-card,
    .review-card.sm {
        border-radius: 16px;
        max-width: 100%;
    }

    .review-text {
        padding: 20px;
        font-size: 16px;
        line-height: 1.5;
    }

    .review-top {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 14px;
        padding: 20px 20px 0;
    }

    .review-stars {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
    }

    .verified-purchase {
        padding: 8px 15px;
    }

    .result-images {
        padding: 50px 20px;
    }

    .result-images h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .result-images .result-images-wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }

    .tools-sec {
        padding: 50px 20px 0;
    }

    .tools-sec .content-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px 30px;
    }

    .tools-sec .tool-card .heading {
        font-size: 18px;
        line-height: 26px;
        margin: 15px 0;
    }

     .comparison-table {
        padding: 40px 20px;
    }

    .comparison-table-grid .table-cell {
        padding: 14px 10px;
        font-size: 14px;
    }

    .comparison-table-grid .table-cell.label {
        font-size: 13px;
    }

    .comparison-table-grid .logo {
        max-height: 22px;
    }
    .comparison-content-container {
        padding: 50px 20px;
        border-bottom: 1px solid #e5e5e5;
    }
    .comparison-content-container .content-wrapper {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .comparison-content-container .platform-card .image {
        height: 190px;
        border-radius: 18px;
    }
    .comparison-content-container .platform-card .heading {
        font-size: 22px;
        line-height: 32px;
        margin: 25px 0 10px;
    }
    .comparison-content-container .platform-card p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .comparison-content-container .vs {
        font-size: 26px;
        line-height: 36px;
        top: 0;
    }
    .comparison-table p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .comparison-table-grid .table-cell.brand .logo {
        display: none;
    }
    .comparison-table-grid .table-cell.brand .logo.mbl {
        display: block;
    }
    .comparison-table-grid .table-cell.brand {
        padding: 10px 0;
    }
    .comparison-article {
        padding: 50px 20px 0;
    }
    .comparison-table-grid .table-row {
        grid-template-columns: 1fr 48px 48px;
        border-top: 1px solid #e5e5e5;
    }
    .more-comparisons {
        padding: 50px 20px;
        text-align: center;
    }
    .more-comparisons  h2 {
        font-size: 30px;
        line-height: 38px;
        margin: 25px 0 30px;
    }
    .more-comparisons .comp-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .more-comparisons .comp-grid h3 {
        font-size: 20px;
        margin: 24px 20px 20px;
        text-align: left;
    }
    .more-comparisons .comp-grid span {
        margin: 0 20px 24px;
        font-size: 18px;
        line-height: 18px;
        text-align: left;
    }
    section.pricing-cards .content-wraper {
        padding: 25px 10px;
    }

    section.pricing-cards .community-grid  {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 60px;
        padding: 0 10px;
    }
}

/* ==========================================================
   Contact page (/contact/)
   ========================================================== */
.contact-hero-sec {
    position: relative;
    overflow: visible;
}

/* Height is set at runtime by the script in contact.php: it measures
   .contact-hero-left's actual rendered content (which varies with copy
   length) and sizes this to end 24px below the help-text line. Anchored
   to .contact-hero-sec (which is already full viewport width) rather than
   the narrower .contact-hero-left column, so left:0/right:0 bleeds edge
   to edge correctly regardless of nesting inside the centered content-wraper. */
.contact-hero-bgfill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--Primary-color);
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0px 4px 7px 1px rgba(222, 219, 219, 1);
    z-index: 0;
}

@media (max-width: 767px) {
    .contact-hero-bgfill {
        display: none;
    }
}

.contact-hero-sec .content-wraper {
    position: relative;
    z-index: 1;
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 60px;
    align-items: start;
    padding: 70px 0 0px;
}

.contact-hero-left h1 {
    color: #fff;
    font-family: var(--EuclidCircularA);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 28px;
}

.contact-bullets {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-bullets li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-bullets a {
    color: #d13684;
}

.contact-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    color: var(--Secondary-color);
    font-size: 16px;
}

.contact-bullets p {
    margin: 0;
    color: #fff;
    font-family: var(--EuclidCircularA);
    font-size: 16px;
    line-height: 1.5;
}

.contact-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.25);
    margin: 0 0 24px;
}

.contact-help-text {
    margin: 0;
    color: #fff;
    font-family: var(--EuclidCircularA);
    font-size: 15px;
    line-height: 1.6;
}

.contact-help-link {
    color: var(--Secondary-color);
    text-decoration: underline;
}

.contact-help-link:hover {
    text-decoration: none;
}

/* ---- Form card ---- */
.contact-form-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #E4E7EB;
    box-shadow: 0 12px 40px rgba(34, 19, 58, .12);
    padding: 32px 36px;
}

.contact-form-title {
    margin: 0 0 4px;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.contact-form-sub {
    margin: 0 0 22px;
    color: #6b7280;
    font-family: var(--EuclidCircularA);
    font-size: 14px;
    text-align: center;
}

.contact-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.contact-field {
    margin-bottom: 14px;
}

.contact-field--full {
    grid-column: 1 / -1;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #D9DADE;
    border-radius: 6px;
    padding: 12px 14px;
    font-family: var(--EuclidCircularA);
    font-size: 15px;
    color: var(--Primary-color);
    outline: none;
    transition: border-color ease .2s;
}

.contact-field textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: var(--Secondary-color);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #9aa0a6;
}

.contact-field-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#gv-contact-submit {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: #fff;
    background-color: var(--Secondary-color);
    border: none;
    cursor: pointer;
    margin-top: 4px;
    transition: all ease .3s;
}

#gv-contact-submit:hover {
    background-color: #fff;
    color: var(--Primary-color);
    box-shadow: inset 0 0 0 2px var(--Secondary-color);
}

#gv-contact-submit:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.contact-form-error {
    margin: 12px 0 0;
    color: #dc2626;
    font-family: var(--EuclidCircularA);
    font-size: 14px;
}

.contact-recaptcha-note {
    margin: 12px 0 0;
    color: #9aa0a6;
    font-family: var(--EuclidCircularA);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.contact-recaptcha-note a {
    color: #9aa0a6;
    text-decoration: underline;
}

.contact-recaptcha-note a:hover {
    color: var(--Secondary-color);
}

.contact-form-success {
    text-align: center;
    padding: 20px 4px 8px;
}

.contact-success-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(34,197,94,0.12);
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.contact-form-success p {
    margin: 0;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    font-size: 16px;
    line-height: 1.6;
}

/* ---- Testimonial (placeholder) ---- */
.contact-testimonial-sec {
    padding: 50px 0 70px;
}

/* margin-top is set at runtime by the script in contact.php, which
   measures the actual purple background height (see .contact-hero-bgfill
   above) and keeps this pulled up flush against it with a 24px gap. */
@media (min-width: 768px) {
    .contact-testimonial-sec {
        position: relative;
        z-index: 1;
    }
}

.contact-testimonial-card {
    max-width: 460px;
    background: var(--accent-color);
    border-radius: 12px;
    padding: 26px 28px;
}

.contact-testimonial-quote {
    margin: 0 0 20px;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
}

.contact-testimonial-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-testimonial-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #E1E4F0;
    color: #8890B5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.contact-testimonial-person strong {
    display: block;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    font-size: 15px;
}

.contact-testimonial-person span {
    display: block;
    color: #6b7280;
    font-family: var(--EuclidCircularA);
    font-size: 13px;
    margin-top: 2px;
}

@media (max-width: 767px) {
    .contact-hero-grid {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

    .contact-hero-left {
        background-color: var(--Primary-color);
        border-bottom: 1px solid #FFFFFF;
        box-shadow: 0px 4px 7px 1px rgba(222, 219, 219, 1);
        padding: 40px 20px 32px;
    }

    .contact-hero-left h1 {
        font-size: 26px;
    }

    .contact-hero-right {
        padding: 30px 20px 0;
    }

    .contact-field-row {
        grid-template-columns: 1fr;
    }

    .contact-form-card {
        padding: 26px 22px;
    }

    .contact-testimonial-sec {
        padding: 30px 20px 50px;
    }

    .contact-testimonial-card {
        max-width: 100%;
    }
}

/* ==========================================================
   How it Works (/how-it-works/) — numbered step timeline
   ========================================================== */
.steps-sec {
    padding: 30px 0;
}

.steps-list {
    max-width: 820px;
    margin: 0 auto;
}

.step-item {
    display: flex;
    gap: 28px;
    position: relative;
    padding-bottom: 48px;
}

.step-item:last-child {
    padding-bottom: 0;
}

.step-marker {
    position: relative;
    flex-shrink: 0;
}

.step-marker::after {
    content: '';
    position: absolute;
    top: 56px;
    bottom: -48px;
    left: 50%;
    width: 2px;
    background-color: #EFE6EC;
    transform: translateX(-50%);
}

.step-item:last-child .step-marker::after {
    display: none;
}

.step-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--Primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.step-body {
    flex: 1;
    padding-top: 8px;
}

.step-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--Secondary-color);
    font-family: var(--EuclidCircularA);
    margin-bottom: 6px;
}

.step-body h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
    margin: 0 0 10px;
}

.step-summary {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
    margin: 0;
}

.step-more {
    display: none;
}

.step-more p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
    margin: 10px 0 0;
}

.step-item.open .step-more {
    display: block;
}

.step-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: var(--Secondary-color);
    cursor: pointer;
}

.step-toggle i {
    font-size: 11px;
    transition: transform ease .2s;
}

.step-item.open .step-toggle i {
    transform: rotate(180deg);
}

.steps-cta {
    text-align: center;
    margin-top: 56px;
}

.steps-cta .primary-btn {
    display: inline-block;
    width: auto;
    padding: 10px 48px;
}

@media (max-width: 767px) {
    .steps-sec {
        padding: 30px 20px;
    }

    .steps-list {
        max-width: 100%;
    }

    .step-item {
        gap: 16px;
        padding-bottom: 32px;
    }

    .step-marker::after {
        top: 44px;
        bottom: -32px;
    }

    .step-icon {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .step-body {
        padding-top: 4px;
    }

    .step-body h3 {
        font-size: 19px;
        line-height: 27px;
    }

    .step-summary,
    .step-more p {
        font-size: 15px;
        line-height: 25px;
    }

    .steps-cta {
        margin-top: 40px;
    }

    .steps-cta .primary-btn {
        width: 100%;
        padding: 12px 20px;
    }
}