* {
    font-family: 'Roboto', sans-serif !important;
}
body {
    background: #2E5ABE !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.survey-form-wrapper button:hover,
.survey-form-wrapper .cta-button:hover {
    background: #F4CD06 !important;
    color: #000 !important;
}

* {
    box-sizing: border-box !important;
}

body {
    color: white !important;
}

.survey-form-wrapper {
    all: unset;
    margin: 0 !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background: #2E5ABE !important;
    width: 100%;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    position: relative !important;
    z-index: 9999 !important;
}

body .survey-form-wrapper {
    background: #2E5ABE !important;
    color: white !important;
}

.survey-form-wrapper .survey-container {
    text-align: center !important;
    max-width: 850px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.survey-form-wrapper .logo {
    margin-bottom: 15px !important;
}

.survey-form-wrapper .logo img {
    width: 400px;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

.survey-form-wrapper .logo-text {
    font-size: 32px !important;
    font-weight: bold !important;
    color: white !important;
    margin: 0 !important;
}

.survey-form-wrapper .main-heading {
    font-size: 35px !important;
    font-weight: bold !important;
    color: white !important;
    margin: 0 0 20px 0 !important;
    
}

.survey-form-wrapper .sub-text {
    font-size: 22px !important;
    color: white !important;
    margin: 0 0 60px 0 !important;
    line-height: 1.4 !important;
    opacity: 0.9 !important;
}

.survey-form-wrapper .cta-button {
    background: #F4CD06 !important;
    color: #000 !important;
    border: none !important;
    padding: 18px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.survey-form-wrapper .cta-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(244, 205, 6, 0.3) !important;
}

.survey-form-wrapper .arrow-icon {
    font-size: 20px !important;
    font-weight: bold !important;
}

.form-step {
    display: none;
    animation: slideIn 0.4s ease;
}
.form-step.active {
    display: block;
}

.survey-form-wrapper .form-step .error-text-color {
    font-size: 29px !important;
    font-weight: 600 !important;
    color: red !important;
    padding-top: 18px;
    margin: 0 0 20px 0 !important;
}

.survey-form-wrapper .form-step .red-text {
    font-size: 29px !important;
    font-weight: 600 !important;
    color: #323232 !important;
    padding-top: 18px;
    margin: 0 0 20px 0 !important;
}

.survey-form-wrapper .form-step .step1-text {
    font-size: 24px !important;
    color: #323232 !important;
    padding: 55px 50px 0px 50px;
    margin: 0 !important;
}

.survey-form-wrapper .form-step .step1-sub-text {
    font-size: 24px !important;
    color: #323232 !important;
    padding-top: 10px;
    margin: 0 0 25px 0 !important;
}

.survey-form-wrapper .form-step .step2-text-red {
    font-size: 29px !important;
    color: red !important;
    padding: 25px 5px 0px 5px;
    margin: 0 !important;
    font-weight: 600;
}

.survey-form-wrapper .form-step .step2-text {
    font-size: 29px !important;
    color: #323232 !important;
    padding: 25px 5px 0px 5px;
    margin: 0 !important;
    font-weight: 600;
}

.survey-form-wrapper .form-step .step2-sub-text {
    font-size: 22px !important;
    color: #797676 !important;
    margin-bottom: 20px;
}

.survey-form-wrapper .form-step .step4-text {
    font-size: 29px !important;
    color: #323232 !important;
    padding: 25px 9px 0px 9px;
    margin: 0 !important;
}

.survey-form-wrapper .form-step .step4-sub-text {
    font-size: 29px !important;
    color: #323232 !important;
    padding-top: 10px;
    margin: 0 0 25px 0 !important;
}

.survey-form-wrapper .form-step .step11-text {
    font-size: 29px !important;
    color: #323232 !important;
    padding: 30px 50px 0px 50px;
    margin: 0 !important;
    font-weight: 800;
}

.survey-form-wrapper .form-step .step11-sub-text {
    font-size: 29px !important;
    color: #323232 !important;
    padding: 25px 60px 0;
    font-weight: 800;
}

.option-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.card-inner-content {
    padding: 10px 50px 30px 50px;
}

.card-inner-content-custom {
    padding: 10px 50px 10px 50px;
}

.radio-option {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 17px;
    font-weight: normal;
    background: white;
    transition: border-color 0.2s ease;
}
.radio-option:hover {
    background: #f7f7f7;
}
.radio-option input:checked + span {
    font-weight: bold;
}

.radio-option-text {
    font-size: 16px;
    color: #323232;
}

.radio-option:hover {
    background: #f7f7f7;
}

.language-option {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 0px 5px 0px;
    width: 82%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.language-option:hover {
    border-color: #007bff;
}

.language-option input[type="radio"] {
    position: absolute;
    top: 10px;
    left: 10px;
}

.flag-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
}

.flag-box img {
    width: 100%;
    height: auto;
}

.language-option span {
    font-size: 14px;
    color: #333;
}

.language-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 0px 10px 20px 50px;
}

.error-message {
    color: white;
    background: red;
    padding: 4px 10px;
    border-radius: 3px;
    margin-right: 25px;
    font-size: 14px;
    text-align: center;
}
.card-footer {
    background: #F4CD06;
    padding: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 0px 7px 7px;
}

.card-footer-step2 {
    justify-content: end;
}
.card-footer button {
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
    font-weight: normal;
}

.card-content {
    background-color: white;
    border-radius: 7px 7px 0px 0px;
}

.options-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.option-btn {
    background: white;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 6px;
}
.option-btn:hover {
    background: #ddd;
}
input[type="radio"] {
    transform: scale(1.5);
}
.survey-form-wrapper .main-card {
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    max-height: 80vh;
}

.card-content {
    flex: 1;
    overflow-y: auto;
}

.card-footer {
    flex-shrink: 0;
}

.form-step .main-card .input-cl {
    padding: 11px 20px; 
    color: black; 
    border: 1px solid black;
}

.form-step .main-card .input-cl:focus {
    border: 1px solid #007bff !important;
    outline: none;
}

.survey-form-wrapper * {
    box-sizing: border-box !important;
}

.survey-form-wrapper h1,
.survey-form-wrapper h2,
.survey-form-wrapper h3,
.survey-form-wrapper p,
.survey-form-wrapper a {
    color: inherit !important;
    text-decoration: none !important;
}

.survey-form-wrapper .top-logo {
    display: none;
    align-self: flex-start;
    position: fixed !important;
    top: 0;
    margin: 48px 0 0 75px !important;
}

.survey-form-wrapper .top-logo img {
    max-width: 120px;
    height: auto;
}

.progress-container {
    position: fixed;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 600px;
    text-align: center;
    z-index: 10000;
    display: none;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-fill {
    width: 0%;
    height: 100%;
    background: #F4CD06;
    transition: width 0.3s ease;
}

.progress-text {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.card-inner-content-custom .field-help {
    display: block;
    text-align: left !important;
    margin-top: 6px;
    font-size: 11px;
    color: #64728c;
}

.radio-option input:checked {
    background-color: #e3f2fd !important;
}

.radio-option input:checked + .radio-option-text {
    background-color: #e3f2fd !important;
}

.radio-option:has(input:checked) {
    background-color: #e3f2fd !important;
    border-color: #2196f3 !important;
}


.main-container {
    display: flex;
    padding-top: 10px;
    justify-content: space-evenly;
}

.review-card-card {
    background-color: #327BCF;
    border-radius: 8px;
    padding: 20px;
    max-width: 320px;
    margin: 0 0 20px 0px;
}

.stars {
    color: #FFCD00;
    font-size: 50px;
    letter-spacing: 3px;
    text-align: left;
}

.review-card-card .review-card-content {
    display: flex;
}

.review-card-card .review-card-content2 {
    display: flex;
}

.review-card-card .review-card-content p {
    font-size: 28px;
    line-height: 35px;
    margin: 0;
    text-align: left;
    padding-bottom: 20px;
}

.review-card-card .review-card-content2 p {
    font-size: 28px;
    line-height: 35px;
    margin: 0;
    text-align: left;
    padding-bottom: 50px;
}

.review-card-card .user-avatar-info {
    display: flex;
    align-items: center;
}

.review-card-card .user-avatar-info .user-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 12px;
}

.review-card-card .user-avatar-info .user-name-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.review-card-card .user-avatar-info .user-name-info .main-name {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 23.4px;
    color: #111827;
}

@keyframes slideIn {
    from { transform: translateX(50px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}


/* Responsive Design */
@media (max-width: 1180px) {
    .survey-form-wrapper .top-logo {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .survey-form-wrapper .survey-container {
        padding: 20px 15px !important;
    }
}

@media (max-width: 822px) {
    .language-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .survey-form-wrapper .main-heading {
        line-height: 1.3 !important;
        padding: 0 10px !important;
    }
    .survey-form-wrapper .sub-text {
        padding: 0 15px !important;
    }
    .survey-form-wrapper .cta-button {
        font-size: 18px !important;
        padding: 14px !important;
        width: 100% !important;
    }
    .option-list {
        grid-template-columns: 1fr;
    }
    .radio-option {
        font-size: 14px !important;
        padding: 12px !important;
    }
}

@media (max-width: 678px) {
    .main-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 642px) {
    .language-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .survey-form-wrapper .main-heading {
        font-size: 24px !important;
    }
    .survey-form-wrapper .sub-text {
        font-size: 14px !important;
    }
    .survey-form-wrapper .cta-button {
        font-size: 16px !important;
    }
}

@media (max-width: 382px) {
    .language-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-container {
        padding: 10px;
    }
}