:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f1b06d9 */.questionno{
    margin-top: 30px;
}
.exe-output{
    font-size: 54px;
}
.que3{
   display:flex;gap:40px;
}
.lwh1 ul {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 20px;
}

.lwh1 li {
    display: list-item;
    color: #152B49;
    font-size: 18px;
    margin-bottom: 0px;
}
.solutions-hero {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.solutions-hero::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.9) 70%,
        #fff 100%
    );
}

.result-content{
    position: relative;
    margin-top: -170px;     /* Pull content onto the image */
    z-index: 2;
    text-align: center;
    background: transparent;
}
.d-flex {
    display: flex;
}

.tablenew {
    background-color: #fff;
    padding: 15px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    margin-top: 20px;

}

.table1 {
    width: 50%;
}

.tablenew p {
    color: #152B49;
    font-size: 18px;
    font-weight: 500;
}

.impact-table {
    gap: 20px;
    display: flex;
}

.impact-table .lwh1 {
    justify-content: start !important;
    text-align: start !important;
}

.impact {
    border-radius: 10px 10px 0 0;
    border: solid 1px #00000040;
    border-top: solid 12px #AD9C76;
    padding: 40px 60px;
    margin: 60px 150px 0px 150px;
}

.footer {
    background-color: #152B49;
    padding: 40px 60px;
    border-radius: 0 0 20px 20px;
    margin: 0px 150px 60px 150px;
}

.footer p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

.scorebg {
    padding: 10px 30px;
    background-color: #F8FAFC;
    border: solid 1px #152B49;
    width: 30%;
    margin: auto;
    border-radius: 30px;
}

.italicp {
    font-style: italic;
    font-size: 18px;
    color: #152B49;
    margin-top: 20px;
}

.scorebg p {
    color: #152B49;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.match-result {
    background-color: #F8FAFC;
    padding: 30px 40px;
    margin-top: 30px;
}

.match-result .lwh1 {
    justify-content: start;
}

.match-result h4 {
    color: #858585;
    font-size: 20px;
    font-weight: 500;
    text-align: start;
}

.questionno {
    font-size: 24px;
    margin-bottom: 30px;
    color: #B19D72;
    font-weight: 600;
}

.page .formcard1 .section-title {
    color: #000 !important;
    font-size: 34px;
}

.page .formcard1 .question {
    color: #B19D72;
}

.formcard {
    padding: 35px 60px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-top: solid 6px #AD9C76;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.formcard1 {
    border: 0.5px solid #AD9C76;
    border-radius: 10px;
    padding: 35px;
    text-align: center;
}

.result-card {
    display: none;
    padding: 0px 0px!important;
    margin-top: -45px!important;
        position: relative;

}

.page {
    width: 100%;
    margin: 0 auto;
    font-family: "Montserrat";
}

/* Cards */
.page .card {
    padding: 25px 30px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-left: solid 6px #152B49;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.result-card {
    background: #fff;
    padding: 55px 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
/* Headings */
.page .section-title {
    color: #152B49;
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 35px;
}

#question3 .page .question {
    margin-bottom: 15px !important;
}

#question3 .page .option {
    margin-top: 20px;
}

.page .question {
    color: #152B49;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    max-width: 1400px;
    margin-bottom: 25px;
}

.based,
.score,
.result-section p,
.result-section li,
.page .option span,
.result-table td {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.result-section h4,
.overallscore,
.form-grid label,
.result-table th {
    color: #ADB761;
    font-size: 20px;
}

.result-section li{
    margin-top: 20px;
}

/* Options */
.page .options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page .option {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 20px;
    cursor: pointer;
    border: solid 1px #D6D6D6;
    border-radius: 5px;
    padding: 7px;
}

/* Radio Buttons */
.page .option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #B19D72;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
        min-width: 25px !important;
        min-height: 25px !important;
        flex-shrink: 0 !important;
        margin-top: 2px !important;
}

.page .option input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #B19D72;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     min-width: 14px !important;
        min-height: 14px !important;
        flex-shrink: 0 !important;
}

/* Checkboxes */
.page input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #B19D72;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background: transparent;
     min-width: 25px !important;
        min-height: 25px !important;
        flex-shrink: 0 !important;
}

.page input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #B19D72;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     min-width: 11px !important;
        min-height: 11px !important;
        flex-shrink: 0 !important;
}
/* Form */
.page .form-grid input {
    width: 100%;
    height: 30px;
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
}

/* Buttons */
.page .consult-btn {
    background: #B19D72;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #B19D72;
    padding: 10px 20px;
    font-size: 22px;
    cursor: pointer;
    margin: 5px 0px 35px 0px;
    font-weight: bold;
}

.page .consult-btn:hover {
    background: #fff;
    color: #B19D72;
    border: 1px solid #B19D72;
}

.page .btn-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 20px;
}


.page .next-btn,
.page .back-btn {
    border-radius: 14px;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

.page .next-btn {
    background: #B19D72;
    color: #fff;
    border: solid 1px #B19D72;
}

.page .next-btn:hover {
    background: #fff;
    color: #B19D72;
    border: solid 1px #B19D72;
}

.page .back-btn {
    background: #fff;
    border: solid 1px #B19D72;
    color: #B19D72;
}

.page .back-btn:hover {
    background: #B19D72;
    color: #fff;
    border: solid 1px #B19D72;
}

/* Quiz Navigation */
.question-box {
    display: none;
    margin: 0px 150px;
}

.question-box.active {
    display: block;
}

.result-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #6b1f86;
    border-radius: 20px;
    background: #26172d;
    margin-top: 30px;
}

.result-table th,
.result-table td {
    padding: 28px 20px;
    text-align: center;
    border-right: 1px solid #6b1f86;
    border-bottom: 1px solid #6b1f86;
    font-size: 20px;
    line-height: 1.4;
}

.result-table th {
    padding: 28px 20px 0px 20px !important;

}

.result-table th:last-child,
.result-table td:last-child {
    border-right: none;
}

.result-table tbody tr:last-child td {
    border-bottom: none;
}

/* First column */
.result-table th:first-child,
.result-table td:first-child {
    width: 17%;
    color: #ADB761;
    font-weight: 700;
}

/* Remaining columns */
.result-table th:not(:first-child),
.result-table td:not(:first-child) {
    color: #fff;
    width: 27.66%;
}

/* Header */
.result-table th {
    font-size: 18px;
    font-weight: 700;
}

/* Body */
.result-table td {
    font-size: 18px;
    font-weight: 500;
}

.page .form-grid {
    width: 75%;
    margin: 50px auto;
}

.page .form-group {
    width: 100%;
}

.page .form-group label {
    display: block;
    margin-bottom: 12px;
    color: #000;
    font-size: 20px;
    text-align: start;
}

.page .form-group input {
    width: 100%;
    height: 38px;
    padding: 0 16px;
    border: 1px solid #000;
    border-radius: 5px;
    background: transparent;
    color: #000;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 0px;
    height: 50px;

}

.selectallapply {
    color: #ADB761;
    font-weight: bold
}

.exe-output {
    margin-top: 40px;
    color: #152B49;
    font-size: 50px;
}

.result-card .overallscore {
    font-weight: bold
}

.consult-btn:hover {
    background-color: #fff;
    color: #ADB761;
}

.page table td {
    color: #fff !important;
}

.page table th {
    color: #ADB761 !important;
    text-align: start;

}

.page table td,
table th {
    padding: 10px;
}

.page-id-43109 .pagetop {
    background: linear-gradient(269deg,
            #152B49CF -2.18%,
            #152B49CF 55.16%);
    display: flex;
    align-items: stretch;
    padding: 0;
}

.hero-section {
    padding: 0px 100px;
    position: relative;
    background:
        radial-gradient(circle at left center,
            rgba(21, 43, 73, 0.81) 0%,
            rgba(21, 43, 73, 0.65) 40%,
            rgba(21, 43, 73, 0.25) 70%,
            rgba(21, 43, 73, 0) 100%),
        url("https://lwhmls.wpengine.com/wp-content/uploads/2026/07/quiz-banner.webp") center right/cover no-repeat;
}

.hero-container {
    max-width: 1000px;
    min-height: 500px;
    margin: auto;
    display: flex;
    align-items: center;
}

.hero-content {
    width: 100%;
    padding: 60px 40px;
    text-align: center;
}

.hero-content h1,
.hero-content p {
    color: #fff;
}

.hero-content p {
    font-weight: 600;
}

.hero-mobile-image {
    display: none;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.page #quiz-container {

    width: 100%;

    margin: 50px auto;
}

.page .e-con-inner {
    max-width: 100%;
}

.hero-btn {
    background-color: transparent;
    font-size: 18px;
    font-weight: 600 !important;
    fill: #152B49 !important;
    color: #FFFFFF !important;
    background-image: linear-gradient(180deg, #152B49 0%, #152B49 100%);
    border-radius: 20px;
    border: solid 1px #152B49;
    padding: 15px 30px 15px 30px
}

.feature-points {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-family: 'Nunito Sans', sans-serif;
    color: #0e2a47;
    margin-top: 30px;
}

.lwh1 {
    display: flex;
    align-items: flex-start;
    flex: 1;
    min-width: 150px;
    justify-content: center;
}

.bgB0934E73 {

    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(176, 147, 78, 0.45);
    margin: auto;
    width: 75%;
    text-align: center;
}

.bgB0934E73 p {
    color: #FFF;
    margin-bottom: 0px;

    text-align: center;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.hero-content h1 {
    margin-top: 40px;
}

@media (max-width:768px) {
    .page .option span{
    line-height:1.7!important;
}
.que3 div{
    margin-top:20px!important;
}
    .exe-output{
        font-size: 34px;
    }
    .scorebg {
    width: 80%;}
    .scorebg p {
            font-size: 17px;
    }
    .impact {
        padding: 40px 30px;
    margin: 60px 15px 0px 15px;
}
.footer{
     margin: 0px 15px 0px 15px;
         padding: 40px 20px;
}
.footer p{
    font-size: 16px;
}
.impact-table {
    display: block;
}
.table1 {
    width: 100%;
}
    .match-result{
        padding: 20px;
    }
    .match-result .lwh1 img{
        display: none;
    }
     .match-result .lwh1{
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;}
    #resultFeatures .lwh1 img{
            width: 16px;
    height: 13px;
    }
    .page .form-group label {
            font-size: 16px;
    }
    .d-flex{
        display: block;
    }
    .formcard {
    padding: 35px 20px;}
    .que3{
   display:block;
}
    .page .btn-wrap{
        display: block;
    }
    .hero-section {
                padding: 0px 30px;

    }
.page-id-31428 .page .page-content {
    margin-top: -100px!important;
}
.bgB0934E73 {
    width: 100%;
}
.bgB0934E73 p{
        font-size: 15px;

}
.feature-points {
    gap: 0px;
}
.hero-content h1{
    font-size: 26px;
}
.question-box {
    margin: 0px 30px;
}
.hero-btn {
    font-size: 15px;
    padding: 10px 20px 10px 20px;
}
    .hero-btn {
        font-size: 17px !important;
    }

    .page .card {
        padding: 30px;
    }

    .page .section-title,.page .formcard1 .section-title {
        font-size: 26px;
    }
.formcard1{
    padding: 10px;
}
    .page .question {
        font-size: 24px;
    }

    .page .next-btn,
    .page .back-btn {
        width: auto;
        padding: 10px 20px;
        font-size: 18px;

    }
    .result-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .result-table th,
    .result-table td {
        padding: 18px 16px;
        font-size: 16px;
    }

    
    .hero-mobile-image {
        display: block;
    }

    .hero-container {
        min-height: auto;
        display: block;
    }

    .hero-content {
        width: 100%;
        padding: 30px 0px;
        text-align: center;
    }

    .page .question {
        font-size: 18px !important;
    }

    .page .option {
        font-size: 16px !important;
        gap:10px;

    }

    .based,
    .score,
    .result-section p,
    .result-section li,
    .page .option span,
    .result-table td {
        color: #000;
        font-size: 14px;
        line-height: 1.5;
    }

    .page .option input[type="radio"] {
            width: 22px !important;
            height: 22px !important;
            min-width: 22px !important;
            min-height: 22px !important;
            flex-shrink: 0 !important;
            margin-top: 2px !important;
    }

    .page .form-group {
        margin-top: 20px !important;

    }

    .page .consult-btn {
        font-size: 14px;
        padding: 10px 10px;
    }

    .result-card {
        padding: 25px 0px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
.impact{
        margin: 60px 50px 0px 50px;
}
.question-box,.footer {
    margin: 0px 50px;
}
}
.page .option {
    position: relative;
    z-index: 2;
    cursor: pointer;
    touch-action: manipulation;
}

.page .option input {
    pointer-events: auto;
}

.page .option span {
    pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0a1f834 */.page-id-31428 .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
padding: 0px!important;
}/* End custom CSS */