@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lato:wght@400;700&display=swap');
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">


/* ======================================
   BODY BACKGROUND
====================================== */
html {
    background: #a9a9a9 !important;
}
body {
    background: #f3f5f8 !important;
    overflow-x: hidden !important;
}

.custom-js-label {
    font-family: Inter; 
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    vertical-align: middle;
    color: #9CA3AF;
}
  .form-change-lang .dropdown-toggle {
       background: linear-gradient(90.52deg, #1E4560 4.29%, #3D8EC6 81.18%);

        color: white !important;
        border-radius: 6px !important;
        padding: 6px 10px !important;
        font-size: 13px !important;
        border: none !important;
    }

    .form-change-lang .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }
.survey-header {
    position: absolute;
    top: 80px;
    width: 100%;
    max-width: 950px;
    height: 64px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90.52deg, #1E4560 4.29%, #3D8EC6 81.18%);
    box-sizing: border-box;
    z-index: 100;
     text-align: left !important; 
     padding-left:10px;
    
  

}

.survey-header h1 {
    margin-top:5px !important;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 32px;
    /*margin-top: -20px !important;*/
    color: #FFFFFF;
}

.survey-header p {
    margin-top:-15px !important;
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    color: #DBEAFE;
    
}


.ls-survey[dir="ltr"] .survey-header {
    left: 50%;
    transform: translateX(-50%);
}
/*.ls-survey[dir="rtl"] .survey-header {*/
/*    right: 50%;*/
/*    left: auto;*/
/*    transform: translateX(50%);*/
/*    text-align: right !important;*/
/*}*/


/* ======================================
   REMOVE EXTRA SPACING & BORDERS
====================================== */
.question-container,
.ls-question,
.group-container  .row{
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    /*padding:0 !important;*/
   
}
/* Minimal spacing between question and input */
.question-title-container {
    margin-bottom: 0px !important;
    margin-left:20px;
    margin-top: 0px !important;
    padding :0px !important;
}

/* Move ONLY Feedback label upward */
.list-dropdown .question-title-container {
    margin-bottom: 8px !important;
    position: relative;
    top: 0px;   /* adjust this value (try -8px to -15px) */
}
.ls-answers {
    margin-top: 0 !important;
    padding : 0px !important;
    
}

.question-container {
    margin-bottom: 2px !important;
}
.ls-label-question,
.question-text .ls-label-question,
[id^="ls-question-text-"] {
    font-family: Inter  !important;
    font-weight: 700 !important;  /* Bold */
    font-style: normal !important;
    font-size: 16px !important;    /* 16px as requested */
    color: #374151 !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
}

/* Also apply to any other question text elements */
.question-title-container .ls-label-question,
.ls-question-text {
    font-family: Inter  !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #374151 !important;
}
/* ======================================
   MAIN CARD CONTAINER
====================================== */
.group-container {
    max-width: 950px !important;
    margin: 40px auto !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
    padding: 40px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
 
}



#question51,  #question73 ,#question72 {
    flex: 0 0 100% !important;
    width: 100% !important;
   
}
/* Hide "Load unfinished survey from desktop */
.ls-link-loadall {
    display: none !important;
}

/* Hide "Resume later" */
.navbar-nav .nav-item a[data-limesurvey-submit*="saveall"] {
    display: none !important;
}


/*.other-surveys-box {*/
/*  position :absolute;*/
  /*clear: both; */
/*  margin-top : 60px;*/
/*  margin-bottom : 0px !important;*/
  /*padding: 6px 10px;          */
  /*background: #f5f5f5;        */
/*  border: 1px solid #e0e0e0;*/
  /*border-radius: 6px;         */
  /*font-size: 10px;            */
/*  text-align: center;*/
/*  line-height: 1.2;*/
/*  margin-left : 230px;*/
/*}*/

/* Links inside the box – blue, no underline, minimal spacing */
/*.other-surveys-box a {*/
  /*color: #0066cc;             */
/*  text-decoration: none;*/
/*  margin: 0 6px;*/
  /*padding: 4px 0;             */
  /*display: inline-block;      */
/*}*/

/*.other-surveys-box a:hover {*/
  /*text-decoration: underline; */
/*  color: #004499;*/
/*}*/

/* Separator "|" styling – keep it grey and subtle */
/*.other-surveys-box span.sep {*/
/*  color: #aaa;*/
/*  margin: 0 4px;*/
/*}*/


/* 📱 Mobile devices: stack links vertically for easier tapping */
/*@media (max-width: 600px) {*/
/*  .other-surveys-box {*/
    /*position: static;      */
/*    margin: 10px auto;*/
/*    padding: 10px 12px;*/
/*    font-size: 11px;*/
/*    line-height: 1.5;*/
/*    text-align: center;*/
/*    box-sizing: border-box;*/
/*  }*/
  
/*  .other-surveys-box a {*/
/*    margin: 6px 0;*/
/*    padding: 6px 0;*/
/*    line-height: 1.0;*/
/*    word-break: break-word;*/
/*  }*/
  

#airblue-home {
    display: block !important;
    width : 150px !important;
    height : auto !important
}






.other-survey-link{
    display:inline-block;
    margin:5px;
    padding:10px 18px;
    background: linear-gradient(135deg, #2b5c7c, #3d89c4) !important;
    color:#fff !important;
    text-decoration:none;
    border-radius:6px;
    text-align:center !important;
    
}

.other-survey-link:hover{
    transform: translateY(-3px) !important;
}














/* ======================================
   TWO COLUMN LAYOUT
====================================== */


.question-container.col-md-6 {
    flex: 0 0 calc(50% - 10px) !important;
  width: calc(50% - 10px) !important;
}

.question-container.col-md-12 {
    width: 100% !important;
    flex: 0 0 100% !important;
}

/* ======================================
   LABEL STYLE
====================================== */
.ls-label-question {
    font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #374151 !important;
    line-height: 1.2 !important;
}


/* ======================================
   INPUT & SELECT STYLE
====================================== */
input.form-control,
select.form-select,
textarea.form-control {
    width: 100% !important;
    height: 48px !important;
    border-radius: 8px !important;
    border: 1px solid #d1d5db !important;
    padding: 0px 10px !important;
    font-size: 14px !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
}




input.form-control:focus,
select.form-select:focus,
textarea.form-control:focus {
    border-color: #3d89c4 !important;
    box-shadow: 0 0 0 3px rgba(61, 137, 196, 0.1) !important;
    outline: none !important;
}

textarea.form-control {
    height: 120px !important;
    resize: vertical !important;
}

/* Fix dropdown width */
.list-dropdown .col-auto {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding:0px !important;
    margin :0px !important;
}

/* ======================================
   GENDER IMAGE STYLE
====================================== */

/* ======================================

   EMOJI RATING QUESTIONS - FIXED POSITIONING

====================================== */
/* hide radio */
.rating-3 input[type="radio"] {
    display: none !important;
}

/* row of 3 options */
.rating-3 .ls-answers {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 10px !important;   /* less gap */
    margin-top: 6px !important;
    width: 100% !important;
    
}

/* each option */
.rating-3 .radio-item {
    display: inline-block !important;
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    text-align: center !important;
    vertical-align: top !important;
    margin: 0 !important;
    margin-top : 30px !important;
    padding: 0 !important;
}

/* force label to stack icon + text vertically */
.rating-3 .radio-item label {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 36px auto !important;
    justify-items: center !important;
    align-items: start !important;
    row-gap: 4px !important;
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    cursor: pointer !important;
    font-family: Inter, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #374151 !important;
    
 
}

/* icon */
.rating-3 .radio-item label::before {
    content: "" !important;
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 34px 34px !important;
    transition: transform 0.2s ease !important;
        margin-top:-45px !important;
        margin-left:10px !important;
    
        
  
}

/* poor */
.rating-3 .radio-item:nth-child(1) label::before {
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'>\
<circle cx='24' cy='24' r='21' fill='none' stroke='%23ff4d1f' stroke-width='3.2'/>\
<circle cx='17' cy='18' r='2.2' fill='%23ff4d1f'/>\
<circle cx='31' cy='18' r='2.2' fill='%23ff4d1f'/>\
<path d='M15 33 C19 27, 29 27, 33 33' fill='none' stroke='%23ff4d1f' stroke-width='3.2' stroke-linecap='round'/>\
</svg>");

}

/* average */
.rating-3 .radio-item:nth-child(2) label::before {
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'>\
<circle cx='24' cy='24' r='21' fill='none' stroke='%23f2b600' stroke-width='3.2'/>\
<circle cx='17' cy='18' r='2.2' fill='%23f2b600'/>\
<circle cx='31' cy='18' r='2.2' fill='%23f2b600'/>\
<path d='M16 31 L32 31' fill='none' stroke='%23f2b600' stroke-width='3.2' stroke-linecap='round'/>\
</svg>");
}

/* excellent */
.rating-3 .radio-item:nth-child(3) label::before {
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'>\
<circle cx='24' cy='24' r='21' fill='none' stroke='%2309c22e' stroke-width='3.2'/>\
<circle cx='17' cy='18' r='2.2' fill='%2309c22e'/>\
<circle cx='31' cy='18' r='2.2' fill='%2309c22e'/>\
<path d='M15 28 C19 36, 29 36, 33 28' fill='none' stroke='%2309c22e' stroke-width='3.2' stroke-linecap='round'/>\
</svg>");
}

/* hover / selected */
.rating-3 .radio-item label:hover::before,
.rating-3 input[type="radio"]:checked + label::before {
    transform: scale(1.06) !important;
}

.rating-3 input[type="radio"]:checked + label {
    font-weight: 500 !important;
    color: #111827 !important;
}

/* FORCE TEXT BELOW ICON */
.rating-3 .radio-item label {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* FORCE TEXT BLOCK */
.rating-3 .radio-item label .answertext {
    display: block !important;
    margin-top: 4px !important;
    text-align: center !important;
    width: 100% !important;
}
.rating-3 .radio-item label * {
    float: none !important;
}
.rating-3 .radio-item label span {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}





/* ======================================
   RECOMMEND QUESTION STYLE
====================================== */
.recommend-style .ls-answers {
    display: flex !important;
    gap: 24px !important;
    flex-wrap: wrap !important;
}

.recommend-style .radio-item {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.recommend-style .radio-item label {
    font-size: 14px !important;
    color: #374151 !important;
    cursor: pointer !important;
}

/* ======================================
   FEEDBACK TEXTAREA
====================================== */
.feedback-area {
    width: 100% !important;
}

/* ======================================
   RECAPTCHA STYLE
====================================== */

.recaptcha-box {
    width: 60% !important;
    margin: 20px auto 0 auto !important;
    margin-left:75% !important;
    margin-right:25% !important;

}
/* ======================================
   HIDE VALIDATION MESSAGES
====================================== */
.ls-questionhelp,
.ls-em-success,
.question-valid-container {
    display: none !important;
    margin: 20px auto !important;

}

/* ======================================
   SUBMIT BUTTON
====================================== */
#navigator-container {
    width: 950px !important;
    max-width: 950px !important;
    
    display: flex !important;
    justify-content: center !important;
}

#navigator-container .col-6:first-child {
    display: none !important;
}

#navigator-container .col-6:last-child {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

#ls-button-submit,
button.btn-primary {
    background: linear-gradient(135deg, #2b5c7c, #3d89c4) !important;
    border-radius: 40px !important;
    padding: 14px 60px !important;
    border: none !important;
    color: white !important;
    font-size: 15px !important;
    font-family: Inter, sans-serif !important;
    box-shadow: 0 10px 25px rgba(61,137,196,0.3) !important;
    
    
    
}

#ls-button-submit:hover {
    transform: translateY(-3px) !important;
}

/* ======================================
   RESPONSIVE DESIGN
====================================== */
@media (max-width: 768px) {
    
    /* added language button formation to show in downward direction */
    

    .form-change-lang .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }
    
    
    
    .question-container.col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    .group-container {
        margin: 20px auto !important;
        padding: 24px !important;
    }
    
   
    
    .rating-3 .radio-item label::before {
    
        font-size: 20px !important;
    }
}
.rating-3 .question-container {
    margin-bottom: 18px !important; /* Slightly more for rating questions but still reduced */
}

/* For dropdown questions */
.list-dropdown.question-container {
    margin-bottom: 5px !important;
}

/* For text input questions */
.text-short.question-container {
    margin-bottom: 5px !important;
}

/* Remove any extra margins from answer container */
.answer-container {
    margin-top: 0 !important;
    margin-left: 10px !important;
    padding-bottom :2px !important;
    padding-left :0px !important;
    padding-top :0px !important;
}

/* Ensure the label has minimal margin */
.ls-label-question {

 
}

/* For the emoji rating options, adjust the spacing */
.rating-3 .ls-answers {
    margin-top: 0 !important;
    gap : 25px !important; 
}
#ls-question-text-656572X8X62
{
    margin-bottom: 0px !important;
}
#ls-question-text-656572X8X61
{
    margin-bottom:0px !important;
}
#ls-question-text-656572X8X63
{
     margin-bottom:18px !important;
}

#ls-question-text-656572X8X64{margin-bottom:18px !important;}
#ls-question-text-656572X8X65{margin-bottom:18px !important;}
#ls-question-text-656572X8X66{margin-bottom:18px !important;}
#ls-question-text-656572X8X67{margin-bottom:18px !important;}
#ls-question-text-656572X8X68{margin-bottom:18px !important;}
#ls-question-text-656572X8X69{margin-bottom:18px !important;}
#ls-question-text-656572X8X59{margin-bottom: -10px !important;}
#ls-question-text-656572X8X60{margin-bottom: 0px !important;}
#ls-question-text-656572X8X70{margin-bottom:18px !important;}
#ls-question-text-558835X7X46{margin-bottom :0px !important;}


/* ======================================
   GENDER - IMAGE ONLY (NO BACKGROUND)
====================================== */

#question60 .ls-answers {
    display: flex !important;
    gap: 10px !important;
    margin-left:20px !important;
}

/* Remove any background from container */
#question60 .radio-item,
#question60 .radio-item label {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Hide default radio */
#question60 input[type="radio"] {
    display: none !important;
}

/* Remove grey background behind image */
#question60 .radio-item img {
    width: 60px !important;
    height: 60px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    object-fit: contain !important;
}

/* Optional: small zoom effect on hover */
#question60 .radio-item label:hover img {
    transform: scale(1.05);
    transition: 0.2s ease;
}

/* Optional: subtle selected indicator (without background box) */
#question60 input[type="radio"]:checked + label img {
    transform: scale(1.1);
}



/* meal survey gender setting */




#question79 .ls-answers {
    display: flex !important;
    gap: 10px !important;
}

/* Remove any background from container */
#question79 .radio-item,
#question79 .radio-item label {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Hide default radio */
#question79 input[type="radio"] {
    display: none !important;
}

/* Remove grey background behind image */
#question79 .radio-item img {
    width: 60px !important;
    height: 60px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    object-fit: contain !important;
}

/* Optional: small zoom effect on hover */
#question79 .radio-item label:hover img {
    transform: scale(1.05);
    transition: 0.2s ease;
}

/* Optional: subtle selected indicator (without background box) */
#question79 input[type="radio"]:checked + label img {
    transform: scale(1.1);
}

/*removing extra spaces from ratings questions using #id */

#question81 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    
}
#question82{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#question83{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#question84{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#question85{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    
}
#question85 .question-title-container {
    margin-bottom: 12px !important;   /* overrides the global -40px margin */
}
#question63{
    padding-top: 0px !important;
    padding-bottom : 0px !important;
}
#question64{
    padding-top: 0px !important;
    padding-bottom : 0px !important;
}
#question65{
    padding-top: 0px !important;
    padding-bottom : 0px !important;
}
#question66{
    padding-top: 0px !important;
    padding-bottom : 0px !important;
}
#question67{
    padding-top: 0px !important;
    padding-bottom : 0px !important;
}
#question68{
    padding-top: 0px !important;
    padding-bottom : 0px !important;
}

/* meal survey veg n non veg icons  setting */
#question85 .ls-answers {
    display: flex !important;
    gap: 20px !important;
}

/* Remove any background from container */
#question85 .radio-item,
#question85 .radio-item label {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Hide default radio */
#question85 input[type="radio"] {
    display: none !important;
}

/* Remove grey background behind image */
#question85 .radio-item img {
    width: 41px !important;
    height: 41px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    object-fit: contain !important;
}

/* Optional: small zoom effect on hover */
#question85 .radio-item label:hover img {
    transform: scale(1.05);
    transition: 0.2s ease;
}

/* Optional: subtle selected indicator (without background box) */
#question85 input[type="radio"]:checked + label img {
    transform: scale(1.1);
}



/* ======================================
   Meal  survey emoji questions setting
====================================== */

#ls-question-text-733576X9X81{margin-bottom:18px !important;}
#ls-question-text-733576X9X82{margin-bottom:18px !important;}
#ls-question-text-733576X9X83{margin-bottom:18px !important;}
#ls-question-text-733576X9X84{margin-bottom:18px !important;}
#ls-question-text-733576X9X86{margin-bottom:18px !important;}



/* ======================================
  Sale  survey  questions setting
====================================== */
#ls-question-text-558835X7X49{margin-bottom:0px !important;}















































/* ======================================
   MOBILE FIXES (MATCH SAMPLE UI)
====================================== */
@media (max-width: 768px) {

  

    /* ===== FIX MAIN CARD ===== */
    .group-container {
        margin: 10px !important;
        padding: 16px !important;
        border-radius: 10px !important;
        margin-top:80px !important;
    }

    /* ===== FIX HEADER (VERY IMPORTANT) ===== */
 .survey-header {
        position: absolute !important;
        top: 80px !important;
        left: 20px !important;
        right: 20px !important;
        /*width: 89vw !important;*/
        max-width: 100vw !important;
        margin: 0 !important;
        /*padding: 20px 20px !important;*/
         border-radius: 12px 12px 0 0; /* round top corners like card */
        background: linear-gradient(90.52deg, #1E4560 4.29%, #3D8EC6 81.18%) !important;
        box-sizing: border-box !important;
        z-index: 100 !important;
        height: 52px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;

    }

    .survey-header h1 {
     font-family: Lato;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 32px;
        letter-spacing: 0%;
        vertical-align: middle;
        /*margin-top:-15px !important;*/
        /*margin-left:-25px !important;*/
        line-height: 22px !important;
    }

    .survey-header p {
          /*margin-left:-25px !important;*/
     font-family: Lato;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 24px;
        letter-spacing: 0%;
        vertical-align: middle;

        /*margin-top: 4px !important;*/
    }

    /* ===== INPUT FIELDS ===== */
    input.form-control,
    select.form-select,
    textarea.form-control {
        height: 44px !important;
        font-size: 13px !important;
        padding: 10px 12px !important;
    }

    textarea.form-control {
        height: 100px !important;
    }

    /* ===== REDUCE GAP BETWEEN QUESTIONS ===== */
    .question-container {
        margin-bottom: 10px !important;
    }

    .question-title-container {
        margin-bottom: 6px !important;
    }

    /* ===== EMOJI RATING (MATCH SAMPLE) ===== */
/*     .rating-3{*/
/*             padding-top:100px !important;*/
/*     }*/
/* .rating-3 .ls-answers {*/
/*        display: flex !important;*/
/*        justify-content: space-between !important;*/
/*        align-items: center !important;*/
       /* gap: 0 !important;  remove extra gap */
/*        width: 100% !important;*/
        
/*    }*/
/*.rating-3 .radio-item {*/
/*    padding-top:10px !important;*/
    
/*        text-align: center !important;*/
/*    }*/
/* .rating-3 .radio-item label {*/
/*        padding-top:25px !important;*/
/*        font-size: 11px !important;*/
/*    }*/

/*    .rating-3 .radio-item label::before {*/
/*        font-size: 20px !important;*/
/*    }*/
  .rating-3 .ls-answers {
        gap: 25px !important;
    }

    .rating-3 .radio-item label {
        font-size: 13px !important;
        margin-top: 20px !important;
        margin-left :15px !important;
        margin-right :15px !important;
    }

    .rating-3 .radio-item label::before {
        width: 34px !important;
        height: 34px !important;
        background-size: 34px 34px !important;
     
    }
    /* ===== GENDER ALIGNMENT ===== */
    #question79 .ls-answers,
    #question60 .ls-answers {
        justify-content: flex-start !important;
        gap: 15px !important;
        margin-left:15px !important;
        margin-right:15px !important;
    }

    #question79 .radio-item img,
    #question60 .radio-item img {
        width: 50px !important;
        height: 50px !important;
    }

    /* ===== VEG / NON-VEG FIX ===== */
    #question85 .ls-answers {
        justify-content: flex-start !important;
        gap: 15px !important;
        margin-left : 10px !important;
    }

    #question85 .radio-item img {
        width: 36px !important;
        height: 36px !important;
    }

    /* ===== RECAPTCHA FIX ===== */
    .recaptcha-box {
        width: 40% !important;
        margin-top: 15px !important;
        margin-left : -20px !important;
        
    }

    /* ===== SUBMIT BUTTON ===== */
    #navigator-container {
        width: 100% !important;
        margin: 20px auto !important;
    }

    #ls-button-submit {
        width: 100% !important;
        padding: 12px !important;
        font-size: 14px !important;
        border-radius: 30px !important;
    }
    
    
    
    /*.navbar,*/
    /*.navbar-default,*/
    /*.navbar-header,*/
    /*.top-bar {*/
    /*    display: flex !important;*/
    /*    flex-direction: row !important;*/
    /*    justify-content: space-between !important;*/
    /*    align-items: center !important;*/
    /*    margin: 0 !important;*/
    /*    top: 0 !important;*/
    /*    left: 0 !important;*/
    /*    right: 0 !important;*/
    /*}*/
    
     .navbar-brand,
    .logo,
    [class*="brand"] {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        order: 1 !important;
    }
    
 .navbar-brand img,
    .logo img,
    img[alt*="logo"],
    img[src*="logo"],
    img[src*="airblue"] {
        display: block !important;
        width: auto !important;
        /*height: 26px !important; */
        angle: 0 deg;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
            
   /*.navbar-nav,*/
   /* .nav,*/
   /* .language-selector,*/
   /* [class*="language"],*/
   /* [class*="lang"],*/
   /* .dropdown,*/
   /* .navbar-right {*/
   /*     display: flex !important;*/
   /*     align-items: center !important;*/
   /*     margin: 0 !important;*/
   /*     padding: 0 !important;*/
   /*     order: 2 !important;*/
   /*     flex-direction: row !important;*/
   /* }*/
    
    /* Hide any menu icon that might be showing */
   
    
    /* Style the language button */
    .language-selector button,
    [class*="language"] button,
    .dropdown-toggle {
        background: transparent !important;
        border: 1px solid rgba(255,255,255,0.3) !important;
        color: white !important;
        padding: 6px 12px !important;
        border-radius: 6px !important;
        font-size: 14px !important;
    }


/* Hide any menu icon that might be showing */ 
.navbar-toggle,
[class*="toggle"], [class*="hamburger"]
{ display: none !important; }





































/* ===== NAVBAR WHITE BACKGROUND ===== */
#survey-nav, .navbar,
.navbar-default 
{ 
    height: 53px !important;
    min-height: 53px !important;
    background: #ffffff !important; 
    display: flex !important;
    align-items: center !important; 
    justify-content: space-between !important;
    /* padding: 10px 16px !important; */ 
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important; 
     overflow: visible !important;
    
} 
    /* ===== FORCE FLEX LAYOUT ===== */ 
    .container-fluid 
    {
          height: 100% !important;
        display: flex !important;
        align-items: center !important; 
        justify-content: space-between !important;
         flex-wrap: nowrap !important;
        }
          .navbar-header {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        float: none !important;   /* removes bootstrap float issue */
    
    }
     .navbar-brand {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        padding: 0 !important;
    }

    .navbar-brand img {
        height: 28px !important;
        width: auto !important;
        display: block !important;
    }
        /* fixed alignment */
        /* ===== FIX LOGO LEFT ===== */ 
        .navbar-header {
                order: 1 !important;
                margin-right: auto !important;
                display: flex !important;
                align-items: center !important;
                float: none !important; /* IMPORTANT */
            }

        #navbar,
        .navbar-collapse {
            order: 2 !important;
            display: flex !important;
            justify-content: flex-end !important;
        }

    .form-change-lang {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        

    }
        .navbar-brand img, .logo img 
        { 
            height: 28px !important;
            width: auto !important;
            display: block !important;
            margin: 0 !important; 
        } 
        /* ===== RIGHT SIDE CONTAINER ===== */ 
        #navbar, 
        .collapse.navbar-collapse 
        { 
               height: 100% !important;
            display: flex !important;
            justify-content: flex-end !important;
            align-items: center !important; 
            
        } 
        /* ===== HIDE ONLY UNWANTED ITEMS ===== */ 
        .ls-link-loadall, .ls-link-resume, 
        .nav-link, .navbar-nav > li:not(.form-change-lang) 
        { 
            display: none !important;
            } 
            /* ===== LANGUAGE BUTTON FIX ===== */ 
            .form-change-lang 
            {
                display: block !important;
                margin-left: auto !important;
                } 
                .form-change-lang .dropdown-toggle 
                { 
                    background: linear-gradient(90.52deg, #1E4560 4.29%, #3D8EC6 81.18%) !important; 
                    color: #fff !important;
                    border-radius: 6px !important; 
                    padding: 6px 12px !important; 
                    font-size: 13px !important;
                    border: none !important; 
                    display: inline-flex !important; 
                    align-items: center !important; 
                    
                } 
                /* ===== DROPDOWN POSITION ===== */ 
                .form-change-lang .dropdown-menu 
                {
                    right: 0 !important; left: auto !important;
                    } 
                    /* ===== REMOVE HAMBURGER ===== */ 
                    .navbar-toggle, .navbar-toggler 
                    { 
                        display: none !important;
                        } 
                        

.form-change-lang .dropdown-toggle::before
{ 
    font-size: 12px !important; 
    color: #fff; 
    
}


}













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

    /* navbar row stays stable */
    /*#survey-nav,*/
    /*.navbar,*/
    /*.navbar-default {*/
    /*    overflow: visible !important;*/
    /*}*/

    /*.container-fluid {*/
    /*    display: flex !important;*/
    /*    align-items: center !important;*/
    /*    justify-content: space-between !important;*/
    /*    flex-wrap: nowrap !important;*/
    /*    position: relative !important;*/
    /*}*/

    /* keep language button fixed on right */
    /*.form-change-lang {*/
    /*    position: relative !important;*/
    /*    display: block !important;*/
    /*    margin-left: auto !important;*/
    /*    z-index: 1050 !important;*/
    /*}*/

    /*.form-change-lang .dropdown-toggle {*/
    /*    position: relative !important;*/
    /*    display: inline-flex !important;*/
    /*    align-items: center !important;*/
    /*    white-space: nowrap !important;*/
    /*    min-height: 38px !important;*/
    /*    padding: 8px 12px !important;*/
    /*    transform: none !important;*/
    /*    top: auto !important;*/
    /*    bottom: auto !important;*/
    /*}*/

    /* dropdown should open below button, not above */
    /*.form-change-lang .dropdown-menu {*/
    /*    position: absolute !important;*/
    /*    top: calc(100% + 6px) !important;*/
    /*    right: 0 !important;*/
    /*    left: auto !important;*/
    /*    bottom: auto !important;*/
    /*    transform: none !important;*/
    /*    min-width: 190px !important;*/
    /*    margin: 0 !important;*/
    /*    padding: 6px 0 !important;*/
    /*    z-index: 2000 !important;*/
    /*    display: none;*/
    /*}*/

    .form-change-lang .dropdown-menu.show {
        display: block !important;
    }

    .form-change-lang .dropdown-item {
        white-space: nowrap !important;
        text-align: left !important;
        padding: 10px 14px !important;
    }

    /* Urdu still opens downward from same place */
    html[dir="rtl"] .form-change-lang .dropdown-menu {
        right: 0 !important;
        left: auto !important;
        text-align: right !important;
    }
}


/* ======================================
   MOBILE LANGUAGE DROPDOWN FINAL FIX
====================================== */
@media (max-width: 768px) {

    /* keep navbar above everything */
    #survey-nav,
    .navbar,
    .navbar-default {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 5000 !important;
        overflow: visible !important;
    }

    .container-fluid {
        position: relative !important;
        overflow: visible !important;
    }

    #navbar,
    .navbar-collapse {
        overflow: visible !important;
    }

    .navbar-nav {
        overflow: visible !important;
    }

    /* language button wrapper */
    .form-change-lang {
        position: relative !important;
        display: block !important;
        margin-left: auto !important;
        z-index: 5100 !important;
        overflow: visible !important;
    }

    /* button stays fixed in place */
    .form-change-lang .dropdown-toggle {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        white-space: nowrap !important;
        min-height: 38px !important;
        padding: 8px 12px !important;
        transform: none !important;
        top: auto !important;
        bottom: auto !important;
        z-index: 5101 !important;
    }

    /* menu opens like desktop, below button */
    .form-change-lang .dropdown-menu {
        position: absolute !important;
        top: calc(100% + 6px) !important;
        right: 0 !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        min-width: 190px !important;
        margin: 0 !important;
        padding: 6px 0 !important;
        z-index: 9999 !important;
        background: #fff !important;
        border: 1px solid rgba(0,0,0,0.12) !important;
        border-radius: 6px !important;
        box-shadow: 0 8px 20px rgba(0,0,0,0.14) !important;
        display: none !important;
    }

    .form-change-lang .dropdown-menu.show {
        display: block !important;
    }

    .form-change-lang .dropdown-item {
        display: block !important;
        white-space: nowrap !important;
        text-align: left !important;
        padding: 10px 14px !important;
    }

    /* Urdu */
    html[dir="rtl"] .form-change-lang .dropdown-menu {
        right: 0 !important;
        left: auto !important;
        text-align: right !important;
    }

    html[dir="rtl"] .form-change-lang .dropdown-item {
        text-align: right !important;
    }
}




























/* ===============================
   FINAL FIX: LOGO LEFT + LANGUAGE RIGHT
   Works in English + Urdu
================================ */

/* Top navbar always fixed */
#survey-nav,
.navbar,
.navbar-default {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  height: 78px !important;
    min-height: 78px !important;
    background: #fff !important;
    z-index: 9999 !important;
}

/* Logo always LEFT */
.navbar-brand,
.logo-container {
    display: flex !important;
    position: fixed !important;
    top: 8px !important;
    left: 28px !important;
    right: auto !important;
    margin: 0 !important;
}

.navbar-brand img,
.logo-container img,
.logo,
.logo.img-fluid {
    height: 62px !important;
    max-height: none !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Language always RIGHT */
.form-change-lang {
    position: fixed !important;
    top: 16px !important;
    right: 28px !important;
    left: auto !important;
    z-index: 10000 !important;
    display: block !important;
}

/* Override Urdu RTL movement */
html[dir="rtl"] .form-change-lang,
body[dir="rtl"] .form-change-lang {
    right: 28px !important;
    left: auto !important;
}

/* Dropdown opens under button */
.form-change-lang .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
}



/* Keep survey card centered */
.group-container
{ 
    margin: 95px auto 40px auto !important; 
max-width: 950px !important; 
    
} 
/* Header always centered with card */
.survey-header 
{ 
      margin: 95px auto 40px auto !important;
    left: 50% !important; 
right: auto !important; 
transform: translateX(-50%) !important;
max-width: 950px !important;
width: 100% !important; 
    
}

/* Urdu header text right aligned only */
html[dir="rtl"] .survey-header {
    text-align: right !important;
}

html[dir="rtl"] .survey-header h1,
html[dir="rtl"] .survey-header p {
    text-align: right !important;
    direction: rtl !important;
}

/* Submit button Urdu text */
html[lang="ur"] #ls-button-submit,
html[dir="rtl"] #ls-button-submit {
    font-size: 0 !important;
}

html[lang="ur"] #ls-button-submit::before,
html[dir="rtl"] #ls-button-submit::before {
    content: "آگے بڑھیں";
    font-size: 15px !important;
}

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

    #survey-nav,
    .navbar,
    .navbar-default {
        height: 62px !important;
        min-height: 62px !important;
    }

    /* Logo LEFT in top bar */
    .navbar-brand,
    .logo-container {
        position: fixed !important;
        top: 10px !important;
        left: 12px !important;
        right: auto !important;
        margin: 0 !important;
        z-index: 10001 !important;
    }

    .navbar-brand img,
    .logo-container img,
    .logo,
    .logo.img-fluid {
        height: 38px !important;
        width: auto !important;
        max-height: none !important;
        object-fit: contain !important;
    }

    /* Language RIGHT in top bar */
    .form-change-lang {
        position: fixed !important;
        top: 12px !important;
        right: 10px !important;
        left: auto !important;
        z-index: 10002 !important;
    }

    html[dir="rtl"] .form-change-lang,
    body[dir="rtl"] .form-change-lang {
        right: 10px !important;
        left: auto !important;
    }

    .form-change-lang .dropdown-toggle {
        font-size: 12px !important;
        padding: 7px 9px !important;
        min-height: 34px !important;
    }

    /* Header attach with card */
    /*.survey-header {*/
    /*    position: relative !important;*/
    /*    top: auto !important;*/
    /*    left: auto !important;*/
    /*    right: auto !important;*/
    /*    transform: none !important;*/

        /*width: calc(100% - 20px) !important;*/
        /*max-width: calc(100% - 20px) !important;*/
    

    /*    height: auto !important;*/
    /*    min-height: 52px !important;*/
    /*    border-radius: 10px 10px 0 0 !important;*/
    /*    padding: 8px 12px !important;*/
    /*    z-index: 1 !important;*/
    /*    margin: -13px auto 25px auto !important;*/
      

    /*}*/

    .survey-header h1 {
        font-size: 19px !important;
        line-height: 22px !important;
        margin: 0 !important;
    }

    .survey-header p {
        font-size: 13px !important;
        line-height: 18px !important;
        /*margin: 2px 0 0 0 !important;*/
        margin-top: -2px !important;
    }

    /*.group-container {*/
    /*    width: calc(100% - 20px) !important;*/
    /*    max-width: calc(100% - 20px) !important;*/
        /*margin: 20px auto 25px auto !important;*/
    /*    padding: 16px !important;*/
    /*    border-radius: 0 0 10px 10px !important;*/
    /*}*/
}
@media (max-width: 768px) {

    .navbar-brand.logo-container,
    .logo-container,
    .navbar-brand {
        display: flex !important;
        position: fixed !important;
        top: 12px !important;
        left: 12px !important;
        right: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        z-index: 20000 !important;
    }

    .navbar-brand.logo-container img.logo,
    .logo-container img.logo,
    .navbar-brand img.logo {
        position: static !important;
        height: 36px !important;
        width: 100px !important;
        max-height: none !important;
        margin-top: -15px !important;
        transform: none !important;
        display: block !important;
    }
    
    
    .form-change-lang {
        position: fixed !important;
        top: 15px !important;
        right: 8px !important;
        z-index: 20001 !important;
        height: auto !important;
    }

    .form-change-lang .dropdown-toggle {

        padding: 4px 8px !important;

        font-size: 11px !important;

        /*height: 28px !important;*/

        /*min-height: 28px !important;*/

        border-radius: 5px !important;

        line-height: 1 !important;

        display: inline-flex !important;

        align-items: center !important;

        gap: 3px !important;
    }

    /* optional: smaller dropdown arrow */
    
            .form-change-lang .caret,
            .form-change-lang .dropdown-toggle::after {
                font-size: 10px !important;
                margin-left: 3px !important;
            }
            
         /* Hide text after dash */
        .form-change-lang .dropdown-toggle {
            font-size: 0 !important;
        }
        
        .form-change-lang .dropdown-toggle::before {
            content: "Language: English";
            font-size: 11px !important;
            color: #fff !important;
        }
        
        html[lang="ur"] .form-change-lang .dropdown-toggle::before,
        html[dir="rtl"] .form-change-lang .dropdown-toggle::before {
        content: "Language: Urdu";
}

    

    /*.form-change-lang {*/
    /*    position: fixed !important;*/
    /*    top: 12px !important;*/
    /*    right: 10px !important;*/
    /*    left: auto !important;*/
    /*    z-index: 20001 !important;*/
    /*    height: 50px !important;*/
        
    /*}*/
    

    /*.survey-header {*/
        /*position: relative !important;*/
    /*    width: calc(100% - 30px) !important;*/
    /*    max-width: calc(100% - 30px) !important;*/
    /*    margin-top: -15px  !important;*/
    /*    left:0 !important;*/
    /*    right: auto !important;*/
    /*    top: auto !important;*/
    /*    transform: none !important;*/
    /*    border-radius: 10px 10px 0 0 !important;*/
    
    /*}*/

    /*.group-container {*/
    /*    width: calc(100% - 20px) !important;*/
    /*    max-width: calc(100% - 20px) !important;*/
        /*margin: 0 auto 25px auto !important;*/
    /*    border-radius: 0 0 10px 10px !important;*/
    /*}*/
    
    .survey-header {
    width: calc(100% - 35px) !important;

    max-width: calc(100% - 35px) !important;

    margin: 0 auto !important;

    border-radius: 10px 10px 0 0 !important;

    padding: 10px 14px !important;
}

.group-container {
    width: calc(100% - 20px) !important;

    max-width: calc(100% - 20px) !important;

    margin: 20 auto 20px auto !important;

    border-radius: 0 0 10px 10px !important;

    padding: 18px !important;
}
.other-survey-link{
    display:block;
    width: calc(100% - 20px) !important;
    margin:5px;
    padding:10px 18px;
    background: linear-gradient(135deg, #2b5c7c, #3d89c4) !important;
    color:#fff !important;
    text-decoration:none;
    border-radius:6px;
    text-align:center !important;
    
}

.other-survey-link:hover{
    transform: translateY(-3px) !important;
}





}


#other-surveys-container{
    margin-top: 25px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    width: 600px;

    
}













 /*===============================*/
 /*  CUSTOM CONFIRM MODAL (THEME GUIDE)*/
 /*  =============================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 20000;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
}

.modal-container {
    background: #ffffff;
    max-width: 450px;
    width: 90%;
    border-radius: 20px;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: modalFadeIn 0.2s ease-out;
}

.modal-header {
    background: linear-gradient(90.52deg, #1E4560 4.29%, #3D8EC6 81.18%);
    padding: 20px 24px;
    color: white;
}

.modal-header h3 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.modal-body {
    padding: 24px;
    color: #374151;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.modal-footer {
    padding: 16px 24px 24px;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.modal-btn {
    padding: 12px 24px;
    border-radius: 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.2s;
}

.modal-btn-primary {
    background: linear-gradient(135deg, #2b5c7c, #3d89c4);
    color: white;
    box-shadow: 0 5px 12px rgba(61, 137, 196, 0.25);
}

.modal-btn-secondary {
    background: #f1f5f9;
    color: #1e293b;
    border: 1px solid #e2e8f0;
}

.modal-btn-primary:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #1e4560, #2f6b9e);
}

.modal-btn-secondary:hover {
    background: #e6edf5;
    transform: translateY(-1px);
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
 /*RTL (Urdu) alignment for modal */
html[dir="rtl"] .modal-container {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .modal-footer {
    justify-content: flex-start;
}

html[dir="rtl"] .modal-btn-secondary {
    order: 2;
}

 /*Ensure modal is tappable on mobile */
@media (max-width: 640px) {
    .modal-container {
        width: 80%;
        margin: 10px;
    }
    .modal-btn {
        padding: 12px 16px;
        font-size: 12px;
        flex: 1;
    }
    #other-surveys-container{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

html[dir="rtl"] #airblue-home{
    
    display: block !important;
    width : auto !important;
    height : auto !important;
    
}

}  