body {
    padding-top: 5rem;
    background-color: white;    
    font-family: Montserrat;    
}



main
{
    min-height: calc(100vh - 420px);
}

a
{
    color: #183544;
}

a:hover
{
    color: #e1c126;
    text-decoration:none;
}

.btn-primary{
    background: #183544;
    border-color: #183544;
}

.btn-primary:hover{
    background-color: #e1c126;
    border: #e1c126;
    color:white;
}

.btn-cart{
    background: #e1c126;
    border-color: #e1c126;
    color:white;
}

.btn-cart:hover{
    background-color: #183544;
    border: #183544;
    color:white;
}

.btn-cta {
    width: 100%;
    margin-top: 20px;
}

.addToCart > i
{
    font-size: 18px;
}

.text-right{
    text-align:right;
}

h1 { position: relative;  text-transform: uppercase;  color: #183544; font-family: 'Proxima Nova'; margin-top: 10px; }

h1 span {color: #e1c126;}

h3 { font-family: Raleway; }
h4 { color: #54565a; font-family: Raleway;}
h5 { color: black; font-family: 'Raleway'; font-size: 18px;}

/***** Top menu *****/

.navbar {	
    background-color: white;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
	backface-visibility: hidden;
    border-bottom: 2px solid #183544;
}
.navbar.navbar-no-bg { background: white; }

.navbar-dark .navbar-nav { font-size: 12px; color: #183544; text-transform: uppercase; }
.navbar-dark .navbar-nav .nav-link { 
    color: #183544; 
    border: 0; 
    transition: all 0.3s ease;
    position: relative;
}
.navbar-dark .navbar-nav .nav-link:hover { 
    color: #e1c126;
    transform: translateY(-2px);
}
.navbar-dark .navbar-nav .nav-link:focus { color: #e1c126; outline: 0; }
.navbar-dark .navbar-nav .active > .nav-link { 
    color: #e1c126; 
    font-weight: 600;
    padding-bottom: 0.4rem;
}

.navbar-dark .navbar-nav .active > .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: #e1c126;
    border-radius: 2px;
}

.navbar-expand-md .navbar-nav .nav-link { padding: 0.6rem; }

.navbar-brand {	
}

.mnu-language
{
    font-size: 13px !important;
}

.logo {
    width: 150px;
}

.navbar-search-form.disabled,
.navbar-menu-items.disabled { display: none; }

.navbar-search-form input[type="search"] {
	width: 400px;
    margin: 0;
    background: none;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
    color: #fff;
    border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar-search-form input[type="search"]:focus {
	outline: 0; background: none; border: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.navbar-search-form input[type="search"]::-moz-placeholder { color: #fff; color: white; }
.navbar-search-form input[type="search"]:-ms-input-placeholder { color: #fff; color: white; }
.navbar-search-form input[type="search"]::-webkit-input-placeholder { color: #fff; color: white; }

.navbar ul.navbar-nav li a.btn-link-3 {
	display: inline-block;
	margin: 3px 0 0 5px;
	padding: 6px 15px;
	background: #e1c126;
	border: 0;
	font-size: 14px;
    font-weight: 300;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
.navbar ul.navbar-nav li a.btn-link-3:hover,
.navbar ul.navbar-nav li a.btn-link-3:focus,
.navbar ul.navbar-nav li a.btn-link-3:active,
.navbar ul.navbar-nav li a.btn-link-3:active:focus { outline: 0; opacity: 0.6; color: white; }

.navbar .badge
{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e1c126;
    border-radius: 10px;
}

.navbar .badge:hover
{
    color: #fff;
}

/* User Dropdown Menu */
.user-dropdown .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px !important;
    padding: 0.6rem 0.8rem !important;
}

.user-dropdown .nav-link i {
    font-size: 16px;
}

.user-dropdown-text {
    display: inline;
}

.user-dropdown-menu {
    min-width: 200px;
    border: 2px solid #183544;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.user-dropdown-menu .dropdown-item {
    padding: 0.6rem 1.25rem;
    font-size: 13px;
    color: #183544;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.user-dropdown-menu .dropdown-item i {
    width: 18px;
    text-align: center;
    font-size: 14px;
}

.user-dropdown-menu .dropdown-item:hover {
    background: #f8f9fa;
    color: #e1c126;
    padding-left: 1.5rem;
}

.user-dropdown-menu .logout-item {
    color: #dc3545;
}

.user-dropdown-menu .logout-item:hover {
    background: #fff5f5;
    color: #dc3545;
}

.user-dropdown-menu .dropdown-divider {
    margin: 0.5rem 0;
    border-top-color: #dee2e6;
}

/* Navigation Separator */
.nav-item-separator {
    width: 1px;
    height: 30px;
    background: #dee2e6;
    margin: 0 0.5rem;
    align-self: center;
}

/* Sign Up Button */
.btn-signup {
    background: #e1c126 !important;
    color: #183544 !important;
    padding: 0.5rem 1.2rem !important;
    border-radius: 6px;
    font-weight: 600 !important;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 0.3rem;
}

.btn-signup:hover {
    background: #f0d147 !important;
    color: #183544 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(225, 193, 38, 0.3);
}

/* Cart Item Enhanced */
.cart-item .cart-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.6rem 0.8rem !important;
}

.cart-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-icon-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 12px;
}

.cart-icon-wrapper i {
    font-size: 18px;
}

.cart-text {
    font-size: 13px;
    font-weight: 500;
    display: inline;
    white-space: nowrap;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background-color: #dc3545;
    border-radius: 9px;
    border: 2px solid white;
    animation: cartBadgePulse 2s infinite;
}

@keyframes cartBadgePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.cart-item:hover .cart-link {
    color: #e1c126;
}

.cart-item:hover .cart-icon-wrapper i,
.cart-item:hover .cart-text {
    color: #e1c126;
}

/* Language Dropdown Menu */
.language-dropdown .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px !important;
    padding: 0.6rem 0.8rem !important;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.language-dropdown .nav-link:hover {
    background: #f8f9fa;
    border-color: #183544;
}

.language-dropdown .nav-link i {
    font-size: 16px;
}

.language-code {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.language-dropdown-menu {
    min-width: 180px;
    border: 2px solid #183544;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.language-dropdown-menu .dropdown-item {
    padding: 0.6rem 1rem;
    font-size: 13px;
    color: #183544;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.language-dropdown-menu .dropdown-item:hover {
    background: #f8f9fa;
    padding-left: 1.25rem;
    color: #e1c126;
}

.language-dropdown-menu .dropdown-item.active {
    background: #e1c126;
    color: white;
    font-weight: 600;
}

.language-dropdown-menu .dropdown-item img {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .user-dropdown-text {
        display: inline;
    }
    
    .cart-text {
        display: none;
    }
    
    .cart-badge {
        top: -5px;
        right: -8px;
    }
    
    .nav-item-separator {
        display: none;
    }
    
    .user-dropdown-menu,
    .language-dropdown-menu {
        border: 1px solid #dee2e6;
        margin-top: 0;
    }
    
    .language-dropdown .nav-link {
        border: none;
    }
}

/***** Fin Top menu *****/

/***** Top content *****/
.top-content { padding: 120px 0 150px 0; margin-top:-10px; }
.top-content .text { padding-top: 20px; color: #fff; }

.top-content .text::before 
{
        content: "";
        top: -20px;
        left: 0;
        background: inherit;
        background-attachment: fixed;
        -webkit-filter: blur(6px);
        filter: blur(6px);
}

.top-content .text::after 
{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #54565a;
}

.top-content .text h1 { 
    margin-top: 25px; 
    color: white; 
    position: relative;
    z-index: 1;
}

.top-content .text h1:after { 
    background: #e1c126;
}

.top-content .description { 
    margin: 30px 0 10px 0; 
    color: white; 
    position: relative;
    z-index: 1;
}

.top-content .description h3 {
    color: #e1c126;        
    font-family: Raleway;
}

/***** Fin Top content *****/

/***** Footer *****/
footer { margin-top: 10px; }

/* Footer CTA Banner */
.footer-cta-banner {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #e9ecef;
    padding: 30px 0;
}

.footer-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-cta-content > i {
    font-size: 3rem;
    color: #183544;
    flex-shrink: 0;
}

.footer-cta-text {
    flex: 1;
}

.footer-cta-text h4 {
    margin: 0 0 5px 0;
    color: #183544;
    font-size: 1.3rem;
    font-weight: 600;
}

.footer-cta-text p {
    margin: 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.btn-footer-cta {
    background: transparent;
    border: 2px solid #183544;
    color: #183544;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-footer-cta:hover {
    background: #183544;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(24, 53, 68, 0.2);
}

.btn-footer-cta i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.btn-footer-cta:hover i {
    transform: translateX(4px);
}

/* Footer Main Section */
.footer-top { 
    padding: 50px 0; 
    text-align: left; 
    color: #fff; 
    background-color:#54565a; 
}

.footer-top h3 { 
    padding-bottom: 10px; 
    color: #fff; 
}

.footer-top .footer-title { 
    position: relative; 
    font-size: 18px; 
    text-transform: uppercase;  
    color: white;
    margin-bottom: 25px;
}

.footer-top .footer-title:after { 
    content: ''; 
    display: block; 
    width: 60px; 
    height: 2px; 
    background: #e1c126; 
    margin-top: 10px; 
}

/* Footer Contact Section */
.footer-company-name {
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 15px;
}

.footer-contact p { 
    word-wrap: break-word;
    margin-bottom: 12px;
    line-height: 1.6;
}

.footer-contact p a { 
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact p a:hover { 
    color: #e1c126; 
}

.footer-contact i { 
    padding-right: 10px; 
    font-size: 16px; 
    color: #e1c126;
    width: 20px;
    display: inline-block;
}

.footer-social-links {
    margin-top: 20px;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-weight: 500;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social-link:hover {
    background: #e1c126;
    border-color: #e1c126;
    color: #183544;
    transform: translateY(-2px);
}

.footer-social-link i {
    font-size: 18px;
}

/* Footer Links Section */
.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-links-column p {
    margin-bottom: 10px;
}

.footer-links-column.footer-legal-divider {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

/* Legal Pages */
.legal-page h1 {
    margin-bottom: 0.5rem;
}

.legal-page .last-update {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 2rem;
    font-style: italic;
}

.legal-page h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

.legal-page h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.legal-page p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.legal-page .toc {
    background-color: #f8f9fa;
    border-left: 4px solid #183544;
    padding: 1.5rem;
    margin: 2rem 0;
}

.legal-page .toc h3 {
    margin-top: 0;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.legal-page .toc ol {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.legal-page .toc li {
    margin-bottom: 0.5rem;
}

.legal-page .toc a {
    color: #183544;
    text-decoration: none;
}

.legal-page .toc a:hover {
    text-decoration: underline;
}

/* Corporate Page Header */
.page-header-corporate {
    background: linear-gradient(135deg, #183544 0%, #1a4153 100%);
    color: white;
    padding: 60px 0;
    margin-bottom: 3rem;
    margin-top: 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.page-header-corporate h1 {
    color: white;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-header-corporate .header-subtitle {
    color: #e1c126;
    font-size: 0.95rem;
    margin: 0;
    font-style: italic;
    font-weight: 500;
}

@media (max-width: 768px) {
    .page-header-corporate {
        padding: 40px 20px;
    }
    
    .page-header-corporate h1 {
        font-size: 1.8rem;
    }
}

.footer-links a { 
    color: #fff;
    border: 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover, 
.footer-links a:focus { 
    color: #e1c126; 
}

/* Footer Bottom */
.footer-bottom { 
    padding: 20px 0; 
    text-align: center; 
    color: #fff; 
    background-color:#183544;
}

.footer-copyright { 
    font-size: 0.9rem;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-cta-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-cta-content > i {
        font-size: 2.5rem;
    }

    .footer-cta-text h4 {
        font-size: 1.1rem;
    }

    .btn-footer-cta {
        width: 100%;
    }

    .footer-links-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .footer-links-column.footer-legal-divider {
        margin-top: 20px;
        padding-top: 20px;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.2);
    }

    .footer-contact,
    .footer-links {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .footer-cta-banner {
        padding: 20px 0;
    }

    .footer-top {
        padding: 30px 0;
    }

    .footer-cta-text h4 {
        font-size: 1rem;
    }

    .footer-cta-text p {
        font-size: 0.85rem;
    }
}
/***** Fin Footer *****/

/***** Organizer List *****/
.organizerLogo
{
    width: 150px;
    height: 85px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.organizerDeactivatedLogo
{
    width: 160px;
    height: 100px;
    margin-bottom: 10px;
}

.organizerInfo
{
    margin-top: 0px;
}

.organizerAddress
{
    margin-top: 10px;
}

.organizerInfo .organizerAddress .single 
{
    margin: 15px 0; 
}

.organizerInfo .organizerAddress .single i 
{
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 22px;
}

.organizerInfo .organizerAddress .single p 
{
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
/***** Fin Organizer List *****/

/***** Proficiency Test Detail *****/
.dashboard-stat2.bordered {
    border: 1px solid #e7ecf1;
    margin-top: 20px;
}

.dashboard-stat2 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 15px 15px 30px;
}
.dashboard-stat2, .dashboard-stat2 .display {
    margin-bottom: 20px;
}

.dashboard-stat2 .display::after {
    clear: both;
}
.dashboard-stat2 .display::after, .dashboard-stat2 .display::before {
    content: " ";
    display: table;
}

.dashboard-stat2 .display .number {
    float: left;
    display: inline-block;
}

.dashboard-stat2 .display .number h3 {
    margin: 0 0 2px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
}

.dashboard-stat2 .display .number small {
    font-size: 12px;
    color: #54565a;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-stat2 .progress-info {
    clear: both;
}

.dashboard-stat2 .progress-info .progress {
    margin: 0;
    height: 4px;
    clear: both;
}

.dashboard-stat2 .progress-info .status {
    margin-top: 5px;
    font-size: 11px;
    color: #54565a;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-stat2 .progress-info .status .status-title {
    float: left;
    display: inline-block;
}

.dashboard-stat2 .progress-info .status .status-number {

    float: right;
    display: inline-block;

}

.dashboard-stat2 .display .icon {

    display: inline-block;
    float: right;
}

.dashboard-stat2 .display .icon > i {

    color: #cbd4e0;
    font-size: 24px;
}

.accreditedRow
{
    margin-top:10px;
}

.logoEnac
{
    width: 150px;
}

.progress-bar
{
    background-color: #183544;
}

.font-icon
{
    font-size:48px;
}

.very-small
{
    font-size:65%;
}

.dx-group-cell 
{
    font-size:80% !important;
}
/***** Fin Proficiency Test Detail ******/

/***** Cart ******/
.subtotalRow
{
    margin-top: 15px;
}

.invisibleGroup
{
    display:none;
}

.discountApplied
{
    color: #e1c126;
}

.discountNotPositionalApplied
{
    color: #e1c126;
}
/***** Fin cart ******/

/***** Sign In ******/
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.validation-summary-errors > ul { 
    list-style: none;
    margin-left:-40px
}
/***** Fin Sign In ******/

/******            ******/
.gridView
{
    list-style-type: none;
    margin: 0; 
    margin-top:20px;
    padding: 0;
}

.gridView li
{
    margin: 0; 
    padding-left: 0;    
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 160px;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.thumbnail img
{
    display: block;
    margin: auto;
    height: 128px;
}

.thumbnail .badge
{
    cursor:pointer;
}

.thumbnail h4
{
    font-family: Raleway;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.thumbnail h4 span
{
    font-family: Raleway, sans-serif;
}

.thumbnail h4 a
{
    color: #183544;
}

.thumbnail h4 a:hover
{
    text-decoration: none;    
    color: #e1c126;
}

.thumbnail p
{
    font-family: 'Marvel', sans-serif;
}

.thumbnail hr
{
    margin:3px;
}

.thumbnail .tags
{
    margin:10px 10px 0px 10px;
}

.proficiencyTestState
{
    color: #e1c126;
    text-align:center;
    font-weight:100;
    margin-top:3px;
}
/***** MyDashboard Fin ******/

/***** MyProfile Inicio *****/
/* Modern modular architecture for MyProfile page */
@import url('account/my-profile-layout.css');
@import url('account/my-profile-tabs.css');
@import url('account/my-profile-cards.css');
@import url('account/my-profile-forms.css');
@import url('account/my-profile-offcanvas.css');
@import url('account/my-profile-responsive.css');
@import url('account/my-orders.css');

/***** MyProfile Fin ******/

/** Checkout Inicio ***/
.wizard > .steps .current-info, .wizard > .steps .number 
{
    display: none; 
}

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

#wizard 
{  
    margin-top:10px;
}

.steps {
    margin-bottom: 30px; 
}
.steps ul 
{
    display: flex;
    position: relative; 
}

.steps ul li 
{
    width: 100%;
    margin-right: 10px; 
}
      
.steps ul li a 
{       
    display: inline-block;
    width: 100%;
    background: #e1c126;
    height: 7px;
    border-radius: 3.5px; 
}
      
.steps ul li.first a, .steps ul li.checked a 
{
    background: #183544;
    transition: all 0.5s ease; 
}   


.actions {
    padding: 10px;
}

.actions ul 
{
    display: flex;
    justify-content: space-between; 
}

.actions ul.step-last 
{
    justify-content: center; 
}
      
.actions ul.step-last li:first-child 
{
    display: none; 
}

.actions li a 
{
    border: none;
    display: inline-flex;
    height: 42px;
    width: 132px;
    align-items: center;
    color: #fff;
    cursor: pointer;
    background: #183544;
    text-transform: uppercase;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 3px; 
}

.actions li a:hover 
{
    background: #e1c126; 
}

.actions li[aria-disabled="true"] a 
{
    display: none; 
}

.actions li:first-child a 
{
    width: 97px; 
}
  
.actions li:last-child a 
{
    width: 234px; 
}

.payment-form .products{
    padding: 25px;
}

.payment-form .products .item{
	margin-bottom:1em;
}

.payment-form .products .item-name{
	font-weight:600;
	font-size: 0.9em;
}

.payment-form .products .item-description{
	font-size:0.8em;
	opacity:0.6;
}

.payment-form .products .item p{
	margin-bottom:0.2em;
}

.payment-form .products .price{
	float: right;
	font-weight: 600;
	font-size: 0.9em;
}

.payment-form .products .total{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	padding-top: 19px;
	font-weight: 600;
	line-height: 1;
}

/*** Home ***/

.promotedPts 
{
    margin-top: 30px;
}

.dx-gallery-item {    
    max-width: 100%;
}

.dx-gallery-item img {
    height: 75px;
    width: 130px;
    max-width: 100%;
} 

.dx-gallery-item .item-price {
    font-size: 20px;
    font-weight: bold;
}

.promotedPt h1:after {
   content: none;
}

.promotedPt .badge 
{
    color:white;
}

.dropdown-menu.show 
{
    background-color: #183544;
}    

.dropdown-menu.show a
{
    color: white;
    margin-left: 10px;
} 

.dropdown-menu.show a:hover
{
    color: #e1c126;
} 

/** Fin Home ***/

.alertFreeEnrollment
{
    margin-top: 10px;
}

.dx-scheduler-view-switcher .dx-tabs-wrapper
{  
      visibility: hidden !important;  
}

/* Cookie Banner Styles - RGPD Compliant */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    padding: 0;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    gap: 20px;
}

.cookiealert-text {
    flex: 1;
    min-width: 0;
}

.cookiealert-text strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #fff;
}

.cookiealert-text p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #ecf0f1;
}

.cookiealert-text a {
    color: #3498db;
    text-decoration: underline;
    font-weight: 500;
}

.cookiealert-text a:hover {
    color: #5dade2;
}

.cookiealert-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cookiealert-buttons .btn {
    white-space: nowrap;
    font-size: 0.9rem;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cookiealert-buttons .btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    color: #fff;
}

.cookiealert-buttons .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    transform: translateY(-2px);
}

.cookiealert-buttons .btn-primary {
    background: #3498db;
    border: 2px solid #3498db;
    color: #fff;
}

.cookiealert-buttons .btn-primary:hover {
    background: #2980b9;
    border-color: #2980b9;
    transform: translateY(-2px);
}

/* Cookie Configuration Modal */
.cookie-config-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-config-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.cookie-config-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cookie-config-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #7f8c8d;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.cookie-config-close:hover {
    color: #2c3e50;
}

.cookie-config-content h3 {
    margin: 0 0 25px 0;
    font-size: 1.6rem;
    color: #2c3e50;
    font-weight: 600;
}

.cookie-option {
    border: 2px solid #ecf0f1;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.cookie-option:hover {
    border-color: #3498db;
    background-color: #f8f9fa;
}

.cookie-option label {
    cursor: pointer;
    margin: 0;
    width: 100%;
}

.cookie-option-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.cookie-option-header input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
}

.cookie-option-header input[type="checkbox"]:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.cookie-option-header strong {
    font-size: 1.05rem;
    color: #2c3e50;
    font-weight: 600;
}

.cookie-option-desc {
    margin: 0 0 0 32px;
    font-size: 0.9rem;
    color: #7f8c8d;
    line-height: 1.5;
}

.cookie-config-buttons {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    justify-content: flex-end;
}

.cookie-config-buttons .btn {
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cookie-config-buttons .btn-secondary {
    background: #95a5a6;
    border-color: #95a5a6;
    color: #fff;
}

.cookie-config-buttons .btn-secondary:hover {
    background: #7f8c8d;
    border-color: #7f8c8d;
    transform: translateY(-2px);
}

.cookie-config-buttons .btn-primary {
    background: #3498db;
    border-color: #3498db;
}

.cookie-config-buttons .btn-primary:hover {
    background: #2980b9;
    border-color: #2980b9;
    transform: translateY(-2px);
}

/* Responsive Mobile Styles */
@media (max-width: 768px) {
    .cookiealert-container {
        flex-direction: column;
        align-items: stretch;
        padding: 15px;
        gap: 15px;
    }

    .cookiealert-text strong {
        font-size: 1rem;
    }

    .cookiealert-text p {
        font-size: 0.85rem;
    }

    .cookiealert-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .cookiealert-buttons .btn {
        width: 100%;
        text-align: center;
    }

    .cookie-config-content {
        padding: 20px;
        width: 95%;
    }

    .cookie-config-content h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
        padding-right: 30px;
    }

    .cookie-option {
        padding: 15px;
    }

    .cookie-config-buttons {
        flex-direction: column;
    }

    .cookie-config-buttons .btn {
        width: 100%;
    }
}

.document
{
    color: #183544;
    cursor: pointer;
}

.document:hover
{
    color: #e1c126;
}

.dx-datagrid .dx-error-row .dx-error-message {          
    font-size: 12.5px;
}

#errorsPanel
{
    background-color:#183544;
    color:white;
    margin-bottom:10px;    
}

.text-orange
{
    color: #e1c126;
}

.text-blue
{
    color: #183544;
}

 #top-alert {
  position: fixed;
  top: 0;
  z-index: 99999;
}

 .fa-file-pdf
 {
     color: red;
 }

.custom-loader {
  width:25px;
  height:6px;
  background: radial-gradient(circle closest-side,#183544 90%,#0000) 0 0/33% 100% space;
  clip-path: inset(0 100% 0 0);
  animation:d1 1s steps(4) infinite;
}
@keyframes d1 {to{clip-path: inset(0 -34% 0 0)}}


@media (max-width: 575.98px) {
  .modal-fullscreen {
    padding: 0 !important;
  }
  .modal-fullscreen .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-sm {
    padding: 0 !important;
  }
  .modal-fullscreen-sm .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-md {
    padding: 0 !important;
  }
  .modal-fullscreen-md .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-lg {
    padding: 0 !important;
  }
  .modal-fullscreen-lg .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg .modal-body {
    overflow-y: auto;
  }
}
.modal-fullscreen-xl {
  padding: 10px 0 0 0 !important;
}
.modal-fullscreen-xl .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-xl .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-xl .modal-body {
  overflow-y: auto;
}

#loaderResults 
{
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

 #changesModal .modal-content
 {
     background-color: red;
     color: yellow;
 }

 #partnerInfo
 {
     margin-top: 10px;
 }

 .mandatory
 {
     color:red;
 }

 .embed-responsive
 {
     margin-top: 15px;
 }

 .quickPTIcon
 {
     width:16px;
 }

.ptInstructions span {
    color: black;
    font-family: Montserrat;
    cursor: pointer;
}

.results-badge-help {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #183544;
    font-family: Montserrat;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
}

.results-badge-help i {
    color: #e1c126;
    font-size: 1rem;
}

.results-badge-help-content {
    font-size: 1rem;
    line-height: 1.6;
}

.results-badge-help-content .badge {
    font-size: 0.9rem;
    margin-right: 6px;
}

.catalogo-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px;
}

.catalogo {
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 300px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .catalogo img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .catalogo button {
        margin-top: 10px;
        padding: 10px 20px;
        background-color: #183544;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .catalogo button:hover {
        background-color: #e1c126;
    }

/***** About Us Pages *****/
.about-us-container {
    padding-top: 0;
}

.about-us-container h1.display-4 {
    color: #183544;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.about-us-container h2 {
    color: #183544;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-us-container h4 {
    color: #54565a;
    font-family: Raleway, sans-serif;
    font-weight: 500;
}

.about-us-container h5 {
    color: #183544;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.about-us-container .card {
    border: 1px solid #e7ecf1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
}

.about-us-container .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(24, 53, 68, 0.15);
}

.about-us-container .card-title {
    color: #183544;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.about-us-container .card-text {
    color: #54565a;
    font-family: Montserrat, sans-serif;
    line-height: 1.7;
    font-size: 14px;
}

.about-us-container .btn-primary {
    background-color: #183544;
    border-color: #183544;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.5px;
    border-radius: 10px;
}

.about-us-container .btn-primary:hover {
    background-color: #e1c126;
    border-color: #e1c126;
    color: #000;
}

.about-us-container .btn-outline-primary {
    color: #183544;
    border-color: #183544;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.5px;
    font-size: 13px;
    border-radius: 10px;
    border-width: 2px;
}

.about-us-container .btn-outline-primary:hover {
    background-color: #183544;
    border-color: #183544;
    color: white;
}

.about-us-container .lead {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #54565a;
    font-weight: 400;
}

.about-us-container p {
    font-family: Montserrat, sans-serif;
    line-height: 1.7;
    color: #54565a;
    font-size: 14px;
}

.about-us-container .shadow-sm {
    box-shadow: 0 2px 8px rgba(24, 53, 68, 0.08) !important;
}

.about-us-container .text-primary {
    color: #183544 !important;
}

/* Valores cards styling */
.about-us-container .card-body h5.text-primary {
    margin-bottom: 15px;
    font-weight: 700;
}

/* Team member cards */
.about-us-container .team-member-card {
    background: white;
    border: 2px solid #e7ecf1;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
}

.about-us-container .team-member-card:hover {
    border-color: #183544;
    box-shadow: 0 4px 12px rgba(24, 53, 68, 0.15);
    transform: translateY(-2px);
}

.about-us-container .team-member-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    background: #183544;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-us-container .team-member-card:hover .team-member-icon {
    background: #e1c126;
}

.about-us-container .team-member-icon i {
    font-size: 28px;
    color: white;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-us-container .team-member-card:hover .team-member-icon i {
    color: #000;
}

.about-us-container .team-member-name {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #183544;
    margin-bottom: 8px;
}

.about-us-container .team-member-role {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #54565a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.about-us-container .team-divider {
    width: 40px;
    height: 3px;
    background: #e1c126;
    margin: 12px auto;
    border-radius: 2px;
}

/* Certifications section */
.about-us-container .card h5.card-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: Raleway, sans-serif;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-us-container h1.display-4 {
        font-size: 2rem;
    }
    
    .about-us-container h2 {
        font-size: 1.5rem;
    }
    
    .about-us-container .card {
        margin-bottom: 20px;
    }
    
    .about-us-container .lead {
        font-size: 0.95rem;
    }
}
/***** Fin About Us Pages *****/

/***** Multi-Step Registration Form *****/

/* Step Indicator / Stepper */
.registration-stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    position: relative;
}

.step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.registration-stepper .step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 3px solid #e9ecef;
    box-sizing: border-box;
}

.step-indicator.active .step-number {
    background-color: #183544;
    color: white;
    border-color: #183544;
    transform: scale(1.1);
}

.step-indicator.completed .step-number {
    background-color: #28a745;
    color: white;
    border-color: #28a745;
}

.step-indicator.completed .step-number::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.step-label {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    text-align: center;
    max-width: 150px;
    transition: color 0.3s ease;
}

.step-indicator.active .step-label {
    color: #183544;
}

.step-indicator.completed .step-label {
    color: #28a745;
}

.step-indicator.has-error .step-number {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.step-indicator.has-error .step-label {
    color: #dc3545;
}

.step-connector {
    flex: 1;
    height: 3px;
    background-color: #e9ecef;
    margin: 0 10px;
    position: relative;
    top: -25px;
    min-width: 50px;
}

/* Step Cards */
.registration-step {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.registration-step.active {
    display: block;
    opacity: 1;
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 20px 0;
    transition: box-shadow 0.3s ease;
}

.step-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.step-title {
    color: #183544;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.step-title i {
    margin-right: 10px;
    color: #e1c126;
}

/* Form Inputs Enhanced */
.step-card .form-control {
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.step-card .form-control:focus {
    border-color: #183544;
    box-shadow: 0 0 0 0.2rem rgba(0, 151, 206, 0.25);
}

.step-card .form-control.is-invalid {
    border-color: #dc3545;
}

.step-card .form-group {
    margin-bottom: 20px;
}

.step-card label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Step Navigation Buttons */
.step-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.step-buttons .btn {
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.step-buttons .btn i {
    margin: 0 5px;
}

.step-buttons .btn-next-step,
.step-buttons .btn-primary[type="submit"] {
    margin-left: auto;
}

/* Group Section Specific Styles */
#groupSelectionDiv {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    margin-top: 15px;
}

#groupMessageDiv .alert {
    margin-top: 15px;
    border-radius: 6px;
    padding: 15px;
}

#groupMessageDiv .alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

#groupMessageDiv .alert-success i {
    color: #28a745;
    margin-right: 8px;
}

#groupMessageDiv .alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

#groupMessageDiv .alert-info i {
    color: #17a2b8;
    margin-right: 8px;
}

/* Partner Section */
#partnerSectionDiv {
    margin-top: 30px;
}

#partnerSectionDiv h4 {
    color: #183544;
    font-weight: 600;
    margin-bottom: 20px;
}

#partnerSectionDiv h4 i {
    color: #e1c126;
    margin-right: 10px;
}

#partnerInfoDiv .alert-warning {
    border-radius: 6px;
    border-left: 4px solid #ffc107;
}

#partnerCustomerCodeDiv {
    border-radius: 6px;
    border-left: 4px solid #17a2b8;
    margin-top: 20px;
}

/* Privacy Policy Section */
.form-check {
    padding-left: 1.5rem;
}

.form-check-input {
    margin-top: 0.3rem;
}

.form-check-label {
    font-size: 14px;
    color: #495057;
    cursor: pointer;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .registration-stepper {
        margin: 20px 0;
    }
    
    .registration-stepper .step-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .step-label {
        font-size: 11px;
        max-width: 100px;
    }
    
    .step-connector {
        min-width: 20px;
    }
    
    .step-card {
        padding: 20px;
    }
    
    .step-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .step-buttons .btn {
        width: 100%;
        margin-left: 0 !important;
    }
}

@media (max-width: 576px) {
    .step-indicator {
        flex-direction: row;
    }
    
    .step-label {
        display: none;
    }
    
    .registration-stepper {
        justify-content: space-around;
    }
}

/* Group Selection Cards */
.group-card {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
}

.group-card:hover {
    border-color: #183544;
    box-shadow: 0 4px 12px rgba(0, 151, 206, 0.15);
    transform: translateY(-2px);
}

.group-card.selected {
    border-color: #183544;
    background-color: #f0f9ff;
    box-shadow: 0 4px 12px rgba(0, 151, 206, 0.25);
}

.group-card.selected::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #183544;
}

.group-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.group-card-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 5px;
}

.group-card-badge.with-agreement {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.group-card-badge.without-agreement {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

/* Groups without agreement - visual differentiation */
.group-card[data-has-agreement="false"]:not(.no-group) {
    border-color: #c9a77c;
    border-style: solid;
}

.group-card[data-has-agreement="false"]:not(.no-group):hover {
    border-color: #b8956b;
}

.group-card[data-has-agreement="false"]:not(.no-group) .group-card-title {
    color: #6d5d47;
}

.group-card[data-has-agreement="false"]:not(.no-group).selected {
    border-color: #b8956b;
    background-color: #f5f1ec;
}

.group-card.no-group {
    border-style: dashed;
    border-color: #6c757d;
}

.group-card.no-group:hover {
    border-color: #495057;
}

.group-card.no-group.selected {
    border-color: #6c757d;
    background-color: #f8f9fa;
}

.group-card.no-group .group-card-title {
    color: #6c757d;
}

/* Disabled group cards (when locked by CIF) */
.group-card.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.group-card.disabled:hover {
    transform: none;
    box-shadow: none;
    border-color: inherit;
}

.group-card.no-group .group-card-badge {
    visibility: hidden;
}

/* Show more groups link - minimalist style */
.show-more-link {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
    cursor: pointer;
}

.show-more-link:hover {
    color: #183544;
    text-decoration: none;
}

.show-more-link i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.show-more-link:hover i {
    transform: translateY(2px);
}

/* Group search box */
#groupSearch {
    font-size: 1rem;
    padding: 12px;
}

#groupSearch:focus {
    border-color: #183544;
    box-shadow: 0 0 0 0.2rem rgba(0, 151, 206, 0.25);
}

.input-group-text {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #6c757d;
}

/* Fix for select dropdowns - ensure text is properly aligned */
select.form-control {
    height: calc(1.5em + 0.75rem + 2px) !important;
    line-height: 1.5 !important;
    padding: 0.375rem 0.75rem !important;
    display: block !important;
    vertical-align: middle !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

select.form-control option {
    padding: 0.375rem 0.75rem;
}

/***** Fin Multi-Step Registration Form *****/

/***** Bootstrap Overrides - Corporate Colors *****/
/* Override Bootstrap primary color with corporate blue #183544 */
.btn-primary {
    background-color: #183544 !important;
    border-color: #183544 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #e1c126 !important;
    border-color: #e1c126 !important;
    color: #fff !important;
}

.btn-outline-primary {
    color: #183544 !important;
    border-color: #183544 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #e1c126 !important;
    border-color: #e1c126 !important;
    color: #fff !important;
}

/* Links */
.btn-link {
    color: #183544 !important;
}

.btn-link:hover,
.btn-link:focus {
    color: #e1c126 !important;
}

/* Custom controls and checkboxes */
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #183544 !important;
    border-color: #183544 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(24, 53, 68, 0.25) !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #183544 !important;
}

/* Badges */
.badge-primary {
    background-color: #183544 !important;
}

.badge-warning {
    background-color: #e1c126 !important;
    color: #fff !important;
}

/* Alerts */
.alert-primary {
    background-color: rgba(24, 53, 68, 0.1) !important;
    border-color: #183544 !important;
    color: #183544 !important;
}

.alert-warning {
    background-color: rgba(225, 193, 38, 0.1) !important;
    border-color: #e1c126 !important;
    color: #856404 !important;
}

/* Progress bars */
.progress-bar {
    background-color: #183544 !important;
}

/* Pagination */
.page-item.active .page-link {
    background-color: #183544 !important;
    border-color: #183544 !important;
    color: #fff !important;
}

.page-link {
    color: #183544 !important;
}

.page-link:hover,
.page-link:focus {
    color: #e1c126 !important;
    background-color: rgba(225, 193, 38, 0.1) !important;
    border-color: #e1c126 !important;
}

/* Dropdown active items */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #183544 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(24, 53, 68, 0.1) !important;
}

/* Nav tabs and pills */
.nav-tabs .nav-link.active {
    color: #183544 !important;
    border-color: #183544 #183544 #fff !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e1c126 #e1c126 #fff !important;
}

.nav-pills .nav-link.active {
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
    background-color: rgba(24, 53, 68, 0.1) !important;
}

/* List group */
.list-group-item.active {
    background-color: #183544 !important;
    border-color: #183544 !important;
}

/* Focus states for form controls */
.form-control:focus {
    border-color: #e1c126 !important;
    box-shadow: 0 0 0 0.2rem rgba(225, 193, 38, 0.25) !important;
}

/* Text colors */
.text-primary {
    color: #183544 !important;
}

.text-warning {
    color: #e1c126 !important;
}

/* Background colors */
.bg-primary {
    background-color: #183544 !important;
}

.bg-warning {
    background-color: #e1c126 !important;
}

/* Border colors */
.border-primary {
    border-color: #183544 !important;
}

.border-warning {
    border-color: #e1c126 !important;
}

/***** Fin Bootstrap Overrides *****/

/* ===================================
   Home Page Specific Styles
   ================================== */

/* Responsive Video Wrapper (16:9 ratio) */
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Section Icons */
.section-icon {
    color: #183544 !important;
    transition: all 0.3s ease;
}

.section-icon:hover {
    color: #e1c126 !important;
    transform: scale(1.1);
}