body{
  overflow-x: hidden;
}
/* hero section css  */
.hero-section {
    padding-bottom: 58px;
}
.hero-content.academy{
      max-width: 100%;
      padding: 50px 60px;
}

.hero-content.academy h1 {
    font: 300 52px / 62px var(--tad-font-sans) !important;
    margin-bottom: 30px;
    text-align: center !important;
}
.hero-content h1 strong{
  font-weight: 700;
}
.hero-content.academy p{
  font: 500 24px/32px var(--tad-font-sans);
  text-align: center;
  color: white;
  margin-bottom: 0;
}
/* hero section css end */
.video-promo-section {
    padding-top: 100px;
    padding-bottom: 30px;
}
.events-home h2{
    font: 400 40px/50px var(--tad-font-sans);
}
.events-home h2 strong{
    color: var(--tad-red);
}
.video-promo-section h2, .reasons-to-join-section h2{
    margin-bottom: 50px;
}
.video-promo-section p{
    font: 400 20px/30px var(--tad-font-sans);
    color: #666666;
    margin-bottom: 25px;
}
.video-promo-section .btn-primary{
    padding: 21px 21px;
    border-radius: 80px;
}

/* --- Organizations Section Styles --- */

.organizations-section {
   padding-block:100px;
    background: #f9f9f9;
    margin: 60px 0px 80px;
}

/* --- Issues Facing Professionals Section Styles --- */

.issues-facing-section {
    padding-top: 70px;
}

.issues-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: 15px;
}
.issues-title{
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
}
.issues-facing-section :is(p, li, blockquote){
    font: 400 20px/30px var(--tad-font-sans);
}
.image-content-wrapper {
    position: relative;
    padding: 140px;
    background: #f9f9f9;
}
.background-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1; 
}
.issues-list-container {
    position: relative; 
    z-index: 3;
}

/* --- Reasons to Join Section Styles --- */

.reasons-to-join-section {
   padding-block:100px;
}

.reason-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.reason-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.reason-card p {
     font: 400 18px/25px var(--tad-font-sans);
     color:#666666;
    margin: 0;
}
.reasons-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.reasons-row {
    display: flex;
    gap: 20px;
}

.reason-card {
    display: flex;
    background-color: #fff;
    border-radius: 24px;
    padding: 25px 22px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 3.12px 9.37px 21.85px 0px #0000000F;
    border: 2px solid #F4C3C5;
    align-items: flex-start;
    max-height: 158px;
    min-width: 330px;
}
.reasons-row.smaller{
    max-width: 1480px;
    margin: auto;
}

/* --- Things to Learn Section Styles --- */

.things-to-learn-section {
    background-color: #CC3333;
    padding-block:100px;
}
.things-to-learn-section h2{
    margin-bottom:32px
}
.things-learn-list li {
    margin-bottom: 25px;
    font: 500 20px/30px var(--tad-font-sans);
}
/* Button overrides for this section */
.things-to-learn-section .btn {
    font: 600 18px/28px var(--tad-font-sans);
    padding:21px 44px !important;
    border-radius:85px;
}


/* --- Testimonials and Stats Section Styles --- */
.testimonials-stats-section {
    padding-block:100px
}

/* Testimonial Card Styling */
.stat-row{
    max-width: 1495px;
    margin:auto;
    margin-block:47px;
}
.testimonial-row{
    max-width: 1246px;
    margin:auto;
}
.stats-bar {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 3.12px 9.37px 72px 0px #FF867B33;
}

.testimonial-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 24px;
    padding: 26px 20px;
    height: 100%;
    border: 2px solid #F4C3C5;
    box-shadow: 3.12px 9.37px 21.85px 0px #0000000F;
}

.testimonial-avatar {
    margin-right: 15px;
    flex-shrink: 0;
}

.testimonial-text {
    font: 500 18px/25px var(--tad-font-sans);
    color: #666666;
    margin: 0;
    flex: 1;
}
.testimonial-card p:last-child{
    width: 100%;
    margin-top: 10px;
}
.stat-number {
    font: 800 48px/58px var(--tad-font-sans);
    background: linear-gradient(270deg, #37090B 0%, #9D1A1F 100%);
    -webkit-background-clip: text; 
    background-clip: text;
    color: transparent;
    margin-bottom: 10px;
}
.stat-label {
    font: 600 18px/28px var(--tad-font-sans);
    color: #666666;
    margin:0;
}
.image-gallery-section{
    padding-bottom:100px;
    padding-top:30px;
}
.image-gallery-section h2{
    margin-bottom:50px;
}

.gallery-slider .gallery-slide {
    padding: 0 15px; 
}

.full-width-slider-container .slick-dots {
    bottom: -60px;
}

.full-width-slider-container .slick-dots li button:before {
    font-size: 10px;
    color: #ccc;
    opacity: 1;
    transition: color 0.3s ease;
}

.full-width-slider-container .slick-dots li.slick-active button:before {
    color: #CC3333; 
}

/* --- Programs Section Styles --- */
.programs-section {
    background-color: #F6F6F6; 
    padding-block:80px;
}
.events_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: auto;   
    column-gap: 10px;
    row-gap: 30px;
}
.programs-title {
    color: #CC3333;
    margin-bottom:40px;
}

/* Tab Button Styling */
.program-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
    overflow: auto;
}

.program-tab-btn {
    background-color: transparent;
    padding: 10px 35px;
    border-radius: 100px;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    font: 500 16px / 23px var(--tad-font-sans);
    color: #666666;
    min-width: max-content;
}

.program-tab-btn:hover {
    background-color: #CC3333;
    border-color: #CC3333;
    color: #fff;
}

.program-tab-btn.active {
    background-color: #CC3333;
    color: #fff;
    border-color: #CC3333;
}

/* Program Card Styling */
.program-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 558px;
    margin: auto;
    text-align: center;
}

.program-card-title {
    margin-bottom:6px;
    font: 700 20px/30px var(--tad-font-sans);
    color: #666666;
}

.program-card-date {
     margin-bottom:6px;
    font: 500 20px/30px var(--tad-font-sans);
    color: #666666;
}

.program-card-status {
    color: #CC3333;
    margin-bottom:16px;
    font: 600 18px/26px var(--tad-font-sans);
}
.btn-program-learn-more {
    background-color: #CC3333;
    color: #fff;
    border-radius: 50px; /* Pill shape */
    padding: 12px 25px;
    font: 500 18px/26px var(--tad-font-sans);
    align-self: flex-start; /* Aligns button to the left */
    transition: background-color 0.3s ease;
    margin: auto;
}

.btn-program-learn-more:hover {
    background-color: #a72a2a;
    color: #fff;
}

/* --- Programs Section Global --- */
.programs-section {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.events_row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Card Styling --- */
.program-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
    overflow: hidden;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* --- Header & Badges --- */
.program-card-header {
    padding: 30px 30px 10px;
    text-align: center;
}

.program-card-title {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.status-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-accepting { background: #e6f4ea; color: #1e7e34; }
.status-waiting { background: #fff4e5; color: #d68100; }
.status-closed { background: #f2f2f2; color: #666; }

/* --- Body & Info Rows --- */
.program-card-body {
    padding: 20px 30px;
    flex-grow: 1;
}

.info-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    text-align: left;
}

.info-icon {
    width: 20px;
    height: auto;
    margin-right: 15px;
    margin-top: 3px;
    opacity: 0.7;
}

.info-content label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.info-content span {
    font-size: 16px;
    color: #444;
    font-weight: 500;
}

.dates-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.deadline-row {
    margin: auto;
    margin-top: 10px;
    background: #fdf2f2;
    padding: 15px;
    border-radius: 8px;
}

.deadline-date {
    color: #CC3333 !important;
    font-weight: 700 !important;
}

/* --- Form Styling --- */
.event-submit-form {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 0 20px 20px;
}

.event-submit-form h5 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
}

.event-submit-form input {
    width: 49%;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.btn-waitlist {
    width: 100%;
    background: #333;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-waitlist:hover { background: #000; }

/* --- Timer Styling --- */
.timer-section {
    padding: 0 30px 20px;
    text-align: center;
}

.timer-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #666;
}

.timer-wrapper {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}

.timer-unit {
    background: #f2f2f2;
    padding: 8px 12px;
    border-radius: 8px;
    min-width: 60px;
}

.timer-unit span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #CC3333;
}

.timer-unit small {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
}

/* --- Footer Button --- */
.program-card-footer {
    margin-top: auto;
}

.btn-learn-more {
    display: block;
    background: #CC3333;
    color: #fff ;
    text-decoration: none;
    padding: 14px 25px;
    border-radius: 50px;
    font-weight: 600;
    margin: 0 30px;
    text-align: center;
    transition: background 0.3s;
}
.btn-learn-more:hover {
    background: #a72a2a;
    box-shadow: 0 4px 15px rgba(204, 51, 51, 0.3);
}
.event-submit-form + .btn-learn-more{
    background: transparent;
    color: #CC3333 ;
    text-decoration: underline;
}
.event-submit-form + .btn-learn-more:hover{
    background: transparent;
    color: #CC3333 ;
}
/* landing pages style */
 /* --- CSS VARIABLES & GLOBAL REFINEMENTS --- */
    :root {
        --tad-red: #CC3333;
        --tad-red-dark: #A32929;
        --soft-gray: #f8fafc;
        --text-dark: #1a202c;
        --text-muted: #4a5568;
    }

    .advenchre_main { padding-top: 0 !important; font-family: 'Inter', sans-serif; }
    .advenchre_main section { padding: 90px 0; }
    .bg-gray { background-color: var(--soft-gray) !important; }
    
    .advenchre_main h1, .advenchre_main h2, .advenchre_main h3 { color: var(--text-dark); line-height: 1.3; margin-bottom: 25px; font-weight: 800; }
    .advenchre_main p { line-height: 1.8; color: var(--text-muted); font-size: 17px; margin-bottom: 20px; }

    /* --- HERO SECTION --- */
    .hero-medical { background: var(--tad-red); padding: 100px 0; color: white; position: relative; margin-top: 145px;}
    .hero-medical h1, .hero-medical p { color: white !important; text-align: left; }
    .hero-medical h1 { font-size: 44px; }
    .hero-video-box { border-radius: 15px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.3); background: #000; }

    /* --- BUTTONS --- */
    .btnEvent {
        background: var(--tad-red);
        color: white !important;
        padding: 18px 40px;
        border-radius: 50px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        display: inline-block;
        border: none;
        box-shadow: 0 10px 20px rgba(204, 51, 51, 0.2);
        text-decoration: none !important;
    }
    .btnEvent:hover { background: #fff; color: var(--tad-red) !important; transform: translateY(-3px); }
    .btn-white-outline { background: white; color: var(--tad-red) !important; border: 2px solid white; }

    /* --- TESTIMONIALS --- */
    .testimonial_card {
        background: white;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        margin-bottom: 30px;
        height: 100%;
        border-top: 5px solid var(--tad-red);
        display: flex;
        flex-direction: column;
    }
    .testimonial_card p { font-style: italic; font-size: 16px; flex-grow: 1; color: var(--text-dark); }
    .testimonial_card span { display: block; color: var(--tad-red); font-weight: 700; }
    .client_review img { width: 100px; margin-top: 10px; }
    .client_icon img { border-radius: 50%; margin-right: 15px; border: 2px solid #eee; }

    /* --- TRUST LOGOS --- */
    .brands_wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px; padding: 40px 0; }
    .brands_wrapper img { max-height: 45px; filter: grayscale(100%); opacity: 0.6; transition: 0.3s; }
    .brands_wrapper img:hover { filter: grayscale(0%); opacity: 1; }

    /* --- ICON LISTS --- */
   .lists_simulation {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    max-width: 1300px;
    margin: auto;
}
    .lists_simulation ul { flex: 1; min-width: 300px; list-style: none; padding: 0; }
    .lists_simulation li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 20px; font-weight: 500; color: var(--text-dark); }
    .lists_simulation li img { width: 24px; margin-top: 4px; flex-shrink: 0; }

    /* --- GALLERY --- */
    .gallery-row .main-img { border-radius: 12px; overflow: hidden; position: relative; height: 260px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); margin-bottom: 30px; }
    .gallery-row .main-img img.img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
    .hover-content { position: absolute; inset: 0; background: rgba(204, 51, 51, 0.85); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.3s; cursor: pointer; }
    .main-img:hover img.img { transform: scale(1.1); }
    .main-img:hover .hover-content { opacity: 1; }

    /* --- MODAL --- */
    #myModal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); backdrop-filter: blur(5px); }
    .modal-content { margin: auto; display: block; width: 80%; max-width: 800px; border-radius: 12px; border: 5px solid white; }
    .close-gal { position: absolute; top: 30px; right: 50px; color: #fff; font-size: 50px; font-weight: bold; cursor: pointer; }
    #caption { text-align: center; color: #ccc; padding: 20px; font-size: 20px; }
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-10px);} 60% {transform: translateY(-5px);} }
/* landing pages style end */
/* Mobile Adjustments */
@media (max-width: 768px) {
    .events_row { grid-template-columns: 1fr; padding: 0 15px; }
    .dates-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1600px) {
.reasons-row {
    align-items: center;
}
.reason-card {
    max-height: max-content;
}
}
@media (max-width: 1439.98px) {
.reasons-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 1199.98px) {
.hero-content.academy h1 {
    font: 300 42px / 52px var(--tad-font-sans) !important;
}
.hero-content.academy p {
    font: 500 20px/28px var(--tad-font-sans);
}
.hero-content.academy {
    padding: 25px 24px;
}
.events-home h2 {
    font: 400 32px/42px var(--tad-font-sans);
}
.video-promo-section {
    padding-top: 80px;
    text-align: center;
}
.video-promo-section h2, .reasons-to-join-section h2 {
    margin-bottom: 20px;
}
.video-promo-btns{
    justify-content: center;
}
.issues-facing-section :is(p, blockquote) {
    font: 400 18px/28px var(--tad-font-sans);
}
.issues-facing-section :is(li) {
    font: 400 16px/26px var(--tad-font-sans);
}
.things-to-learn-section {
    padding-block: 80px;
}
.background-image-holder {
    background-position: left;
}
.things-learn-list li {
    margin-bottom: 20px;
    font: 500 18px/28px var(--tad-font-sans);
}
.testimonial-text {
    font: 500 16px/22px var(--tad-font-sans);
}
.stat-number {
    font: 800 38px/48px var(--tad-font-sans);
}
.stat-label {
    font: 600 16px/26px var(--tad-font-sans);
}
.organizations-section {
    padding-block: 80px;
}
}
@media (max-width: 992px) {
    .hero-content.academy h1 {
    font: 300 38px / 52px var(--tad-font-sans) !important;
    margin-bottom: 10px;
}
.organizations-section {
    padding-block: 50px;
}
.issues-facing-section {
    padding-top: 50px;
}
    .reasons-to-join-section {
    padding-block: 70px;
}
.reason-card{
    padding: 20px 15px;
}
.testimonial-row {
    gap: 20px;
}
.events_row {
    grid-template-columns: 1fr;
}
}
@media (max-width: 767px) {
    .reasons-row {
    grid-template-columns: 1fr;
}
.hero-content.academy h1 {
    font: 300 30px / 38px var(--tad-font-sans) !important;
}
.hero-content.academy p {
    font: 400 16px/26px var(--tad-font-sans);
}
.hero-section {
    padding-bottom: 0;
}
.hero-content.academy {
    padding: 20px 15px;
    transform: translateY(25px);
}
.hero-section {
    padding-top: 120px;
}
.events-home h2 {
    font: 400 25px/35px var(--tad-font-sans);
}
.video-promo-section p {
    font: 400 16px/26px var(--tad-font-sans);
    margin-bottom: 18px;
}
.btn-primary {
    font: 600 16px/25px var(--tad-font-sans);
}
.reason-card p {
    font: 400 16px/25px var(--tad-font-sans);
}
.things-learn-list li {
    font: 400 16px/26px var(--tad-font-sans);
}
.things-to-learn-section .btn {
    font: 500 16px/26px var(--tad-font-sans);
    padding: 18px 20px !important;
    display: block;
}
.stat-number {
    font: 800 30px/38px var(--tad-font-sans);
}
.stat-label {
    font: 400 13px/24px var(--tad-font-sans);
}
.stats-bar {
    padding: 20px 10px;
}
.program-card {
    padding: 20px 15px;
}
.program-card-status {
    font: 600 16px/22px var(--tad-font-sans);
}
.program-eligibility-list li {
    font: 500 16px/26px var(--tad-font-sans);
}
.program-card-title {
    font: 700 18px/30px var(--tad-font-sans);
}
.program-card-date {
    font: 500 18px/28px var(--tad-font-sans);
}
.btn-program-learn-more {
    font: 500 16px/26px var(--tad-font-sans);
}
.video-promo-section .btn-primary {
    padding: 16px;
}
.program-tab-btn {
    padding: 6px 14px;
    font: 500 15px/30px var(--tad-font-sans);
}
}
@media (max-width: 424.98px) {
.testimonial-card {
    padding: 26px 15px;
}
.stat-label {
    font: 600 11px/24px var(--tad-font-sans);
}
.hero-content.academy h1 {
    font: 300 25px / 35px var(--tad-font-sans) !important;
}
.hero-content.academy p {
    font: 400 14px/24px var(--tad-font-sans);
}
.program-eligibility-list li {
    font: 500 12px/26px var(--tad-font-sans);
}
.program-card-title {
    font: 700 16px/30px var(--tad-font-sans);
}
.program-card-date {
    font: 500 16px/28px var(--tad-font-sans);
}
.program-card-status {
    font: 600 12px/22px var(--tad-font-sans);
}
.btn-program-learn-more {
    font: 500 14px/24px var(--tad-font-sans);
}
}