/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2026 | 04:16:27 */
.membership-card-customda {
  background: linear-gradient(135deg, #B796DA, #2E0259);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(20, 16, 60, 0.18);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  max-width: 460px;
  margin: 0px;
  overflow: hidden;
   padding-bottom: 25px;
}

.card-inner-customda {
  padding: 20px 18px 18px;
}

.top-customda {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.title-customda {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
      margin: 0px;
	padding-bottom:25px;
}

.status-customda {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ECFFF7;
  color: #10965E;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.status-dot-customda {
  width: 8px;
  height: 8px;
  background: #10965E;
  border-radius: 50%;
}

.divider-customda {
  height: 1px;
  background: rgba(255,255,255,0.18);
  margin: 6px 0 12px;
}

.row-customda {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.label-customda {
  font-size: 13px;
  font-weight: 600;
  color: #E9E6FF;
  text-transform: uppercase;
}

.value-customda {
 font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0px;
}

.bottom-customda {
  padding: 14px 18px 18px;
}

.manage-btn-customda {
      display: inline;
    background: #fff;
    color: #004F71;
    font-weight: 700;
    font-size: 12px;
    padding: 14px 25px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease;
}

.manage-btn-customda:hover {
  background: #F4F3FF;
}
/*Profile sidebar css*/
    .customeppoi-tabs-wrapper {
            background: #fff;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        .customeppoi-tabs-nav {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }

        .customeppoi-tab-btn {
            padding: 10px 18px;
            border-radius: 8px;
            border: none;
            cursor: pointer;
            font-weight: 600;
            background: #fff;
    color: #138BA0;
        }
.customeppoi-tab-btn:hover {
    background:#fff;
    color: #138BA0;
}
        .customeppoi-tab-btn.active-customeppoi {
        background: #fff;
        color: #138BA0;
        border-bottom: 3px solid #138BA0;
        border-radius: 0px;
        }

        .customeppoi-tab-content {
            display: none;
        }

        .customeppoi-tab-content.active-customeppoi {
            display: block;
        }

        .customeppoi-payments-header,
        .customeppoi-payment-row {
            display: grid;
            grid-template-columns: 2.5fr 1.5fr 1fr 1.5fr;
            gap: 15px;
            align-items: center;
        }

        .customeppoi-payments-header {
            background: #f3f6f7;
            padding: 14px 18px;
            border-radius: 8px;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 14px;
            color: #6b7280;
        }

        .customeppoi-payment-row {
            padding: 22px 18px;
            border-bottom: 1px solid #eef1f4;
        }

        .customeppoi-payment-title {
            font-weight: 600;
            font-size: 18px;
            color: #111827;
        }

        .customeppoi-payment-date,
        .customeppoi-payment-id {
            font-size: 16px;
            color: #374151;
        }

        .customeppoi-payment-amount {
            font-size: 18px;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .customeppoi-payments-header {
                display: none;
            }

            .customeppoi-payment-row {
                grid-template-columns: 1fr;
            }
        }
/* complete profile dashbaord css*/

.ui-wrapper {
    display: flex;
    max-width: 1200px;
    margin:0px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    font-family: Inter, sans-serif;
}

/* SIDEBAR */
.ui-sidebar {
    width: 260px;
    border-right: 1px solid #eee;
    padding: 30px 0px;
    background: #fff;
}

.ui-sidebar ul {
    list-style: none;
    padding: 0;
}

.ui-sidebar li {
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 32px;
    cursor: pointer;
    font-weight: 500;
}

.ui-sidebar li.active,
.ui-sidebar li:hover {
    background: #FAF5FF;
    color: #8B38DD;
}
.active-customeppoi:focus{
	color:#fff !important;
}
/* CONTENT */
.ui-content {
    flex: 1;
    padding: 40px;
}

.ui-avatar-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.ui-avatar-row img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    background: transparent;
}

.ui-upload {
    border: 1px solid #81C9E8;
    padding: 16px 25px;
    border-radius: 30px;
    color: #004F71;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

.ui-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ui-content label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.ui-content input {
    width: 100%;
    padding: 14px 18px;
    border-radius: 30px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.ui-btn {
    background: #1BA0B8;
    color: #fff;
    padding: 14px 36px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    float: right;
}
.ui-btn:hover {
   background: #1BA0B8; 
}
.ui-success {
    background: #e6f7ff;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #0077aa;
}
.ui-avatar-actions {
    display: flex;
    gap: 16px;
    align-items: center;
}

.ui-delete {
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    color: #606A72 !important;
    border: 1px solid #606a729c;
    background: #EDF1F3;
    padding: 12px 25px;
    border-radius: 30px;
    margin-top: -9px;
    font-size: 15px;
}

.ui-delete:hover {
    color: #d93025;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.ui-select {
    width: 100%;
    padding: 14px 18px;
    border-radius: 30px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    background: #fff;
    font-size: 15px;
}

.customsvghh{ vertical-align:middle;width:28px;margin-right:4px;margin-top: -4px; }  
/* =========================
   RESPONSIVE DASHBOARD UI
   ========================= */

/* Tablet & Mobile */
@media (max-width: 991px) {

    .ui-wrapper {
        flex-direction: column;
        border-radius: 0;
    }

    /* Sidebar becomes top tabs */
    .ui-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        overflow-x: auto;
        position: sticky;
        top: 0;
        z-index: 999;
        background: #fff;
    }

    .ui-sidebar ul {
        display: flex;
        gap: 12px;
        padding: 0 12px;
        margin: 0;
        white-space: nowrap;
    }

    .ui-sidebar li {
        margin-bottom: 0;
        padding: 10px 16px;
        font-size: 14px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        gap: 6px;
        flex-shrink: 0;
    }

    .ui-sidebar li img {
        width: 18px !important;
        height: 18px !important;
        margin: 0;
    }

    /* Active tab */
    .ui-sidebar li.active {
        background: #FAF5FF;
        color: #8B38DD;
        font-weight: 600;
    }

    /* Content */
    .ui-content {
        padding: 20px;
    }

    /* Avatar stack */
    .ui-avatar-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .ui-avatar-actions {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ui-avatar-row img {
        width: 110px;
        height: 110px;
    }

    /* Inputs */
    .ui-grid {
        grid-template-columns: 1fr;
    }

    .ui-btn {
        float: none;
        width: 100%;
        text-align: center;
    }
}

/* Small mobile */
@media (max-width: 480px) {

    .ui-sidebar li {
        font-size: 13px;
        padding: 8px 14px;
    }

    .ui-content h2 {
        font-size: 20px;
    }

    .ui-upload,
    .ui-delete {
        padding: 10px 16px;
        font-size: 14px;
    }
}
/*profile settings css*/
  .settings-section-settingsecprofile {
    background-color: #ffffff;
    padding: 30px;
    max-width: 700px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    color: #333;
  }

  .settings-section-settingsecprofile h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #005980;
  }

  .settings-section-settingsecprofile p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .btn-settingsecprofile {
    background-color: #009999;
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 30px;
  }

  .btn-settingsecprofile:hover {
    background-color: #007777;
  }

  .form-settingsecprofile {
    margin-top: 10px;
  }

  .input-group-settingsecprofile {
	  flex:1;
    margin-bottom: 20px;
  }

  .label-settingsecprofile {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #555;
  }

  .input-wrapper-settingsecprofile {
    position: relative;
  }

  .input-wrapper-settingsecprofile input {
        width: 100%;
    padding: 15px 40px 15px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background-color: #fff;
    color: #333;
  }

  .eye-icon-settingsecprofile {
    position: absolute;
    right: 7%;
    top: 42%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    cursor: pointer;
  }

  .save-btn-settingsecprofile {
    background-color: #1BA0B8;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
  }

  .save-btn-settingsecprofile:hover {
    background-color: #1BA0B8;
  }
.save-btn-settingsecprofile:active {
    background-color: #1BA0B8;
  }
.logout-btn-customclasslogout{
    padding: 12px;
    border: 1px solid #81C9E8;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #004F71;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: 15px;
}
.delete-btn-customclasslogout{
    padding: 12px;
    border: 1px solid #CD1D20;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding-right: 40px;
    padding-left: 40px;
    background: #CD1D20;
}
input{
	box-shadow: none !important;
}
.helpsupportboxsec{
	    display: flex;
    margin-bottom: 25px;
}
.helpsupportbox{
	background: #fff;
    border: 1px solid #DCE3E7;
    border-radius: 20px;
	padding: 15px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.helpsupportboxhead{
    margin: 0px !important;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    padding-bottom: 8px;
}
.helpsupportboxtxt{
    color: #606A72;
    font-size: 14px;
    font-weight: 400;
    margin: 0px !important;
    padding-bottom: 10px;
}
.helpsupportboxlink{
	color: #8B38DD;
    font-size: 12px;
    font-weight: bold;
}
/*learndash shortcode css*/
/* ===== SECTION ===== */
.section-courselayoutcust {
 box-sizing: border-box;
    width: 100%;
}
.course-avatar-courselayoutcust{
    border-radius: 25px;
}
/* ===== GRID ===== */
.course-grid-courselayoutcust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== CARD ===== */
.course-card-courselayoutcust {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

/* ===== IMAGE HEADER ===== */
.course-image-wrap-courselayoutcust {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.course-image-courselayoutcust {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== BADGE ===== */
.course-badge-courselayoutcust {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #ffffff;
    color: #7c3aed;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 14px;
    text-align: center;
    line-height: 1.1;
	display:none;
}

.course-badge-courselayoutcust span {
    display: block;
    font-size: 11px;
    font-weight: 600;
	
}

/* ===== INSTRUCTOR OVERLAY ===== */
.course-instructor-courselayoutcust {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.course-avatar-courselayoutcust {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
    object-fit: cover !important;
}

.course-instructor-text-courselayoutcust small {
    font-size: 11px;
    opacity: 0.85;
    display: block;
}

.course-instructor-text-courselayoutcust strong {
    font-size: 14px;
    font-weight: 700;
}

/* ===== CONTENT ===== */
.course-content-courselayoutcust {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.course-title-courselayoutcust {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
	margin:0px;
}

/* ===== TAGS ===== */
.course-tags-courselayoutcust {
    display: flex;
    gap: 10px;
}

.course-tag-blue-courselayoutcust,
.course-tag-green-courselayoutcust {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.course-tag-blue-courselayoutcust {
    background: #e0f2fe;
    color: #0284c7;
}

.course-tag-green-courselayoutcust {
    background: #dcfce7;
    color: #16a34a;
}

/* ===== DESCRIPTION ===== */
.course-description-courselayoutcust {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
}

/* ===== BUTTON ===== */
.course-button-courselayoutcust {
    margin-top: 10px;
    width: 100%;
    padding: 12px 0;
    border-radius: 999px;
    border: 2px solid #005980;
    background: transparent;
    color: #005980;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
}

.course-button-courselayoutcust:hover {
    background: #005980;
    color: #ffffff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .course-grid-courselayoutcust {
        grid-template-columns: 1fr;
    }
}
.container-saerchpagecust{width:100%;max-width:1300px;margin:auto;padding:30px}
.searchbar-saerchpagecust{display:flex;gap:10px;margin-bottom:30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    border-radius: 55px;
    
}
.searchbar-saerchpagecust input,
.searchbar-saerchpagecust select,
.searchbar-saerchpagecust button{
padding:14px;border-radius:30px;border:none;background:#fff}
.searchbar-saerchpagecust button{background:#0aa6c0;color:#fff;width: 20%;}
.grid-saerchpagecust{display:grid;grid-template-columns:3fr 1fr;gap:30px}
#results-saerchpagecust{display:grid;gap:20px}
.postcard-saerchpagecust{
display:flex;background:#fff;border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden}
.thumb-saerchpagecust img{width:300px;height:100%;object-fit:cover}
.content-saerchpagecust{padding:20px}
.sidebar-saerchpagecust .card-saerchpagecust{
background:#fff;padding:20px;border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,.08)}
.content-saerchpagecust h2{ color:#004F71;font-size:26px;font-weight:bold;}
.authornamecustom{ color:#004F71;font-weight:600;font-size: 14px;margin-bottom: 15px;display: block;text-transform: capitalize;}
.plk-calender-icon{top: 2px;position: relative;right: 4px;}
.categoryblogpage{background: #ECFFF7;display: table;padding: 8px;padding-right: 25px;padding-left: 25px;font-weight: 500;color: #0E7490;font-size: 12px;border-radius: 18px; }
#year-saerchpagecust{
    width: 10%;
    border: 1px solid #E2E8F0;
    padding-left: 30px;
    padding-right: 31px;
    display: flow;
    align-self: center;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 35px;
    font-weight: 500;
}
#author-saerchpagecust{
    width: 13%;
    border: 1px solid #E2E8F0;
    padding-left: 30px;
    padding-right: 31px;
    display: flow;
    align-self: center;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 35px;
    font-weight: 500;  
}
#keyword-saerchpagecust{
    width: 50%;
    border-radius: 0px;
    border-right: 1px solid #0000007d;
    margin-right: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 25px;
}
#keyword-saerchpagecust:focus-visible{
    border-color:#fff !important;
    outline-color:#fff !important;
}
#year-saerchpagecust:focus-visible{
    border-color:#fff !important;
    outline-color:#fff !important;
}
#author-saerchpagecust:focus-visible{
    border-color:#fff !important;
    outline-color:#fff !important;
}
/* =========================
   TABLET (<= 1024px)
========================= */
@media (max-width: 1024px) {

    .grid-saerchpagecust {
        grid-template-columns: 1fr;
    }

    .sidebar-saerchpagecust {
        order: 2;
    }

    #results-saerchpagecust {
        order: 1;
    }

    .postcard-saerchpagecust {
        flex-direction: row;
    }

    .thumb-saerchpagecust img {
        width: 220px;
    }

    .searchbar-saerchpagecust {
        flex-wrap: wrap;
        border-radius: 25px;
        padding: 15px;
    }

    #keyword-saerchpagecust {
        width: 100%;
        border-radius: 25px;
        border-right: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #year-saerchpagecust,
    #author-saerchpagecust {
        width: 48%;
        height: 42px;
    }

    .searchbar-saerchpagecust button {
        width: 100%;
        margin-top: 10px;
    }
}


/* =========================
   MOBILE (<= 768px)
========================= */
@media (max-width: 768px) {

    .container-saerchpagecust {
        padding: 15px;
    }

    .searchbar-saerchpagecust {
        flex-direction: column;
        gap: 12px;
        border-radius: 20px;
    }

    #keyword-saerchpagecust {
        width: 100%;
        border-radius: 20px;
        padding: 14px 18px;
        margin: 0;
    }

    #year-saerchpagecust,
    #author-saerchpagecust {
        width: 100%;
        height: 44px;
        padding-left: 18px;
    }

    .searchbar-saerchpagecust button {
        width: 100%;
        height: 46px;
        font-size: 16px;
    }

    .postcard-saerchpagecust {
        flex-direction: column;
    }

    .thumb-saerchpagecust img {
        width: 100%;
        height: 200px;
    }

    .content-saerchpagecust h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .authornamecustom {
        font-size: 13px;
    }

    .categoryblogpage {
        font-size: 11px;
        padding: 6px 18px;
    }

    .sidebar-saerchpagecust {
        margin-top: 20px;
    }
}


/* =========================
   SMALL MOBILE (<= 480px)
========================= */
@media (max-width: 480px) {

    .thumb-saerchpagecust img {
        height: 180px;
    }

    .content-saerchpagecust {
        padding: 15px;
    }

    .plk-calender-icon {
        margin-right: 4px;
    }

    .content-saerchpagecust small {
        display: inline-block;
        margin-top: 6px;
        font-size: 12px;
    }
}
#article-section-customcssblogn {
  max-width: 420px;
  width: 100%;
}

.article-item-customcssblogn {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f1f1f1;
}

.article-item-customcssblogn:last-child {
  border-bottom: none;
}

.article-image-customcssblogn {
    width: 44px;
    height: 44px !important;
    border-radius: 50% !important;
    object-fit: cover;
    flex-shrink: 0;
	display:none !important;
}

.article-content-customcssblogn {
  flex: 1;
  min-width: 0;
}

.article-title-customcssblogn {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #004F71;
  cursor: pointer;
}

.article-title-customcssblogn:hover {
  text-decoration: underline;
}

.article-meta-customcssblogn {
  font-size: 12px;
  color: #8a8a8a;
  letter-spacing: 0.03em;
}

/* ✅ Responsive adjustments */
@media (max-width: 480px) {
  .article-title-customcssblogn {
    font-size: 15px;
  }

  .article-image-customcssblogn {
    width: 40px;
    height: 40px;
  }
}
 /* Existing styles */

/* Profile image */
.profileimgn-eventcustomyash {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    border-radius: 50% !important;
    vertical-align: middle !important;
}

.container-eventcustomyash {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.event-schedule-eventcustomyash {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.month-eventcustomyash {
    margin-bottom: 20px;
}

.month-header-eventcustomyash {
display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    background: #fff;
    padding: 18px;
    border-radius: 30px;
}

.toggle-btn-eventcustomyash {
    background-color: transparent;
    cursor: pointer;
    border: 0px;
}

.buttonnewclass-eventcustomyash {
    float: inline-end;
}

.event-list-eventcustomyash {
    display: none;
    padding-left: 20px;
    margin-top: 20px;
}

.event-item-eventcustomyash {
background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.event-header-info-eventcustomyash {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.price-eventcustomyash {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.event-name-eventcustomyash {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.event-time-location-eventcustomyash {
    font-size: 14px;
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

.imgsect-eventcustomyash {
    display: flex;
	align-items: anchor-center;
}

.time-eventcustomyash, .location-eventcustomyash {
    display: block;
    color: #000;
}

.event-type-eventcustomyash {
    font-size: 14px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.webinar-eventcustomyash, .member-access-eventcustomyash {
    background-color: #EDF1F3;
    color: #606A72;
    padding: 5px 10px;
    border-radius: 14px;
    font-weight: 500;
	    text-transform: capitalize;
}

.become-member-eventcustomyash {
    background-color: #FFFFFF;
    padding: 12px 30px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #81C9E8;
    color: #005980;
}

.become-member-eventcustomyash:hover {
    background-color: #fff;
}

/* Styling for the popup */
.membership-popup-custompopevents {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content-custompopevents {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    width: 430px;
    max-width: 90%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.close-popup-btn-custompopevents {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.popup-content-custompopevents h2 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.popup-content-custompopevents p {
    margin-bottom: 20px;
    color: #555;
}

.popup-content-custompopevents button {
    background-color: #005980;
    color: #fff;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.popup-content-custompopevents button:hover {
    background-color: #004567;
}

/* Media Queries for responsiveness */

/* For screens smaller than 768px (Tablets and Mobile) */
@media (max-width: 768px) {
    .container-eventcustomyash {
        padding: 15px;
    }

    .month-header-eventcustomyash {
        font-size: 18px;
    }

    .toggle-btn-eventcustomyash {
        font-size: 14px;
    }

    .event-item-eventcustomyash {
        padding: 10px;
    }

    .price-eventcustomyash {
        font-size: 18px;
    }

    .event-name-eventcustomyash {
        font-size: 14px;
    }

    .imgsect-eventcustomyash {
        gap: 5px;
    }

    .become-member-eventcustomyash {
        font-size: 12px;
        padding: 10px 25px;
    }

    .popup-content-custompopevents {
        width: 80%;
        padding: 20px;
    }

    .toggle-btn-eventcustomyash img {
        width: 20px;
        height: 20px;
    }
}

/* For screens smaller than 480px (Mobile) */
@media (max-width: 480px) {
	.event-time-location-eventcustomyash {
    gap: 10px;
}
    .container-eventcustomyash {
        padding: 10px;
    }

    .month-header-eventcustomyash {
        font-size: 16px;
    }

    .event-item-eventcustomyash {
        padding: 8px;
    }

    .price-eventcustomyash {
        font-size: 16px;
    }

    .event-name-eventcustomyash {
        font-size: 12px;
    }

	.webinar-eventcustomyash, .member-access-eventcustomyash{
		font-size:10px !important;
	}

    .become-member-eventcustomyash {
        font-size: 10px;
        padding: 8px 20px;
    }

    .popup-content-custompopevents {
        width: 90%;
        padding: 15px;
    }

    .toggle-btn-eventcustomyash img {
        width: 18px;
        height: 18px;
    }
}
.imgsect-eventcustomyash img{
	height:15px !important;
	width:15px !important;
	margin-right:5px;
}
.faqct1 .elementor-accordion-icon-opened{
	font-size:30px !important;
}
.faqct1 .elementor-accordion-icon-closed{
	font-size:30px !important;
}