section.banner.about-banner.academy-sec1 h1 , section.banner.about-banner.academy-sec1 p {
    color:#fff;
}
section.banner.about-banner.academy-sec1 h2{
    font-size: 40px;
    color: #fff;
    margin-top:20px;
}
.accent-bg-color{
    /* padding: 20px 100px 80px 100px; */
    background-color: #2327B3;
}
.accent-color-text{
    color:#293176;
}
.white-color-text{
    color:#fff !important;
}
/* Pricing Cards */
.membership-plans-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    background-color: #f5f5f7;
    color: #1a1a1a;
    line-height: 1.6;
    padding-top: 20px;
    width: 100%;
}

.membership-plans-header {
    text-align: center;
    margin-bottom: 40px;
}

.membership-plans-header h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.membership-plans-subtitle {
    color: #6c757d;
    font-size: 0.95rem;
}

.membership-plan-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.membership-plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.membership-plan-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.membership-original-price {
    font-size: 1.4rem;
    color: #6c757d;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.membership-discounted-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2327B3;
    margin-bottom: 20px;
}

.membership-discount-note {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    border-left: 4px solid #28a745;
}

.membership-plan-description {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 25px;
    min-height: 50px;
}
.membership-plan-card .membership-cta{
    display:flex;
}
.membership-btn-primary {
    background-color: #2327B3;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 35px;
    width: 100%;
    transition: background-color 0.3s ease;
    text-align: center;
}

.membership-btn-primary:hover {
    background-color: #2327B3;
    color: white;
}

.membership-btn-secondary {
    background-color: transparent;
    color: #000;
    /* border: none; */
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 35px;
    width: 100%;
    transition: background-color 0.3s ease;
}

.membership-btn-secondary:hover {
    background-color: #293176;
    color: white;
}

.membership-coming-soon {
    display: inline-block;
    background-color: #293176;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.membership-container-custom {
    max-width: 900px;
    margin: 0 auto;
}

.membership-footer-text {
    font-size: 0.8rem;
    color: #6c757d;
}
.membership-plans-container {
    padding: 80px 100px;
}   
.membership-plans-container h1{
    font-size: 55px;
    font-weight: 700;
    color: #2327B3;
    text-transform: uppercase;
    margin: 0;
} 
@media (max-width: 768px) {
    .membership-plan-card {
        padding: 20px;
    }
    .membership-discounted-price {
        font-size: 2rem;
    }
    .membership-plans-container {
        padding: 40px 20px;
    }
    .membership-plans-container h1{
        font-size:28px;
    }
}
.btn-custom {
    padding: 0;
}
/* End */
/* table css */
.membership-table {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    margin: 20px 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.membership-table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    padding: 16px 12px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    color: #212529;
}

.membership-table tbody td {
    padding: 14px 12px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.membership-table tbody tr:first-child td {
    border-top: none;
}

.plan-header {
    font-weight: 700;
    font-size: 1.1rem;
    color: #0d6efd;
    text-align: center;
}

.category-header {
    background-color: #f1f8ff;
    font-weight: 700;
    color: #2c3e50;
    border-left: 3px solid #0d6efd !important;
}

.category-header td {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.feature-name {
    font-weight: 500;
    color: #495057;
}

.check-mark {
    color: #198754;
    font-weight: 700;
    text-align: center;
}

.frequency {
    color: #6c757d;
    font-size: 0.9rem;
    text-align: center;
}

.table-responsive-container {
    overflow-x: auto;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.table-caption {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .membership-table {
        font-size: 0.9rem;
    }

    .membership-table td,
    .membership-table th {
        padding: 10px 8px;
    }

    .plan-header {
        font-size: 1rem;
    }

    .frequency {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .membership-table {
        font-size: 0.85rem;
    }

    .membership-table td,
    .membership-table th {
        padding: 8px 6px;
    }

    .table-caption {
        font-size: 1.25rem;
}
}
section.term-condition-faq.table {
    padding: 0px 100px80px 100px !important;
}
/* end */
.card-cus-new {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background:#ffffff;
    padding: 10px 20px;
    min-height:280px;
    box-shadow: none;
    align-items: center;
}
.about-sec-four.cards-section.section .asf-card:after {
    background: none !important;
}
.card-cus-new .asf-card-head h1 , .card-cus-new p{
    color:#000;
}
.card-cus-new .asf-card-head h1{
    font-size: clamp(20px,1vw,30px);
}
.card-cus-new h1 , .card-cus-new p{
    transition:.5s;
}
.card-cus-new:hover , .card-cus-new:hover p{
    color:#000;
}

.category-header {
    background-color:#293176;
    color:#fff;
}
section.membership-sec3.bg-light p {
    font-size: 18px;
}
.membership-sec3{
    background-color: #2327B3;
}
.card-body ul li {
    margin-top: 10px;
}
/* Redesign Cus Cards */
.card-cus-new .card-cus-img {
    background: #00000017;
    width:100px;
    height:100px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px !important;
    position:relative;
}
.card-cus-new .card-cus-img img{
    width:40px;
}
.card-cus-img .card-cus-number {
    position:absolute;
    top:0;
    left:0;
    background-color:#2327B3;
    width:30px;
    height:30px;
    color:#fff;
    border-radius:100px;
    text-align: center;
    line-height: 30px;
}
.card-cus-light-img{
  background: #ffffff;
  width:100px;
  height:100px;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px !important;
  z-index: 1;
}
.card-cus-light-img img{
  width: 40px;
}
.card-cus-light-img{
  background: #ffffff;
  width:100px;
  height:100px;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px !important;
}
.card-bg-gradient{
    background-color:#2327B3;
}
/* .card-bg-gradient{
    position: relative;
    overflow: hidden;
    border: none;
    z-index: 1;
}
.card-bg-gradient::before,
.card-bg-gradient::after{
    content: "";
    position: absolute;
    inset: 0;
    transition: opacity .2s ease-in-out;
    z-index: -1;
}
.card-bg-gradient::before{
    background: linear-gradient(120deg, #38449C 0%, #74A65A 100%);
    opacity: 1;
}
.card-bg-gradient::after{
    background: linear-gradient(340deg, #38449C 0%, #74A65A 100%);
    opacity: 0;
}
.card-bg-gradient:hover::before{
    opacity: 0;
}
.card-bg-gradient:hover::after{
    opacity: 1;
} */
.card-cus-light-img img{
  width: 40px;
}
.card-cust-head{
    box-shadow:none;
    height: 100%;
}
.card-cust-head p {
  color: #fff !important;
  padding:0 !important;
  margin:0;
  z-index:1;
}
.card-bg-design{
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    transition: .3s ease-in-out;
}
.card-bg-design:hover{
    transform: scale(1.01);
}
.card-bg-design:before{
    content:"";
    background-color:#2327B3;
    opacity:0.8;
}
.card-bg-design:hover:before{
    opacity:0.8;
}
.faqs-section #faqAccordion .btn-link:not(.collapsed) {
    background-color:#2327B3;
}
.faqs-section #faqAccordion .btn-link:not(.collapsed) .faq-question {
    color:#fff;
}
.faqs-section #faqAccordion .accordion-icon , .faqs-section .faq-question , .faqs-section h2{
    color:#2327B3;
}
#faqAccordion .card-body ul{
    padding-left: 15px;
}
.right-arrow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-height: 280px;
    width: 100%;
    padding: 0;
    padding-top:30px;
}
.right-arrow img {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
}
.subtitle-membership {
    display: block;
    font-size:20px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom: 20px;
}
.member-hero-cta {
    display:flex;
    justify-content:center;
    gap:20px;
    align-items:center;
}
.member-hero-cta a {
    margin:0;
}
.member-hero-cta i {
    font-size: 14px;
}
/* End */
/* New Classes and  CSS Added  */
.membership-hero {
    background-size:cover;
    background-position:center center;
    width:100%;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}
.membership-hero-inner {
    max-width:1000px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
}
.hero-banner-logo {
    width:200px;
    height:auto;
    object-fit:contain;
    margin-bottom:10px;    
}
.membership-hero h1{
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.membership-hero p{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
} 
.membership-hero .membership-btn{
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 700;
    color: #2327B3;
    background: #fff;
    border-radius: 35px;
    padding: 0 40px;
    border: 1px solid #2327B3;
    /* text-transform: capitalize; */
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}
.membership-hero .membership-btn:hover{
    box-shadow: inset 125px 0 0 0 #2327B3, inset -130px 0 0 0 #2327B3;
    border-color: #ffffff !important;
    color: #ffffff !important;
}
.member-hero-cta .learn-more{
    color:#fff;
}
.faqs-section{
    padding:80px 0px 80px 0px;
}
.perks-section{
    padding: 40px 0px 40px 0px;
}
.perks-section h1{ 
    color: #2327B3;
}
section.about-sec-four.cards-section.section .asf-head h3{
    color: #2327B3 !important;
}
.membership-plan-card .pricing-details {
    background-color: #29317612;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.membership-discounted-price span {
    font-size: 30px;
    color: #1a1a1a;
}
.membership-plan-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-cust-head {
    padding: 12px;
}
@media (max-width:768px){
    .membership-hero {
        height:80vh;
        padding-top:70px;
    }
    .membership-hero-inner {
        padding:10px;
    }
    .membership-hero h1{
        font-size:32px;
    }
    .faqs-section{
        padding:40px 0px 40px 0px;
    }
    .about-sec-four.cards-section.section .row.justify-content-center > .col-sm-6.col-lg-1 {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding: 10px 0;
    }
    .right-arrow {
        min-height: auto;
        padding: 0;
    }
    .right-arrow img {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        width: 80px;
        transform: rotate(90deg);
        max-width: none;
    }
    .faqs-section .faq-question {
        font-size: 18px;
    }
    .hero-banner-logo{
        width: 150px;
    }
    .membership-hero .membership-btn{
        padding: 0 15px;
    }
}
/* End */