﻿:root {
    --primary-pink: #ea3a92;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.bg-pink {
    background-color: rgb(234, 58, 146) !important;
}

.form-control {
    color: deeppink !important;
    
    font-size: 24px !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #ff149361 !important;
}

.form-control:focus {
    color: deeppink !important;
    border-color: transparent !important;
    border-bottom: 2px solid deeppink !important;
    box-shadow: none !important;
}

#navButtons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
   
}

.form-label {
    margin-bottom: 0px;
    font-size: 18px;
    color: rgb(0 0 0);
    font-weight:500;
}

::placeholder {
    color: #ed81b7b8 !important;
}

.email-error {
    font-size: 14px;
}

.phone-error {
    font-size: 14px;
}

.form-container {
    max-width: 650px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.sans-serif {
    font-family: sans-serif !important;
}

.phone-wrapper select,
.phone-wrapper input {
    font-size: 16px;
}



button.btn.btn-primary {
    background-color: #ea3a92 !important;
}

.question-block {
    max-width: 650px;
    margin: auto;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.scale-caption {
    font-style: italic;
    margin-bottom: 1rem;
}

.radio-row {
    display: flex;
    gap: 11px;
    margin-bottom: 1rem;
}

.radio-option {
    text-align: center;
}

    .radio-option input[type="radio"] {
        display: none;
    }

    .radio-option label {
        display: flex;
        cursor: pointer;
        background: #f0f0f0;
        padding: 10px 50px;
        border-radius: 5px;
        border: 1px solid #3434D1;
        color: #3434D1;
        background-color: aliceblue;
        transition: background-color 0.3s;
    }

    .radio-option input[type="radio"]:checked + label {
        background-color: #3434d1;
        color: white;
    }

.satisfied {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #3434D1;
    margin-bottom: 1rem;
    font-weight: 500;
}

span.number {
    display: none;
}

.question-block table,
.question-block th,
.question-block td {
    border: none !important;
}

.question-block table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.question-block tbody tr {
    background-color: #e4f2ff;
    border-radius: 6px;
    color: #3434D1;
}

.question-block td,
.question-block th {
    padding: 12px;
}

    .question-block td:first-child,
    .question-block th:first-child {
        text-align: left;
    }

.testimonial {
    color: #3434D1;
    font-family: sans-serif;
    font-size: small;
    font-weight: 100;
}

.full-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap;
    background-color: #e9f2ff;
    padding: 5px 10px;
    border-radius: 5px;
}

.inputs-row {
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 1px;
    padding-bottom: 10px;
}

input[type="radio"] {
    transform: scale(1.5);
    vertical-align: middle;
}

.inputs-row label {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    min-width: 50px;
    margin: 2px;
}

.text-flowerblue {
    color: #0445af;
}

#error-msg {
    color: red;
    display: none;
    font-size: 14px;
    margin-top: 5px;
}

.valid {
    border-color: green;
}

#phone.invalid {
    border-color: red;
}

.table > :not(caption) > * > * {
    background-color: unset;
    color: #0445af;
}

.scale-150 {
    transform: scale(1.5);
}

.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    /* padding: 1rem;*/
}

.stepper {
    width: 100%;
    max-width: 600px;
}

.step {
    display: none;
}

    .step.active {
        display: block;
    }

#introScreen {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    padding-inline: 0px;
}

.jhbh5yus {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    padding-inline: 0px;
}

    .jhbh5yus h1 {
        font-size: 24px;
        line-height: 32px;
    }

#introScreen h1 {
    font-size: 24px;
    line-height: 32px;
}

.progress-container {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1050;
}

.arrow-nav {
    position: fixed;
    bottom: 20px;
    right: 20px;
    flex-direction: column;
    gap: 1rem;
}

#twtc-logo {
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: center;
    padding: 20px 0; /* spacing around logo */
    background-color: transparent; /* or a specific color if needed */
}

    #twtc-logo img {
        max-width: 300px; /* or adjust as needed */
        width: 100%;
        height: auto;
    }

.footer {
    padding: 0px;
    height: 60px;
}

#progressBar {
    background-color: var(--primary-pink);
    border-right: 5px solid white;
}

.progress {
    background-color: #e9afcc;
}

.Quesno {
    color: var(--primary-pink);
}
/* Responsive Design with Media Queries */
@media (max-width: 600px) {
    .full-row {
        gap: 0px;
    }

    .inputs-row {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    input[type="radio"] {
        transform: scale(1.5);
    }


    .inputs-row {
        margin-left: 0px;
    }

    .radio-row {
        align-items: center;
        gap: 5px;
    }

    .radio-option label {
        padding: 10px 30px
    }

    .satisfied {
        flex-direction: column;
        gap: 5px;
        font-size: 12px;
    }

    .btn {
        width: 100%;
        margin-top: 10px;
    }

    h2 {
        font-size: 14px !important;
    }

    p.scale-caption {
        font-size: 12px;
    }

    textarea#venue-feedback {
        height: 50px;
    }

    textarea#testimonial {
        height: 50px;
    }

    td.text-start {
        font-size: 11px;
    }

    th.testimonial {
        font-size: 10px;
    }
}

@media(max-width:425px) {
    .radio-option label {
        padding: 10px 20px
    }
}

#okdiv > .prevBtn {
    background-color: #ea3a92;
}

#finalButtons > .prevBtn {
    background-color: #ea3a92;
}

#finalButtons > button[type=submit] {
    background-color: #ea3a92;
}

.question-heading > .Quesno > i {
    font-size: small;
}
.question-text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
/*.question-desc{
    margin-left:31px;
}*/
/*.ans-input {
    margin-left: 31px;
}*/
.myloader {
    width: 50px;
    height: 50px;
    border: 10px solid pink;
    border-top: 10px solid #d5066e;
    border-right: 10px solid #d5066e;
    border-left: 10px solid #d5066e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: fixed; /* fixed for full-page */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050; /* above modal backdrop */
    display: none;
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Optional full-screen overlay */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1040;
    display: none;
}

.btn-twtc {
    background-color: #ea3a92 !important;
    color: white;
}

#previewModal .modal-header {
    background-color: var(--primary-pink);
}
.custom-queno-box {
    border-top-left-radius: 8px; /* rounded */
    border-bottom-right-radius: 8px; /* rounded */

    border-top-right-radius: 0; /* sharp */
    border-bottom-left-radius: 0; /* sharp */
    font-size: small;
    font-weight: bolder;
    width: 21px;
    height: 22px;
   /* align-self: self-end;*/
}