.desktop_none {
    display: none;
}

.mobile_none {
    display: block;
}
.yellowdash_btn {
    border-radius: 0px;
    display: flex;
    height: 56px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--Core-yellow, #FFC760);
    color: var(--Core-Main-Blue, #030527);

    /* P/Button */
    font-family: "LEMON MILK";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.84px;
}


.dropdownt {
    position: relative;
  }
  
 

  .custom-checkboxt {
    width: 24px;
    height: 24px;
    margin: 0;
    border: 1px solid #BDBDBD;
    background: #FFF;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
  }
  
  /* checked state */
  .custom-checkboxt:checked {
    background: url('../media/checkt.svg') no-repeat center;
    
  }
  
  .dropdown-menut {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-73%);
    width: auto;
    max-width: calc(100vw - 32px); /* prevents overflow */
    margin-top: 6px;
    display: none;
    z-index: 1000;
  }

  .inside_drop_down {
    /* width: 100%; */
    display: flex;
width: min(1170px, 95vw);
padding: 32px;
align-items: flex-start;
gap: 24px;
    border: 1px solid #F2F2F2;
background: var(--Base-White, #FFF);
  }
  .single_dropdown {
    max-width: 202px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .single_dropdown h1 {
    color: var(--Base-Off-Black, #0F0F0F);

/* Headings/04 */
font-family: "LEMON MILK";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 28.8px */
letter-spacing: 0.96px;
margin-bottom: 0px;
  }
  .single_dropdown_below {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }
  .to_select {
    color: var(--Base-Off-Black, #0F0F0F);

    /* P/Standard */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    margin-bottom: 0px;
  }
  

.to_select.active {
    color: var(--Base-Off-Black, #0F0F0F);

/* P/Button */
font-family: "LEMON MILK";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
letter-spacing: 0.84px;
    text-transform: uppercase;
}
  .single_single {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }
  
  .dropdown-itemt {
    padding: 12px;
    cursor: pointer;
    font-family: "LEMON MILK";
    font-size: 13px;
  }
  
  .dropdown-itemt:hover {
    background: #f5f5f5;
  }
.btn_logint {
    background-image: url(../media/btn-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

    width: 174px;
    height: 55px;
    border: none;
    outline: none;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    color: #4A311A;
    font-family: "LEMON MILK";
    font-size: 14px;
    font-weight: 700;

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover = raised like right image */
.btn_logint:hover,
.btn_logint:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 14px 24px rgba(0,0,0,0.22);
}

/* Click press */
.btn_logint:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 14px rgba(0,0,0,0.18);
}
.modal_tirthak {
    margin-left: auto;
    margin-right: auto;
    width: 355px;
    height: 274px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
     background: url(../media/modal_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.hiw_btn_outer {
    position: relative;
    padding: 0px;
    border: none;
    background: none;
    height: 56px;
}
.hiw_btn_inn {
          width: 337px;
    display: flex;
    justify-content: space-between;
    margin-top: -18px;
    align-items: center;
}
.btn_hiw_downs {
      position: absolute;
      top: 49px;
    left: 57px;
}

.hiw_button_down {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A311A;
font-family: "LEMON MILK";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
letter-spacing: 0.84px;
    border: 0;
    background: url(../media/button_hiw_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
        width: 339px;
        height: 64px;
}
#owl_car.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 16px;
}
.hiw_button_down:hover {
    transform: translateY(-6px);
}
.hiw_btn_main {
       background: #FAB536;
    width: 100%;
    height: 27px;
    color: #4A311A;
font-family: "LEMON MILK";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
letter-spacing: 0.84px;
}

.hiw_btn_inn:hover, .hiw_btn_inn:focus-visible ,.hiw_btn_inn,.btn_hiw_downs,.hiw_btn_main{
    transform: translateY(-6px);
}

.modal_tirthak2 {
    margin-left: auto;
    margin-right: auto;
    width: 355px;
    height: 274px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
     background: url(../media/modal_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.modal_pp {
    color: var(--Base-01, #383838);
    text-align: center;
    
    /* P/Std */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    align-self: stretch;
    margin-bottom: 0px;
}
.button_wala_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.inn_modal {
    padding: 32px 16px 48px 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    display: flex;
    margin-top: 34px;
}

.inn_modal2 {
    padding: 32px 48px 48px 48px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    display: flex;
    margin-top: 34px;
}
.modal_tt {
    width: 100%;
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    
    /* Headings/04 */
    font-family: "LEMON MILK";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.96px;
    margin-bottom: 0px;
}

.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.extra_video {
    object-position: right center;
}

.bg-image:not([class*=absolute]) {
    position: absolute;
}

.htw_1 {
    position: relative;
    /* padding-top: 210.5px;
    padding-bottom: 255.5px; */
    /* background: url(../media/desk_htw1.png) no-repeat;
  background-position: center center;
  background-size: cover; */
}

.in_htw_1 {
    padding-top: 210.5px;
    padding-bottom: 255.5px;


    margin-left: 17.36%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    max-width: 471px;
    width: 100%;
}

.in_htw_1 h1 {
    color: var(--Base-Off-Black, #0F0F0F);

    /* Headings/01 */
    font-family: "LEMON MILK";
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 88px */
    letter-spacing: 4.8px;
    margin-bottom: 0px;
    align-self: stretch;
}

.in_htw_1 p {
    color: var(--Base-01, #383838);

    /* P/Standard */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    align-self: stretch;
    margin-bottom: 0px;
}

.htw_2 {
    padding-top: 55px;
    padding-bottom: 63.5px;
    background: url(../media/htw2_bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.card_of_htw2 {
    width: fit-content;
    overflow: visible;
    filter:
        drop-shadow(0 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0 64.815px 46.852px rgba(0, 0, 0, 0.05)) drop-shadow(0 38.519px 25.481px rgba(0, 0, 0, 0.04)) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.04)) drop-shadow(0 8.148px 6.519px rgba(0, 0, 0, 0.03)) drop-shadow(0 1.852px 3.148px rgba(0, 0, 0, 0.02));
    margin-left: auto;
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 542.041px;
    min-height: 382px;
    padding-top: 99.5px;
    padding-bottom: 51px;
    padding-left: 50.3px;
    padding-right: 63.71px;
    background: url(../media/card_bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.card_tt {
    text-align: center;
    color: var(--Base-Off-Black, #0F0F0F);

    /* Headings/02 */
    font-family: "LEMON MILK";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-bottom: 0px;
}

.card_tt2 {
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;

    /* Headings/02 */
    font-family: "LEMON MILK";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-bottom: 0px;
}

.card_pp {
    color: var(--Base-01, #383838);
    text-align: center;

    /* P/Standard */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    margin-bottom: 0px;
    /* max-width: 428px; */
}

.htw_3 {
    /* height: 1600px; */
    background: url(../media/bottom_htw3.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.oneof_htw_3 {
    height: 500px;
    display: flex;
    padding-top: 109px;
}

.twof_htw_3 {
    height: 500px;
    padding-top: 60px;
    display: flex;
}

.three0f_htw_3 {
    height: 600px;
    padding-top: 40.5px;
    display: flex;
}

.card2_htw3 {
    width: fit-content;
    overflow: visible;
    filter:
        drop-shadow(0 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0 64.815px 46.852px rgba(0, 0, 0, 0.05)) drop-shadow(0 38.519px 25.481px rgba(0, 0, 0, 0.04)) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.04)) drop-shadow(0 8.148px 6.519px rgba(0, 0, 0, 0.03)) drop-shadow(0 1.852px 3.148px rgba(0, 0, 0, 0.02));
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 560px;
    min-height: 366px;
    padding-top: 99px;
    padding-bottom: 51px;
    padding-left: 40.41px;
    padding-right: 57.26px;
    background: url(../media/card2_bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.card3_htw3 {
    margin-left: auto;
    width: fit-content;
    overflow: visible;
    filter:
        drop-shadow(0 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0 64.815px 46.852px rgba(0, 0, 0, 0.05)) drop-shadow(0 38.519px 25.481px rgba(0, 0, 0, 0.04)) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.04)) drop-shadow(0 8.148px 6.519px rgba(0, 0, 0, 0.03)) drop-shadow(0 1.852px 3.148px rgba(0, 0, 0, 0.02));
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 585.42px;
    min-height: 375.741px;
    padding-top: 96px;
    padding-bottom: 36.29px;
    padding-left: 41.27px;
    padding-right: 18px;
    background: url(../media/card_bg3.png) no-repeat;
    background-position: top center;
    background-size: cover;
}


.card4_htw3 {
    width: fit-content;
    overflow: visible;
    margin-left: 7.63%;
    filter:
        drop-shadow(0 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0 64.815px 46.852px rgba(0, 0, 0, 0.05)) drop-shadow(0 38.519px 25.481px rgba(0, 0, 0, 0.04)) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.04)) drop-shadow(0 8.148px 6.519px rgba(0, 0, 0, 0.03)) drop-shadow(0 1.852px 3.148px rgba(0, 0, 0, 0.02));
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 542px;
    min-height: 405px;
    padding-top: 95px;
    padding-bottom: 34.6px;
    padding-left: 48.33px;
    padding-right: 61.71px;
    background: url(../media/card4_bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.card_tt22 {
    text-align: center;
    color: var(--Base-Off-Black, #0F0F0F);

    /* Headings/03 */
    font-family: "LEMON MILK";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-bottom: 0px;
}

.twof_htw_3 {
    height: 500px;
    padding-top: 60px;
}

.three0f_htw_3 {
    height: 600px;
    padding-top: 40.5px;
}


/* dashboard code */

.dashboard_1 {
    background: url(../media/dashobard_1.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 188.5px;
    padding-bottom: 204.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dashboard_tt {
    text-align: center;
    color: var(--Base-White, #FFF);

    /* Headings/01 */
    font-family: "LEMON MILK";
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 88px */
    letter-spacing: 4.8px;
    margin-bottom: 16px;
}

.dashboard_pp {
    text-align: center;
    color: var(--Base-Info-Blue, #54A8FF);

    /* P/Standard */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.dashboard_2 {
    background: url(../media/dash_bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    padding: 40px 0px 64px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    /* background: var(--Base-Off-White, #FAFAFA); */
}

.library_2 {
    background: url(../media/libraray_bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    padding: 64px 0px 64px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    /* background: var(--Base-Off-White, #FAFAFA); */
}
.showing_pp {
    text-align: center;
    width: 100%;
    color: var(--Base-03, #BDBDBD);

    /* P/Button */
    font-family: "LEMON MILK";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.84px;
    margin-bottom: 0px;
}
.showing_pp span {
    color: var(--Core-Main-Blue, #030527);

/* P/Button */
font-family: "LEMON MILK";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
letter-spacing: 0.84px;
}

.in_dashboard {
    margin-left: auto;
    margin-right: auto;
    max-width: 1416px;
    width: 100%;
    display: flex;
    padding: 40px 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-White, #FFF);
}
.in_dashboard2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.section1_dash {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.dash_box {
    /* width: 300px; */
    position: relative;
    padding-top: 58px;
    max-width: 402.66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: -32px;
    flex: 1 0 0;
}

.svg111 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.under_box {
    display: flex;
    padding: 40px 24px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-04, #E9E9E9);
}

.under_box h1 {
    color: var(--Core-Main-Blue, #030527);
    text-align: center;

    /* Headings/04 */
    font-family: "LEMON MILK";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: 0.96px;
    align-self: stretch;
    margin-bottom: 0px;
}

.under_box p {
    color: var(--Base-01, #383838);
    text-align: center;

    /* P/Standard */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    align-self: stretch;
    margin-bottom: 0px;
}


.under_box_tt {
    display: flex;
    padding: 40px 0px 24px 24px;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-04, #E9E9E9);
}

.under_box_tt h1 {
    padding-right: 24px;
    color: var(--Core-Main-Blue, #030527);
    text-align: center;

    /* Headings/04 */
    font-family: "LEMON MILK";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: 0.96px;
    align-self: stretch;
    margin-bottom: 0px;
}

.under_box_tt p {
    color: var(--Base-01, #383838);
    text-align: center;

    /* P/Standard */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    align-self: stretch;
    margin-bottom: 0px;
}

.dash_btn {
    border-radius: 0px;
    display: flex;
    height: 56px;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--Core-Main-Blue, #030527);
    border: 4px solid #030527;
    color: var(--Base-White, #FFF);
    text-align: center;
    text-decoration: none;

    /* P/Button */
    font-family: "LEMON MILK";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.84px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}


.dash_btn:hover {
    border-radius: 0px;
    display: flex;
    height: 56px;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--Core-Main-Blue, #0F0F0F);
    border: 4px solid #383838;
    color: var(--Base-White, #FFF);
    text-align: center;

    /* P/Button */
    font-family: "LEMON MILK";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.84px;
}
.section2_dash {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.left2_dash {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    max-width: 628px;
}

.right2_dash {
    width: 100%;
    max-width: 604px;
    display: flex;
    padding: 40px 39px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    align-self: stretch;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-04, #E9E9E9);
}

.same_boxes1 {
    display: flex;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-04, #E9E9E9);
}

.same_boxes {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-04, #E9E9E9);
}

.many_tt {
    color: var(--Base-Off-Black, #0F0F0F);

    /* Headings/03 */
    font-family: "LEMON MILK";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-bottom: 0px;
}

.many_pp {
    color: var(--Base-Off-Black, #0F0F0F);

    /* P/Large */
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    margin-top: 16px;
    margin-bottom: 0px;
}

.top_top {
    gap: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.for_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.input_tagt {
    width: 100%;
    display: flex;
    height: 56px;
    padding: 12px 24px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--Base-Off-White, #FAFAFA);
    color: var(--Base-Off-Black, #0F0F0F);

    /* P/Standard */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    border: 0;
    border-radius: 0px;
}

.input_tagt::placeholder {
    color: var(--Base-Off-Black, #0F0F0F);

    /* P/Standard */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
}

.bottom_input {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.section3_dash {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-04, #E9E9E9);
}

.pagination_divt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.eash_pag {
    text-decoration: none!important;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--Grayscale-400---Lighter, #E4E4E4);
    color: var(--Core-Main-Blue, #030527);
    text-align: center;

    /* P/Small */
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.eash_pag.active_wala {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid var(--Core-Main-Blue, #030527);
    color: var(--Core-Main-Blue, #030527);
    text-align: center;

    /* P/Small */
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.arrow_t {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Core-Main-Blue, #030527);
}

.table_section {
    width: 100%;
}

.custom_table_t {
    width: 100%;
    border-collapse: collapse;
}

.custom_table_t thead {
    border-left: 1px solid var(--Base-Off-White, #FAFAFA);
    background: var(--Core-Main-Blue, #030527);
    color: white;
}

.custom_table_t th {
    height: 44px;
    padding: 12px 24px;
    text-align: left;
    color: var(--Base-Off-White, #FAFAFA);

    /* P/Standard */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
}

.custom_table_t td {
    height: 72px;
    padding: 16px 24px;
    background-color: #ffffff;
    border-bottom: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    padding: 16px 14px;
    color: var(--Core-Main-Blue, #030527);

    /* P/Standard */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
}

.custom_table_t tbody tr {
    background-color: #f3f3f3;
}



.custom_table_t a {
    text-decoration: none!important;
    color: var(--Base-Info-Blue, #54A8FF)!important;
    text-align: right;

    /* P/Button */
    font-family: "LEMON MILK";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.84px;
}

.custom_table_t a:hover {
    text-decoration: underline;
}

.custom_table_t th:nth-child(4) {
    text-align: right;
}

.custom_table_t td:nth-child(4) {
    text-align: right;
}

.table_arrow {
    margin-left: 8px;
}

.card_sectiont {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.full_cardd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}
.book_covert {
    overflow: hidden;
        width: 250px;
        height: 360px;
        transition: transform 0.4s cubic-bezier(0.34, 1.8, 0.64, 1);

}

.full_cardd:hover .book_covert {
    transform: scale(0.95) translateY(-5px);
}

.full_cardd:hover .bottom_card_div {
    transform: scale(1.05) translateY(5px);
}

.bottom_card_div {
    transition: transform 0.4s cubic-bezier(0.34, 1.8, 0.64, 1);

    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    width: 234px;
    display: flex;
    padding: 16px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border: 2px solid var(--Base-04, #E9E9E9);
background: var(--Base-White, #FFF);
}
.bottom_card_div h1 {
    color: var(--Charcoal, #242323);
text-align: center;

/* P/Button */
font-family: "LEMON MILK";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
letter-spacing: 0.84px;
margin-bottom: 0px;
}

.bottom_card_div p {
    color: var(--Base-Info-Blue, #54A8FF);
text-align: center;

/* P/Small */
font-family: Sen;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
height: 23px;
align-self: stretch;
margin-bottom: 0px;
}
.big_card_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    align-self: stretch;
}

.show-filter2 {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
    /* left: -258px; */
    /* transform: translateX(-50%); */
}
.each_seection_big_card_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    gap: 56px;
}

.modal_sign_t {
    border: 0;
    background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
width: 100%;
flex-direction: column;
align-items: center;
background-color: unset;
}
.sing_modal_main_t {
background: linear-gradient(180deg, #FDF4DB 0.03%, #FCF0D8 36.28%, #EAD4B4 99.97%), linear-gradient(180deg, #BDEEFC 0%, #E5F9FF 100%);
display: flex;
width: 327px;
padding: 32px 16px 48px 16px;
flex-direction: column;
align-items: center;
gap: 32px;
margin-top: -23px;
}
.modal_sign_inner1_t {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
align-self: stretch;
}

.sign_modal_btn_out_t {
padding: 0px;
height: 62px;
}
.sign_modal_btn_inn_t {
width: 173px;
display: flex;
justify-content: space-between;
margin-top: -19px;
align-items: center;
}
.sing_modal_btn_main_t{
    background: #FAB536;
width: 100px;
height: 27px;
color: #4A311A;
font-family: "LEMON MILK";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
letter-spacing: 0.84px;
}

.sign_modal_btn_out_t:hover,
.sign_modal_btn_out_t:focus-visible {
transform: translateY(-6px);
}
/* .modal_tt {
    background-color: transparent!important;
    padding: 0px!important;
    border: 0px;
} */
.upper_library {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.right_up_lib {
    display: flex;
    align-items: center;
    gap: 24px;
}

.search_wrapper {
    position: relative;
    max-width: 779px;
    width: 100%;
}
.search_icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* click goes to input */
}
.search_tagt {
    width: 100%;
    max-width: 779px;
    display: flex;
    padding: 16px 24px;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid #F2F2F2;
background: var(--Base-White, #FFF);
color: var(--Base-02, #727272);

/* P/Standard */
font-family: Sen;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 28.8px */
}
.diff_width_for_all {
    width: 132px;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 211px;
  }
  
  .custom-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  
    padding: 16px 12px 16px 12px;
    border: 0;
    cursor: pointer;
  }
  
  /* Arrow styling */
  .arrow_ttt {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(0deg);
    pointer-events: none;
    transition: transform 0.3s ease;
  }
  
  /* Rotate on focus (dropdown open) */
  .select-wrapper:focus-within .arrow_ttt {
    transform: translateY(-50%) rotate(180deg);
  }
/* dashboard code  end*/

.diff_css_for_this_card {
    color: var(--Core-Secondary-Purple, #5A3384)!important;
    text-align: center!important;
    
    /* P/Small */
    font-family: Sen!important;
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 180%!important; /* 25.2px */
    height: 23px!important;
align-self: stretch!important;
text-decoration: none!important;
text-decoration-line: none!important;
}

@media only screen and (max-width: 700px) {
    .mobile_none {
        display: none;
    }

    .desktop_none {
        display: block;
    }

    .dropdownt {
        width: 100%;
    }



    .select-wrapper {
        width: 100%;
    }
    .dropdown-menut {
        max-width: calc(100vw - 24px);
        width: 100%;
        transform: translateX(-50%);
    }
    .inside_drop_down {
        border-radius: 8px;
        width: min(327px, 95vw);
        flex-direction: column;
    }
    .diff_width_for_all {
        width: 100%;
    }
    .book_covert {
        overflow: hidden;
            width: 327px;
            height: 360px;
    }
    .bottom_card_div {
        width: 311px;
    }
    .library_2 {
        padding: 0px;
         background: var(--Base-Off-White, #FAFAFA);
    }
    .upper_library ,.right_up_lib{
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }
    .each_seection_big_card_section {
        display: flex;
        gap: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }

    .step1_mob {
        padding-top: 48px;
        padding-bottom: 52px;
        background: url(../media/mobile_step1_bg.png) no-repeat;
        background-position: top center;
        background-size: cover;
    }

    .card_tt2 {
        color: var(--Base-Off-Black, #0F0F0F);
        text-align: center;

        /* Headings/04 */
        font-family: "LEMON MILK";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 28.8px */
        letter-spacing: 0.96px;
        align-self: stretch;
    }

    .card_tt,
    .card_tt22 {
        color: var(--Base-Off-Black, #0F0F0F);

        /* Headings/04 */
        font-family: "LEMON MILK";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.96px;
        align-self: stretch;
    }

    .card_pp {
        color: var(--Base-01, #383838);
        text-align: center;

        /* P/Standard */
        font-family: Sen;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        /* 28.8px */
        align-self: stretch;
    }

    .brown_box {
        position: relative;
        width: 100%;
        background: linear-gradient(180deg, #F0D196 0.03%, #E3BF7D 95.39%);
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .step1_icon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -16px;
    }

    .step2_icon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -24px;
    }

    .step3_icon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
    }

    .step4_icon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -39px;
    }

    .htw_1 {
        background: url(../media/mobile_htw1.png) no-repeat;
        background-position: bottom center;
        background-size: cover;
        padding: 125px 24px 156px 24px;
    }

    .step2_img {
        background: url(../media/img2_t.png) no-repeat;
        background-position: bottom center;
        background-size: cover;
        height: 203px;
    }

    .step3_img {
        background: url(../media/step3_bg.png) no-repeat;
        background-position: bottom center;
        background-size: cover;
        height: 192px;
    }

    .step4_img {
        background: url(../media/step4_bg.png) no-repeat;
        background-position: bottom center;
        background-size: cover;
        height: 189px;
    }

    .lastdiv_bg {
        background: url(../media/last_div_bg.png) no-repeat;
        background-position: bottom center;
        background-size: cover;
        height: 109px;
    }

    .in_htw_1 {
        padding: 0px;
        margin-left: 0px;
        max-width: fit-content;
        width: 100%;
    }

    .in_htw_1 h1 {
        color: var(--Base-Off-Black, #0F0F0F);
        text-align: center;

        /* Headings/03 */
        font-family: "LEMON MILK";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.12px;
        align-self: stretch;
    }

    .in_htw_1 p {
        align-self: stretch;
        color: var(--Base-01, #383838);
        text-align: center;

        /* P/Standard */
        font-family: Sen;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        /* 28.8px */
    }



    .dashboard_1 {
        background: url(../media/dashobard_1_mob.png) no-repeat;
        background-position: top center;
        background-size: cover;
        padding-top: 124px;
        padding-bottom: 134.44px;
    }

    .dashboard_tt {
        color: var(--Base-White, #FFF);
        text-align: center;
        font-family: "LEMON MILK";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.12px;
        margin-bottom: 0px;
    }

    .dashboard_pp {
        text-align: center;
        color: var(--Base-Info-Blue, #54A8FF);

        /* P/Standard */
        font-family: Sen;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        /* 28.8px */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .for_now {
        display: flex;
        width: 32px;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        border: 0;
        background: transparent;
    }

    .for_now.active {
        opacity: 0.2;
    }

    .gold_btn {
        color: var(--Base-White, #FFF);
        text-align: center;

        /* P/Nav M */
        font-family: "LEMON MILK";
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        /* 14.4px */
        margin-bottom: 0px;
    }

    .tablet_div {
        padding-top: 400px;
    }

    .tab-content {
        /* padding-bottom: 100px; */
    }

    .addtional_div {
        background: url(../media/star_bg.png) #030527 no-repeat;
        background-position: top center;
        background-size: 95% 100%;
        width: 100%;
        display: flex;
        padding: 16px 24px 24px 24px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1001;
    }

    .addtional_div2 {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .for_circlet {
        border-radius: 100px;
        border: 2px solid var(--Text-Outline, #CDA538);
        background: var(--Core-Main-Blue, #030527);
        display: flex;
        width: 56px;
        height: 56px;
        padding: 4px 16px 8px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }

    .purchase_section {
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        background: var(--Base-White, #FFF);

    }

    .purchase_box {
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        background: var(--Base-04, #E9E9E9);
    }

    .purchase_box h1 {
        color: var(--Base-Off-Black, #0F0F0F);
        text-align: center;

        /* Headings/04 */
        font-family: "LEMON MILK";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 28.8px */
        letter-spacing: 0.96px;
        margin-bottom: 4px;
    }

    .second_box {
        display: flex;
        padding: 0 16px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .second_box p {
        color: var(--Base-01, #383838);
        text-align: center;

        /* P/Standard */
        font-family: Sen;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        /* 28.8px */
        margin-bottom: 0px;
    }

    .settings_section {
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        background: var(--Base-White, #FFF);

    }

    .top_top {
        gap: 0px;
        justify-content: center;
    }

    .same_boxes {
        display: flex;
        padding: 32px 24px;
        flex-direction: column;
        align-items: center;
        align-items: stretch;
        gap: 32px;
        background: var(--Base-04, #E9E9E9);
    }

    .many_tt {
        color: var(--Base-Off-Black, #0F0F0F);

        /* Headings/04 */
        font-family: "LEMON MILK";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 28.8px */
        letter-spacing: 0.96px;
    }
    .diff_cololoolr {
        color: var(--Base-Off-Black, #0F0F0F)!important;

    }

    .bottom_input {
        flex-direction: column;
    }
    /* #owl_car .owl-stage {
        padding-left: 16px !important;
      } */

    .home_sectionnn {
        display: flex;
        padding:  16px 0px 16px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .same_boxes1 {
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .many_pp {
        margin-top: 8px;
    }

    .yellowdash_btn {
        border-radius: 0px;
        display: flex;
        height: 56px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        background: var(--Core-yellow, #FFC760);
        color: var(--Core-Main-Blue, #030527);

        /* P/Button */
        font-family: "LEMON MILK";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        /* 21px */
        letter-spacing: 0.84px;
    }

    .diff_width {
        width: 100%;
        max-width: unset;
    }

    .book_Cover {
        border-radius: 8px;
        width: 109.708px!important;
        height: 175.532px;
    }

    .owl_Section {
        padding: 8px 0px;
    }
    #owl_book .owl-item {
        width: auto!important;
        margin-right: 8px !important;
    }

    #owl_car.owl-theme .owl-dots .owl-dot.active span {
        background: #030527;
    }
    .in_dashboard2 {
        padding: 0px 24px 40px 24px;
    }
    .inside_drop_down {
        flex-direction: column;
        width: 100%;
        gap: 16px;
      }
    
      .single_dropdown {
        max-width: 100%;
      }
    
      .single_dropdown h1 {
        width: 100%;
        margin: 0;
        cursor: pointer;
        position: relative;
        padding-right: 30px;
      }
    
      /* Arrow */
      .single_dropdown h1::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 10px;
        height: 10px;
        border-right: 2px solid #5A3384;
        border-bottom: 2px solid #5A3384;
        transform: translateY(-70%) rotate(45deg);
        transition: transform 0.3s ease;
      }
    
      /* Hide content initially */
      .single_dropdown_below {
        display: none;
      }
    
      /* Open state */
      .single_dropdown.active .single_dropdown_below {
        display: flex;
      }
    
      .single_dropdown.active h1::after {
        transform: translateY(-30%) rotate(-135deg);
      }
    
      .to_select {
        font-size: 14px;
        line-height: 160%;
      }
    
      .single_single {
        padding: 4px 0;
      }
      #book_card.owl-carousel .owl-item img {
        border-radius: 8px;
      }
}

/* ========== Product View / Book Detail Page ========== */
.product_view_section {
    min-height: 935px;
    background: #5b0f1a url(../media/prodPview.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 135px 0px 0px;
}

.product_view_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_view_left_img {
    padding: 74px 231.846px 74px 0;
}

.product_view_left_img img {
    width: 455px;
    height: 652px;
}

.img_boxx {
    width: 455px;
    height: 652px;
    box-shadow: 0 100px 80px 0 rgba(0,0,0,0.07), 0 64.815px 46.852px 0 rgba(0,0,0,0.05), 0 38.519px 25.481px 0 rgba(0,0,0,0.04), 0 20px 13px 0 rgba(0,0,0,0.04), 0 8.148px 6.519px 0 rgba(0,0,0,0.03), 0 1.852px 3.148px 0 rgba(0,0,0,0.02);
}

.product_view_right_box {
    width: 100%;
    max-width: 759px;
}

.product_view_title {
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "LEMON MILK";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-bottom: 8px;
}

.product_view_redeem {
    color: var(--Core-Secondary-blue-body, #51648C);
    font-family: "LEMON MILK";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-bottom: 24px;
}

.product_view_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.product_view_tags a {
    text-decoration: none;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Core-yellow, #FFC760);
    background: var(--Base-Off-White, #FAFAFA);
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "Sen";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 0px;
    transition: 0.3s;
}

.product_view_tags a:hover {
    background: #000;
    color: #fff;
}

.product_view_heading {
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Sen";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.product_view_text {
    color: var(--Base-01, #383838);
    font-family: "Sen";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 0px;
}

.product_view_btn_group {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

.product_view_back_btn {
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    background: var(--Core-Main-Blue, #030527);
    color: var(--Base-White, #FFF);
    text-align: center;
    font-family: "LEMON MILK";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.84px;
    margin-bottom: 0px;
    border-radius: 0px;
    max-width: 125px;
}

.product_view_back_btn:hover {
    border: 3px solid var(--Base-01, #383838);
    background: var(--Base-Off-Black, #0F0F0F);
    color: var(--Base-White, #FFF);
    width: 125px;
}

.product_view_cart_btn {
    display: flex;
    height: 56px;
    padding: 16px 38px;
    justify-content: center;
    align-items: center;
    background: var(--Core-yellow, #FFC760);
    color: var(--Core-Main-Blue, #030527);
    font-family: "LEMON MILK";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.84px;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 195px;
}

.product_view_cart_btn:hover {
    border: 4px solid #E3AA00;
    background: var(--Core-yellow, #FFC760);
    color: var(--Core-Main-Blue, #030527);
    padding: 16px 30px;
    width: 195px;
}

/* Library page: same dark background, block layout (no flex) */
.product_view_section.lib_wrap {
    display: block;
    padding: 0;
    min-height: auto;
}

.lib_wrap .library_2 {
    background: transparent;
}
/* ====================================================== */

/* ========== Error Pages (400 / 403 / 404 / 500) ========== */
.error-section {
    min-height: 100vh;
    background: url(../media/error-bg.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 120px 0px 60px;
}

.error-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-wrapper,
.right-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.fish-left {
    max-width: 260px;
}

.fish-right {
    max-width: 260px;
}

.error-content {
    max-width: 520px;
    margin: 0 auto;
}

.error-title {
    color: var(--Base-Navy, #030527);
    font-family: "LEMON MILK";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 3.2px;
    margin-bottom: 24px;
}

.error-text {
    color: var(--Base-01, #383838);
    font-family: "Sen";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 40px;
}

.error-btn {
    display: inline-flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    background: var(--Core-yellow, #FFC760);
    color: var(--Core-Main-Blue, #030527);
    font-family: "LEMON MILK";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.84px;
    border-radius: 0px;
    border: none;
    text-decoration: none;
    transition: 0.3s;
}

.error-btn:hover {
    background: var(--Core-Main-Blue, #030527);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .error-section {
        background: url(../media/error-mobile-bg.png) no-repeat center center;
        background-size: cover;
        padding: 100px 0px 60px;
        min-height: 100vh;
    }
    .error-title {
        font-size: 48px;
        letter-spacing: 1.92px;
    }
    .error-text {
        font-size: 16px;
    }
    .fish-left,
    .fish-right {
        display: none;
    }
}
/* ========================================================= */

/* ========== Terms / Privacy / Cookies Pages ========== */
.terms-section {
    margin-top: 80px;
    background: var(--Base-Off-White, #FAFAFA);
    padding: 64px 0px 100px 0px;
}

.terms-title {
    color: var(--Base-Navy, #030527);
    font-family: "LEMON MILK";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.terms-content {
    max-width: 860px;
}

.terms-content p {
    color: var(--Base-01, #383838);
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 20px;
}

.terms-content h2 {
    color: var(--Base-Navy, #030527);
    font-family: "LEMON MILK";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 40px;
    margin-bottom: 16px;
}

.terms-content h3 {
    color: var(--Base-Navy, #030527);
    font-family: "LEMON MILK";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 24px;
    margin-bottom: 12px;
}

.terms-content h4 {
    color: var(--Base-Navy, #030527);
    font-family: "LEMON MILK";
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 16px;
    margin-bottom: 8px;
}

.terms-content ul,
.terms-content ol {
    color: var(--Base-01, #383838);
    font-family: Sen;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 20px;
    padding-left: 32px;
}

.terms-content li {
    color: var(--Base-01, #383838);
    font-family: Sen;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 8px;
}

.terms-content strong {
    color: var(--Base-Navy, #030527);
    font-weight: 700;
}

.terms-content a {
    color: var(--Yellow-01, #FFC760);
    text-decoration: none;
}

.terms-content a:hover {
    text-decoration: underline;
    color: var(--Yellow-01, #FFCE3C);
}

@media only screen and (max-width: 767px) {
    /* Product View responsive */
    .product_view_flex {
        flex-direction: column;
    }
    .product_view_left_img {
        padding: 11.715px 56.017px 11.715px 56.016px;
    }
    .product_view_left_img img {
        width: 263px;
        height: 376px;
        margin: auto;
    }
    .img_boxx {
        width: 100%;
        height: 100%;
    }
    .product_view_right_box {
        width: 100%;
        max-width: 327px;
        margin-top: 24px;
        text-align: center;
        margin-bottom: 24px;
    }
    .product_view_title {
        text-align: center;
        font-size: 28px;
        letter-spacing: 1.12px;
    }
    .product_view_redeem {
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.96px;
    }
    .product_view_tags {
        align-items: center;
        justify-content: center;
    }
    .product_view_tags a {
        padding: 8px 15px;
    }
    .product_view_btn_group {
        flex-direction: column;
        gap: 16px;
    }
    .product_view_back_btn {
        width: 100% !important;
        max-width: 100%;
    }
    .product_view_cart_btn {
        width: 100% !important;
        max-width: 100%;
    }
    /* Library: revert dark bg on mobile — no change from before */
    .product_view_section.lib_wrap {
        background: none;
    }
    .lib_wrap .library_2 {
        background: url(../media/libraray_bg.png) no-repeat top center;
        background-size: cover;
    }
    .terms-section {
        margin-top: 60px;
        padding: 40px 0px 80px 0px;
    }
    .terms-title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .terms-content h2 {
        font-size: 18px;
    }
    .terms-content h3 {
        font-size: 15px;
    }
}
/* ===================================================== */

@media only screen and (min-width: 780px) and (max-width:991px) {}

@media only screen and (min-width: 992px) and (max-width: 1151px) {}

@media only screen and (min-width: 1152px) and (max-width:1279px) {}

@media only screen and (min-width: 1280px) and (max-width:1348px) {}

@media only screen and (min-width: 1349px) and (max-width:1439px) {}

@media only screen and (min-width: 1440px) and (max-width:1499px) {}

@media only screen and (min-width: 1500px) and (max-width:1599px) {}

@media only screen and (min-width: 1600px) and (max-width:1699px) {}

@media only screen and (min-width: 1700px) and (max-width:1799px) {}

@media only screen and (min-width: 1800px) and (max-width:1919px) {}




/* Desktop stays same */
