.elementor-43719 .elementor-element.elementor-element-0c2e5d4{--display:flex;--background-transition:0.3s;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-43719 .elementor-element.elementor-element-0c2e5d4:not(.elementor-motion-effects-element-type-background), .elementor-43719 .elementor-element.elementor-element-0c2e5d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #2B1833 0%, #2B1833 100%);}.elementor-43719 .elementor-element.elementor-element-0c2e5d4, .elementor-43719 .elementor-element.elementor-element-0c2e5d4::before{--border-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-55d6674 */.page {
    width: 100%;
    margin: 0 auto;
    font-family: "Abhaya Libre";
}

/* Cards */
.page .card {
    background: linear-gradient(90deg, #241529 0%, #2b1833 100%);
    border: 1px solid #602371;
    border-radius: 30px;
    padding: 55px 60px;
    position: relative;
    overflow: hidden;
}
.result-card{
    background: linear-gradient(90deg, #241529 0%, #2b1833 100%);
    border: 1px solid #7f1ba8;
    border-radius: 30px;
    padding: 55px 60px;
    position: relative;
    overflow: hidden;
}

.page .card::after {
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(162,108,186,.25) 0%, transparent 70%);
}

/* Headings */
.page .section-title {
    color: #ADB761;
    font-size: 34px;
    font-family: "Roxborough", Sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
}

.page .question {
    color: #fff;
    font-size: 24px;
    line-height: 1.35;
    font-family: "Archivo", Sans-serif;
    font-weight: 700;
    max-width: 1400px;
    margin-bottom: 45px;
}

.description,
.based,
.score,
.result-section p,
.result-section li,
.yesno-row span,
.yesno-row label,
.page .option span,
.result-table td {
    color: #fff;
    font-size: 20px;
    font-family: "Archivo", Sans-serif;
}

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

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

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

.page .option {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 20px;
    cursor: pointer;
}

/* Radio Buttons */
.page .option input[type="radio"],
.yesno-row input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.page .option input[type="radio"]:checked::after,
.yesno-row input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #B7BF5A;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.page input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #B7BF5A;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Yes / No Table */
.yesno-table {
    width: 45%;
}

.yesno-row {
    display: grid;
    grid-template-columns: 1fr 80px 80px;
    align-items: center;
    gap: 20px;
    padding: 0px 0;
}

.yesno-row label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

/* Form */
.form-grid input {
    width: 100%;
    height: 30px;
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
}

/* Buttons */
.consult-btn {
    background: #ADB761;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 22px;
    cursor: pointer;
    margin: 35px 0px 25px 0px;
    font-family: "Archivo", Sans-serif;
    font-weight: bold;
}
.page .btn-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 40px;
}

.page .next-btn,
.page .back-btn {
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 15px 25px;
    font-size: 20px;
    font-family: "Archivo", Sans-serif;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

.page .next-btn {
    background: #B4BD62;
}

.page .next-btn:hover {
    background: #A5AD56;
}

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

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

/* Quiz Navigation */
.question-box {
    display: none;
}

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

/* Responsive */
@media (max-width: 768px) {
.hero-btn {
    font-size: 17px!important;
}
    .page .card {
        padding: 30px;
    }

    .page .section-title {
        font-size: 26px;
    }

    .page .question {
        font-size: 24px;
    }

    .page .option {
        font-size: 18px;
    }

    .page .next-btn,
    .page .back-btn {
        width: 100%;
            padding: 5px 15px;
    font-size: 15px;

    }

    .yesno-table {
        width: 100%;
    }

    .yesno-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .yesno-row label {
        justify-content: flex-start;
    }
}
.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-family:"Archivo",sans-serif;
    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;
}

@media (max-width:768px){

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

    .result-table th,
    .result-table td{
        padding:18px 16px;
        font-size:16px;
    }
}
.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px 40px;
    margin-top:20px;
    width:50%;
    margin-top: 50px;
}

.form-group{
    width:100%;
}

.form-group label{
    display:block;
    margin-bottom:12px;
    color:#ADB761;
    font-size:20px;
    font-family:"Archivo",sans-serif;
}

.form-group input{
    width:100%;
    height:38px;
    padding:0 16px;
    border:2px solid #fff;
    border-radius:10px;
    background:transparent;
    color:#fff;
    box-sizing:border-box;
    font-size:18px;
        margin-top: 0px;

}
.selectallapply{
    color: #ADB761;
    font-weight: bold
}
.exe-output{
    margin-top: 40px;
}
.result-card .overallscore{
        color: #ADB761;
    font-size: 20px;
    font-family: "Archivo", Sans-serif;
    font-weight: bold
}
.consult-btn:hover{
    background-color: #fff;
    color:#ADB761;
}

.impact-table{
    border-radius:10px;
    border: solid 1px #602371;
        margin-top: 40px;
        width: 45%!important;

}

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

}
.page table td, table th {
    padding: 10px;
}
.impact-table  th {
    font-weight: 700;
    text-align: start;
    color: #ADB761;
}
.page-id-43109 .pagetop {
    background: linear-gradient(
        269deg,
        #49404D00 -2.18%,
        #241728 55.16%
    );
    display: flex;
    align-items: stretch;
    padding: 0;
}
.hero-section {
    background: linear-gradient(269deg, #49404D00 -2.18%
-2.18%
, #241728 55.16%);
    
  }
  .hero-container {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    width: 100% !important;
    /* REMOVED: height: 100% !important; */
    min-height: 500px !important;      /* now acts as a floor, not a hard cap */
    max-width: 100% !important;
    padding: 0 !important;
  }
  /* --- Left Column: Text --- */
  .hero-content {
    flex: 1 !important;
    padding: 0px 40px 0px 8% !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    /* REMOVED: height: 100% !important; -- with the parent's height now
       auto/content-driven, this couldn't resolve against anything and
       silently fell back to auto anyway. Leaving it unset lets the parent's
       align-items:stretch size this column natively instead. */
  }
  .hero-content h1 {
    color: #fff !important;
  }
  .hero-content p {
    color: #fff !important;
  }
  /* --- Buttons --- */
 
 .hero-image-wrapper {
   flex: 1 !important;
   display: flex !important;
   align-items: stretch !important; 
 }
 .hero-image-wrapper img {
   width: 100% !important;
   min-height: 100% !important; /* Forces the image to fill the stretched wrapper */
   object-fit: cover !important;
   flex: 1 !important; 
   -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.05) 15%, rgba(0,0,0,0.5) 35%, black 60%) !important;
   mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.05) 15%, rgba(0,0,0,0.5) 35%, black 60%) !important;
 }
/* --- Mobile/Tablet Responsiveness --- */
 @media (max-width: 991px) {
   /* Fix 1: Remove the white gap by zeroing out the padding */
   .hero-section {
     padding-top: 0px !important; 
     padding-bottom: 0px !important;
   }
   .hero-container {
     /* Image on top, text on bottom */
     flex-direction: column-reverse !important; 
     padding-top: 0 !important;
     min-height: auto !important;
   }
   .hero-content {
     text-align: center !important;
     padding: 20px 20px !important; /* Added a bit more breathing room around the text */
     align-items: center !important;
     z-index: auto !important; 
   }
   .hero-content h1 {
     font-size: 1.4rem !important; 
   }
   .feature-item {
     max-width: 100% !important;
     text-align: left !important;
   }
   /* Fix 2: Give the image more height so it doesn't crop awkwardly */
   .hero-image-wrapper {
     width: 100% !important;
     height: 400px !important; /* Increased from 300px for a better crop */
     flex: none !important;    
   }
   .hero-image-wrapper img {
     height: 100% !important; 
     min-height: unset !important; 
     -webkit-mask-image: none !important;
     mask-image: none !important;
   }
 }
  .page #quiz-container{
         margin: 50px!important; 
 }
 .page .e-con-inner{
     max-width: 100%;
 }
 .hero-btn{
     background-color: transparent;
    font-family: Archivo;
    font-size: 18px;
    font-weight: 600;
    fill: #FFFFFF!important;
    color: #FFFFFF!important;
    background-image: linear-gradient(180deg, #ADB761 0%, #ADB761 100%);
    border-radius: 10px 10px 10px 10px;
    border:solid 1px #ADB761;
    padding: 10px 20px 10px 20px
 }
 @media (max-width: 768px) {
    .page .question {
        font-size: 18px!important;
    }
    .page .option {
        font-size: 16px!important;

    }
    .description, .based, .score, .result-section p, .result-section li, .yesno-row span, .yesno-row label, .page .option span, .result-table td {
    color: #fff;
    font-size: 18px;}
    .page .option input[type="radio"], .yesno-row input[type="radio"] {
    width: 20px!important;
    height: 20px!important;
    }
    .page .form-grid {
        display:block!important;
    width:100%!important;
    }
    .page .form-group{
    margin-top:20px!important;
    }
    .page .consult-btn{
    font-size:12px;
    padding:10px 10px;
    }
    .result-card {
    padding: 25px 20px;
    }
    .page #quiz-container {
    margin: 20px !important;
    }
}/* End custom CSS */