/* Prevent horizontal scroll on entire site */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/** Start Block Kit CSS: 136-3-fc37602abad173a9d9d95d89bbe6bb80 **/

.envato-block__preview{overflow: visible !important;}

/** End Block Kit CSS: 136-3-fc37602abad173a9d9d95d89bbe6bb80 **/

/* blogs h3 */
.blog-content h3{
	margin-top: 30px !important; 
	margin-bottom: -30px !important;
}

/* FAQ h3 */
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 30px 20px 25px 20px !important;
    color: #444;
    margin-top: -15px !important;
	padding-top: 0px !important;
}


#tutor-pro-google-authentication iframe {
    margin: 0 !important;
}

button,
a,
input[type="submit"],
input[type="button"],
.elementor-button {
    cursor: pointer !important;
}


/* Remove default bullet space */
.elementor-icon-list-items {
    list-style: none !important;
    padding-left: 0 !important;
}


header .elementor-icon-list-item {
    display: flex !important;
    align-items: center !important;
	font-size: 30px
}

.sp-ea-one.sp-easy-accordion 
.sp-ea-single 
h4.ea-header > a {
  padding: 25px 20px 15px 20px !important;
  color: #444 !important;
}

/* AKITRA ACADEMY CERTIFICATE DOWNLOAD BUTTON */
.tutor-py-16 button,
.tutor-py-16 .elementor-button,
.tutor-py-16 input[type="submit"] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    background-color: #F58020!important;
    color: #ffffff !important;

    border: 1px solid #f15a24 !important;
    padding: 12px 24px !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* Hover */
.tutor-py-16 button:hover,
.tutor-py-16 .elementor-button:hover,
.tutor-py-16 input[type="submit"]:hover {
    background-color: #F15A24  !important; /* slightly darker */
    color: #ffffff !important;
    border-color: #d94f1f !important;
}



/* ===== FORCE SEARCH FORM WRAPPER ===== */
.is-search-form {
    display: flex !important;
    align-items: center !important;
    background: #f5f5f5 !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    border: 1px solid #6d6a6a !important;
    max-width: 420px !important;
    height: 44px !important;
    padding: 0 !important;
}

/* ===== FORCE SEARCH INPUT ===== */
.is-search-form input[type="search"],
.is-search-form input[type="text"] {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 16px !important;
    height: 100% !important;
    line-height: 44px !important;
    font-size: 14px !important;
    background: transparent !important;
    color: #333 !important;
}


/* ===== FORCE SEARCH BUTTON ===== */
.is-search-submit {
    width: 48px !important;
    height: 100% !important;
    min-height: 44px !important;
    border: none !important;
    background: #ffffff !important;

}


/* ===============================
   HARD RESET – PLUGIN CONFLICTS
================================ */
.is-search-form *,
.is-search-form *::before,
.is-search-form *::after {
   
   background: none !important;
    border: none !important;
}

/* ===============================
   MOBILE HEADER SEARCH FIX
================================ */
@media (max-width: 768px) {

    /* Search form container */
    .is-search-form {
        max-width: 160px !important;   /* fits between logo & menu */
        height: 34px !important;
        border-radius: 20px !important;
        border: 1px solid #6d6a6a !important;
    }

    /* Search input */
    .is-search-form input[type="search"],
    .is-search-form input[type="text"] {
        font-size: 12px !important;
        line-height: 34px !important;
        padding: 0 10px !important;
    }

    /* Search button */
    .is-search-submit {
        width: 34px !important;
        min-height: 34px !important;
    }
}

/* ===============================
   EXTRA SMALL DEVICES
================================ */
@media (max-width: 480px) {

    .is-search-form {
        max-width: 130px !important;
        height: 32px !important;
    }

    .is-search-form input[type="search"],
    .is-search-form input[type="text"] {
        font-size: 11px !important;
        line-height: 32px !important;
    }

    .is-search-submit {
        width: 32px !important;
        min-height: 32px !important;
    }
}

/* ===============================
   AJAX SEARCH DROPDOWN WRAPPER Search Result
================================ */
.is-ajax-search-result {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid #e6e6e6 !important;
    overflow: hidden !important;
    z-index: 9999 !important;
}

/* ===============================
   SEARCH RESULTS LIST
================================ */
.is-ajax-search-posts {
    padding: 8px 0 !important;
}

/* ===============================
   SINGLE RESULT ITEM
================================ */
.is-ajax-search-post {
    padding: 10px 16px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    transition: background 0.2s ease !important;
}

.is-ajax-search-post:last-child {
    border-bottom: none !important;
}

/* Hover */
.is-ajax-search-post:hover {
    background: #f8f9fb !important;
}

/* ===============================
   RESULT TITLE
================================ */
.is-ajax-search-post .is-title a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #0b5cff !important;
    line-height: 1.4 !important;
    display: inline-block !important;
    text-decoration: none !important;
}

/* Hover title */
.is-ajax-search-post:hover .is-title a {
    text-decoration: underline !important;
}

/* ===============================
   SHOW URL BELOW TITLE (LOWERCASE)
================================ */
.is-ajax-search-post .is-title a::after {
    content: attr(href) !important;
    display: block !important;
    margin-top: 4px !important;
    font-size: 12px !important;
    color: #6b7280 !important;
    font-weight: 400 !important;

    text-transform: lowercase !important; /* 🔑 FIX */

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
}

/* ===============================
   REMOVE UNUSED META
================================ */
.is-ajax-search-post .meta {
    display: none !important;
}

/* ===============================
   SIMPLEBAR SCROLL FIX
================================ */
.simplebar-content {
    padding: 0 !important;
}

/* ===============================
   "MORE RESULTS" BUTTON
================================ */
.is-ajax-search-result a.more-results {
    display: block !important;
    text-align: center !important;
    padding: 10px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #0b5cff !important;
    border-top: 1px solid #eee !important;
    background: #fafafa !important;
}

.is-ajax-search-result a.more-results:hover {
    background: #f1f5ff !important;
}



/* About Course Heading */
#tutor-course-details-tab-info h2.tutor-fs-5 {
    font-size: 36px !important;   /* apna size yaha change karo */
    font-weight: 900 !important;  /* 400,500,600,700 use kar sakte ho */
}

/* Course Content Heading */
h3.tutor-course-content-title {
    font-size: 36px !important;   /* apna size */
    font-weight: 900 !important;  /* 400-700 */
}



.skip-quiz-btn {
    background-color: #ff6b1a !important;
    color: #fff !important;
    padding: 14px 28px !important;
    border-radius: 30px !important;
    border: none !important;
    font-weight: 600;
    text-transform: uppercase;
}

.skip-quiz-btn:hover {
    background-color: #e65c10 !important;
}

@media (max-width: 768px) {
    .tutor-quiz-footer, 
    .tutor-quiz-btn-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .skip-quiz-btn,
    .tutor-btn-primary {
        width: auto;
        min-width: 200px;
        padding: 12px 24px;
        margin: 8px 0 !important;

        display: flex;              /* 👈 add this */
        align-items: center;        /* 👈 vertical center */
        justify-content: center;    /* 👈 horizontal center */

        text-align: center;
    }

    .tutor-ml-24 {
        margin-left: 0 !important;
    }
}
.tutor-btn-outline-primary {
    background-image: linear-gradient(180grad, #F58020 0%, #F15A24 100%);

}
.tutor-btn-outline-primary:hover {
    background-image: linear-gradient(180deg, #F58020 0%, #F15A24 100%);
    color: #fff;
}

.tutor-modal .tutor-modal-close-o
 {
    background-image: linear-gradient(180grad, #F58020 0%, #F15A24 100%);
}




/* =========================================
   AI READINESS QUIZ - PREMIUM BLUE STYLE
========================================= */

.qsm-quiz-container{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at top, rgba(84,172,255,.18) 0%, transparent 38%),
        radial-gradient(circle at bottom, rgba(84,172,255,.12) 0%, transparent 35%),
        linear-gradient(180deg,#051B38 0%, #031224 100%);
    padding:90px 30px !important;
    margin:auto;
    box-shadow:
        0 0 0 1px rgba(255,255,255,.05),
        0 30px 80px rgba(0,0,0,.45);
}

/* WAVE GLOW EFFECT */
.qsm-quiz-container:before,
.qsm-quiz-container:after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:1200px;
    height:300px;
    pointer-events:none;
    opacity:.5;
}
@media screen and (min-width: 500px) {

    .qmn_pagination,
    .qsm_auto_pagination_enabled .qmn_pagination {
        justify-content: center !important;
    }

}
.qsm-quiz-container:before{
    top:-120px;
    background:
    repeating-radial-gradient(
        ellipse at center,
        rgba(117,199,255,.45) 0px,
        rgba(117,199,255,.45) 2px,
        transparent 2px,
        transparent 13px
    );
    border-radius:0 0 50% 50%;
}

.qsm-quiz-container:after{
    bottom:-150px;
    background:
    repeating-radial-gradient(
        ellipse at center,
        rgba(117,199,255,.35) 0px,
        rgba(117,199,255,.35) 2px,
        transparent 2px,
        transparent 13px
    );
    border-radius:50% 50% 0 0;
}

/* HERO TITLE */
.mlw_qmn_message_before{
    position:relative;
    z-index:2;
}

.mlw_qmn_message_before p{
    font-size:78px !important;
    line-height:82px !important;
    text-align:center;
    margin:0 auto 26px auto !important;
    max-width:760px;
    font-weight:700;
    letter-spacing:-2px;
    color:#ffffff !important;
}

/* FIRST WORD BLUE */
.mlw_qmn_message_before p::first-line{
    color:#87D5FF;
    font-weight:400;
}

/* SUBTEXT */
.quiz_begin:after{
    content:"Is your AI governance program ready for a rapidly evolving AI landscape? Take a brief quiz to find out!";
    display:block;
    max-width:640px;
    margin:10px auto 0 auto;
    text-align:center;
    color:#C7DCF5;
    font-size:20px;
    line-height:34px;
    position:relative;
    z-index:2;
}

/* NAVIGATION AREA */
.qsm-navigation{
    text-align:center;
    margin-top:35px !important;
    position:relative;
    z-index:2;
}

/* BUTTONS */
.qsm-start-btn,
.qsm-next-btn,
.qsm-submit-btn{
    background:linear-gradient(180deg,#F8FCFF 0%, #D9ECFF 100%) !important;
    color:#06284E !important;
    border:none !important;
    border-radius:60px !important;
    padding:18px 42px !important;
    font-size:18px !important;
    font-weight:700 !important;
    letter-spacing:.2px;
    transition:all .25s ease;
    box-shadow:
        0 10px 25px rgba(126,214,255,.18),
        inset 0 1px 0 rgba(255,255,255,.9);
}

.qsm-start-btn:hover,
.qsm-next-btn:hover,
.qsm-submit-btn:hover{
    transform:translateY(-3px);
    box-shadow:
        0 18px 35px rgba(126,214,255,.22),
        inset 0 1px 0 rgba(255,255,255,.9);
}

/* QUESTION BOX */
.qsm-question-wrapper{
    position:relative;
    z-index:2;
    max-width:850px;
    margin:40px auto !important;
    padding:40px !important;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    backdrop-filter:blur(18px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 20px 40px rgba(0,0,0,.25);
}

/* QUESTION NUMBER */
.mlw_qmn_question_number{
    color:#6FCBFF !important;
    font-size:18px !important;
    font-weight:700;
}

/* QUESTION TITLE */
.mlw_qmn_new_question{
    font-size:34px !important;
    line-height:46px !important;
    color:#ffffff !important;
    font-weight:700 !important;
    margin:10px 0 32px !important;
    letter-spacing:-0.5px;
}

/* ANSWER OPTIONS */
.qsm_check_answer,
.qmn_mc_answer_wrap{
    margin-bottom:18px !important;
}

.qsm-input-label{
    display:flex;
    align-items:flex-start;
    gap:14px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:18px 22px;
    color:#D9E8F8 !important;
    font-size:16px;
    line-height:28px;
    transition:all .25s ease;
    cursor:pointer;
}

.qsm-input-label:hover{
    background:rgba(117,199,255,.09);
    border-color:rgba(117,199,255,.4);
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.2);
}

/* CHECKBOX/RADIO */
.qmn_quiz_radio,
.qsm-multiple-response-input{
    accent-color:#78CCFF;
    transform:scale(1.25);
    margin-top:4px;
}

/* ACTIVE SELECTED */
.qmn_quiz_radio:checked + .qsm-input-label,
.qsm-multiple-response-input:checked + .qsm-input-label{
    background:linear-gradient(180deg, rgba(108,195,255,.16) 0%, rgba(108,195,255,.08) 100%);
    border-color:#78CCFF;
    color:#ffffff !important;
}

/* PAGE COUNT */
.pages_count{
    display:block;
    text-align:center;
    margin-top:26px;
    color:#8FB3D8 !important;
    font-size:14px;
    letter-spacing:.5px;
}

/* FORM FIELDS */
.qsm-contact-form-wrapper{
    max-width:700px;
    margin:auto;
}

.qsm_contact_div{
    margin-bottom:20px;
}

.qsm_contact_div label{
    color:#CDE4FF !important;
    font-size:15px;
    margin-bottom:10px;
    display:block;
    font-weight:600;
}

.qsm_contact_div input{
    width:100%;
    padding:18px 20px !important;
    border-radius:18px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    background:rgba(255,255,255,.04) !important;
    color:#ffffff !important;
    font-size:16px !important;
    transition:all .25s ease;
}

.qsm_contact_div input:focus{
    outline:none;
    border-color:#78CCFF !important;
    box-shadow:0 0 0 4px rgba(120,204,255,.15);
}

/* REMOVE UGLY DEFAULTS */
.qmn_btn{
    box-shadow:none !important;
}

.qsm-error-message{
    color:#ffbcbc !important;
}

/* MOBILE */
@media(max-width:768px){

    .qsm-quiz-container{
        padding:60px 20px !important;
        border-radius:22px;
    }

    .mlw_qmn_message_before p{
        font-size:50px !important;
        line-height:56px !important;
    }

    .quiz_begin:after{
        font-size:17px;
        line-height:30px;
    }

    .qsm-question-wrapper{
        padding:26px !important;
    }

    .mlw_qmn_new_question{
        font-size:26px !important;
        line-height:36px !important;
    }

    .qsm-start-btn,
    .qsm-next-btn,
    .qsm-submit-btn{
        width:100%;
    }
}


```css id="jl4x7w"
.qmn_quiz_container .qmn_btn,
.qmn_quiz_container .button {
    color: #fff !important;
    border-color: #F58020 !important;
}


/* MAIN QUESTION CONTAINER */
.qsm-question-wrapper {
    margin: 40px auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* REMOVE QUESTION NUMBER */
.mlw_qmn_question_number {
    display: none !important;
}



/* QUESTION TITLE */
.mlw_qmn_new_question {
    font-size: 64px !important;
    line-height: 1.1 !important;
    font-weight: 400 !important;
    color: #fff !important;
    letter-spacing: -2px;
    max-width: 900px;
    margin: 0 0 55px 0 !important;
}

/* ANSWERS WRAPPER */
.qmn_check_answers {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

/* HIDE CHECKBOX */
.qsm-multiple-response-input {
    display: none !important;
}

/* ANSWER CARD */
.qsm-input-label {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 92px;
    background: #ECE8EB;
    border: 1px solid #E1DADF;
    border-radius: 24px;
    padding: 0 34px !important;
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    color: #332B31 !important;
    cursor: pointer;
    transition: all .25s ease;
    box-sizing: border-box;
}

/* HOVER EFFECT */
.qsm-input-label:hover {
    background: #E7D7DF;
    border-color: #B54D83;
    transform: translateY(-2px);
}

/* SELECTED OPTION */
.qsm-multiple-response-input:checked + .qsm-input-label {
    background: #F4D7E6 !important;
    border: 2px solid #8A1E5D !important;
    color: #230014 !important;
}

/* REMOVE EXTRA MARGIN */
.qsm_check_answer {
    margin: 0 !important;
}

/* MOBILE */
@media(max-width:768px){

    .mlw_qmn_new_question{
        font-size: 42px !important;
        line-height: 1.15 !important;
        letter-spacing: -1px;
        margin-bottom: 35px !important;
    }

    .qsm-input-label{
        min-height: auto;
        padding: 24px !important;
        font-size: 18px !important;
        border-radius: 18px;
    }

    .qsm-question-wrapper:before{
        font-size: 12px;
        padding: 10px 14px;
    }
}