/* Custom CSS for Voyager Website */

/* CSS Variables for Color Palette */
:root {
    --primary-bg: #1A2B40;          /* Dark blue background */
    --secondary: #063857;           /* Secondary blue */
    --accent-blue: #00A0FF;         /* Light blue accent */
    --text-white: #FFFFFF;          /* White text */
    --text: #333333;                /* Dark text for white background */
    --text-gray: #B0B0B0;           /* Light gray text */
    --secondary-button: #34495E;    /* Dark gray/blue for secondary button */
    --tagline-bg: #2C3E50;
    --primary-tint1: #1a73e8;          /* Dark gray for tagline background */
    --primary-gradient: linear-gradient(135deg, var(--accent-blue) 0%, var(--primary-tint1) 100%);
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.testimonial-img{
    border-radius: 50%;
}
.logoMobile{
    width:200px; height:34px;
}

.text-gradient {
    background: linear-gradient(135deg, #ffffff 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.supportCTA{
    font-size:14px;
    opacity: .7;
    font-weight:400;
    padding-left:8px;
    margin:0;
}
.columnContainer{
    width:100%!important;
    flex: none!important;
}
body {
    font-family: 'Inter', sans-serif;
    background-color: rgb(230 242 255);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header/Navigation Bar */
.header {
    position: relative;
    z-index: 1000;
}

.navbar {
    background-color: transparent;
    padding: 1rem 0;
    border-bottom: none;
    //backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background-color: #ffffff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-white);
    letter-spacing: -0.5px;
}

.logo-dot {
    width: 6px;
    height: 6px;
    background-color: var(--accent-blue);
    border-radius: 50%;
    display: inline-block;
}

.navbar-nav {
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: var(--text-white) !important;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0.5rem 0;
}

.nav-link:hover {
    color: var(--accent-blue) !important;
}

.navbar.scrolled .nav-link {
    color: var(--text) !important;
}

.navbar.scrolled .nav-link:hover {
    color: var(--accent-blue) !important;
}

/* Button styles for scrolled state */
.navbar.scrolled .btn {
    background: var(--primary-gradient);
    color: var(--text-white);
}

.navbar.scrolled .btn:hover {
    background: var(--primary-gradient);
    color: var(--text-white);
}

.login-link {
    margin-right: 1rem;
}

/* Bootstrap Button Overrides */
.btn-primary {
    background: var(--primary-gradient);
    border-color: var(--accent-blue);
    color: var(--text-white);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--primary-gradient);
    border-color: var(--accent-blue);
    color: var(--text-white);
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: var(--secondary-button);
    border-color: var(--secondary-button);
    color: var(--text-white);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #2C3E50;
    border-color: #2C3E50;
    color: var(--text-white);
    transform: translateY(-2px);
}

/* Custom button sizes */
.btn-xl {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 10px;
}

.btn-xxl {
    padding: 1.25rem 2.5rem;
    font-size: 1.2rem;
    border-radius: 12px;
    font-weight: 600;
}

/* Accent color class */
.text-accent {
    color: var(--accent-blue);
}

/* Main Content Area */

.z-index{
    z-index: 1;
}

.main-content {
    min-height: 100vh;
    position: relative;
    padding-top: 80px;
    display: flex;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, var(--primary-bg) 0%, var(--secondary) 100%);
    color: var(--text-white);
}
.thankyou{
    min-height: 600px;
}
.voice-bg{
    background: url("/lander-template/img/bg-voice2.jpg") no-repeat center center, var(--primary-bg);
    background-size: cover;
}

.content-wrapper {
    text-align: left;
    padding-right: 2rem;
}

.image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 2rem;
}

.placeholder-image {
    width: 100%;
    max-width: 500px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    font-size: 1.2rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.placeholder-image i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.placeholder-image span {
    opacity: 0.8;
}

/* Tagline/Category Label */
.tagline {
    margin-bottom: 2rem;
}
.socialproof-container{
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    /*border: 2px dashed rgba(255, 255, 255, 0.3);*/
    border-radius: 12px;
    padding:30px 25px;
    backdrop-filter: blur(10px);
}

.socialproof-container-dark {
    background: rgba(0, 0, 0, 0.5);
}

.socialproof-container-dark p{
    color:#fff!important;
    opacity:.7;
}




.socialproof-content {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.socialproof-profile {
    flex-shrink: 0;
    margin:0 10px;
}

.socialproof-text {
    flex: 1;
}

.socialproof-text h3 {
    margin-bottom: 1rem;
}

.darker{
    width:100%;
    margin-top:-40px;
    padding-top: 40px;
}

/* Mobile responsive for social proof */
@media (max-width: 768px) {
    .socialproof-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }

     .voice-bg .darker{
        background:rgb(0, 0, 0, .5);

    }
    
    .socialproof-profile {
        margin: 0;
    }
    
    .socialproof-text h3 {
        text-align: center;
    }
    
    .socialproof-container p {
        text-align: center;
    }
    
    /* Hide placeholder image on mobile */
    .placeholder-image {
        display: none;
    }
    
    /* Target social proof under testimonial section only */
    .testimonial-section .socialproof-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .testimonial-section .socialproof-profile {
        margin: 0;
    }
    
    .testimonial-section .socialproof-text h3 {
        text-align: center;
    }
    
    .testimonial-section .socialproof-container p {
        text-align: center;
    }
}

.socialproof-container p span{
    font-size: .8em;
    font-weight: 600;
    display:block;
    padding-top:15px;
    color: var(--accent-blue);
}


.socialproof-container p {
    color: var(--text-gray);
    font-style: italic;
    margin-bottom: 0;
}
.gd-headline{
    font-size: 1.4em;
    font-weight: 600;
    font-style: normal!important;
    margin-bottom: 10px!important;
    color:#FFFFFF!important;
}

/* About App Section */
.about-app-section {
    padding: 6rem 0;
    color: var(--text);
}

.about-text .section-title, .problem-solution-section .section-title{
    width:100%;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    width:80%;
    margin:0 auto 1.5rem;
    line-height: 1.2;
    color: var(--primary-bg);
}

.how-it-works-section .section-title {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.section-description {
    font-size: 1.1rem;
    color: var(--primary-bg);
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 400;
}

.about-text {
    padding: 2rem 0;
}

.about-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.frame-img {
    position: relative;
    z-index: 2;
}


.multiBenefits .frame-img img{
    max-width:220px!important;
}

.multiBenefits .about-image{
    min-height:340px!important;
}


.frame-img img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.screen-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.screen-img img {
    max-width: 90%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Animation classes */
.moving-position-animation {
    animation: float 6s ease-in-out infinite;
}

.moving-animation {
    animation: float 6s ease-in-out infinite 1s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {

     .voice-bg .darker{
        background:rgb(0, 0, 0, .4);
    }
    .problem-content {
    padding-right: 0!important;
    padding-bottom: 40px;
}

    .about-app-section {
        padding: 4rem 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .about-text {
        text-align: center;
        padding: 1rem 0;
    }
    
    .about-image {
        min-height: 300px;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-description {
        font-size: 1rem;
    }
    
    .about-image {
        min-height: 250px;
    }
}

/* How It Works Section */
.how-it-works-section {
    padding: 5rem 0;
    background: transparent;
    position: relative;
}

.how-it-inner {
    position: relative;
    z-index: 2;
    padding: 6rem 1.5rem;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.steps-list {
    list-style: none;
    padding: 0;
    max-width: 1080px;
    margin: 4rem auto;
    position: relative;
}

/* Vertical timeline line */
.steps-list::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: -4rem;
    width: 2px;
    background: linear-gradient(to bottom, #e0e0e0, var(--accent-blue));
    transform: translateX(-50%);
    z-index: 1;
}

/* Timeline start circle */
.steps-list::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    width: 16px;
    height: 16px;
    background: #e0e0e0;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(224, 224, 224, 0.3);
}

.step-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
    gap: 2rem;
}

.step-item:nth-child(odd) {
    flex-direction: row;
}

.step-item:nth-child(even) {
    flex-direction: row-reverse;
}

.step-text {
    flex: 1;
    padding: 2rem;
    position: relative;
    z-index: 2;
    max-width: 45%;
}

.step-text h4 {
    color: var(--primary-bg);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.step-badge {
    display: inline-block;
    background-color: rgb(230 242 255);
    /* color: white;*/
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.step-badge a {
    /*color: white;*/
        text-decoration: underline;
}

.step-text p {
    color: var(--primary-bg);
    margin: 0;
    line-height: 1.6;
}

.app-icon {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
    justify-content: flex-start;
}

.app-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--accent-blue);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.app-icon a:hover {
    background: var(--primary-bg);
    transform: translateY(-2px);
}

.step-number {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: var(--primary-gradient);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(0, 160, 255, 0.3);
    border: 4px solid white;
    margin: 0;
}

.step-number h3 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.step-img {
    flex: 1;
    text-align: center;
    max-width: 45%;
}

.step-img img {
    max-width: 60%;
    height: auto;
    /*border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
    transition: all 0.3s ease;
}

.step-img img:hover {
    transform: none;
   /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
}

@media (max-width: 768px) {
    .step-img img {
        max-width: 80%;
    }
}

.step-text {
    transition: none;
}

.step-text:hover {
    transform: none;
}

/* Center button in steps section */
.btnblock {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 3rem;
}

.step-block .btn {
    display: inline-block;
    text-align: center;
    width: auto;
    transition: all 0.3s ease;
}

.step-block .btn:hover,
.step-block .btn:focus,
.step-block .btn:active {
    /*transform: translateX(-50%) translateY(-2px) !important;*/
    background: var(--primary-gradient) !important;
    border-color: var(--accent-blue) !important;
    color: var(--text-white) !important;
}

.btnblock{
    display:flex;
    justify-content: center;
    width:100%;
}

.btnblock-no-line-height {
    line-height: 1;
}

/* Video Section */
.yt-video {
    text-align: center;
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbnail {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: white;
    text-align: center;
    z-index: 2;
}

.play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(0, 160, 255, 0.9);
    border-radius: 50%;
    margin: 0 auto 1rem;
    position: relative;
    transition: all 0.3s ease;
}

.play-btn i {
    font-size: 1.5rem;
    margin-left: 0.25rem;
}

.play-button:hover .play-btn {
    background: var(--accent-blue);
    transform: scale(1.1);
}

.waves-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.waves {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: wave 2s infinite;
}

.wave-1 {
    width: 100px;
    height: 100px;
    animation-delay: 0s;
}

.wave-2 {
    width: 120px;
    height: 120px;
    animation-delay: 0.5s;
}

.wave-3 {
    width: 140px;
    height: 140px;
    animation-delay: 1s;
}

@keyframes wave {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.play-button span:last-child {
    display: block;
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 0.5rem;
}

/* How It Works Responsive */
@media (max-width: 768px) {
    .how-it-works-section {
        /* padding: 4rem 1rem; */
        /* margin: 1rem; */
        border-radius: 15px;
    }
    
    .steps-list::before {
        left: 2rem;
    }
    
    .step-item {
        flex-direction: column !important;
        text-align: left;
        margin-bottom: 3rem;
        padding-left: 4rem;
    }
    
    .step-text {
        margin: 1rem 0;
        order: 2;
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }
    
    .step-number {
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
        margin: 0;
        order: 1;
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }
    
    .step-img {
        order: 3;
        margin-top: 1rem;
        width: 100%;
    }
    
    .app-icon {
        justify-content: flex-start;
    }
}

/* Features Section */
.features-section {
    padding: 6rem 0;
    background: rgb(230 242 255);
    color: var(--text);
}

.feature-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: none;
}

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

.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.feature-icon i {
    font-size: 2rem;
    color: white;
}

.feature-card:hover .feature-icon {
    background: var(--primary-bg);
    transform: scale(1.1);
}

.feature-card h4 {
    color: var(--primary-bg);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feature-card p {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Problem Solution Section */
.final-cta {
    padding: 6rem 0;
    background: #ffffff;
    color: var(--text);
}
.final-cta .section-title{
    margin-left: 0;
    width:100%;
}
.final-cta img{
    width:100%;
    margin:0 auto;
}
.final-cta img{
    width:100%;
    margin:0 auto;
}
.btn-secondary{
    background-color: #fff;
    border:none;
    color: #00A0FF;
}

/* Problem Solution Section */
.problem-solution-section {
    padding: 6rem 0;
    background: #ffffff;
    color: var(--text);
}

.problem-content {
    padding-right: 3rem;
}

.problem-list {
    margin-top: 2rem;
}

.problem-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0;
}

.problem-check, .problem-tick {
    width: 26px;
    height: 26px;
    background: #ff8a0b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}
.blue{
     background: var(--primary-gradient);
}

.problem-check i, .problem-tick i {
    color: white;
    font-weight: 800;
}

.problem-tick{
        background: #22c55e;
}


.problem-text h4 {
    color: var(--primary-bg);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.problem-text p {
    color: var(--text);
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

.solution-content {
    padding-left: 2rem;
}

.solution-card {
    background: var(--primary-gradient);
    color: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 160, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    pointer-events: none;
}

.solution-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.solution-card p {
    font-size: 1rem;
    line-height: 1.7;
    font-weight:300;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.solution-highlight {
    font-weight: 600!important;
    font-size: 1.1rem!important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
}

/* Testimonial Section */
.testimonial-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--primary-bg) 0%, var(--secondary) 100%);
    color: var(--text-white);
}

.testimonial-content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    backdrop-filter: blur(10px);
}

.testimonial-profile {
    flex-shrink: 0;
}

.profile-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transform: rotateY(180deg);
    object-fit: cover;
    border: 4px solid var(--accent-blue);
    box-shadow: 0 8px 25px rgba(0, 160, 255, 0.2);
}

.testimonial-text {
    flex: 1;
}

.testimonial-text h3 {
    font-size: 1.4rem;
    line-height: 1.8;
    color: var(--text-white);
    font-style: italic;
    margin-bottom: 2rem;
    font-weight: 400;
}

.testimonial-author {
    margin-top: 2rem;
}

.testimonial-author cite {
    font-size: 1.1rem;
    color: var(--accent-blue);
    font-weight: 600;
    font-style: normal;
}

.testimonial-author {
    color: var(--accent-blue);
}

/* FAQ Section */
.faq-section {
    padding: 6rem 0;
    color: var(--text);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1.5;
    text-rendering: auto;
}

/* Solution checklist with checkmarks */
.solution-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-checklist li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-white);
    font-weight: bold;
}

.solution-checklist li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free', 'FontAwesome';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--accent-blue) !important;
}



.faq-panel {
    width: 90%;
    margin: 0 auto;
}

.accordion-item {
    border: none;
    margin-bottom: 1.2rem;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #ffffff;
}

.accordion-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.accordion-button {
    background: #ffffff;
    border: none;
    padding: 1.6rem 2rem;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--primary-bg);
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background: #ffffff;
    color: var(--accent-blue);
    box-shadow: none;
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    display: none;
}

.icon-faq {
    font-size: 1.2rem;
    transition: all 0.3s ease;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-gray);
}

.accordion-button:not(.collapsed) .icon-faq {
    color: var(--text-gray);
}

.accordion-button.collapsed .icon-faq {
    color: var(--text-gray);
}

.accordion-button:hover .icon-faq {
    color: var(--accent-blue);
}

.accordion-body {
    padding: 0 2rem 2rem 2rem;
    background: #ffffff;
    border-top: none;
}

.accordion-body p {
    margin: 0;
    color: var(--primary-bg);
    line-height: 1.6;
    font-size: 1rem;
}

/* FAQ Responsive */
@media (max-width: 768px) {
    
    .solution-content{
        padding-left: 0;
    }
    .step-img {
        max-width: 80%;
        margin-top: 0;
    }
    .step-item {
        margin-bottom: 0rem;
    }
    .step-text{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .faq-section {
        padding: 4rem 0;
    }
    
    .accordion-button {
        padding: 1.25rem 4rem 1.25rem 1.5rem;
        font-size: 1rem;
    }
    
    .accordion-body {
        padding: 1.25rem 1.5rem;
    }
    
    .faq-panel {
        max-width: 100%;
    }
}


.tagline-text {
    background-color: var(--tagline-bg);
    color: var(--text-gray);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Main Headline */

.main-headline {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.headline-accent {
    color: var(--accent-blue);
}

.headline-main {
    color: var(--text-white);
    font-weight: 600;
}


.navbar-brand {
    position: relative;
}

.navbar-brand img {
    height: 1.5em;
    transition: opacity 0.3s ease;
}

.logo-light {
    opacity: 1;
}

.logo-dark {
    opacity: 0;
    position: absolute;
}

.navbar.scrolled .logo-light {
    opacity: 0;
}

.navbar.scrolled .logo-dark {
    opacity: 1;
}

/* Sub-headline/Description */
.sub-headline {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 3rem;
    
    font-weight: 300;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Call to Action Buttons */
.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: start;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    min-width: 180px;
}

/* Line Animation Styles */
.lines-container {
    position: absolute;
    right: 0;
    top: -250px;
    width: 350px;
    height: 170vh;
    overflow: hidden;
    z-index: 0;
}

.lines-c1, .lines-c2 {
    display: none;
}

.static-line {
    fill: none;
    stroke: rgba(6, 63, 98, 1);
    stroke-width: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.animated-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.path-line {
    fill: none;
    stroke: var(--accent-blue);
    stroke-width: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    opacity: 1;
}

.path-line-blur {
    fill: none;
    stroke: var(--accent-blue);
    stroke-width: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    filter: blur(8px);
    opacity: 0.5;
}

/* Animation for each line */
.path-line-1, .path-line-blur-1 {
    animation: drawAndFade 10s ease infinite;
}

.path-line-2, .path-line-blur-2 {
    animation: drawAndFade 10s ease infinite 2.5s;
}

.path-line-3, .path-line-blur-3 {
    animation: drawAndFade 10s ease infinite 5s;
}

.path-line-4, .path-line-blur-4 {
    animation: drawAndFade 10s ease infinite 7.5s;
}

@keyframes drawAndFade {
    0%, 100% {
        stroke-dashoffset: 2000;
        stroke: var(--accent-blue);
    }
    10% {
        stroke-dashoffset: 0;
        stroke: var(--accent-blue);
    }
    25% {
        stroke-dashoffset: 0;
        stroke: rgba(6, 63, 98, 1);
    }
    26%, 99% {
        stroke-dashoffset: 2000;
        stroke: rgba(6, 63, 98, 1);
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes changeColor {
    to {
        stroke: rgba(255, 255, 255, 1);
    }
}

/* Responsive Design */
@media (max-width: 991px) {

    .main-content .content-wrapper{
        text-align: left;
    }

    .navbar-nav {
        gap: 0;
        padding: 1rem 0;
    }
    
    .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .nav-link:last-child {
        border-bottom: none;
    }
    
    .login-link {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .navbar .btn {
        width: 100%;
        margin-top: 1rem;
    }
    
    .lines-container {
        right:-100px;
    }
    
    .content-wrapper {
        text-align: center;
        padding-right: 0;
        padding-bottom: 2rem;
    }
    
    .image-wrapper {
        padding-left: 0;
        padding-top: 2rem;
    }
    
    .placeholder-image {
        max-width: 400px;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .main-headline {
        font-size: 2.5rem;
    }
     .main-content .content-wrapper{
        text-align: center;
    }
    
    .sub-headline {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        font-size: 1.1rem;
        /* max-width: 300px;*/
        padding: 1.2rem;
    }

    .btn{
        font-size: 1.1rem;
        padding: 1.2rem;
    }
    .supportCTA{
        font-size:12px;
        padding:0;
        text-align: center;
    }
    
    .lines-container {
        right:-250px;
        height: 100vh;
    }
    
    .placeholder-image {
        max-width: 300px;
        height: 250px;
    }
}

@media (max-width: 576px) {
    .main-headline {
        font-size: 2rem;
    }
    
    .thankyou{
       min-height: 200px;
    }
    .thankyou p.sub-headline{
       margin:0!important;
    }
    .thankyou .content-wrapper{
        padding-bottom: 0;
    }

    .tagline-text {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }
    
    .navbar-brand {
        gap: 0.3rem;
    }
    
    .logo-text {
        font-size: 1.3rem;
    }

    .final-cta .solution-card {
        padding: 1.5rem;
    }

    .textFormFieldBlock, .dateTimeFormFieldBlock, .twoOptionFormFieldBlock, .optionSetFormFieldBlock, .multiOptionSetFormFieldBlock, .lookupFormFieldBlock, .phoneFormFieldBlock {
        padding: 10px 0px!important;
    }

}

/* Mega Menu Styles */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    min-width: 320px;
    margin-top: 0px;
    padding: 0;
    z-index: 50;
}

.mega-menu.active {
    opacity: 1;
    visibility: visible;
}

.mega-menu-section {
    padding: 0 24px;
}

.mega-menu-header {
    font-size: 14px;
    font-weight: 600;
    color: #1B263C;
    padding: 12px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mega-menu-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin: 4px 0;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.mega-menu-item:hover {
    background: rgba(0, 191, 255, 0.04);
}

.mega-menu-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    color: var(--accent-blue);
}

.mega-menu-item-content {
    flex: 1;
}

.mega-menu-item-title {
    font-weight: 500;
    color: #1B263C;
    margin-bottom: 4px;
    font-size: 15px;
}

.mega-menu-item-description {
    font-size: 13px;
    color: #6B7280;
    line-height: 1.4;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 10px 24px 24px 24px;
}

/* Solutions Menu Specific */
.solutions-menu {
    width: 800px;
}

.solutions-menu .mega-menu-grid {
    grid-template-columns: repeat(2, 1fr);
}

/* Resources Menu Specific */
.resources-menu {
    width: 320px;
}

/* Dropdown Styling */
.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    background-color: var(--primary-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-top: 0.5rem;
}

.dropdown-item {
    color: var(--text-white);
    padding: 0.75rem 1rem;
    transition: background-color 0.3s ease;
}

.dropdown-item:hover {
    background-color: rgba(0, 160, 255, 0.1);
    color: var(--accent-blue);
}

/* Mobile Navigation Styles */
.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Mega Menu Adjustments */


@media (max-width: 768px) {
    .main-content{
        padding-top:40px;
    }    


    .footer {
        padding: 4rem 0 1.5rem 0!important;
        margin-top: 0!important;
        text-align: center;
    }

    .footer-contact .contact-item{
        justify-content: center;
    }

    .footer-title::after {
        display:none;
    }
    .footer-section {
    margin-bottom: 1.5rem;
}
}


@media (max-width: 991px) {
    
   .navbar .btn {
            width:auto;
            margin-top: 0;
        }


    .heroImg{
        right:-150px;
        position: relative;
    }
    .mega-menu {
        position: static;
        transform: none;
        width: 100% !important;
        margin-top: 0;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar.scrolled .mega-menu {
        background: rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .mega-menu-section {
        padding: 0 16px;
    }
    
    .mega-menu-header {
        color: var(--text-white);
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }
    
    .mega-menu-item-title {
        color: var(--text-white);
    }
    
    .mega-menu-item-description {
        color: var(--text-gray);
    }
    
    .mega-menu-item:hover {
        background: rgba(0, 191, 255, 0.1);
    }
    
    .mega-menu-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 10px 16px 16px 16px;
    }
    
    .solutions-menu .mega-menu-grid {
        grid-template-columns: 1fr;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus States */
.btn:focus,
.nav-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 160, 255, 0.25);
}

/* Animation for background lines */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-headline,
.sub-headline,
.cta-buttons {
    animation: fadeInUp 0.8s ease-out forwards;
}

.sub-headline {
    animation-delay: 0.2s;
}

.cta-buttons {
    animation-delay: 0.4s;
}

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, var(--primary-bg) 0%, var(--secondary) 100%);
    color: var(--text-white);
    padding: 4rem 0 2rem 0;
    
}

.footer-section {
    margin-bottom: 2rem;
}

.footer-logo img {
    height: 40px;
    width: auto;
}

.footer-description {
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.footer-title {
    color: var(--text-white);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent-blue);
    border-radius: 1px;
}

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

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: var(--accent-blue);
}

.footer-contact {
    margin-top: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    color: var(--text-gray);
    font-size: 0.9rem;
}

.contact-item i {
    color: var(--accent-blue);
    margin-right: 0.75rem;
    width: 16px;
    text-align: center;
}

.app-store-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.app-store-link {
    display: flex;
    align-items: center;
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.app-store-link:hover {
    color: var(--accent-blue);
}

.app-store-link i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    color: var(--text-white);
    border: 1px solid var(--text-white);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--text-white);
    color: var(--primary-bg);
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 2rem;
}

.copyright,
.designer-credit {
    color: var(--text-gray);
    font-size: 0.85rem;
    margin: 0;
}

.designer-credit a {
    color: var(--accent-blue);
    text-decoration: none;
    font-weight: 500;
}

.designer-credit a:hover {
    text-decoration: underline;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-gradient);
    color: var(--text-white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 160, 255, 0.3);
}

.scroll-to-top:hover {
    background: var(--primary-gradient);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 160, 255, 0.4);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Footer Responsive */
@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 1.5rem 0;
        margin-top: 2rem;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .designer-credit {
        margin-top: 1rem;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
}


.textFormFieldBlock input, .phoneFormFieldBlock input {
    height: 50px !important;
    border-radius: 50px !important;
    display: block !important;
    padding: 16px 20px !important;
}
.textFormFieldBlock label, .phoneFormFieldBlock label {
    display:none!important;
}

.phoneFormFieldBlock .phoneCountryCode {
    border: none!important;
}

.textFormFieldBlock, .dateTimeFormFieldBlock, .twoOptionFormFieldBlock, .optionSetFormFieldBlock, .multiOptionSetFormFieldBlock, .lookupFormFieldBlock, .phoneFormFieldBlock {
    padding: 10px 20px!important;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

::placeholder{
  color: #888!important;  
}
::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #888!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #888!important;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #888!important;
}
.submitButtonWrapper{
    padding:0px 20px!important;
}
.submitButton{
    width:100%!important;
    height:50px;
    border-radius: 50px !important;

    background-color: #ff8a0b!important;
    border: none;
    color: #fff;

}
.text-sm{
    font-size: 13px!important;
    font-weight:600;
    opacity: .7;
}




/*comparison table*/
table p{
    margin:0;
    font-size:13px;
    color:#333;
}
table p b{
    margin:0;
    font-size:15px;
}

th, td {
  text-align: center;
  padding: 16px 12px!important;
  vertical-align: middle;
}
table tr th {
 font-size:12px!important;
 opacity: .7;
 text-transform: uppercase;
}

th:first-child, td:first-child {
  text-align: left;
}


@media (max-width: 576px) {
    .textFormFieldBlock, .dateTimeFormFieldBlock, .twoOptionFormFieldBlock, .optionSetFormFieldBlock, .multiOptionSetFormFieldBlock, .lookupFormFieldBlock, .phoneFormFieldBlock {
        padding: 10px 0px!important;
    }
    .submitButtonWrapper {
        padding: 0px 0px !important;
    }
    .solution-card {
        padding: 3rem 1.5rem;
    }
    .comparison{
    padding: 6rem 0!important;
    }
}

.stars{
  color: #fabf02;
}


.pricing-section {
    padding: 6rem 0;
    background: var(--primary-gradient);
}
.pricing-section h2 {
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom:15px
}
.pricing-section p {
    margin-bottom:40px;
}
















.pricing-card {
            background-color: white;
            border-radius: 12px;
            padding: 32px;
            flex: 1;
            min-width: 200px;
            max-width: 600px;
            border: 1px solid var(--border);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 6px var(--shadow);
            display: flex;
            flex-direction: column;
        }

        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px var(--shadow);
            border-color: var(--accent);
        }

        .pricing-card.popular::before {
            content: "Popular";
            position: absolute;
            top: 12px;
            right: -30px;
            background-color: var(--accent);
            color: white;
            padding: 4px 30px;
            font-size: 12px;
            transform: rotate(45deg);
            font-weight: 500;
        }

        .pricing-card .plan-name {
            font-size: 18px;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 8px;
        }

        .pricing-card .plan-price {
            font-size: 60px;
            font-weight: 700;
            display: flex;
            align-items: baseline;
        }

        .pricing-card .plan-price .currency {
            font-size: 24px;
            margin-right: 4px;
        }

        .pricing-card .plan-price .period {
            font-size: 16px;
            margin-left: 4px;
            font-weight: 400;
        }

        .pricing-card .plan-description {
            font-size: 14px;
            color: var(--secondary);
            margin-bottom: 24px;
        }

        .pricing-card .features {
            list-style: none;
            margin-bottom: 24px;
            padding-left:0;
            flex-grow: 1;
        }

        .pricing-card .feature {
            display: inline-flex;
            align-items: center;
            margin-bottom: 12px;
            width: 100%;
        }

        .pricing-card .feature-icon {
            width: 24px;
            height: 24px;
            margin-bottom:0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
        }
        .pricing-card .feature-icon {
            width: 24px;
            height: 24px;
            margin-bottom:0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
        }
        .pricing-card .feature-description {
            width:90%;
        }

        .pricing-card .feature-icon i {
            font-size:16px;
        }

        .pricing-card .feature-icon.unavailable {
            color: var(--border);
        }



        .perUser {
            display: inline-block;
            background-color: rgba(65, 199, 157, 0.1);
            font-size: 0.8rem;
            font-weight: 600;
            padding: 2px 10px;
            border-radius: 4px;
        }
        .guarantee {
            text-align: left;
            opacity:.7;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            justify-content: center;

        }