/**
 * TK Plugin Global Styles
 * Styles that are used across multiple plugin features
 */
#main {
    background-color: #F9F5F9 !important;
}
.html_header_sidebar .av_default_container_wrap, .html_header_sidebar .container_wrap_first {
    float: none !important;
}
#wp-admin-bar-my-account>.ab-item:before {content:""!important;}
.header_bg{
    box-shadow: 0 3px 20px #57485D;
}
/* Ensure Avia sections don't overlap footer */
.avia-section,
#av_section_1,
[class*="av_section"] {
    position: relative;
    z-index: 1;
}
p{    font-family: Roboto;}
h1, h2, h3, h4, h5, h6 {    font-family: Ubuntu;}

/* ===================================================
   Section Title - Used across Flash'Actus, Actualité Commentée, etc.
   =================================================== */
.section-title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: #0D1283;
    font-weight: 700;
}

.section-title-en {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 30px 0;
    color: #0D1283;
    font-weight: 400;
    font-style: italic;
}

/* Page Title */
.section-page-title {
    max-width: 1240px;
    padding: 0px 0px 10px 20px;
    position: relative;
    padding-left: 0px !important;
}

.section-page-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 20px;
    height: 1px;
    background: linear-gradient(to left, #F5F1F8, #B47BC9);
}

.section-page-title , .section-page-title h1, .section-page-title h2 {
    font-size: 30px;
    font-weight: 500 !important;
    color: #0D1283;
    margin: 0;
    text-transform: none !important;
    font-weight: 500 !important;
    color: #0D1283 !important;
    letter-spacing: normal !important;
}
.actualite-commentee-single{
    width: 100%;
    max-width: 100%;
    background: #F9F5F9;
}
/* Page Title Section */
.actualite-commentee-page-title {
    max-width: 1240px;
    padding: 30px 20px 10px 20px;
    position: relative;
}

.actualite-commentee-page-title h1 {
    font-size: 30px;
    font-weight: 500;
    color: #0D1283;
    margin: 0;
}
/* Legacy class names for backward compatibility */
.flash-actus-title,
.actualite-commentee-title {
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: #8b5a9e;
    font-weight: 700;
}

.flash-actus-title-en,
.actualite-commentee-title-en {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 30px 0;
    color: #8b5a9e;
    font-weight: 400;
    font-style: italic;
}

/* Main Menu - Right Aligned */
.main_menu {
    text-align: right;
}
.html_header_sidebar #header .av-main-nav>li>a {
    line-height: 1.3em;
    height: auto;
    padding: 10px 3px;
    border-bottom-style: none !important;
    border-bottom-width: 0px;
    margin: 0 auto;
}

/* Menu Auth Buttons */
.tk-menu-auth-item {
    display: inline-block;
}

.tk-menu-auth-item:not(:last-child) {
    margin-right: 20px;
}

.tk-menu-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    line-height: 1 !important;
    height: auto !important;
    margin: 0 !important;
    border: none !important;
    gap: 5px !important;
    white-space: nowrap !important;
    width: 100%!important;
    margin-bottom: 10px !important;
}
.tk-menu-btn-text {
    display: inline-block;
    line-height: 1;
}

.tk-menu-btn-register {
    background: #f4c542 !important;
    color: #7D4193 !important;
}

.tk-menu-btn-register:hover {
    background: #e5b532 !important;
    color: #7D4193 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(244, 197, 66, 0.4);
}

.tk-menu-btn-login {
    background: #8b5a9e !important;
    color: #ffffff !important;
}

.tk-menu-btn-login:hover {
    background: #6d4580 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 90, 158, 0.4);
}

.tk-menu-btn-arrow {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
}

#top #header .av-main-nav > li > a {
    color: #000000;
    font-size: 17px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: right;
}
#top #header .av-main-nav > li > a:hover {
    color: #8b5a9e;
    font-size: 18px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 500 !important;
}

#top #header .av-main-nav > li > a:hover .avia-menu-text {
    font-size: 17px !important;
}

.html_header_sidebar #header .av-main-nav {
    padding: 0 !important;
}

#top #header .av-main-nav > li {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}


/* Login Panel */
.tk-login-panel {
    position: absolute;
    background: #ffffff;
    padding: 60px 40px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #8b5a9e;
    bottom: 300px;
    margin-left: -30px;
}

.tk-login-panel h2 {
    font-size: 25px;
    font-weight: 700;
    color: #2d3e9f;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.tk-login-panel p {
    font-size: 16px;
    color: #8b5a9e;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

.tk-login-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.tk-btn-register {
    background: #f4c542;
    color: #7D4193;    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 17px;
}

.tk-btn-register:hover {
    background: #e5b532;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(244, 197, 66, 0.4);
}

.tk-btn-login {
    background: #8b5a9e;
    color: #fff;    
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 17px;
}

.tk-btn-login:hover {
    background: #6d4580;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 90, 158, 0.4);
}

/* TK Footer Section */
.tk-footer {
    margin-top: 40px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 100;
    clear: both;
}

/* Row 1 - White background with 4 equal columns */
.tk-footer-row-1 {
    background: #ffffff;
    padding: 30px 0;
}

/* Gradient separator */
.tk-footer-separator {
    height: 1px;
    width: 100%;
    background: linear-gradient(to left, #F5F1F8, #B47BC9);
}

/* Row 2 - Disclaimer section */
.tk-footer-row-2 {
    background: #ffffff;
    padding: 20px 0;
}

.tk-footer-container {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
}

/* 4 equal columns - each 1/4 width */
.tk-footer-col {
    flex: 0 0 23%;
    max-width: 23%;
}
.tk-footer-col-1 {
 text-align: center;
}
.tk-footer-logo {
    max-width: 120px;
    height: auto;
}

/* Column 2 - Company info */
.tk-footer-col-2 h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #7D4193;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tk-footer-col-2 p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 5px 0;
    color: #7D4193;
}

.tk-footer-col-2 strong {
    font-weight: 600;
}

/* Column 3 - Contact */
.tk-footer-phone,
.tk-footer-email {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 2px 0;
    color: #7D4193;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tk-footer-phone-icon,
.tk-footer-email-icon {
    width: 14px;
    height: 14px;
    fill: #7D4193;
    flex-shrink: 0;
}

.tk-footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    color: #7D4193;
    font-weight: 600;
    font-size: 17px;
}

.tk-footer-contact-link:hover {
    color: #7D4193;
}

.tk-footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background: #7D4193;
    margin-right: 7px;
}
.tk-footer-contact-text{
    font-size: 15px !important;
}
.tk-footer-icon svg {
    width: 11px;
    height: 11px;
    fill: #ffffff;
}

.tk-footer-contact-link:hover .tk-footer-icon {
    background: #7D4193;
}

/* Column 4 - Links */
.tk-footer-col-4 p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #7D4193;
}

.tk-footer-col-4 a {
    color: #7D4193;
    text-decoration: none;
    font-weight: 600 !important;
}

.tk-footer-col-4 a:hover {
    text-decoration: underline;
}

/* Disclaimer section */
.tk-footer-disclaimer {
    width: 100%;
}

.tk-footer-disclaimer p {
    font-size: 11px;
    line-height: 1.6;
    margin: 0 0 10px 0;
    color: #666;
    text-align: center;
}

.tk-footer-copyright {
    font-size: 10px;
    color: #999;
    margin-top: 10px;
    text-align: center;
}

/* TK Footer Responsive Styles */
@media (max-width: 1024px) {
    .tk-footer-container {
        flex-wrap: wrap;
        gap: 30px;
        padding: 0 20px;
    }
    
    .tk-footer-col {
        flex: 0 0 48%;
        max-width: 48%;
        width: 100%;
        text-align: center;
    }
    
    .tk-footer-col-1,
    .tk-footer-col-2 {
        flex: 0 0 48%;
        max-width: 48%;
        width: 100%;
    }
    
    .tk-footer-col-3,
    .tk-footer-col-4 {
        flex: 0 0 48%;
        max-width: 48%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tk-footer {
        margin-top: 30px;
    }
    
    .tk-footer-row-1 {
        padding: 25px 0;
    }
    
    .tk-footer-row-2 {
        padding: 15px 0;
    }
    
    .tk-footer-container {
        flex-direction: column;
        gap: 25px;
        padding: 0 15px;
    }
    
    .tk-footer-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    
    .tk-footer-col-1 {
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .tk-footer-logo {
        max-width: 100px;
    }
    
    .tk-footer-col-2 h4 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .tk-footer-col-2 p {
        font-size: 14px;
    }
    
    .tk-footer-phone,
    .tk-footer-email {
        font-size: 14px;
        justify-content: center;
    }
    
    .tk-footer-contact-link {
        font-size: 16px;
        justify-content: center;
    }
    
    .tk-footer-col-4 p {
        font-size: 14px;
    }
    
    .tk-footer-disclaimer p {
        font-size: 10px;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .tk-footer {
        margin-top: 20px;
    }
    
    .tk-footer-row-1 {
        padding: 20px 0;
    }
    
    .tk-footer-row-2 {
        padding: 15px 0;
    }
    
    .tk-footer-container {
        gap: 20px;
        padding: 0 10px;
    }
    
    .tk-footer-col {
        width: 100%;
    }
    
    .tk-footer-logo {
        max-width: 90px;
    }
    
    .tk-footer-col-2 h4 {
        font-size: 14px;
    }
    
    .tk-footer-col-2 p {
        font-size: 13px;
    }
    
    .tk-footer-phone,
    .tk-footer-email {
        font-size: 13px;
        flex-direction: column;
        gap: 5px;
    }
    
    .tk-footer-contact-link {
        font-size: 15px;
        flex-direction: column;
        gap: 8px;
    }
    
    .tk-footer-icon {
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .tk-footer-col-4 p {
        font-size: 13px;
    }
    
    .tk-footer-disclaimer p {
        font-size: 9px;
    }
    
    .tk-footer-copyright {
        font-size: 9px;
    }
}

/* ===================================================
   Back Button - Reusable across plugin
   =================================================== */
.tk-back-button-wrapper {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.tk-back-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    background: #8b5a9e;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tk-back-button:hover {
    background: #6d4580;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 90, 158, 0.4);
}

.tk-back-icon {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    transition: transform 0.3s ease;
}

.tk-back-button:hover .tk-back-icon {
    transform: translateX(-5px);
}

/* ===================================================
   TK Content Card Component
   =================================================== */
.tk-content-card {
    background: linear-gradient(to top left, #B47BC9 0%, #7D4193 59.3%), #7D4193;
    border-radius: 18px 18px 18px 71px;
    padding: 5px;
    color: #ffffff;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 3px 20px 0 #56475c17;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Lock Header */
.tk-card-lock-header {
    display: flex;
    align-items: center;
    gap: 3.24%;
    padding: 10px;
    margin-bottom: 10px;
    margin: auto;
    justify-content: center;
}

.tk-card-lock-icon {
    width: 8.65%; /* 32px / 370px */
    height: auto;
    aspect-ratio: 1;
}

.tk-card-lock-icon svg {
    width: 100%;
    height: 100%;
    fill: #f4c542;
}

.tk-card-lock-text {
    font-size: 5.4%; /* 20px / 370px relative to card width */
    font-size: 1.25rem; /* Better: relative to root font size */
    font-weight: 500;
    color: #f4c542;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    margin: 0;
}

/* Main Content */
.tk-card-content {
    text-align: center;
}

.tk-card-title {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    text-transform: none !important;
    color: #ffffff !important;
    margin: 20px 30px;  
}

.tk-card-subtitle {
    font-size: 1.125rem; /* 18px relative to root */
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 6.76% 0; /* 25px / 370px */
    opacity: 0.95;
}

/* Image Section */
.tk-card-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 13.33%; /* 200px / 1500px relative to card height */
}

.tk-card-image {
    max-width: 100%;
    height: auto;
}

/* Image Placeholder */
.tk-card-image-placeholder {
    width: 67.57%; /* 250px / 370px */
    height: 21.33%; /* 320px / 1500px - aspect ratio preserved */
    aspect-ratio: 250 / 320; /* Maintain exact proportions */
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2.7%; /* 10px / 370px */
    display: flex;
    align-items: center;
    justify-content: center;
    transform: perspective(162%) rotateY(-8deg);
    box-shadow: 0 0.33em 1.33em rgba(0, 0, 0, 0.2);
}

.tk-card-image-placeholder svg {
    width: 16.22%; /* 60px / 370px */
    height: auto;
    aspect-ratio: 1;
    fill: #8b5a9e;
    opacity: 0.3;
}

/* Description Text */
.tk-card-description {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 20px;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
.tk-card-button-wrapper {
    text-align: center;
    margin: 50px 0;
}
/* Button */
.tk-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2.7%;
    background: #ffffff;
    color: #000000 !important;
    padding: 3.78% 10.81%;
    border-radius: 50px;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 auto;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}

.tk-card-button:hover {
    background: #f4c542;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.33em 1em rgba(244, 197, 66, 0.4);
    color: #333333;
}

.tk-card-button-arrow {
    font-size: 1.5rem; /* 24px relative to root */
    font-weight: 700;
    transition: transform 0.3s ease;
}

.tk-card-button:hover .tk-card-button-arrow {
    transform: translateX(0.33em);
}

/* Footer Section */
.tk-card-footer {
    background: #ffffff;
    border-radius: 15px 15px 15px 63px;
    padding: 20px 30px;
    margin-top: auto;
    color: #7D4193;
}

.tk-card-footer-section {
    margin-bottom: 10px;
}

.tk-card-footer-section:last-child {
    margin-bottom: 0;
}

.tk-card-footer-title {
    font-size: 17px; 
    font-weight: 500;
    margin: 0 0 2.16% 0; /* 8px / 370px */
    color: #7D4193 !important;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}

.tk-card-footer-text {
    font-size: 0.9375rem; /* 15px relative to root */
    font-weight: 400;
    margin: 0;
    color: #7D4193 !important;
}

.tk-card-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #7D4193 !important;
}

.tk-card-footer-list li {
    font-weight: 400;
    font-size: 15px;
    color: #7D4193 !important;
    margin-left: 15px;
}


/* ===================================================
   TK Actus à la Une Component
   =================================================== */

.tk-actus-une-container {
    width: 100%;
}

/* Title uses the same style as Flash'Actu title */
.tk-actus-une-container .flash-actus-title {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: #8b5a9e;
    font-weight: 700;
}

.tk-actus-une-content {
    margin-top: 30px;
    border-radius: 20px;
    display: flex;
    gap: 25px;
    align-items: flex-end;
    background: #ffffff;
    padding: 15px;
}

.tk-actus-une-image {
    flex: 0 0 300px;
    max-width: 300px;
}

.tk-actus-une-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tk-actus-une-image a:hover img {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tk-actus-une-text {
    flex: 1;
    min-width: 0;
    padding-bottom: 20px;
}

.tk-actus-une-type {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    text-transform: none !important;
    font-family: 'ubuntu';
    padding-bottom: 10px;
    border-bottom: solid 1px #000000 !important;
    padding-top: 10px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.tk-actus-une-page-title {
    font-size: 20px !important;
    font-family: 'ubuntu' !important;
    margin: 0 0 25px 0;
    font-weight: 600;
    color: #000000 !important;
}

.tk-actus-une-page-title a {
    color: #0D1283;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tk-actus-une-page-title a:hover {
    color: #8b5a9e;
}

.tk-actus-une-link, .tk-top3-actu-link  {
    color: #705BFF !important;
    font-size: 15px;
    font-weight: bold;
    font-family: 'ubuntu';
}

.tk-actus-une-link:hover, .tk-top3-actu-link :hover {
    color: #0D1283;
    gap: 12px;
}

.tk-actus-une-link .arrow-icon, .tk-top3-actu-link .arrow-icon {
    fill: #ffffff;
    transition: transform 0.3s ease;
    transform: rotate(0180deg);
    background: #705BFF ;
    border-radius: 3px;
    vertical-align: middle;
}
.tk-actus-une-link .arrow-icon {
    background: linear-gradient(310deg, rgba(112, 91, 255, 0.69) 0%, rgba(112, 91, 255, 1) 100%) !important
}

.tk-actus-une-no-content {
    padding: 20px;
    background: #f0f0f0;
    border-radius: 8px;
    color: #666666;
    font-style: italic;
    text-align: center;
}

.tk-actus-une-type_meta{
    font-size: 16px;
    font-family: 'Ubuntu';
    font-weight: 500;
    margin-bottom: 30px;
}

/* TK Actus à la Une Responsive Styles */
@media (max-width: 1024px) {
    .tk-actus-une-image {
        flex: 0 0 250px;
        max-width: 250px;
    }
}

@media (max-width: 900px) {
    .tk-actus-une-content {
        gap: 20px;
    }
    
    .tk-actus-une-image {
        flex: 0 0 200px;
        max-width: 200px;
    }
    
    .tk-actus-une-type {
        font-size: 24px;
    }
    
    .tk-actus-une-page-title {
        font-size: 26px !important;
    }
}

@media (max-width: 767px) {
    .tk-actus-une-content {
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
        border-left: none;
        border-top: 4px solid #8b5a9e;
    }
    
    .tk-actus-une-image {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
    
    .tk-actus-une-text {
        width: 100%;
        padding-bottom: 0;
    }
    
    .tk-actus-une-type {
        font-size: 22px;
        text-align: left;
        width: 100%;
    }
    
    .tk-actus-une-page-title {
        font-size: 24px !important;
        text-align: left;
    }
    
    .tk-actus-une-type_meta {
        font-size: 20px;
        text-align: left;
    }
    
}

@media (max-width: 560px) {
    .tk-actus-une-content {
        padding-top: 15px;
    }
    
    .tk-actus-une-type {
        font-size: 20px;
        text-align: left;
    }
    
    .tk-actus-une-page-title {
        font-size: 22px !important;
        text-align: left;
    }
    
    .tk-actus-une-type_meta {
        font-size: 18px;
        text-align: left;
    }
    
}

/* ============================================================
   TK Top3 Actu' Component
   ============================================================ */

.tk-top3-actu-container, .tk-top6-actu-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

.tk-top3-actu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
}

.tk-top3-actu-item-link {
    text-decoration: none;
    display: block;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tk-top3-actu-item-link:hover {
    transform: translateY(-5px);
}

.tk-top3-actu-item-link:hover .tk-top3-actu-item {
    box-shadow: 0 10px 30px rgba(139, 90, 158, 0.2);
}

/* TK 6 Last Actu - 2 column grid variant */
.tk-6-last-actu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: start;
}
.section-home6{
    margin-top: -50px;
    margin-bottom: 50px;
}
.tk-top6-actu-item-link {
    text-decoration: none;
    display: block;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tk-top6-actu-item-link:hover {
    transform: translateY(-5px);
}

.tk-top6-actu-item-link:hover .tk-top3-actu-item {
    box-shadow: 0 10px 30px rgba(139, 90, 158, 0.2);
}

.tk-top3-actu-item {
    /* display: flex;
    flex-direction: column; */
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.tk-top3-actu-header {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 10px 0;
    font-family: 'Ubuntu', sans-serif !important;
}

.tk-top3-actu-type {
    display: block;
    border-bottom: 1px solid #000000 !important;
    padding-bottom: 10px;
}

.tk-top3-actu-date {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'static';
    margin-top: 5px;
}

.tk-top3-actu-title {
    font-size: 22px;
    font-weight: 400;
    color: #8b5a9e !important;
    margin: 20px 0 15px 0;
    line-height: 1.4;
    font-family: 'Ubuntu', sans-serif;
}

.tk-top3-actu-title sup,
.tk-top3-actu-title sub {
    font-size: 0.75em;
}

.tk-top3-actu-excerpt {
    color: #333333;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.tk-top3-actu-meta {
    color: #333333;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Ubuntu, sans-serif;
}

.tk-top3-actu-meta sup,
.tk-top3-actu-meta sub {
    font-size: 0.75em;
}

.tk-top3-actu-redigee_par,
.tk-top3-actu-reference {
    font-size: 11px;
    font-style: italic;
    color: #000000;
}

.tk-top3-actu-redigee_par {
    padding-bottom: 10px;
}

.tk-top3-actu-redigee_par:has(+ .tk-top3-actu-reference) {
    padding-bottom: 0;
}

.tk-top3-actu-reference {
    padding-bottom: 10px;
}

.tk-top3-actu-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    color: inherit;
    pointer-events: none;
}

.tk-top3-actu-no-content {
    text-align: center;
    padding: 60px 20px;
    color: #666666;
    font-size: 16px;
}

.tk-top6-actu-header{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 10px 0;
    font-family: 'Ubuntu', sans-serif !important;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000000 !important;
}
.tk-top6-actu-type{
    display: block;
    padding-bottom: 10px;
}
.tk-top6-actu-date {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'static';
    margin-top: 5px;
}
/* Responsive Styles */
@media (max-width: 1023px) {
    .tk-top3-actu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .tk-6-last-actu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .tk-top3-actu-header {
        font-size: 16px;
    }
    
    .tk-top3-actu-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .tk-top3-actu-container {
        padding: 30px 15px;
    }
    
    .tk-top3-actu-grid,
    .tk-6-last-actu-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .tk-top3-actu-header {
        font-size: 16px;
        padding-bottom: 12px;
    }
    
    .tk-top3-actu-date {
        font-size: 14px;
    }
    
    .tk-top3-actu-title {
        font-size: 18px;
        margin: 15px 0 12px 0;
    }
    
    .tk-top3-actu-meta {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .tk-top3-actu-link {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .tk-top3-actu-container {
        padding: 20px 10px;
    }
    
    .tk-top3-actu-header {
        font-size: 15px;
    }
    
    .tk-top3-actu-title {
        font-size: 16px;
    }
    
    .tk-top3-actu-link {
        font-size: 15px;
    }
}

/* ============================================================
   TK Actu Grid Component (Flash & Commentée with filters)
   ============================================================ */

.tk-actu-grid-wrapper {
    width: 100%;
    margin: 0 auto;
}

.tk-actu-grid-header .flash-actus-title {
    margin-bottom: 30px;
    color: #0D1283;
}

/* Year Filter Buttons */
.tk-actu-grid-filters {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0 ;
}

.tk-actu-filter-btn {
    background: #ffffff;
    color: #8b5a9e;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border: solid 1px #B47CC9 !important;
}

.tk-actu-filter-btn:hover {
    background: #8b5a9e;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 90, 158, 0.3);
}

.tk-actu-filter-btn.active {
    background: #8b5a9e;
    color: #ffffff;
}

/* Pagination */
.tk-actu-grid-pagination {
    margin-top: 60px;
    text-align: center;
}

.tk-actu-grid-pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.tk-actu-grid-pagination li {
    display: inline-block;
}

.tk-actu-grid-pagination a,
.tk-actu-grid-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 2px solid #8b5a9e;
    border-radius: 50%;
    color: #8b5a9e;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Ubuntu', sans-serif;
}

.tk-actu-grid-pagination a:hover {
    background: #8b5a9e;
    color: #ffffff;
    transform: scale(1.1);
}

.tk-actu-grid-pagination .current,
.tk-actu-grid-pagination span.current {
    background: #8b5a9e;
    color: #ffffff;
}

.tk-actu-grid-pagination .dots {
    border: none;
    pointer-events: none;
}

.tk-actu-grid-pagination svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.tk-actu-grid-pagination .prev,
.tk-actu-grid-pagination .next {
    min-width: 40px;
}

/* Responsive */
@media (max-width: 767px) {
    .tk-actu-grid-header {
        margin-bottom: 30px;
    }
    
    .tk-actu-grid-filters {
        gap: 10px;
        justify-content: center;
    }
    
    .tk-actu-filter-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
    
    .tk-actu-grid-pagination {
        margin-top: 40px;
    }
    
    .tk-actu-grid-pagination a,
    .tk-actu-grid-pagination span {
        min-width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .tk-actu-grid-pagination svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .tk-actu-grid-filters {
        gap: 8px;
    }
    
    .tk-actu-filter-btn {
        padding: 6px 15px;
    }
    
    .tk-actu-grid-pagination ul {
        gap: 6px;
    }
    
    .tk-actu-grid-pagination a,
    .tk-actu-grid-pagination span {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
    }
}

/* ============================================================
   TK Actu'Congrès Component (Page miniatures with year grouping)
   ============================================================ */

.tk-congres-wrapper {
    width: 100%;
    margin: 0 auto;
}

.tk-congres-header {
    margin-bottom: 40px;
}

/* Content Type Selector */
.tk-congres-type-selector {
    margin: 20px 0;
}

.tk-content-type-select {
    background: #ffffff;
    color: #8b5a9e;
    border: 2px solid #B47BC9;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3e%3cpath fill='%238b5a9e' d='M6 8L0 0h12z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.tk-content-type-select:hover {
    background-color: #f9f5f9;
    border-color: #8b5a9e;
}

.tk-content-type-select:focus {
    outline: none;
    border-color: #8b5a9e;
    box-shadow: 0 0 0 3px rgba(139, 90, 158, 0.1);
}

/* Year Filter Buttons - Reuse from actu_grid */
.tk-congres-filters {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
}

.tk-congres-filter-btn {
    background: #ffffff;
    color: #B47BC9;
    border: 2px solid #B47BC9 !important;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'static', sans-serif;
    text-transform: uppercase;
}

.tk-congres-filter-btn:hover {
    background: #8f5fa2!important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 90, 158, 0.3);
}

.tk-congres-filter-btn.active {
    background: #8b5a9e;
    color: #ffffff;
}

/* Year Sections */
.tk-congres-content {
    width: 100%;
}

.tk-congres-year-section {
    margin-bottom: 60px;
}

.tk-congres-year-section:last-child {
    margin-bottom: 0;
}

/* Year Badge - Full-Width Banner */
.tk-congres-year-badge {
    display: block;
    background: linear-gradient(to right, rgba(139, 90, 158, 0.05) 0%, rgba(180, 130, 197, 0.1) 100%);
    color: #8b5a9e;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 30px;
    margin: 40px 0 30px 0;
    border-left: 5px solid #8b5a9e !important;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Ubuntu', sans-serif;
}

/* Cards Grid - 4 columns */
.tk-congres-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.tk-congres-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%; /* Equal height cards */
}

.tk-congres-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(139, 90, 158, 0.2);
}

.tk-congres-card-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    background: #ffffff;
}

.tk-congres-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tk-congres-card:hover .tk-congres-card-image img {
    transform: scale(1.05);
}

/* Card Content */
.tk-congres-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
}

/* Type with border-bottom */
.tk-congres-card-type {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #000000 !important;
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
}

/* Title */
.tk-congres-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #7D4193 !important;
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
}

.tk-congres-card:hover .tk-congres-card-title {
    color: #0D1283;
}

/* No content message */
.tk-congres-no-content {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 18px;
}

/* No content message */
.tk-congres-no-content {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 18px;
}

/* Actu'Congrès Responsive Styles */
@media (max-width: 1200px) {
    .tk-congres-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .tk-congres-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .tk-congres-wrapper {
        padding: 0 15px;
    }
    
    .tk-congres-header {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .tk-congres-filters {
        gap: 10px;
        justify-content: center;
    }
    
    .tk-congres-filter-btn {
        padding: 8px 20px;
    }
    
    .tk-congres-year-section {
        margin-bottom: 50px;
    }
    
    .tk-congres-year-badge {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .tk-congres-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .tk-congres-card-content {
        padding: 18px;
        text-align: center !important;
        align-items: center;
    }
    
    .tk-congres-card-type {
        text-align: center !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .tk-congres-card-title {
        text-align: center !important;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tk-congres-wrapper {
        padding: 0 10px;
    }
    
    .tk-congres-header {
        margin-bottom: 25px;
    }
    
    .tk-congres-filters {
        gap: 8px;
    }
    
    .tk-congres-filter-btn {
        padding: 6px 15px;
    }
    
    .tk-congres-year-badge {
        padding: 6px 16px;
        margin-bottom: 20px;
    }
    
    .tk-congres-grid {
        gap: 15px;
    }
    
    .tk-congres-card-content {
        padding: 15px;
        text-align: center !important;
        align-items: center;
    }
    
    .tk-congres-card-type {
        text-align: center !important;
        padding-bottom: 8px;
        margin-bottom: 8px;
        width: 100%;
    }
    
    .tk-congres-card-title {
        text-align: center !important;
        width: 100%;
    }
}

/* Force this 3/4 + 1/4 row to stack under 1280px */
@media only screen and (max-width: 1280px) {

  /* 3/4 column (has class "force-1280") */
  .force-1280.flex_column_table_cell {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  /* 1/4 column = any table cell after the 3/4 one */
  .force-1280.flex_column_table_cell ~ .flex_column_table_cell {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  /* Kill Enfold's placeholder cell in between */
  .force-1280.flex_column_table_cell ~ .av-flex-placeholder {
    display: none !important;
  }
}

/* Tablet / small desktop: 3 columns, stacked pairs + footer alone */
@media only screen and (max-width: 1280px) and (min-width: 768px) {

  .tk-content-card {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr); /* 3 equal thirds */
    grid-auto-rows: auto;
    column-gap: 24px;
    row-gap: 16px;
    padding: 32px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
	margin-top: 30px !important;
  }
	.tk-card-lock-header{
		padding:0px!important;
	}
  /* remove default vertical spacing */
  .tk-content-card > * {
    margin: 0 !important;
  }

  /* col 1: lock header (row 1), title/date (row 2) */
  .tk-card-lock-header {
    grid-column: 1;
    grid-row: 1;
  }

  .tk-card-content {
    grid-column: 1;
    grid-row: 2;
  }

  /* col 2: image (row 1), description (row 2) */
  .tk-card-image-wrapper {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tk-card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .tk-card-description {
    grid-column: 2;
    grid-row: 2;
  }

  /* col 3: footer alone, spanning both rows */
  .tk-card-footer {
    grid-column: 3;
    grid-row: 1 / span 2;    /* takes full height of the 2 rows */
    align-self: stretch;
    background: #fff !important;
    border-radius: 0 !important; /* round only right side */
    margin: 0 !important;
    padding: 20px 24px !important;
    box-sizing: border-box;
  }
}

/* ===================================================
   TK Subscription Card Component
   =================================================== */

.tk-subscription-card {
    display: flex;
    flex-direction: column;
    max-width: 520px;
    margin: 0 auto;
    border: 1px solid #D2B1E3;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    background-color: #ffffff !important;
}

.tk-subscription-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Header Section */
.tk-subscription-header {
    padding: 32px 32px 0px;
    text-align: center;
    min-height: 100px;
}

.tk-subscription-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    font-family: Ubuntu, sans-serif;
}

.tk-subscription-title sup {
    font-size: 12px;
    vertical-align: super;
    margin-left: 2px;
    font-weight: lighter;
}

.tk-subscription-subtitle {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    color: #705BFF;
    min-height: 1.4em;
    padding: 0px;
    margin: 0px;
}

/* Content Section */
.tk-subscription-content {
    padding: 0 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1;
    justify-content: center;
}

.tk-subscription-icon {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tk-subscription-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tk-subscription-icon i {
    font-size: 64px;
    color: #ffffff;
}

.tk-subscription-price {
    text-align: center;
    line-height: 1.2;
}

.tk-subscription-price-value {
    font-size: 43px;
    font-weight: 500;
    color: #0D1283;
    font-family: Ubuntu, sans-serif;
}

.tk-subscription-price-suffix {
    font-size: 16px;
    color: #7D4193;
    font-weight: lighter;
}

.tk-subscription-button-wrapper {
    width: 100%;
    text-align: center;
}

.tk-subscription-button {
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: auto;
    font-family: Ubuntu, sans-serif;
    color: #0D1283 !important;
    min-width: 80%;
}

.tk-subscription-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

/* Footer Section */
.tk-subscription-footer {
    border-top: 1px solid #D2B1E3 !important;
    padding: 14px 32px;
    margin-top: auto;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tk-subscription-footer-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-bottom: 8px;
}

.tk-subscription-footer-item:last-child {
    margin-bottom: 0;
}

.tk-subscription-footer-item span {
    flex: 1;
    line-height: 1.4;
    display: inline-block;
}

.tk-subscription-check {
    flex-shrink: 0;
    display: block;
    color: #705BFF;
    fill: #705BFF;
}
/* Custom list styling with checkmarks for textblocks in subscription cards */
.tk-subscription-page ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

.tk-subscription-page {
    text-align: center;
}

.tk-subscription-page ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 8px;
    padding-left: 0;
}

.tk-subscription-page ul li:last-child {
    margin-bottom: 0;
}

.tk-subscription-page ul li::before {
    content: '';
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='%237c5eb8'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
/* Responsive */
@media screen and (max-width: 1200px) {
    .tk-subscription-card {
        max-width: 100%;
    }
    
    .tk-subscription-title {
        font-size: 26px;
    }
    
    .tk-subscription-subtitle {
        font-size: 16px;
    }
    
    .tk-subscription-price-value {
        font-size: 36px;
    }
    
    .tk-subscription-price-suffix {
        font-size: 14px;
    }
    
    .tk-subscription-content {
        padding: 0 20px 20px;
        gap: 20px;
    }
    .tk-subscription-button {
        font-size: 16px;
        border-radius: 10px;
    }
    
    .tk-subscription-footer-item {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .tk-subscription-card {
        max-width: 100%;
        border-radius: 16px;
    }
    
    .tk-subscription-header {
        padding: 24px 24px 0px;
    }
    
    .tk-subscription-title {
        font-size: 36px;
    }

    .tk-subscription-content {
        padding: 0 24px 24px;
        gap: 20px;
    }
    
    .tk-subscription-icon {
        width: 100px;
        height: 100px;
    }
    
    .tk-subscription-icon i {
        font-size: 48px;
    }
    
    .tk-subscription-button {
        padding: 14px 36px;
        font-size: 18px;
    border-radius: 50px;
    min-width: 90%;
    }
    
    .tk-subscription-footer {
        padding: 20px 24px;
    }
    
    .tk-subscription-footer-item {
        font-size: 16px;
        gap: 10px;
    }
}

/* ===================================================
   TK Two Column Image Component
   =================================================== */

.tk-two-col-image {
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin: 30px 0 0 ;
}

.tk-two-col-left,
.tk-two-col-right {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
}

.tk-two-col-left > a,
.tk-two-col-right > a,
.tk-two-col-left > img,
.tk-two-col-right > img {
    flex-shrink: 0;
}

.tk-two-col-left img,
.tk-two-col-right img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 63px;
    width: 63px;
    height: auto;
}

.tk-two-col-left a:hover img,
.tk-two-col-right a:hover img {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tk-two-col-text {
    flex: 1;
    color: #333;
    line-height: 1.6;
}

.tk-two-col-text p {
    margin: 0 0 10px 0;
}

.tk-two-col-text p:last-child {
    margin-bottom: 0;
}

/* Button styling to match screenshot - with !important to override Gravity Forms */
.gformcontact #gform_submit_button_1,
.gform_wrapper.gformcontact #gform_submit_button_1,
.gform_wrapper #gform_submit_button_1,
#gform_submit_button_1.gform_button,
input[type="submit"]#gform_submit_button_1 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 35px !important;
    background: #7D4193 !important;
    background-color: #7D4193 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-family: 'Ubuntu', sans-serif !important;
    line-height: 1 !important;
}

.gformcontact #gform_submit_button_1:hover,
.gform_wrapper.gformcontact #gform_submit_button_1:hover,
.gform_wrapper #gform_submit_button_1:hover,
#gform_submit_button_1.gform_button:hover,
input[type="submit"]#gform_submit_button_1:hover {
    background: #6d4580 !important;
    background-color: #6d4580 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(139, 90, 158, 0.4) !important;
    color: #ffffff !important;
}
.gform_required_legend{
    display:none !important;
}
/* Responsive */
@media screen and (max-width: 1280px) {
    .tk-two-col-image {
        flex-direction: column !important;
    }
    
    .tk-two-col-left,
    .tk-two-col-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .tk-two-col-left img,
    .tk-two-col-right img {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .tk-two-col-left{
        margin-bottom: 30px;
    }
}


.swiper-container {
    padding-bottom: 30px;
}

#gfield_description_1_3 {
    display: none !important;
}