.entry-header.ast-no-thumbnail {
    display: none;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0px;
}
.entry-content :where(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 0 !important;
}
/* #menu-item-456 .menu-link {
  position: relative;
}

#menu-item-456 .menu-link::after {
  content: "COMING SOON";
  background: #C00;
  color: #fff;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 20px;
  margin-left: 8px;
  position: relative;
  top: -2px;
} */
 #menu-item-456 .menu-link {
  position: relative;
}

/* hidden by default */
#menu-item-456 .menu-link::after {
  content: "COMING SOON";
  position: absolute;
top: 0;
    right: -110px;
  background: #c00;
  color: #fff;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 20px;
  white-space: nowrap;

  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease;
}

/* show on hover */
#menu-item-456:hover .menu-link::after {
  opacity: 1;
  transform: translateY(0);
}
#menu-item-456 .menu-link::before {
  content: "";
  position: absolute;
    top: 0;
    right: -100px;
  border-width: 6px;
  border-style: solid;
  border-color: #c00 transparent transparent transparent;

  opacity: 0;
  transition: all 0.3s ease;
}

#menu-item-456:hover .menu-link::before {
  opacity: 1;
}
/***footer css start***/
.site-footer h3 {
    font-weight: 500;
}
.site-footer .menu li {
    margin-bottom: 15px;
}
.site-footer .menu li:last-child {
    margin-bottom: 0;
}
/***footer css end***/

.home-banner-right-sec{
    position: relative;
    right: calc(-50vw + 50%);
    width: 50vw;
    max-width: 50vw;
}


.mwm-list-style li::marker {
    border-radius: 30px;
    opacity: 0.9323;
    color: #C00 !important;
}
.mwm-list-style {
    margin: 0 !important;
}

.mwm-icon-box-sec {
    border-radius: 16px;
    border: 1px solid #333;
    background: #1A1A1A;
}
.mwm-icon-box-sec .uagb-ifb-image-content {
    margin-bottom: 16px;
}

.mwm-list-item {
    border-radius: 14px;
    border: 1px solid #333;
    background: #1A1A1A;
    padding: 24px !important;
    width: 100%;
}
.wp-block-uagb-icon-list.uagb-block-77ad9f0d .uagb-icon-list__wrap{
    gap: 24px;
}
/* Custom Card */
.mum-custom-card,
.mum-custom-light-card {
    position: relative;
}
.mum-custom-card::before {
    content: "MOST EFFECTIVE";
    position: absolute;
    top: 14px;
    right: 0;
    transform: translateY(-50%);
    background: #C00;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0 14px 0 14px;
}
.mum-custom-light-card::before {
    content: "START HERE";
    position: absolute;
    top: 14px;
    right: 0;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0 14px 0 14px;
}
.mum-custom-light-3card::before {
    content: "SELF GUIDED";
    position: absolute;
    top: 14px;
    right: 0;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0 14px 0 14px;
}

.mwm-three-box-btn .wp-block-button__link, .mwm-diy-workout-btn .wp-block-button__link {
    border-radius: 16777200px;
    border: 2px solid #FFF;
}
.mwm-three-box-btn .wp-block-button__link:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
    transition: all 0.3s ease !important;
}

.mwm-diy-workout-btn .wp-block-button__link:hover
{
    background-color: transparent !important;
    color: #fff !important;
    border-color: #333333 !important;
    transition: all 0.3s ease !important;

}
/***Lead generation page css start**/


.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}


.card {
    background-color: #1a1a1c;
    border-radius: 12px;
    padding: 45px 40px;
    position: relative;
    border: 1.5px solid transparent;
    display: flex;
    flex-direction: column;
}

.card-active {
    border-color: #CC0000;
}

.card-inactive {
    border-color: #333333;
}

.badge {
    position: absolute;
    top: -1.5px;
    right: -1.5px;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 0 12px 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px; 
}

.badge-red {
    background-color: #CC0000;
    color: white;
}

.badge-gray {
    background-color: #38383a;
    color: #cccccc;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
}

.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-red {
    background-color: #CC0000;
    color: #fff;
}

.icon-gray {
    background-color: #333;
    color: #fff;
}

.card-title {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.card-desc {
    color: #AAA;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 35px;
    min-height: 48px;  
}

.features-list {
    list-style: none;
    margin-bottom: 45px;
    flex-grow: 1;
}

.features-list li {
    font-size: 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #fff;
}

.check-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    stroke-width: 3.5;
    margin-top: 3px;
}

.checks-red .check-icon {
    stroke: #CC0000;
}

.checks-gray .check-icon {
    stroke: #777777;
}

.btn {
    width: 100%;
    padding: 18px;
    border-radius: 32px; 
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
}

.btn-primary {
    background-color: #CC0000;
    color: white;
}

.btn-primary:hover {
    background-color: #A50000;
}

.btn-outline {
    background-color: transparent;
    border-radius: 30px;
    color: #FFF;
    border: 2px solid #FFF;
    position: relative;
    overflow: hidden;
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #CC0000;
}

/***form css**/
.bdiscipline-form {
    width: 60% !important;
}
.bdiscipline-form, .bg-white.border.border-gray-200.shadow-sm.p-8 {
    border-radius: 16px;
    background: #1A1A1A;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 40px;
    color: #fff !important;
}
.bdiscipline-form .bdis-label {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 8px;
}
.bdiscipline-form input, .bdiscipline-form select {
    border-radius: 10px;
    border: 1px solid #333;
    background: #0A0A0A;
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.50);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bdis-submit {
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    width: 100%;
    font-weight: 600 !important;
    line-height: 27px;
    border-radius: 30px !important;
    background: #C00 !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.inside-fit-coaching-container {
    margin: 20px 0 0 0;
    padding: 0;
}
.coaching-title { 
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}
.coaching-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
}
 
.coaching-features-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.coaching-features-list li {
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff; 
    font-weight: 500;
}
.coaching-check-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-color: #C00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coaching-check-icon svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
}
.mwm-form-text-section {
    color: #888;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 21px;
    margin-top: 16px;
    margin-bottom: 0 !important;
}

/***Lead generation page css end**/



/**about page css start***/
.mwm-about-icon-box-sec {
    background: linear-gradient(135deg, rgba(204, 0, 0, 0.20) 0%, rgba(153, 0, 0, 0.10) 100%);
}
/**about page css end***/


/***flip box css start***/
.mwm-flip-box #demo-2 {
    background: transparent;
}
.mwm-flip-box #demo-2 .tpgb-container-col {
    width: 100% !important;
        background: transparent !important;
}
.mwm-flip-box .flip-box-inner .service-img {
    max-width: 100%;
    height: 100%;
}
.mwm-flip-box .tpgb-flipbox .flip-box-inner .service-flipbox, .mwm-flip-box .service-flipbox-back, .mwm-flip-box .tpgb-flipbox .flip-box-inner .service-flipbox-front{
    min-height: 600px !important;
}
/***flip box css end***/
.mwm-expertise-section-text strong{
    color: #D2D2D2;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}


/******/
/* Mobile */
@media (max-width: 1024px) {
    .mwm-list-item {
        margin-bottom: 0px !important;
    }
    #ast-mobile-header {
        padding: 0 20px;
    }
    .site-footer .site-primary-footer-wrap {
        padding: 40px 20px 20px;
    }
    .bdiscipline-form {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .wp-block-uagb-buttons .uagb-block-3d396195 .uagb-buttons-repeater .uagb-button__link, .wp-block-uagb-buttons .uagb-block-deb9081a .uagb-buttons-repeater .uagb-button__link{
        font-size: 16px;
    }
   .mm-heading-h1 {
        font-size: 46px !important;
    }
    .mm-heading-h1 br {
        display: none;
    }
     .cards-grid {
        grid-template-columns: 1fr;
    }
     .coaching-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
}