@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Medium.woff') format('woff'),
        url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Light.woff') format('woff'),
        url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-SemiBold.woff') format('woff'),
        url('../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Regular.woff') format('woff'),
        url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Bold.woff') format('woff'),
        url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Space Grotesk';
}

p {
    margin: 0;
}

/* Custom Navbar Styles for Untap */
.custom-navbar-bg {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
    padding: 25px;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.navbar-nav .menu-item a {
    font-weight: 500;
    color: #2D2C2B;
    transition: color 0.2s;
    font-size: 16px;
    line-height: 20px;
	text-decoration: none;
}
.navbar-nav .menu-item {
    padding: 8px;
}
.navbar-nav .menu-item a.active,
.navbar-nav .menu-item a:focus,
.navbar-nav .menu-item a:hover {
    color: #7E2FD3;
    font-weight: 700;
}

.nav-connect-btn {
    border-radius: 0;
    padding: 18px 24px;
    gap: 4px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    font-family: 'Space Grotesk';
}

/* Footer Styles */
.untap-footer .footer-row {
    padding-top: 80px;
}

.untap-footer {
    background: #fff;
    font-size: 16px;
    color: #222;
    margin-top: 60px;
}

.untap-footer .brand-font {
    font-size: 1.5rem;
    font-weight: bold;
}

.footer-desc {
    color: #404040;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding: 16px 0 60px 0;
    width: 100%;
    max-width: 401px;
    text-align: left;
}

.footer-location-link,
.footer-location-text {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    text-align: left;
}

.footer-location {
    gap: 16px;
    padding-bottom: 24px;
}

.footer-location-text {
    font-size: 0.95rem;
    color: #2d2c2b;
}

.footer-cta-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #2D2C2B;
    line-height: 40px;
}

.footer-discovery-btn {
    font-family: 'Space Grotesk';
    font-weight: 600;
    border-radius: 0;
    font-size: 1rem;
    padding: 15px;
    margin: 16px 0;
}

.footer-discovery-btn i.fa-solid.fa-arrow-right {
    padding-left: 6px;
}

.footer-purpose span {
    color: #69727D;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    padding-left: 10px;
    text-align: left;
}

.footer-social {
    padding-top: 42px;
}

.footer-social a {
    font-weight: 600;
    color: #2D2C2B;
    font-size: 18px;
    cursor: pointer;
    line-height: 18px;
    padding-right: 15px;
    text-decoration: none;
}

.footer-divider {
    border-top: 1px solid #E4E4E4;
    margin: 0 0 24px 0
}

.footer-copy-right p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #69727D;
}

.footer-link {
    color: #69727D;
    text-decoration: none;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    margin-right: 20px;
}

.footer-link:last-child {
    margin-right: 0px;
}

.footer-link:hover {
    text-decoration: underline;
    color: #7E2FD3;
}

/* Hero Section Styles */
.untap-hero {
    position: relative;
    width: 100%;
    min-height: 371px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: url(https://f59.c99.myftpupload.com/wp-content/uploads/2025/09/Background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.linkedin-container {
  display: inline-block;
}

.linkedin-icon {
  width: 40px;   /* adjust size */
  height: 40px;
  border-radius: 6px; /* optional: makes corners rounded */
  transition: transform 0.2s ease;
}

.linkedin-icon:hover {
  transform: scale(1.1); /* zoom effect on hover */
}

.untap-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 150px;
}

section.untap-hero.about-untap .untap-hero-content {
    gap: 0px;
}

.untap-hero-left {
    flex: 1 1 50%;
}

.untap-hero-title {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    line-height: 64px;
    margin: 0;
    font-family: 'Space Grotesk';
}

.untap-hero-right {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-untap .untap-hero-right {
    padding-top: 45px;
}

.about-untap .untap-hero-desc {
    margin-bottom: 0px;
}

.untap-hero-desc {
    color: #fff;
    font-size: 16px;
    margin-bottom: 60px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Space Grotesk';
}

.untap-hero-btn {
    background: #FFFFFF;
    color: #000000;
    font-weight: 400;
    font-family: 'Space Grotesk';
    border: none;
    padding: 17px 32px;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}

.untap-hero-btn:hover {
    background: #f3eaff;
    color: #7e2fd3;
}

.untap-hero-btn .arrow {
    font-size: 1.1em;
    margin-left: 8px;
}

/* Quote Section Styles */
.untap-quote-section {
    position: relative;
    width: 100%;
    min-height: 352px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.about-quote-cta a {
    position: absolute;
    top: 19px;
    right: 22px;
}

.about-quote-cta a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Space Grotesk';
    background-color: white;
    padding: 10px 30px;
    color: #1D1D1D;
    text-transform: uppercase;
    text-decoration: none;
}

.untap-quote-block {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0;
    margin: 0 auto;
}

.untap-quote-text {
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    font-family: 'Space Grotesk';
    line-height: 56px;
    display: inline-block;
    position: relative;
    max-width: 935px;
}

.untap-quote-text::before,
.untap-quote-text::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 29px;
    background-image: url('/wp-content/uploads/2025/09/quote.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 8px;
    vertical-align: middle;
    top: -10px;
    position: absolute;
    left: -15px;
}

.untap-quote-text::after {
    background-image: url('/wp-content/uploads/2025/09/quote.svg');
    right: -50px;
    left: unset;
    bottom: -10px;
    top: unset;
    transform: rotate(180deg);
}

/* About Section Styles */
.untap-about-section,
.service-section {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    background-image: url(../assets/Sub-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.untap-about-content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.untap-about-text {
    color: #7B7A7A;
    font-size: 40px;
    font-family: 'Space Grotesk';
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.untap-bold {
    font-weight: 600;
}

.untap-gradient {
    background: linear-gradient(90deg, #7E2FD366, #7E2FD3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;

}

.slick-slide .inner {
    margin: 0 15px;
}

.marquee .slick-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.slick.marquee .slick-slide {
    margin: 0 15px;
    /* adjust spacing between logos */
}

.slick.marquee .slick-slide img {
	    display: block;
    max-height: 100px;
    width: 100%;
    height: 48px;
    object-fit: contain;
}

.marquee-text p {
    font-size: 60px;
    line-height: 68px;
    font-weight: 600;
    font-family: 'Space Grotesk';
}
.untap-quote-section.service-quote .container {
    DISPLAY: FLEX;
    FLEX-DIRECTION: COLUMN-REVERSE;
}
.marquee-text .slick-slide .inner {
    margin: 0 45px;
}

.marquee-text {
    position: relative;
    overflow: hidden;
}

.marquee-text::before,
.marquee-text::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    /* size of fade area */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.marquee-text::before {
    left: 0;
    background: linear-gradient(to right, white 0%, transparent 100%);
}

.marquee-text::after {
    right: 0;
    background: linear-gradient(to left, white 0%, transparent 100%);
}

.untap-marquee-text-section {
    padding: 34px 0 0 0;
}

/* Split Hero Section Styles */
.untap-split-hero {
    display: flex;
    position: relative;
    width: 100%;
    font-family: 'Space Grotesk';
    overflow: hidden;
    background-image: url('https://f59.c99.myftpupload.com/wp-content/uploads/2025/09/Background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
}

.untap-split-left {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 100px 0 100px 9vw;
    box-sizing: border-box;
    position: relative;
    z-index: 2;

}

.untap-video {
    height: 100%;
}

.untap-split-title {
    color: #000;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 40px 0;
    text-align: left;
    max-width: 486px;
}

.untap-split-desc {
    color: #000;
    font-size: 16px;
    margin: 0 0 28px 0;
    text-align: left;
    line-height: 160%;
    font-weight: bold;
    font-family: 'Space Grotesk';
    max-width: 486px;
}

.untap-split-actions {
    display: flex;
    align-items: center;
}

.untap-split-right video {
    height: 800px;
}

.untap-split-right {
    flex: 1 1 50%;
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: #fff;
    overflow: hidden;
}

span.untap-split-btn-icon {
    padding-right: 24px;
}

a.untap-split-btn {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-family: 'Space Grotesk';
    line-height: 24px;
}

.untap-split-card {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.untap-split-vertical-label {
    position: absolute;
    right: -100px;
    bottom: 160px;
    transform: rotate(-90deg);
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    font-family: 'Space Grotesk';
    z-index: 10;
    pointer-events: none;
}

.untap-split-highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.untap-split-left:after {
    position: absolute;
    content: '';
    border: 1px solid black;
    width: 2px;
    height: 70px;
    bottom: 0;
    right: 70px;
}

.untap-split-highlight::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1em;
    width: 100%;
    height: 50%;
    transform: rotate(-4deg);
    background: linear-gradient(90deg, #d6c5ff, #d6c5ff);
    z-index: -1;
    border-radius: 4px;
}

.untap-section {
    padding: 100px 0px;
    position: relative;
    background-image: url(../assets/text-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.untap-section h2 {
    font-size: 56px;
    text-align: center;
    max-width: 608px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.untap-left img {
    width: 100%;
}

.untap-right {
    padding: 0;
    margin-left: -50px;
    position: relative;
    z-index: 1;
}
.email-feild{
	color:#fff !important;
}
.untap-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.untap-number {
    background: #1d1d1d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
    flex-shrink: 0;
    line-height: 160%;
}

.untap-text h4 {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Space Grotesk';
}

.untap-text p {
    font-size: 16px;
    color: #8c8c8c;
    font-weight: 500;
    line-height: 30px;
}

.untap-testimonial-section {
    padding: 100px 0;
}

.untap-heading {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 42px;
    line-height: 56px;
    font-family: 'Space Grotesk';
}

.untap-arrows button {
    width: 56px;
    height: 56px;
    border: none;
    margin-right: 10px;
    background: #F7F7F7;
    cursor: pointer;
    transition: 0.3s;
    color: #7E2FD3;
    border: 1px solid #e4e4e4;
    font-size: 20px;
    font-weight: 500;
}

.untap-testimonial {
    display: flex !important;
    align-items: flex-start;
    gap: 32px;
}

.untap-testimonial img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.untap-testimonial p {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 22px
}

.untap-testimonial p a {
    color: #7E2FD3;
    text-decoration: underline;
    font-weight: 700;
}

.untap-name {
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(90deg, #C2A8FF 0%, #7E2FD3 100%);
    -webkit-background-clip: text;
    /* Chrome, Safari */
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* Standard */
    color: transparent;
    /* fallback */
    display: inline-block;
}

.untap-role {
    font-size: 16px;
    color: #8c8c8c;
    line-height: 160%;
    font-weight: 400;
}

.untap-arrows button.active {
    background: #7E2FD3 !important;
    color: #fff !important;
    border-color: #7E2FD3 !important;
}

/* Section wrapper */
.why-choose {
    padding: 100px 0;
}

/* Header inside section */
.why-choose .why-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.why-choose .why-header h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 55px;
}

.why-choose .why-header .cta-btn {
    background: linear-gradient(180deg, #7E2FD3 0%, #C2A8FF 100%);
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Space Grotesk', sans-serif;
    border: none;
    cursor: pointer;
}

/* Slider container */
.why-choose .why-slider {
    margin-left: 5%;
    /* align with container left */
}

/* Slide card */
.why-choose .slide {
    background: #fff;
    border-left: 1px solid #e5e5e5;
    padding: 40px 60px;
    box-sizing: border-box;
    margin: 0 12px;
    transition: all 0.3s ease;
}

/* Text inside card */
.why-choose .slide p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    font-weight: 500;
    max-width: 229px;
    padding-bottom: 80px;
}

img.why-slider-img {
    padding-left: 27px;
}

/* Growth Slider Styles */
/* Base Growth Slider Styles */
.growth-slider {
    position: relative;
    padding: 100px 0;
}

.growth-slide-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.growth-slide-left {
    flex: none;
    width: 50%;
    background: #7E2FD3;
}

.growth-slide-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.growth-slide-right {
    flex: none;
    width: 50%;
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Align content at the top */
    background: #fff;
    position: relative;
}

.growth-slide-right h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 20px 0;
}

.growth-slide-right h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Space Grotesk', sans-serif;
    margin: 0 0 30px 0;
}

.growth-slide-right p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 40px;
    font-weight: 500;
    color: #8c8c8c;
    margin: 0;
}

/* Custom Arrow Styles */
.growth-slider .growth-prev,
.growth-slider .growth-next {
    width: 56px;
    height: 56px;
    border: none;
    margin-right: 10px;
    background: #F7F7F7;
    cursor: pointer;
    transition: 0.3s;
    color: #7E2FD3;
    border: 1px solid #e4e4e4;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 32px;
    /* Align the arrows near the bottom */
    z-index: 2;
}

.growth-slider .growth-prev {
    right: 190px;
}

.growth-slider .growth-next {
    right: 120px;
}

.growth-slider .slick-arrow.active {
    background: #7E2FD3 !important;
    color: #fff !important;
    border-color: #7E2FD3 !important;
}
.growth-slider .slick-list {
    overflow: hidden;
}
/* Who We Work With Section */
.untap-who-section {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
}

.untap-who-row {
    display: flex;
    max-width: 1100px;
    width: 100%;
    gap: 48px;
    align-items: flex-start;
    justify-content: center;
}

.untap-who-img img {
    width: 340px;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.untap-who-content {
    flex: 1 1 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 260px;
}

.untap-who-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: #222;
}

.untap-who-group {
    margin-bottom: 12px;
}

.untap-who-label {
    font-weight: 600;
    color: #7E2FD3;
}

.untap-who-desc {
    color: #7B7A7A;
    font-size: 1rem;
}

/* Unified Section */
.untap-unified-section {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

.untap-unified-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 100px;
    /* space between rows */
}

.untap-card-img {
    width: 50%;
}

/* Card (Row) */
.untap-card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.untap-card.reverse {
    flex-direction: row-reverse;
    /* flips layout for alternating style */
}

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

.untap-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 40px 100px 40px;
}

.untap-card-title,
.service-help-section h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #1D1D1D;
    line-height: 55px;
}

.untap-unified-section p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #7B7A7A;
    font-family: 'Space Grotesk';
    padding-bottom: 16px;
}

.untap-unified-section h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    padding: 0px 0 16px 0;
    margin: 0;
}

/* .untap-card-content p:last-child {
    padding-top: 32px;
} */

.untap-card-list {
    color: #7B7A7A;
    font-size: 16px;
    padding-left: 0px;
    margin: 0;
    line-height: 20px;
    padding-top: 16px;
    font-weight: 500;
}

.untap-card-list li {
    margin-bottom: 24px;
    list-style: none;
    position: relative;
    padding-left: 32px;
}

.untap-card-list li:before,
.service-help-section .row-item .text h4:before {
    position: absolute;
    content: '';
    background-image: url('/wp-content/uploads/2025/09/black-arrow.svg');
    width: 100%;
    height: 100%;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
}

.untap-card-desc {
    color: #7B7A7A;
    font-size: 1rem;
}

.untap-card-name {
    color: #7E2FD3;
    font-weight: 700;
}

.about-untap .untap-about-text {
    text-align: left;
}

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

.service-section h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 100px;
    letter-spacing: -4px;
    font-family: 'Space Grotesk';
    color: #1D1D1D;
    padding-bottom: 16px;
}

.service-section h2 span {
    color: #1D1D1D1A;

}

.service-section .subtitle {
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 16px;
}

.service-section .description {
    font-size: 24px;
    line-height: 120%;
    color: #7B7A7A;
    max-width: 960px;
    margin: 0 auto;
}

.service-help-section {
    padding: 100px 0;
    overflow: hidden;
}

.service-help-section .service-help-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.service-help-section .row-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.service-help-section .row-item .text {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    gap: 1rem;
}

.service-help-section .row-item .text h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    flex: 1;
    line-height: 20px;
    position: relative;
    padding-left: 30px;

}

.service-help-section .row-item .text h4:before {
    background-image: url('/wp-content/uploads/2025/09/black-arrow.svg');
}

.service-help-section .row-item .text p {
    margin: 0;
    font-size: 16px;
    color: #7B7A7A;
    flex: 1;
    text-align: left;
    line-height: 20px;
    font-weight: 500;
}

.service-help-img img {
    width: auto;
    max-width: 100%;
}

.untap-unified-section .container-fluid,
.service-help-section .container-fluid {
    padding: 0;
}

.service-help-right-wrapper {
    padding: 0 35px;
}

.untap-quote-section.service-quote {
    padding: 120px 0;
}

.untap-quote-section.service-quote .untap-quote-text {
    max-width: 100%;
}

.untap-quote-section.service-quote .untap-quote-text::before,
.untap-quote-section.service-quote .untap-quote-text::after {
    content: unset;
}

.untap-quote-section.service-quote .about-quote-cta a {
    position: static;
}

.untap-quote-section.service-quote .about-quote-cta {
    text-align: center;
    margin-bottom: 16px;
}

.service-help-section .row.service-help-reverse {
    flex-direction: row-reverse;
}

/* Contact Section Styles */
.untap-contact-section {
    width: 100%;
    min-height: 480px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.untap-contact-container {
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    padding: 10px;
}

.untap-contact-left {
    flex: 1 1 420px;
    background: linear-gradient(135deg, #7E2FD3 40%, #7E2FD3 100%);
    color: #fff;
    padding: 41px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 260px;
    z-index: 2;
    border-radius: 10px;
}

.untap-contact-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    font-family: 'Space Grotesk';
    padding-bottom: 66px;
}

.untap-contact-info {
    margin-bottom: 32px;
}

.untap-contact-row {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.untap-contact-row span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Space Grotesk';
}

.untap-contact-icon {
    font-size: 20px;
    margin-right: 32px;
}

.untap-contact-desc {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 23px;
    padding-top: 106px;
    font-family: 'Space Grotesk';
    color: #C9C9C9;
}

.untap-contact-socials {
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
}

.untap-contact-social img {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
    opacity: 0.92;
    transition: opacity 0.2s;
}

.untap-contact-social img:hover {
    opacity: 1;
}

.untap-contact-bg-circles {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #fff2 60%, transparent 100%);
    border-radius: 50%;
    z-index: 1;
}

.untap-contact-right {
    flex: 3 1 420px;
    min-height: 420px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
	padding: 50px 10px 50px 50px;

}
.custom-contact-form {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
}

.custom-contact-form .form-row {
	width: 45%;
    margin-bottom: 64px;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
}

.custom-contact-form .form-row.full-width {
  width: 95%;
}

.custom-contact-form input.wpcf7-form-control::placeholder {
    color: #8D8D8D;
}
.custom-contact-form label {
	display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 20px;
    color: #000;
}
.custom-contact-form .form-row br {
    display: none;
}
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #8D8D8D;
  padding: 5px 0;
  font-size: 14px;
  color:#8D8D8D;
  background: transparent;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  outline: none;
  border-color: #7b61ff;
}

.custom-contact-form textarea {
  resize: none;
  height: 40px;
}

.custom-contact-form .form-submit {
  text-align: right;
	position: relative;
	width: 95%;
}

.custom-contact-form input[type="submit"] {
	background-color: #7E2FD3;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 17px 32px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s ease;
    line-height: 22px;
    font-family: 'Space Grotesk';
	border-radius: 0px;
}

.custom-contact-form input[type="submit"]:hover {
  opacity: 0.9;
}
.custom-contact-form .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: -40px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 0 22px;
    }
}

@media(min-width:1600px) {
    .untap-split-left {
        padding: 100px 0 100px 16vw;
    }

    .why-choose .why-slider {
        margin-left: 300px;
    }
}

@media(max-width:1199px) {
	.custom-contact-form .form-row {
    margin-right: 15px;
}
    .custom-navbar-bg {
        padding: 18px 0;
    }

    .untap-split-left {
        padding: 70px 0 70px 115px;
    }

    .untap-split-title {
        font-size: 48px;
        line-height: 56px;
        max-width: 456px;
    }

    .untap-split-desc {
        max-width: 400px;
    }

    .untap-split-hero {
        height: 670px;
    }

    .untap-split-card img {
        width: 100%;
        max-width: 76%;
    }

    .untap-about-text {
        font-size: 34px;
        line-height: 42px;
    }
}

@media (max-width: 991px) {
	.growth-slide-right p {
    padding-top: 20px;
}
	.untap-contact-right {
    padding: 40px 20px 40px 30px;
}
	.custom-contact-form .form-row,
	.custom-contact-form .form-row.full-width,
	.custom-contact-form .form-submit{
    width: 100%;
    margin-bottom: 35px;
    margin-right: 0;
}
    .untap-hero {
        padding: 72px 0;
    }

    .navbar-collapse {
        background-color: white;
        padding: 20px;
    }

    .growth-slide-inner {
        flex-wrap: wrap;
    }

    .growth-slide-left,
    .growth-slide-right {
        width: 100%;
    }

    .growth-slide-right {
        padding: 60px 40px;
    }

    .growth-slide-right h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .growth-slide-right h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .growth-slider .growth-prev {
        right: 110px;
    }

    .growth-slider .growth-next {
        right: 50px;
    }


    .untap-split-left {
        padding: 70px 0 70px 65px;
    }

    .untap-about-text {
        font-size: 30px;
        line-height: 38px;
    }

    .untap-about-section,
    .growth-slider,
    .untap-section,
    .untap-testimonial-section,
    .untap-unified-section,
    .untap-about-section,
    .service-section,
    .service-help-section,
    .untap-quote-section.service-quote,
	.untap-contact-section{
        padding: 72px 0;
    }
	
    .growth-slider{
        padding: 72px 0 100px 0;
    }

    .untap-card {
        flex-wrap: wrap;
        gap: 0;
    }

    .untap-card-title {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 48px;
    }

    .untap-card-content p:last-child {
        padding-top: 16px;
    }

    .untap-unified-row {
        gap: 40px;
    }

    .untap-card-content {
        padding: 40px 0px 40px;
    }

    .untap-card-img,
    .untap-card-content {
        width: 100%;
    }

    .growth-slider .growth-prev,
    .growth-slider .growth-next {
        bottom: -70px;
    }

    .untap-quote-text {
        font-size: 40px;
        line-height: 48px;
    }

    .untap-quote-text::after {
        right: 160px;
    }

    .why-choose .why-header h2 {
        font-size: 44px;
        line-height: 52px;
        max-width: 400px;
    }

    .untap-testimonial-section h2.untap-heading br {
        display: none;
    }

    .untap-heading {
        margin-bottom: 0;
        padding-bottom: 40px;
        max-width: 400px;
        margin: 0 auto 0 0;
    }

    .col-lg-6.untap-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .untap-section h2,
    .untap-heading {
        font-size: 44px;
        padding-bottom: 40px;
        line-height: 52px;
    }

    .untap-right {
        margin: 50px 0 0 0;
    }

    .col-lg-6.untap-left {
        padding: 0;
    }

    .untap-split-title {
        font-size: 44px;
    }

    .untap-split-vertical-label {
        display: none;
    }

    .navbar-nav {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .nav-connect-btn {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
        justify-content: center;
    }

    .untap-footer .footer-cta-title {
        display: block;
        margin-bottom: 0.5rem;
    }

    .untap-hero-content {
        align-items: center;
        padding: 0;
        gap: 32px;
    }

    .untap-hero-left,
    .untap-hero-right {
        width: 100%;
        flex: unset;
    }

    .untap-hero-title {
        font-size: 2.1rem;
        text-align: left;
    }

    .untap-hero-title {
        font-size: 44px;
        line-height: 52px;
    }

    .service-section h2 {
        font-size: 40px;
        line-height: 60px;
    }

    .service-help-right-wrapper {
        padding: 35px 35px;
    }
    .untap-card-title, .service-help-section h2 {
    font-size: 40px;;
    margin-bottom: 25px;
    line-height: 48px;
}
}

@media(max-width:767px) {
	 .growth-slider .growth-prev, .growth-slider .growth-next {
        bottom: -50px;
    }
	.growth-slider {
    padding: 72px 0 100px 0;
}
	.untap-contact-container {
    flex-wrap: wrap;
}
	.untap-contact-left,
	.untap-contact-right{
    flex: 100%;
}
	.untap-contact-row {
    margin-bottom: 24px;
}
	.untap-contact-icon {
    margin-right: 16px;
}
	.custom-contact-form input[type="submit"]
 {
    padding: 12px 30px;
}
	 .custom-contact-form .form-row, .custom-contact-form .form-row.full-width, .custom-contact-form .form-submit {
        margin-bottom: 25px;
    }
	.untap-contact-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-top: 30px;
}
	.untap-contact-title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 30px;
}
    .untap-split-hero {
        height: auto;
        flex-wrap: wrap;
    }

    .untap-split-left,
    .untap-split-right {
        flex: 100%;
    }

    .untap-split-left {
        padding: 130px 104px 90px 104px;
    }

    .untap-split-desc {
        max-width: 100%;
    }

    .untap-split-title {
        font-size: 38px;
        line-height: 48px;
        max-width: 100%;
    }

    .untap-video,
    .untap-split-right video {
        height: 100%;
		max-height: 420px;
    }

    .untap-about-text {
        font-size: 22px;
        line-height: 34px;
    }

    .untap-quote-text {
        font-size: 34px;
        line-height: 43px;
    }

    .untap-quote-text::before,
    .untap-quote-text::after {
        width: 28px;
        height: 28px;
    }

    .untap-quote-text::after {
        right: 90px;
    }

    .why-choose .why-header h2 {
        font-size: 34px;
        line-height: 42px;
        max-width: 100%;
        padding-bottom: 20px;
    }

    .why-choose .why-header {
        flex-wrap: wrap;
    }

    .why-choose .slide {
        padding: 20px 20px;
    }

    .why-choose .slide p {
        padding-bottom: 40px;
    }

    .untap-section h2,
    .untap-heading {
        font-size: 34px;
        padding-bottom: 40px;
        line-height: 42px;
    }

    .untap-text h4 {
        font-size: 20px;
        line-height: 36px;
    }

    .untap-arrows button {
        width: 36px;
        height: 36px;
    }

    .untap-hero-title {
        font-size: 34px;
        line-height: 42px;
    }

    .untap-hero-content {
        align-items: center;
        flex-wrap: wrap;
    }

    .untap-hero {
        padding: 122px 0 72px 0;
    }

    .untap-hero-desc {
        margin-bottom: 20px;
    }

    .untap-hero-btn {
        font-size: 14px;
    }

    .footer-desc {
        padding: 16px 0 30px 0;
        max-width: 100%;
    }
        .service-section h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .service-section .subtitle {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 14px;
}
.service-section .description {
    font-size: 18px;
}
    .untap-card-title, .service-help-section h2 {
        font-size: 34px;
        margin-bottom: 20px;
        line-height: 42px;
    }
    .service-help-section .row-item .text {
    flex-wrap: wrap;
    }
    .service-help-section .row-item .text h4 ,
    .service-help-section .row-item .text p{
    flex: auto;
}


}

@media (max-width: 576px) {

     .untap-about-section,
    .growth-slider,
    .untap-section,
    .untap-testimonial-section,
    .untap-unified-section,
    .untap-about-section,
    .service-section,
    .service-help-section ,
    .untap-quote-section.service-quote,
	.untap-contact-section{
        padding: 42px 0;
    }

    .untap-hero {
        padding: 122px 0 42px 0;
    }

    .untap-split-left {
        padding: 130px 12px 90px 12px;
    }

    .untap-card-title {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .untap-card-content {
        padding: 40px 0px 0px;
    }

    .about-quote-cta {
        display: none;
    }

    .growth-slide-right {
        padding: 40px 20px;
    }

    .growth-slide-right h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .growth-slide-right h4 {
       font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .growth-slide-right p {
        font-size: 14px;
        line-height: 22px;
    }

    .growth-slider .growth-prev,
    .growth-slider .growth-next {
        width: 45px;
        height: 45px;
        font-size: 18px;
        bottom: -70px;
    }

    .growth-slider .growth-prev {
        right: 90px;
    }

    .growth-slider .growth-next {
        right: 30px;
    }

    .untap-footer .brand-font {
        font-size: 1.1rem;
    }

    .footer-discovery-btn {
        font-size: 0.95rem;
        padding: 10px 0;
    }

    .untap-hero-content {
        flex-wrap: wrap;
    }

    .untap-footer .footer-row {
        padding-top: 42px;
    }

    .untap-quote-block {
        padding: 18px 4vw;
    }

    .untap-quote-text {
        padding: 5px 8px;
    }

    .untap-quote-mark {
        font-size: 1.5rem;
    }
   .untap-about-text {
        font-size: 18px;
        line-height: 30px;
    }

    .marquee-text p {
        font-size: 40px;
        line-height: 53px;
    }

    .untap-about-section,
    .untap-section,
    .untap-testimonial-section {
        padding: 42px 0;
    }
	
    .growth-slider {
        padding: 42px 0 100px 0;
    }


    .col-lg-6.untap-left,
    .untap-right {
        padding: 12px;
    }

    .untap-arrows {
        padding-bottom: 20px;
    }

    .slick-slide .inner {
        margin: 0;
    }

}