   body, html {
            margin: 0;
            padding: 0;
            font-family: 'Helvetica', 'Arial', sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #fff;
            width: 100%;
        }
        .container {
            display: flex;
            width: 100%;
            height: 100%;
            max-width: 100%;
            background-color: white;
        }
        .form-section, .testimonial-section {
            width: 50%;
            padding: 40px;
            flex: 1;
        }
        .form-section {
            display: flex;
            flex-direction: column;
            /*justify-content: center;*/
            max-width: 380px;
        }

        .logo-container {
            flex-shrink: 0;
        }
        .form-container {
            margin-top: auto;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                margin-top: 80px;
        }
        .form-section p{
            line-height: 1.6em;
        }
        
        p.login-link{
            margin-bottom: 10px;
        }
        p.pricing-offer-text{
            font-size: 16px;
    margin-top: 20px;
    color: #000;
    background: #ffff9a;
    padding: 3px 10px;
    display: inline-block;
    line-height: 1.6em;
    border-radius: 4px;
        }
        
        .username-availability-notice{
            background: #d4edda;
            color: #155724;
            font-size: 16px;
            margin-top: 20px;
            padding: 12px 10px;
            display: inline-block;
            line-height: 1.6em;
            border-radius: 4px;
            margin-bottom: 20px;
            /* font-size: 1.1em; */
            /* text-align: center; */
            /* margin-top: 10px; */
            /* border: 1px solid #c3e6cb;*/
        }
        
        .availability-notice-error{
            background:#f8d7da;
            color: #721c24;
        }
        
        .username-availability-notice i{
            margin-right: 8px;
            font-size: 14px;
            width: 18px;
            height: 18px;
            line-height: 18px;
            text-align: center;
            border: 1px solid;
            border-radius: 50%;
            display: inline-block;
            padding: 4px;
        }
        .testimonial-section {
            background: url('/images/signup-image-2-optimized.jpg') no-repeat center center/cover;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: relative;
            flex: 2;
        }
        .testimonial-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.2);
        }
        .testimonial-content {
            position: relative;
            z-index: 1;
            height: 100%;
            width: 100%;
        }
        .testimonial-content p {
               font-size: 18px;
                width: 500px;
                text-align: left;
                line-height: 1.4em;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
            
        }
        .form-section h2 {
            margin-bottom: 0px;
            font-size: 28px;
        }
        
        .form-section h2 a{
            text-decoration: none;
            color: #000;
        }
        
        .form-section h1 {
            margin-bottom: 40px;
            font-size: 24px;
        }
        
        span.highlight {
    color: #6c9b92;
}

        .form-section input {
            margin-bottom: 20px;
            padding: 10px;
            font-size: 1em;
            border: 1px solid #ccc;
            border-radius: 5px;
            width: calc(100% - 20px);
        }
        .form-section button.secondary-action, .form-section a.secondary-action, .form-section a.tertiary-action{
            padding: 10px;
            font-size: 16px;
            color: #fff;
            background-color: #000;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            height: 44px;
            width: 100%;
            margin-bottom: 20px;
            text-align: center;
            display: inline-block;
            text-decoration: none;
             box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }
        
        .form-section a.secondary-action, .form-section a.tertiary-action {
            width: calc(100% - 20px);
    height: unset;
    display: block;
    line-height: 1.6em;
    padding: 12px 10px;
        }
        .form-section button.secondary-action:hover, .form-section a.secondary-action:hover,  .form-section a.tertiary-action:hover {
            background-color: #000;
            text-decoration: underline;
            box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
    
    .form-section a.tertiary-action {
        background-color: #fff;
        color: #111;
    }
    .form-section a.tertiary-action:hover {
        background-color: #fff;
        color: #111;
    }
        button.social-signup{
                display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    height: 52px;
    width: calc(100%);
        }
        
        .g_id_signin{
            display: block;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 20px;
        }
        
        button.social-signup:hover{
            background-color: #fff;
            box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
        }
        .social-signup img {
            width: 32px;
            margin-right: 10px;
        }
        .login-link {
            text-align: center;
        }
        .login-link a {
            color: #6c9b92;
            text-decoration: none;
        }
        .login-link a:hover {
            text-decoration: underline;
        }
        
    .or-separator{
        text-align: center;
    margin-bottom: 30px;
    display: block;
    margin-top: 10px;
    }
    
    a.forgot-password-link{
        font-size: 12px;
    display: inline-block;
    text-align: right;
    display: block;
    margin-top: -14px;
    margin-bottom: 20px;
    margin-right: 0px;
    display: block;
            color: #6c9b92;
            text-decoration: none;
    }
    
      a.forgot-password-link:hover{
          text-decoration: underline;
      }

p.error{
    color: red;
    line-height: 1.4em;
}


   .hero-signup-form {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
}

.hero-signup-form .hero-signup-row {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    height: 40px;
    padding-left: 8px;
    box-shadow: 0;
}

.hero-signup-form .input-container {
    display: flex;
    position: relative;
    flex-grow: 1;
}

.hero-signup-form input {
    width: 100%;
    padding-left: 80px; /* Adjust to make space for the label */
    padding-right: 10px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111;
    font-weight: bold;
    margin-bottom: 0;
    border-radius: unset;
} 

.hero-signup-form input:focus {
    outline: none;
}

.hero-signup-form input:focus + .tripin_label,
.hero-signup-form input:not(:placeholder-shown) + .tripin_label {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.hero-signup-form .tripin_label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #6c9b92;
    pointer-events: none; /* Prevent label from blocking input */
    transition: opacity 0.2s ease;
}

.hero-signup-form button {
    margin-left: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    height: 100%;
    margin: 0;
    border: 0;
    background: #000;
    color: #fff;
    font-weight: bold;
    width: 200px;
    max-width: 30%;
}

.otp-wrapper{
    display: flex;
    gap: 8px;
}
    .otp-wrapper input{
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }

label{
        display: block;
        font-size: 16px;
        margin-bottom: 14px;
        font-weight: bold;
}


        @media (max-width: 768px) {
            .container {
                flex-direction: column;
                max-width: calc(100% - 40px);
                padding: 20px;
                height: calc(100vh - 40px)
            }
            .form-section, .testimonial-section {
                padding: 20px;
                width: calc(100%);
                max-width: calc(100%);
                padding: 0px;
            }
            
            .form-container{
                margin-top: 30px;
            }
            
            .testimonial-section{
                 display: none;
            }
            
            .form-section{
                height: 100%;
                margin: auto;
                height: calc(100% - 40px);
            }
           
        }