.elementor-14510 .elementor-element.elementor-element-c00e2b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14510 .elementor-element.elementor-element-4337687{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14510 .elementor-element.elementor-element-aae64ba{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14510 .elementor-element.elementor-element-a4b6b36{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2b5f952 *//* ==========================================
   PNPUB CLOCK WIDGET
========================================== */

.pn-clock-widget{

    max-width:1100px;
    margin:40px auto;

    background:#ffffff;

    border:1px solid #ececec;

    border-radius:28px;

    padding:28px;

    box-shadow:
    0 15px 45px rgba(0,0,0,.06);

    direction:rtl;

    font-family:Shabnam,sans-serif;

}


/*==========================
TOP
==========================*/

.pn-top{

    display:flex;

    gap:30px;

    align-items:stretch;

}


/*==========================
CLOCK
==========================*/

.pn-clock-side{

    width:240px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    border-left:1px solid #efefef;

    padding-left:25px;

}

#analogClock{

    width:180px;

    height:180px;

    background:#fff;

    border-radius:50%;

    box-shadow:

    0 10px 35px rgba(0,0,0,.08),

    inset 0 0 0 10px #fafafa;

}

.digital-clock{

    font-family:"Shabnam",sans-serif;

    font-size:42px;

    font-weight:700;

    letter-spacing:1px;

}


/*==========================
INFO
==========================*/

.pn-info{

    flex:1;

}

.widget-title{

    margin:0;

    text-align:center;

    font-size:36px;

    color:#24324c;

    font-weight:800;

}

.widget-title:after{

    content:"";

    display:block;

    width:90px;

    height:4px;

    border-radius:50px;

    background:#d59b2d;

    margin:18px auto 35px;

}


/*==========================
GRID
==========================*/

.date-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:22px;

}

.date-box{

    background:#fafafa;

    border:1px solid #ececec;

    border-radius:18px;

    padding:28px;

    transition:.35s;

    text-align:center;

}

.date-box:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.date-box .title{

    display:block;

    font-size:18px;

    color:#d59b2d;

    margin-bottom:14px;

    font-weight:700;

}

.date-box .value{

    display:block;

    font-size:23px;

    color:#24324c;

    font-weight:700;

    line-height:1.9;

}


/*==========================
MESSAGE
==========================*/

.daily-message{

    margin-top:35px;

    background:#fafafa;

    border:1px solid #ececec;

    border-radius:22px;

    padding:28px 35px;

    display:flex;

    gap:22px;

    align-items:center;

}

.quote-icon{

    font-size:90px;

    color:#e5e5e5;

    line-height:1;

    font-family:Georgia;

}

.message-title{

    font-size:22px;

    color:#d59b2d;

    font-weight:800;

    margin-bottom:12px;

}

.message-text{

    font-size:21px;

    color:#444;

    line-height:2.2;

}


/*==========================
RESPONSIVE
==========================*/

@media(max-width:900px){

.pn-top{

flex-direction:column;

}

.pn-clock-side{

width:100%;

border-left:none;

border-bottom:1px solid #efefef;

padding:0 0 30px;

}

.date-grid{

grid-template-columns:1fr;

}

.widget-title{

font-size:30px;

}

.digital-clock{

font-size:34px;

}

.message-text{

font-size:18px;

}

.quote-icon{

font-size:70px;

}

}

@media(max-width:600px){

.pn-clock-widget{

padding:18px;

border-radius:20px;

}

.widget-title{

font-size:24px;

}

.date-box{

padding:20px;

}

.date-box .title{

font-size:16px;

}

.date-box .value{

font-size:19px;

}

.digital-clock{

font-size:28px;

letter-spacing:2px;

}

.message-title{

font-size:18px;

}

.message-text{

font-size:16px;

line-height:2;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9c393f *//* ===========================
   MASTER NOKHBE STUDY CARD
=========================== */

.study-card{

    position:relative;

    width:360px;

    padding:35px 30px;

    background:#C7A35A;

    border-radius:28px;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #F4E8D8;

}

.study-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(37,99,235,.18);

}

/*==========================*/

.card-shine{

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#DBEAFE;

    top:-90px;

    left:-90px;

    opacity:.45;

}

/*==========================*/

.card-star{

    position:absolute;

    top:20px;

    left:22px;

    font-size:30px;

    color:#2563EB;

    opacity:.20;

}

/*==========================*/

.study-day{

    text-align:center;

    position:relative;

    z-index:2;

}

.study-day h3{

    margin:0;

    font-size:34px;

    color:#1E3A8A;

    font-weight:800;

}

.study-day span{

    display:block;

    margin-top:8px;

    color:#64748B;

    font-size:14px;

}

/*==========================*/

.study-divider{

    width:70px;

    height:3px;

    background:#2563EB;

    border-radius:30px;

    margin:25px auto;

}

/*==========================*/

.lesson{

    background:#F8FAFC;

    border-radius:18px;

    padding:18px;

    margin-bottom:18px;

    transition:.3s;

}

.lesson:hover{

    background:#EFF6FF;

    transform:scale(1.02);

}

.lesson-title{

    font-size:20px;

    font-weight:700;

    color:#111827;

}

.lesson-time{

    margin:10px 0;

    color:#2563EB;

    font-weight:700;

    font-size:15px;

}

.lesson-topic{

    color:#475569;

    line-height:1.9;

}

/*==========================*/

.study-tip{

    margin-top:20px;

    background:#FFF4E3;

    border-right:5px solid #F59E0B;

    padding:18px;

    border-radius:18px;

    color:#555;

    line-height:2;

}


/*==========================*/

@media(max-width:768px){

.study-card{

    width:100%;

}

}

.lesson-extra{

    margin-top:15px;

    padding:12px 15px;

    background:#FFF4E3;

    border-radius:12px;

    border-right:4px solid #F59E0B;

    color:#7C5A22;

    line-height:1.9;

    font-size:14px;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-910fb04 *//* ===========================
   MASTER NOKHBE STUDY CARD
=========================== */

.study-card{

    position:relative;

    width:360px;

    padding:35px 30px;

    background:#C7A35A;

    border-radius:28px;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #F4E8D8;

}

.study-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(37,99,235,.18);

}

/*==========================*/

.card-shine{

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#DBEAFE;

    top:-90px;

    left:-90px;

    opacity:.45;

}

/*==========================*/

.card-star{

    position:absolute;

    top:20px;

    left:22px;

    font-size:30px;

    color:#2563EB;

    opacity:.20;

}

/*==========================*/

.study-day{

    text-align:center;

    position:relative;

    z-index:2;

}

.study-day h3{

    margin:0;

    font-size:34px;

    color:#1E3A8A;

    font-weight:800;

}

.study-day span{

    display:block;

    margin-top:8px;

    color:#64748B;

    font-size:14px;

}

/*==========================*/

.study-divider{

    width:70px;

    height:3px;

    background:#2563EB;

    border-radius:30px;

    margin:25px auto;

}

/*==========================*/

.lesson{

    background:#F8FAFC;

    border-radius:18px;

    padding:18px;

    margin-bottom:18px;

    transition:.3s;

}

.lesson:hover{

    background:#EFF6FF;

    transform:scale(1.02);

}

.lesson-title{

    font-size:20px;

    font-weight:700;

    color:#111827;

}

.lesson-time{

    margin:10px 0;

    color:#2563EB;

    font-weight:700;

    font-size:15px;

}

.lesson-topic{

    color:#475569;

    line-height:1.9;

}

/*==========================*/

.study-tip{

    margin-top:20px;

    background:#FFF4E3;

    border-right:5px solid #F59E0B;

    padding:18px;

    border-radius:18px;

    color:#555;

    line-height:2;

}


/*==========================*/

@media(max-width:768px){

.study-card{

    width:100%;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f45573 *//* ===========================
   MASTER NOKHBE STUDY CARD
=========================== */

.study-card{

    position:relative;

    width:360px;

    padding:35px 30px;

    background:#C7A35A;

    border-radius:28px;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #F4E8D8;

}

.study-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(37,99,235,.18);

}

/*==========================*/

.card-shine{

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#DBEAFE;

    top:-90px;

    left:-90px;

    opacity:.45;

}

/*==========================*/

.card-star{

    position:absolute;

    top:20px;

    left:22px;

    font-size:30px;

    color:#2563EB;

    opacity:.20;

}

/*==========================*/

.study-day{

    text-align:center;

    position:relative;

    z-index:2;

}

.study-day h3{

    margin:0;

    font-size:34px;

    color:#1E3A8A;

    font-weight:800;

}

.study-day span{

    display:block;

    margin-top:8px;

    color:#64748B;

    font-size:14px;

}

/*==========================*/

.study-divider{

    width:70px;

    height:3px;

    background:#2563EB;

    border-radius:30px;

    margin:25px auto;

}

/*==========================*/

.lesson{

    background:#F8FAFC;

    border-radius:18px;

    padding:18px;

    margin-bottom:18px;

    transition:.3s;

}

.lesson:hover{

    background:#EFF6FF;

    transform:scale(1.02);

}

.lesson-title{

    font-size:20px;

    font-weight:700;

    color:#111827;

}

.lesson-time{

    margin:10px 0;

    color:#2563EB;

    font-weight:700;

    font-size:15px;

}

.lesson-topic{

    color:#475569;

    line-height:1.9;

}

/*==========================*/

.study-tip{

    margin-top:20px;

    background:#FFF4E3;

    border-right:5px solid #F59E0B;

    padding:18px;

    border-radius:18px;

    color:#555;

    line-height:2;

}


/*==========================*/

@media(max-width:768px){

.study-card{

    width:100%;

}

}

.lesson-extra{

    margin-top:15px;

    padding:12px 15px;

    background:#FFF4E3;

    border-radius:12px;

    border-right:4px solid #F59E0B;

    color:#7C5A22;

    line-height:1.9;

    font-size:14px;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c0efc8 *//* ===========================
   MASTER NOKHBE STUDY CARD
=========================== */

.study-card{

    position:relative;

    width:360px;

    padding:35px 30px;

    background:#C7A35A;

    border-radius:28px;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #F4E8D8;

}

.study-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(37,99,235,.18);

}

/*==========================*/

.card-shine{

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#DBEAFE;

    top:-90px;

    left:-90px;

    opacity:.45;

}

/*==========================*/

.card-star{

    position:absolute;

    top:20px;

    left:22px;

    font-size:30px;

    color:#2563EB;

    opacity:.20;

}

/*==========================*/

.study-day{

    text-align:center;

    position:relative;

    z-index:2;

}

.study-day h3{

    margin:0;

    font-size:34px;

    color:#1E3A8A;

    font-weight:800;

}

.study-day span{

    display:block;

    margin-top:8px;

    color:#64748B;

    font-size:14px;

}

/*==========================*/

.study-divider{

    width:70px;

    height:3px;

    background:#2563EB;

    border-radius:30px;

    margin:25px auto;

}

/*==========================*/

.lesson{

    background:#F8FAFC;

    border-radius:18px;

    padding:18px;

    margin-bottom:18px;

    transition:.3s;

}

.lesson:hover{

    background:#EFF6FF;

    transform:scale(1.02);

}

.lesson-title{

    font-size:20px;

    font-weight:700;

    color:#111827;

}

.lesson-time{

    margin:10px 0;

    color:#2563EB;

    font-weight:700;

    font-size:15px;

}

.lesson-topic{

    color:#475569;

    line-height:1.9;

}

/*==========================*/

.study-tip{

    margin-top:20px;

    background:#FFF4E3;

    border-right:5px solid #F59E0B;

    padding:18px;

    border-radius:18px;

    color:#555;

    line-height:2;

}


/*==========================*/

@media(max-width:768px){

.study-card{

    width:100%;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d712c34 *//* ===========================
   MASTER NOKHBE STUDY CARD
=========================== */

.study-card{

    position:relative;

    width:360px;

    padding:35px 30px;

    background:#C7A35A;

    border-radius:28px;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #F4E8D8;

}

.study-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(37,99,235,.18);

}

/*==========================*/

.card-shine{

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#DBEAFE;

    top:-90px;

    left:-90px;

    opacity:.45;

}

/*==========================*/

.card-star{

    position:absolute;

    top:20px;

    left:22px;

    font-size:30px;

    color:#2563EB;

    opacity:.20;

}

/*==========================*/

.study-day{

    text-align:center;

    position:relative;

    z-index:2;

}

.study-day h3{

    margin:0;

    font-size:34px;

    color:#1E3A8A;

    font-weight:800;

}

.study-day span{

    display:block;

    margin-top:8px;

    color:#64748B;

    font-size:14px;

}

/*==========================*/

.study-divider{

    width:70px;

    height:3px;

    background:#2563EB;

    border-radius:30px;

    margin:25px auto;

}

/*==========================*/

.lesson{

    background:#F8FAFC;

    border-radius:18px;

    padding:18px;

    margin-bottom:18px;

    transition:.3s;

}

.lesson:hover{

    background:#EFF6FF;

    transform:scale(1.02);

}

.lesson-title{

    font-size:20px;

    font-weight:700;

    color:#111827;

}

.lesson-time{

    margin:10px 0;

    color:#2563EB;

    font-weight:700;

    font-size:15px;

}

.lesson-topic{

    color:#475569;

    line-height:1.9;

}

/*==========================*/

.study-tip{

    margin-top:20px;

    background:#FFF4E3;

    border-right:5px solid #F59E0B;

    padding:18px;

    border-radius:18px;

    color:#555;

    line-height:2;

}


/*==========================*/

@media(max-width:768px){

.study-card{

    width:100%;

}

}

.lesson-extra{

    margin-top:15px;

    padding:12px 15px;

    background:#FFF4E3;

    border-radius:12px;

    border-right:4px solid #F59E0B;

    color:#7C5A22;

    line-height:1.9;

    font-size:14px;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a61483 *//* ===========================
   MASTER NOKHBE STUDY CARD
=========================== */

.study-card{

    position:relative;

    width:360px;

    padding:35px 30px;

    background:#C7A35A;

    border-radius:28px;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #F4E8D8;

}

.study-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(37,99,235,.18);

}

/*==========================*/

.card-shine{

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#DBEAFE;

    top:-90px;

    left:-90px;

    opacity:.45;

}

/*==========================*/

.card-star{

    position:absolute;

    top:20px;

    left:22px;

    font-size:30px;

    color:#2563EB;

    opacity:.20;

}

/*==========================*/

.study-day{

    text-align:center;

    position:relative;

    z-index:2;

}

.study-day h3{

    margin:0;

    font-size:34px;

    color:#1E3A8A;

    font-weight:800;

}

.study-day span{

    display:block;

    margin-top:8px;

    color:#64748B;

    font-size:14px;

}

/*==========================*/

.study-divider{

    width:70px;

    height:3px;

    background:#2563EB;

    border-radius:30px;

    margin:25px auto;

}

/*==========================*/

.lesson{

    background:#F8FAFC;

    border-radius:18px;

    padding:18px;

    margin-bottom:18px;

    transition:.3s;

}

.lesson:hover{

    background:#EFF6FF;

    transform:scale(1.02);

}

.lesson-title{

    font-size:20px;

    font-weight:700;

    color:#111827;

}

.lesson-time{

    margin:10px 0;

    color:#2563EB;

    font-weight:700;

    font-size:15px;

}

.lesson-topic{

    color:#475569;

    line-height:1.9;

}

/*==========================*/

.study-tip{

    margin-top:20px;

    background:#FFF4E3;

    border-right:5px solid #F59E0B;

    padding:18px;

    border-radius:18px;

    color:#555;

    line-height:2;

}


/*==========================*/

@media(max-width:768px){

.study-card{

    width:100%;

}

}/* End custom CSS */