/* Add this to override the white overlay with blue */
.swiper-slide .rts-banner-area-two.bg_image::before {
  background: #06A3DA !important; /* Your blue color */
  opacity: 5.5; /* Adjust opacity as needed */
}
/* .appoinment-area-started {
  margin-top: -510px; /* Your blue color 
} */

 /* Dropdown styles */
    .dropdown {
        position: relative;
    }
    
    .dropdown-toggle::after {
        /* content: " ▼"; */
        font-size: 0.8em;
        margin-left: 5px;
    }
    
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 70%;
        left: 0;
        background-color: #fff;
        min-width: 160px;
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
        z-index: 1000;
        border-radius: 4px;
        padding: 10px 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
    }
    
    .dropdown-menu li {
        margin: 0;
    }
    
    .dropdown-menu a {
        display: block;
        padding: 8px 20px;
        color: #333;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .dropdown-menu a:hover {
        background-color: #f5f5f5;
        color: #000;
    }
    
    /* Show dropdown on hover */
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    /* Adjust existing mega-menu styles if needed */
    .mega-menu.dropdown .dropdown-menu {
        border-top: 2px solid #007bff;
    }
    /* MOBILE DROPDOWN STYLES (only for screens < 1200px) */
@media (max-width: 1199px) {
    /* Disable desktop hover effects on mobile */
    .dropdown:hover .dropdown-menu {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    
    /* Hide desktop dropdown arrow on mobile */
    .dropdown-toggle::after {
        display: none;
    }
    
    /* Mobile dropdown container */
    .mobile-dropdown {
        position: relative;
    }
    
    /* Mobile dropdown arrow */
    .mobile-dropdown-arrow {
        display: inline-block;
        margin-left: 8px;
        font-size: 10px;
        transition: transform 0.3s ease;
        vertical-align: middle;
    }
    
    /* Active state for mobile dropdown arrow */
    .mobile-dropdown.active .mobile-dropdown-arrow {
        transform: rotate(180deg);
    }
    
    /* Mobile dropdown menu */
    .mobile-dropdown-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 25px;
        background-color: rgba(248, 249, 250, 0.8);
        border-left: 3px solid #06A3DA;
        margin-top: 5px;
        margin-bottom: 10px;
        animation: fadeIn 0.3s ease;
    }
    
    /* Active state shows dropdown */
    .mobile-dropdown.active .mobile-dropdown-menu {
        display: block;
    }
    
    /* Mobile dropdown menu items */
    .mobile-dropdown-menu li {
        margin: 0;
        position: relative;
    }
    
    .mobile-dropdown-menu a {
        display: block;
        padding: 10px 15px;
        color: #495057;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 15px;
        position: relative;
    }
    
    /* Add arrow before dropdown links */
    .mobile-dropdown-menu a::before {
        content: "→";
        position: absolute;
        left: -15px;
        color: #06A3DA;
        font-size: 12px;
        opacity: 0;
        transition: all 0.3s ease;
    }
    
    .mobile-dropdown-menu a:hover::before {
        opacity: 1;
        left: -10px;
    }
    
    .mobile-dropdown-menu a:hover {
        color: #06A3DA;
        background-color: rgba(6, 163, 218, 0.05);
        padding-left: 20px;
    }
    
    /* Animation for dropdown */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Ensure proper spacing for mobile menu items */
    .mainmenu .main-nav > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        text-decoration: none;
        color: #091E3E;
        font-weight: 500;
        transition: all 0.3s ease;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .mainmenu .main-nav:last-child > a {
        border-bottom: none;
    }
    
    .mainmenu .main-nav > a:hover {
        color: #06A3DA;
        background-color: rgba(6, 163, 218, 0.05);
    }
    
    /* Remove mega-menu classes that might interfere */
    .mega-menu {
        position: static !important;
    }
    
    /* Prevent any desktop-specific dropdown interference */
    .dropdown-menu {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        position: static !important;
        transform: none !important;
        box-shadow: none !important;
    }
}

/* Ensure desktop styles remain unchanged */
@media (min-width: 1200px) {
    .mobile-dropdown,
    .mobile-dropdown-arrow,
    .mobile-dropdown-menu {
        display: none !important;
    }
    
    /* Restore desktop dropdown styles */
    .dropdown {
        position: relative;
    }
    
    .dropdown-toggle::after {
        
        font-size: 0.8em;
        margin-left: 5px;
        display: inline-block !important;
    }
    
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 70%;
        left: 0;
        background-color: #fff;
        min-width: 160px;
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
        z-index: 1000;
        border-radius: 4px;
        padding: 10px 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
    }
    
    .dropdown-menu li {
        margin: 0;
    }
    
    .dropdown-menu a {
        display: block;
        padding: 8px 20px;
        color: #333;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .dropdown-menu a:hover {
        background-color: #f5f5f5;
        color: #000;
    }
    
    /* Show dropdown on hover */
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    /* Adjust existing mega-menu styles if needed */
    .mega-menu.dropdown .dropdown-menu {
        border-top: 2px solid #007bff;
    }
}

/* Accreditation Information Section */
.accreditation-info-section {
    padding: 80px 0;
}

.accreditation-info-section .section-title-wrapper {
    margin-bottom: 60px;
}

.accreditation-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    height: auto;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    overflow: hidden;
}

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

.accreditation-header {
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
}

.accreditation-title {
    font-size: 24px;
    color: #1C2539;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.accreditation-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.badge {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-primary {
    background-color: #091E3E;
    color: #fff;
}

.badge-secondary {
    background-color: #6c757d;
    color: #fff;
}

.badge-info {
    background-color: #17a2b8;
    color: #fff;
}

.accreditation-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.accreditation-benefits {
    margin-bottom: 30px;
}

.benefits-title {
    font-size: 18px;
    color: #1C2539;
    margin-bottom: 15px;
    font-weight: 600;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #555;
}

.benefits-list li i {
    color: #091E3E;
    margin-right: 12px;
    margin-top: 3px;
    font-size: 14px;
}

.accreditation-cta {
    text-align: center;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
    margin-top: 20px;
}

.accreditation-read-more {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.read-more-btn {
    background: #2B4AFF;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.read-more-btn:hover {
    background: #1C3AE0;
    transform: translateY(-2px);
}

.read-more-btn.active {
    background: #091E3E;
}

.read-more-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.read-more-btn.active i {
    transform: rotate(180deg);
}

/* Smooth transition for the body */
.accreditation-body {
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Responsive Design */
@media (max-width: 991px) {
    .accreditation-info-section {
        padding: 60px 0;
    }
    
    .accreditation-info-section .section-title {
        font-size: 32px;
    }
    
    .accreditation-card {
        padding: 30px;
    }
    
    .accreditation-title {
        font-size: 22px;
    }
}

/* Mobile badge styling - Option 2: Keep Icons */
@media (max-width: 767px) {
    .accreditation-info-section {
        padding: 50px 0;
    }
    
    .accreditation-info-section .section-title {
        font-size: 28px;
    }
    
    .accreditation-card {
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .accreditation-badges {
        justify-content: flex-start;
        gap: 15px;
        margin-top: 12px;
        flex-wrap: wrap;
    }
    
    .badge {
        padding: 4px 0 !important;
        font-size: 13px;
        letter-spacing: 0.3px;
        min-width: 0;
        white-space: nowrap;
        background: transparent !important;
        border: none !important;
        color: #495057 !important;
        text-transform: none;
        font-weight: 500;
        border-radius: 0;
        display: inline-flex;
        align-items: center;
        margin-right: 15px;
    }
    
    .badge-icon {
        display: inline-block !important;
        margin-right: 6px;
        font-size: 11px;
    }
    
    .badge-primary .badge-icon {
        color: #2B4AFF;
    }
    
    .badge-secondary .badge-icon {
        color: #6c757d;
    }
    
    .badge-info .badge-icon {
        color: #17a2b8;
    }
    
    @media (max-width: 480px) {
        .accreditation-badges {
            justify-content: flex-start;
            gap: 10px;
            flex-direction: column;
            align-items: flex-start;
        }
        
        .badge {
            padding: 2px 0 !important;
            font-size: 12px;
            white-space: normal;
            margin-right: 0;
        }
    }
    
    .read-more-btn {
        padding: 10px 25px;
        font-size: 15px;
    }
}

/* Updated Venues Hero Section Styles */
.venues-hero-section {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.venues-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.venues-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 53, 53, 0.7);
    display: flex;
    align-items: center;
}

.venues-hero-content {
    text-align: center;
    color: white;
}

.venues-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.venues-hero-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
}

/* Updated Venue Details Section */
.venue-detail-section {
    padding: 100px 0;
    background-color: #fff;
}

.venue-image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.venue-main-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.venue-feature-badges {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.venue-badge {
    background: rgba(6, 163, 218, 0.9);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.venue-info-content {
    padding-left: 30px;
}

.venue-location-tag {
    display: inline-block;
    background: #e7f7fe;
    color: #06A3DA;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.venue-name {
    color: #091E3E;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.venue-address {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #495057;
}

.venue-address i {
    color: #06A3DA;
    margin-right: 10px;
    margin-top: 5px;
}

.venue-description {
    color: #495057;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.venue-specifications {
    margin-bottom: 30px;
}

.spec-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.spec-item i {
    color: #06A3DA;
    font-size: 24px;
    margin-right: 15px;
    margin-top: 5px;
}

.spec-content h5 {
    color: #091E3E;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.spec-content p {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

.venue-amenities {
    margin-bottom: 30px;
}

.venue-amenities h4 {
    color: #091E3E;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.amenities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.amenities-list span {
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    color: #495057;
}

.amenities-list i {
    color: #06A3DA;
    margin-right: 5px;
}

.venue-purpose {
    margin-bottom: 30px;
}

.venue-purpose h4 {
    color: #091E3E;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.purpose-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.purpose-list li {
    color: #495057;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.purpose-list i {
    color: #06A3DA;
    position: absolute;
    left: 0;
    top: 5px;
}

.venue-cta {
    display: flex;
        flex-direction: row;

    gap: 15px;
    flex-wrap: wrap;
}

.venue-inquiry-btn {
    background: #06A3DA;
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.venue-inquiry-btn:hover {
    background: #091E3E;
    color: white;
    transform: translateY(-2px);
}

.venue-call-btn {
    background: #091E3E;
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.venue-call-btn:hover {
    background: #06A3DA;
    color: white;
    transform: translateY(-2px);
}

/* Training Programs Section */
.training-programs-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.programs-header {
    text-align: center;
    margin-bottom: 50px;
}

.programs-title {
    color: #091E3E;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.programs-subtitle {
    color: #6c757d;
    font-size: 18px;
}

.program-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    border-top: 4px solid #06A3DA;
}

.program-card:hover {
    transform: translateY(-5px);
}

.program-icon {
    color: #06A3DA;
    font-size: 40px;
    margin-bottom: 20px;
}

.program-card h4 {
    color: #091E3E;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.program-card p {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 20px;
}

.program-details {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.program-details span {
    background: #e7f7fe;
    color: #06A3DA;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Venue Gallery Section */
.venue-gallery-section {
    padding: 100px 0;
    background: white;
}

.gallery-header {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-title {
    color: #091E3E;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gallery-subtitle {
    color: #6c757d;
    font-size: 18px;
}

.gallery-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-img-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 163, 218, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    background: rgba(6, 163, 218, 0.8);
}

.gallery-expand {
    color: white;
    font-size: 24px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-expand {
    opacity: 1;
    transform: scale(1);
}

.gallery-caption {
    padding: 20px;
}

.gallery-caption h5 {
    color: #091E3E;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.gallery-caption p {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

/* Additional Services Section */
.additional-services-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    color: #091E3E;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    color: #6c757d;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

.service-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    color: #06A3DA;
    font-size: 40px;
    margin-bottom: 20px;
}

.service-card h4 {
    color: #091E3E;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-card p {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    color: #6c757d;
    margin-bottom: 8px;
    font-size: 14px;
}

.service-features i {
    color: #06A3DA;
    margin-right: 8px;
}

/* Venue Booking CTA */
.venue-booking-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #091E3E 0%, #06A3DA 100%);
    color: white;
}

.booking-cta-content {
    text-align: center;
}

.booking-cta-content h2 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.booking-cta-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-email-btn {
    background: white;
    color: #091E3E;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.cta-email-btn:hover {
    background: #06A3DA;
    color: white;
    transform: translateY(-2px);
}

.cta-call-btn {
    background: transparent;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: 2px solid white;
}

.cta-call-btn:hover {
    background: white;
    color: #091E3E;
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .venues-hero-title {
        font-size: 36px;
    }
    
    .venues-hero-subtitle {
        font-size: 18px;
    }
    
    .venue-info-content {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .venue-name {
        font-size: 30px;
    }
    
    .programs-title,
    .gallery-title,
    .section-header h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .venues-hero-section {
        height: 400px;
    }
    
    .venues-hero-title {
        font-size: 28px;
    }
    
    .venues-hero-subtitle {
        font-size: 16px;
    }
    
    .venue-detail-section,
    .training-programs-section,
    .venue-gallery-section,
    .additional-services-section {
        padding: 60px 0;
    }
    
    .venue-main-img {
        height: 350px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-email-btn,
    .cta-call-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .amenities-list {
        flex-direction: column;
    }
    
    .venue-cta {
        flex-direction: column;
    }
    
    .venue-inquiry-btn,
    .venue-call-btn {
        width: 100%;
        justify-content: center;
    }
}


/* Accreditation Modern Section - Unique class names */
.accred-modern-section {
    padding: 5rem 0;
    background-color: #ffffff;
}

.accred-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Header Section */
.accred-header-wrapper {
    text-align: center;
    margin-bottom: 4rem;
}

.accred-main-title {
    color: var(--color-secondary, #091E3E);
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.accred-subtitle {
    color: #5A6B7C;
    font-size: 1.5rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Layout */
.accred-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.accred-col-full {
    width: 100%;
    padding: 0 1rem;
}

.accred-col-half {
    width: 50%;
    padding: 0 1rem;
}

.accred-cards-row {
    margin-top: 2rem;
}

/* Program Cards */
.accred-program-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #E8EDF2;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(9, 30, 62, 0.04);
}

.accred-program-card:hover {
    border-color: var(--color-primary, #06A3DA);
    box-shadow: 0 8px 24px rgba(6, 163, 218, 0.08);
}

/* Card Top Section */
.accred-card-top {
    padding: 2rem;
    border-bottom: 1px solid #F0F4F8;
}

.accred-title-area {
    margin-bottom: 1.5rem;
}

.accred-program-title {
    color: var(--color-secondary, #091E3E);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* Tags/Accreditation Badges */
.accred-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.accred-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
}

.accred-tag-icon {
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.accred-tag-primary {
    background-color: rgba(6, 163, 218, 0.08);
    color: var(--color-primary, #06A3DA);
    border: 1px solid rgba(6, 163, 218, 0.15);
}

.accred-tag-secondary {
    background-color: rgba(9, 30, 62, 0.04);
    color: var(--color-secondary, #091E3E);
    border: 1px solid rgba(9, 30, 62, 0.1);
}

.accred-tag-credits {
    background-color: #F8FAFC;
    color: #4A5568;
    border: 1px solid #E2E8F0;
}

/* Card Content (Hidden by default) */
.accred-card-content {
    flex: 1;
}

.accred-content-inner {
    padding: 2rem;
}

.accred-description-text {
    color: #4A5568;
    font-size: 1.9rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* Benefits Section */
.accred-benefits-box {
    background-color: #F8FAFC;
    border-radius: 8px;
    padding: 1.5rem;
    border-left: 4px solid var(--color-primary, #06A3DA);
}

.accred-benefits-heading {
    color: var(--color-secondary, #091E3E);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
}

.accred-benefits-heading::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: var(--color-primary, #06A3DA);
    margin-right: 0.75rem;
    border-radius: 2px;
}

.accred-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accred-benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    color: #4A5568;
    line-height: 1.5;
}

.accred-benefit-item:last-child {
    margin-bottom: 0;
}

.accred-benefit-icon {
    color: var(--color-primary, #06A3DA);
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.accred-benefit-text {
    flex: 1;
}

/* Card Bottom Section */
.accred-card-bottom {
    padding: 1.5rem 2rem;
    border-top: 1px solid #F0F4F8;
    background-color: #FAFBFC;
}

/* Expand Button */
.accred-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    /* background-color: var(--color-primary, #06A3DA); */
    color: var(--color-primary, #06A3DA);;
    border: none;
    padding: 0.875rem 1.75rem;
    border-radius: 8px;
    font-size: 1.2rem;
    width:200px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(6, 163, 218, 0.2);
}

.accred-expand-btn:hover {
    background-color:var(--color-primary, #06A3DA);;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(6, 163, 218, 0.3);
    color:white;
}

.accred-expand-btn:active {
    transform: translateY(0);
}

.accred-btn-label {
    letter-spacing: 0.3px;
}

.accred-btn-arrow {
    font-size: 0.875rem;
    transition: transform 0.25s ease;
}

/* Expanded State */
.accred-program-card.accred-expanded {
    box-shadow: 0 12px 32px rgba(9, 30, 62, 0.1);
    border-color: var(--color-primary, #06A3DA);
}

.accred-expand-btn.accred-active .accred-btn-arrow {
    transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 992px) {
    .accred-col-half {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .accred-col-half:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .accred-modern-section {
        padding: 3.5rem 0;
    }
    
    .accred-main-title {
        font-size: 2rem;
    }
    
    .accred-card-top,
    .accred-content-inner,
    .accred-card-bottom {
        padding: 1.5rem;
    }
    
    .accred-tags-container {
        gap: 0.5rem;
    }
    
    .accred-tag {
        padding: 0.375rem 0.75rem;
        font-size: 1.2rem;
    }
    .accred-tag-icon {
    font-size: 1.1rem;
}
.accred-description-text {
font-size:1.5rem;
}
}

@media (max-width: 480px) {
    .accred-container {
        padding: 0 1rem;
    }
    
    .accred-main-title {
        font-size: 1.75rem;
    }
    
    .accred-program-title {
        font-size: 1.25rem;
    }
    
    .accred-tags-container {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .accred-expand-btn {
        width: 100%;
        justify-content: center;
    }
}