.width-60{
 width: 60%; 
}
.class-card{
background: linear-gradient(122deg, #fc992866, #ffffff);
border-radius: 20px;
padding:5px 20px;
position: relative;
overflow: hidden;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.class-card h2{
font-weight: 700;
color: #000;
font-size: 32px;
font-family: 'Noto Sans Devanagari', 'Mangal', "Roboto", sans-serif;
}
.class-card p{
margin: 5px 0;
font-size: 18px;
font-weight: 500;
color: #000000;
}
.illustration{
max-height: 130px;
object-fit: contain;
}   
.class-cards{
border-radius: 20px;
padding:5px 20px;
position: relative;
overflow: hidden;    
}
.class-cards h2{
font-size: 24px;
}
.class-cards p{
font-size: 10px;
}
.eventsdiarypadds{
padding: 0px 30px;
}
   .class-cardsforum{
      border-radius: 20px;
      padding:5px 20px;
      position: relative;
      overflow: hidden;
      box-shadow: 5px 5px 13px gray;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .class-cardsforum h2{
    font-size: 22px;
    text-align: center;
    }
    .class-cardsforum>img{
      width: 30%;
    }
    .class-cardsforum>div{
      width: 70%;
      text-align: center;
    }
    .subject-card{
      background: linear-gradient(180deg, #fc992866, #ffffff);
      border-radius: 30px;  
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      font-family: 'Segoe UI', sans-serif;
    }
    .subject-title{
    text-align: center;
    font-weight: bolder;
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    }
    .info-icon{
      margin-right: 8px;
    }
    .forum-mock{
      display: flex;
      text-align: center;
      justify-content: space-around;
    }
    .lesson-info, .assignment-info{
    box-shadow:4px 3px 13px #0000007d;
    padding: 10px 30px;
    border-radius: 32px;
    color: black;
    font-size: 18px;
    font-weight: bold;
    }
    .tutor-label{
      font-size: 0.85rem;
      color: #555;
    }
    .tutor-section{
      display: flex;
      align-items: center;
      margin-top: 10px;
    }
    .tutor-img{
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin-right: 10px;
    }
    .tutor-name{
      font-size: 1rem;
      font-weight: 500;
    }
    .search-container{
    background: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 6px 9px;
    width: 233px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .search-container input{
      border: none;
      outline: none;
      flex: 1;
      font-size: 16px;
      color: #444;
    }
    .search-container .search-icon{
      min-width: 20px;
      min-height: 20px;
      width: 20px;
      height: 20px;
      background: linear-gradient(135deg, #ff6a00, #ee0979);
      -webkit-mask: url('https://examguru.co.in/public/assets/eguru/images/icons/search--v1.png') no-repeat center;
      mask: url('https://examguru.co.in/public/assets/eguru/images/icons/search--v1.png') no-repeat center;
      mask-size: contain;
      -webkit-mask-size: contain;
      cursor: pointer;
    }
    .search-sec{
        display: flex;
        justify-content: space-between;
        background: rgba(40, 44, 42, 0.05);
        padding: 2px;
        border: 2px solid transparent;
    }
    .search-sec > .current-affairs-gs-section{
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; 
    padding: 2px; 
    }
    .search-sec > .current-affairs-gs-section > a{
     margin-right: 3px;
    }
    .searchLeftbtn{
    background: #ffffff;
    color: #000;
    padding: 8px 15px;
    display: block;
    text-align: center;
    border-radius: 0px;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    font-weight: 500;
    }
    .searchLeftbtn:hover, .searchLeftbtn.active{
    background: #fc9928;
    color: #ffffff;  
    }
    .searchlists{
        list-style: none;
    }
    .searchlists li span{
        font-size: 13px;
        color: #000000;
    }
    .searchlists>li>a{
   background:linear-gradient(180deg, #b8b8b866, #ffffff);
    border-radius: 7px 33px 33px 39px;
    padding: 6px 34px 6px 20px;
    box-shadow: 0px 5px 11px #ccc;
    width: 90%;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
    }
    .byte-pad{
      padding: 0px 10px;
    }
    .byte-section{
      box-shadow: 4px 1px 14px #8080806b !important;
      border-radius: 18px;
    }
    .byte-sectionLeft{
      border-left: 1px solid #ccc;
    }
    .publisherHeading h2{
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 0px;
      color: #fc9928;
      margin-top: 5px;
    }
    .publisherHeading p{
     font-style: italic;
    }
    .recentyly-publisher{
     border-radius: 10px;
     border: 1px solid #e4e4e4a8;
     padding: 4px 8px;
    }
    ::-webkit-scrollbar{
        width: 10px !important;
    }
    :root{
        scrollbar-color: #fc9928 #ffffff !important;
    }
    .class-mentor{
      background: linear-gradient(356deg, #fc992866, #ffffff);
      border-radius: 20px;
      padding:22px 100px 22px 50px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      display:flex;
      align-items: center;
      justify-content: space-between;
    }
    .enterMentor{
      margin-left: 15px;
    }
.enlMen{
    color: #fff;
    background-color: #ba351cd1;
    box-shadow: 1px 9px 14px #0000008c;
    border-radius: 23px;
    padding: 8px 31px;
    border: none;
    white-space: nowrap;
    text-align: center;
}
.enlMen:hover, .enlMen:focus{
color: #fff;  
}
.implink{
  list-style:none;
}
.implink li{
  display: inline !important;
  margin-right: 10px;
}
.implink li a{
    border: 1px solid #8080804f;
    padding: 5px 11px;
    border-radius: 5px;
    font-size: 12px;
    background: #fcfcfc61;
    line-height: 2.8;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.forumEnroll{
    background: #c65338;
    color: white;
    border-radius: 18px;
    border: none;
    padding: 8px 31px;
}
.forumEnroll:hover, .forumEnroll:focus{
color: white;  
}
.badge-infoclr{
    min-width: 10px;
    padding: 5px 64px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #000000bd;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff735c;
    border-radius: 6px;
}
.eventRight p{
  font-size: 14px;  
}
.crisp-banner{
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
border-radius:10px;
position: relative;
display: flex;
gap: 10px;
margin-bottom: 10px;
padding: 10px 0px 10px 15px;
display: flex;
align-items: center;
width: 91%;
} 
.crispimg{
  border-radius: 100%;
    border: 2px solid #80808080;
    width: 60px;
    height: 60px;
    background-attachment: fixed;
}
.crisp-banner h2{
  font-size: 24px;
  letter-spacing: 1.5px;
}
.crisp-banner p{
  font-size: 12px;
    margin-top: -4px !important;
    font-style: italic;
    letter-spacing: 1.5px;
}
/* date section */
     .date-section{
     background: #282c2a0d;
     padding: 2px;
     border: 2px solid #0000;  
     max-width: 800px;
     overflow: hidden;
     display: flex;
     margin: auto;
     }
    .date-picker-container {
      border-radius: 0px;
      max-width: 790px;
      display: flex;
      margin: auto;
      box-shadow: 4px 1px 14px #8080806b !important;
      overflow: hidden;
    }
    .date-scroll {
      display: flex;
      flex-grow: 1;
      white-space: nowrap;
      padding: 0px 0;
      gap: 1px;
    }
    .date-item {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 30px;
      padding: 0px 20px;
      text-align: center;
      font-size: 14px;
      color: #000;
      border-right: 1px solid #e9e9e9;
      cursor: pointer;
      background: #fff !important;
    }
    .dropdown-box {
      border-left: 1px solid #e9e9e9;
      background: linear-gradient(159deg, #fc992866, #ffffff);
    }
    .dropdown-btn {
      padding: 7px 18px;
      cursor: pointer;
      font-weight: bold;
      font-size: 14px;
      color: #363636;
    }
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: white;
      min-width: 120px;
      z-index: 1000;
      border: 1px solid #ccc;
      max-height: 200px;
      overflow-y: auto;
    }
    .dropdown-content div {
      padding: 8px 10px;
      cursor: pointer;
    }
    .dropdown-content div:hover {
      background-color: #eee;
    }
    .dropdown-box.open .dropdown-content {
      display: block;
    }
    /* Scrollbar styling (optional) */
    .date-scroll::-webkit-scrollbar {
      height: 6px;
    }
    .date-scroll::-webkit-scrollbar-thumb {
      background: #0033cc;
      border-radius: 10px;
    }
    .caret{
      position: absolute !important;
      margin-top: 10px !important;
    }
/* date section */
    .date-scroll {
      overflow: hidden;
    }
    .scroll-list {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding: 0px;
      scrollbar-width: none; /* Firefox */
      gap: 1px;
    }
    .scroll-list::-webkit-scrollbar {
      display: none; /* Chrome/Safari */
    }
    .item {
      min-width: 150px;
      height: 100px;
      background-color: #4CAF50;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
      border-radius: 10px;
      flex-shrink: 0;
    }
    .arrow{
      background: none;
      border: none;
      color: white;
      cursor: pointer;
      z-index: 1;
      display: none;
    }
    .arrow>i{
    margin-left: 3px;
    margin-right: 3px;
    padding: 6px 0px;
    color: #454545;
    transition: all .4s;
    box-shadow: 0 3px 8px #0000003d;
    background: #fff1e1;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 13px;
    }
    .arrow>i:hover{
    background: #fc9928;
    color: #fff;
    }
    .arrow.left{
      left: 0;
    }
    .arrow.right{
      right: 0;
    }
    .date-picker-container:hover > .date-scroll > .arrow{
     display: block; 
    }
    .mainsboxes{
      padding: 0px 20px;
    }
     .mainsboxes{
      padding: 0px 8px;
    }
    .mainsboxes>div, .prelimsboxes>div{
    padding:58px;
    border-radius: 22px;
    box-shadow: 1px 2px 3px #797979;
    display: flex;
    place-items: center;
    gap: 10px;
    white-space: nowrap;
    }
    .mainsboxes>div{
      background-color: #fff3f4;
      padding:5px 20px 5px 20px;
    }
     .prelimsboxes div{
      background-color: #fff7ea;
      padding: 5px 25px 5px 25px;
    }
    .premain{
      display: flex;
      justify-content: start;
    }
    .prelimsboxes img{
      width: 37px;
    }
    .mainsboxes img{
      width: 37px;
    }
    .mainsboxes p, .prelimsboxes p{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
    }
    .pointer{
      cursor: pointer;
    }
    .questionabhiyas span{
     font-size: 16px;
     color: #000;
    }
 /* rating */
.fa-star{
  font-size: 18px;
  color: #fd8d0d;
  margin-right: 4px;
}
.forstar{
  display: flex;
  align-items: center;
}
.abhiyasbtnque{
  padding: 5px 20px !important;
}
.abhiyasqueheight{
max-height: 460px;
}
/* daw css */
.upsc-pre-mains{
  margin-right: 10px;
}
.upsc-pre-mains>a{
    border-radius: 18px !important;
    background-color: transparent;
    color: #000;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 8px 20px !important;
    white-space: nowrap;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.upsc-pre-mains>a:hover, .upsc-pre-mains.active>a{
  background: #fe8b4a !important;
  color: #fff !important;
  border-bottom: none !important;
}

.paper-badge {
    min-width: 10px;
    padding: 4px 38px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 2px 1px 3px black;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: linear-gradient(180deg, #eb863b, #ffffff) !important;
    border-radius: 6px;
    box-shadow: 0px 2px 6px #36363691;
}
.paper-badge:hover, .paper-badge:focus{
color: #ffffff;  
}
.daw-subject-list{
    padding-left: 10px;
    list-style-type: disc;
    padding-top: 10px;
    padding-bottom: 10px;
}
.daw-subject-list>li{
margin-bottom: 5px;  
}
.daw-subject-list>li>a{
display: block; 
color: #454545;
}
.daw-subject-list>li>a:hover{
     color: #fc9928; 
}
.question-list-section{
border-left: 0px; 
padding: 0px 5px;
max-height: 550px !important; 
}

.question-box{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
padding: 8px;
border-radius: 8px;
margin-bottom: 10px;
background: #fff9f9;  
}
.question-box>a {
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #645d5d !important;
}
.gs-question-details{
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    margin-top: 5px;
    padding-bottom: 0px;
}
.question-topic-inner {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 5px;
    padding: 0px 10px;
    margin-left: 5px;
    background-color: #f7f6f2;
    font-size: 11px;
    margin-bottom: 6px;
}
.question-topic-inner>.spheron>.fa-star{
font-size: 11px;
margin-right: 0px;
}
.table-pa{
padding: 0px !important;  
}
.table-pa>a{
  padding: 8px;
  display: block;
  color: #645d5d;
}

.index-dna{
    margin-top: 3px;
    text-align: center;
    font-weight: 700;
    color: #d60000;
    font-size: 20px;
}

/* search bar */
.spectacledcoder-search-bar{
width: 35px;
height: 35px;
background-color: white;
display: flex;
border-radius: 0% 30px 30px 30px;
transition: width 1s;
box-shadow: 5px 5px 20px #d8e6fd, -5px -5px 30px white;
}
.search-icon{
padding: 3px;
margin-bottom: auto;
margin-top: auto;
margin-left: 5px;
margin-right: auto;
border-radius: 50%;
background-color: #E9F1FF;
width: 25px;
height: 25px;
}
.spectacledcoder-search-bar:hover{
width: 225px;
border-radius:  0% 30px 30px 30px;
}
.spectacledcoder-search-input{
margin: auto;
display: none;
transition: display 12s;
outline: none;
border: none;
font-family: 'Belanosima', sans-serif;
border-radius: 25px;
padding-left: 10px;
}
.spectacledcoder-search-bar:hover .spectacledcoder-search-input{
display: inline-flex;
width: 90%;
height: 70%;
}
.spectacledcoder-search-bar > input[type="submit"]{
display: none;
}
.class-card{
display: flex;
align-items: center;
gap: 10px;
justify-content: space-around;
}
/* search end */


@media only screen and (max-width:991px){
.searchlists>li>a, .crisp-banner{
width: 100%;  
}
.byte-sectionLeft{
border-left: none;
padding: 0px 10px  
}
.enterMentor{
font-size: 22px;  
}
.byte-section{
  padding-bottom: 10px;
}
.desktop-flex-column-reverse{
  display: flex;
  flex-direction: column-reverse;
}
}
@media only screen and (max-width:767px){
.class-mentor{
  padding: 10px 10px;
  font-size: 12px;
  box-shadow: none;
}  
.class-mentor, .class-mentor>.d-flex{
    display: block;
    text-align: center;
} 
.enlMen, .forumEnroll{
    padding: 5px 25px;
    font-size: 12px;
    box-shadow: none;
}
.search-sec>.d-flex{
    overflow-x: auto;
    scrollbar-width: none;
    overflow-y: hidden;
}
.search-container{
  width: 38px;
}
.search-container input{
  display: none;
}
.search-container:hover{
  width: 215px;
}
.search-container:hover > input{
  display: block;
}}
@media only screen and (max-width:575px){
.class-cardsforum,.class-cardsforum>.d-flex, .class-cardsforum>.d-flex>.d-flex{
display: block;
text-align: center;  
}
.class-cardsforum>.d-flex>.d-flex>div{
text-align: center;  
}
.class-cardsforum>img, .class-cardsforum>div{
width: 100%;  
}
.illustration{
  max-height: 84px;
}
.searchLeftbtn{
padding: 5px 15px !important; 
margin-right: 5px; 
}
.search-container .search-icon{
    min-width: 17px;
    min-height: 16px;
    width: 17px;
    height: 16px;
}
.searchlists>li>a>img{
   width: 14px;
}
.search-container{
  padding: 5px 9px;
}
.searchlists li span{
font-size: 12px;  
}
.crispimg{
    width: 35px;
    height: 35px;
}
.crisp-banner h2{
  font-size: 14px;
}
.crisp-banner p{
  font-size: 12px;
  letter-spacing: normal;
}
.date-scroll{
  padding: 0px 0px;
}
.date-item{
  font-size: 12px;
  min-width: 25px;
  padding: 2px;
}
.dropdown-btn{
  padding: 6px 15px;
  font-size: 12px;
}
.illustration-mobile{
  max-height: 50px;
}
.enterMentor{
font-size: 18px; 
margin-top: 0px;
margin-bottom: 0px; 
}
.arrow.left>img, .arrow.right>img{
width: 50px;  
}
.class-cardsforum h2{
  font-size: 18px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
}