:root {
    --primary-color: #54012A;
    --secondary-color: #CCAA66;
    --white-color: #FFFFFF;
    --bg-light: #FFFAF0;
    --text-color: #54012A;
}

@font-face {
    font-family: 'YourFont';  /* Let me know the actual font names from your assets/fonts/ */
    src: url('../assets/fonts/your-font.woff2') format('woff2'),
         url('../assets/fonts/your-font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* If you have more font weights/styles, add them like this:
@font-face {
    font-family: 'YourFont';
    src: url('../assets/fonts/your-font-bold.woff2') format('woff2'),
         url('../assets/fonts/your-font-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Sentient-Regular', serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--bg-light);
    padding-top: 72px;  /* Height of navbar (adjust if needed) */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Navigation */
.navbar {
    background-color: var(--primary-color);
    padding: 1rem 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;  /* Change from static to fixed */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;  /* Ensure navbar stays above other content */
    transition: transform 0.3s ease;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 40px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    transition: transform 0.3s ease-in-out;
    background-color: transparent;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nav-links li {
    height: auto;
    display: flex;
    align-items: center;
    height: ;
}

.nav-links a {
    font-family: 'Sentient-Regular', serif;
    text-decoration: none;
    color: var(--white-color);
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: var(--secondary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nav-links a:hover::after {
    transform: scaleX(1);
    transform-origin: right;
}

.nav-links a:hover {
    color: var(--bg-light);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1000;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

/* Hero Section */
.hero {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background-image: url(assets/img/ps-dark-bg.webp);
    background-position: center;
    background-size: cover;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-background .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/img/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}
.hero-content{
    color: var(--bg-light);
}

.hero-image img {
    width: 100%;
    max-height: 840px;
    object-fit: contain;
    margin-bottom: -120px;
}

.hero-content h1 {
    font-family: 'Sentient-Bold', serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;

    font-weight: 700;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: left;  /* Since hero content is centered on mobile */
}

.cta-button {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Sentient-Bold', serif;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    text-align: center;
    align-items: center;
    text-align: center;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.cta-button.alt {
    background-color: var(--bg-light);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    transition: all 0.3s ease;
    text-align: center;
}

.cta-button.alt:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

/* Workshops Section */
.workshops {
    padding: 4rem 0 8rem;
    background-color: var(--white-color);
    position: relative;
    overflow: hidden;
}

.workshops-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    position: relative;
}

.workshops-grid::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -70px;
    width: 243px;
    height: 250px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='243.536' height='250.419' viewBox='0 0 243.536 250.419'%3E%3Cg id='Group_8' data-name='Group 8' transform='translate(-1450.979 -126.569)'%3E%3Ccircle id='Ellipse_9' data-name='Ellipse 9' cx='96' cy='96' r='96' transform='matrix(0.966, 0.259, -0.259, 0.966, 1500.672, 126.569)' fill='%23ca6'/%3E%3Ccircle id='Ellipse_10' data-name='Ellipse 10' cx='61' cy='61' r='61' transform='matrix(0.966, 0.259, -0.259, 0.966, 1576.672, 227.569)' fill='%2354012a'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
    opacity: 1;
}

.workshop-box {
    background-color: var(--bg-light);
    padding: 3rem;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.workshop-box:hover {
    transform: translateY(-10px);
    box-shadow: rgba(149, 157, 165, 0.3) 0px 12px 30px;
}

.workshop-box h2 {
    font-family: 'Sentient-Medium', serif;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 500;
}

.workshop-details {
    margin: 1.5rem 0;
}

.info-button {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Sentient-Bold', serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.info-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Form Section */
.form-section {
    padding: 4rem 0 6rem;
    position: relative;
    overflow: hidden;
    background-color: var(--primary-color);
}

.form-section h2 {
    color:  var(--bg-light);
    text-align: center;
    margin-bottom: 0.5rem;
}

.form-section p {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--white-color);
}

.registration-form {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input:not([type="checkbox"]) {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(84, 1, 42, 0.2);
    border-radius: 5px;
    background-color: var(--bg-light);
    font-family: 'Sentient-Regular', serif;
    color: var(--primary-color);
}

.form-group input:not([type="checkbox"]):focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(84, 1, 42, 0.1);
}

/* Style placeholders for different browsers */
.form-group input:not([type="checkbox"])::placeholder {
    color: var(--secondary-color);
    opacity: 0.8;
}

/* For Firefox */
.form-group input:not([type="checkbox"]):-moz-placeholder {
    color: var(--secondary-color);
    opacity: 0.8;
}

/* For Internet Explorer */
.form-group input:not([type="checkbox"]):-ms-input-placeholder {
    color: var(--secondary-color);
    opacity: 0.8;
}

/* For Edge */
.form-group input:not([type="checkbox"])::-ms-input-placeholder {
    color: var(--secondary-color);
    opacity: 0.8;
}

/* Add checkbox container styling */
.checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

/* Style checkbox labels */
.checkbox label {
    color: var(--bg-light);  /* Ivory color */
    font-family: 'Sentient-Regular', serif;
    line-height: 1.4;
}

/* Custom checkbox styling */
.checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--secondary-color);
    border-radius: 4px;
    background-color: var(--secondary-color);
    cursor: pointer;
    position: relative;
    margin: 0;
    flex-shrink: 0;  /* Prevent checkbox from shrinking */
}

/* Checkmark styling */
.checkbox input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Show checkmark when checked */
.checkbox input[type="checkbox"]:checked::before {
    opacity: 1;
}

/* Focus state */
.checkbox input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(204, 170, 102, 0.3);
}

/* Section Headers */
.section-header {
    margin-bottom: 3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.section-title {
    font-family: 'Sentient-Bold', serif;
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.section-subtitle {
    font-family: 'Sentient-Light', serif;
    color: var(--text-color);
    font-size: 1.2rem;
    opacity: 0.8;
}

/* Update Navigation for hamburger animation */
.nav-active {
    transform: translateX(0%);
}

/* Hamburger Animation */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        right: 0;
        top: 0;
        background-color: var(--primary-color);
        width: 100%;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 998;
    }

    .nav-links.nav-active {
        transform: translateX(0);
    }

    .hamburger {
        display: flex;
        z-index: 999;
    }

    .nav-links li {
        margin: 0.5rem 0;
        opacity: 0;
    }

    .nav-links.nav-active li {
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

    .hero .container {
        grid-template-columns: 1fr;
    }

    .workshops-grid {
        grid-template-columns: 1fr;
    }

    .hero-image {
        order: 2;
    }

    .hero-content {
        order: 1;
        text-align: center;
    }

    .hero-background {
        display: none;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .workshops-grid::after {
        /* display: none; */
    }
}

/* Update headings */
h1, h2, .section-title, .workshop-box h2 {
    font-family: 'Sentient-Bold', serif;
}
h1 span {
    background-color: #ccaa66;
    color: #54012a;
}

/* Update floating animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* Contact Information Section */
.contact-info {
    padding: 4rem 0;
    background-color: var(--bg-light);
    border-top: 1px solid rgba(84, 1, 42, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    margin-bottom: 3rem;
}

.contact-item h3 {
    font-family: 'Sentient-Bold', serif;
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact-item p {
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

.contact-details {
    list-style: none;
    padding: 0;
}

.contact-details li {
    margin-bottom: 1rem;
}

.contact-details a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: var(--secondary-color);
}

.contact-details address {
    font-style: normal;
    line-height: 1.6;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: var(--primary-color);
    color: var(--white-color);
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.copyright {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(84, 1, 42, 0.1);
    color: var(--text-color);
}

/* Update responsive design for contact section */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .social-links {
        flex-wrap: wrap;
    }
} 

.section-header.text-center.mb-5 {
    padding: 20px 0px 20px;
}

ul.nav-links {
    margin-bottom: 0px;
}

/* Update contact section styles */
.contact-item h3 {
    font-family: 'Sentient-Bold', serif;
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact-details {
    margin: 1.5rem 0;
}

.contact-note {
    margin-top: 1.5rem;
    color: var(--text-color);
    line-height: 1.5;
}

.contact-details a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.contact-details a:hover {
    color: var(--secondary-color);
}

/* Add styles for the footer logo */
.footer-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-logo img {
    max-width: 200px;
    height: auto;
}

/* Update responsive styles */
@media (max-width: 768px) {
    .footer-logo {
        justify-content: center;
        margin-top: 2rem;
    }
}

/* Add animation keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Add animation classes */
.animate {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.animate-delay-1 {
    animation-delay: 0.2s;
}

.animate-delay-2 {
    animation-delay: 0.4s;
}

.animate-delay-3 {
    animation-delay: 0.6s;
}

/* Apply animations to sections */
.hero-content {
    animation: fadeInUp 0.8s ease forwards;
}

.hero-image {
    animation: fadeIn 1s ease 0.4s forwards;
    opacity: 0;
}

.workshops-grid .workshop-box:nth-child(2) {
    animation-delay: 0.2s;
}

.registration-form {
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.contact-item {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.contact-grid .contact-item:nth-child(2) {
    animation-delay: 0.2s;
}

/* Add smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Add hover animations */
.workshop-box, .cta-button, .info-button, .submit-button {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.workshop-box:hover {
    transform: translateY(-10px);
    box-shadow: rgba(149, 157, 165, 0.3) 0px 12px 30px;
}

.cta-button:hover, .info-button:hover, .submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Add intersection observer for scroll animations */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Add styling for bold text elements */
b, strong {
    font-family: 'Sentient-Bold', serif;
    font-weight: 600;
}

/* Update specific strong elements in contact details */
.contact-details strong {
    font-family: 'Sentient-Bold', serif;
    font-weight: 600;
    color: var(--primary-color);
}

/* Update strong elements in workshop details */
.workshop-details strong {
    font-family: 'Sentient-Bold', serif;
    font-weight: 600;
    color: var(--primary-color);
}

/* Add the decorative SVG */
.contact-info::before {
    content: '';
    position: absolute;
    left: -184px;  /* Half of SVG width to hide half of it */
    bottom: 20px;
    width: 368px;
    height: 254px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='368' height='254' viewBox='0 0 368 254'%3E%3Cg id='Group_15' data-name='Group 15' transform='translate(-13726 -2527.921)'%3E%3Crect id='Rectangle_15' data-name='Rectangle 15' width='209' height='18' transform='translate(13966 2568.921) rotate(180)' fill='%23faf2e3'/%3E%3Crect id='Rectangle_16' data-name='Rectangle 16' width='209' height='18' transform='translate(14067 2631.921) rotate(180)' fill='%23faf2e3'/%3E%3Crect id='Rectangle_17' data-name='Rectangle 17' width='209' height='18' transform='translate(13963 2695.921) rotate(180)' fill='%23faf2e3'/%3E%3Crect id='Rectangle_18' data-name='Rectangle 18' width='209' height='18' transform='translate(14067 2758.921) rotate(180)' fill='%23faf2e3'/%3E%3Cellipse id='Ellipse_11' data-name='Ellipse 11' cx='31.5' cy='32' rx='31.5' ry='32' transform='translate(13729 2527.921)' fill='%23faf2e3'/%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='31.5' cy='31.5' r='31.5' transform='translate(13830 2591.921)' fill='%23faf2e3'/%3E%3Cellipse id='Ellipse_15' data-name='Ellipse_15' cx='31.5' cy='32' rx='31.5' ry='32' transform='translate(13726 2654.921)' fill='%23faf2e3'/%3E%3Ccircle id='Ellipse_18' data-name='Ellipse_18' cx='31.5' cy='31.5' r='31.5' transform='translate(13830 2718.921)' fill='%23faf2e3'/%3E%3Ccircle id='Ellipse_12' data-name='Ellipse_12' cx='32' cy='32' r='32' transform='translate(13930 2527.921)' fill='%23faf2e3'/%3E%3Ccircle id='Ellipse_14' data-name='Ellipse_14' cx='31.5' cy='31.5' r='31.5' transform='translate(14031 2591.921)' fill='%23faf2e3'/%3E%3Ccircle id='Ellipse_16' data-name='Ellipse_16' cx='32' cy='32' r='32' transform='translate(13927 2654.921)' fill='%23faf2e3'/%3E%3Ccircle id='Ellipse_17' data-name='Ellipse_17' cx='31.5' cy='31.5' r='31.5' transform='translate(14031 2718.921)' fill='%23faf2e3'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

/* Update responsive design */
@media (max-width: 768px) {
    .contact-info::before {
        display: none;  /* Hide on mobile */
    }
}

/* Optional: Hide navbar on scroll down, show on scroll up */
.navbar.nav-hidden {
    transform: translateY(-100%);
}

/* Update submit button styles */
.submit-button {
    background-color: var(--secondary-color);  /* Gold background */
    color: var(--white-color);  /* White text */
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    font-family: 'Sentient-Bold', serif;
    font-weight: 600;
    transition: all 0.3s ease;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #d4b87c;  /* Slightly lighter gold on hover */
}

/* Add toast notification styles */
.toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.toast {
    background: white;
    color: var(--text-color);
    padding: 1rem;
    margin: 0.5rem;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 300px;
    max-width: 400px;
    animation: slideIn 0.3s ease;
}

.toast.success {
    border-left: 4px solid #28a745;
}

.toast.error {
    border-left: 4px solid #dc3545;
}

.toast-close {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 0 4px;
    font-size: 18px;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Thank you page styles */
.thank-you-section {
    padding: 80px 0 100px;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.thank-you-logo {
    width: 200px;
    margin-bottom: 40px;
}

.thank-you-section h1 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: 'Sentient-Bold', serif;
}

.thank-you-section p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.gold-link {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: bold;
}

.gold-link:hover {
    color: #d4b87c;
}

/* Bonus boxes styles */
.bonus-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 3rem auto;
    max-width: 1000px;
}

.bonus-box {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonus-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.bonus-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    padding: 20px;
}

.bonus-box h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-family: 'Sentient-Bold', serif;
}

.bonus-box p {
    color: var(--text-color);
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.bonus-box .cta-button {
    display: inline-block;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bonus-boxes {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }
    
    .thank-you-section {
        padding: 60px 0;
    }
}

.thank-you-section {
    padding: 80px 0 100px;
}

.social-connect {
    margin-bottom: 3rem;
}

img.thank-you-logo {
    margin-bottom: 40px;
}

.thank-you-section p {
    max-width: 600px;
    margin: 0 auto;
}

.thank-you-section p a {
    color: var(--secondary-color);
}

.logo a {
    display: block;
    text-decoration: none;
}

.logo a:hover {
    opacity: 0.9;
}

.success-icon {
    margin: 0 auto 2rem;
    max-width: 80px;
}

.success-icon img {
    width: 100%;
    height: auto;
}

/* Workshop Promo Section */
.workshop-promo {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 4rem 0;
    text-align: center;
}

.workshop-promo h2 {
    font-family: 'Sentient-Bold', serif;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--white-color);
}

.workshop-promo p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button.alt-white {
    background-color: transparent;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    display: inline-flex;
}

.cta-button.alt-white:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
}

/* Update spacing for workshops section */
.workshops {
    padding-top: 0;
}

.two-column-section {
    padding: 100px 0;
    background-color: #fff;
}

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

.section-image img {
    width: 100%;
    height: auto;
    display: block;
}

.section-content {
    padding: 0 50px;
}

.section-content .subtitle {
    display: block;
    font-size: 18px;
    color: var(--secondary-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-content h2 {
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.section-content .perex {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .section-content {
        padding: 30px 0;
        text-align: center;
    }
    
    .section-image {
        margin-bottom: 30px;
    }
}

/* USPs Section */
.usps-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.usps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.usp-box {
    background: var(--white-color);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.usp-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.usp-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usp-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.usp-box h3 {
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Sentient-Bold', serif;
}

.usp-box p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1200px) {
    .usps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .usps-grid {
        grid-template-columns: 1fr;
    }
    
    .usp-box {
        padding: 30px 20px;
    }
}

/* Program Section */
.program-section {
    padding: 80px 0;
    background-color: var(--white-color);
    position: relative;
    overflow: hidden;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline-day {
    margin-bottom: 60px;
    position: relative;
}

.timeline-day:last-child {
    margin-bottom: 0;
}

.day-title {
    text-align: center;
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 40px;
    font-family: 'Sentient-Bold', serif;
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.day-title::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.3;
    top: 0;
    bottom: 0;
}

.day-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
    opacity: 0.3;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 120px); /* Adjust height to account for day titles */
    background-color: var(--secondary-color);
    opacity: 0.3;
    top: 120px; /* Start after the day titles */
}

.timeline-item {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

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

.timeline-time {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 8px 16px;
    border-radius: 20px;
    font-family: 'Sentient-Bold', serif;
    font-size: 14px;
    z-index: 1;
}

.timeline-content {
    width: 45%;
    padding: 30px;
    background-color: var(--bg-light);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: 55%;
    margin-left: 0;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: 55%;
    margin-right: 0;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.timeline-content h3 {
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Sentient-Bold', serif;
}

.timeline-content p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -60px;
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -60px;
}

.timeline-content .cta-button {
    margin: 1.5rem auto 0;
    display: inline-block;
    text-align: center;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 1.1rem;
    padding: 15px 40px;
    width: auto;
    min-width: 200px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Sentient-Bold', serif;
    transition: all 0.3s ease;
}

.timeline-content .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .timeline::before {
        left: 30px;
    }

    .timeline-item {
        padding-left: 60px;
    }

    .timeline-time {
        left: 30px;
        transform: translateX(-50%);
    }

    .timeline-content {
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }

    .timeline-content::before {
        left: -40px !important;
    }

    .day-title::before {
        left: 30px;
    }

    .timeline::before {
        left: 30px;
        top: 120px;
    }

    .day-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .timeline-content .cta-button {
        margin: 1.5rem auto 0;
        display: inline-block;
        text-align: center;
        width: auto;
        min-width: 200px;
    }
}

/* Limited Participants Section */
.limited-participants {
    padding: 80px 0;
    background-color: var(--primary-color);
    color: var(--white-color);
    position: relative;
    overflow: hidden;
}

.limited-participants .section-header h2 {
    color: var(--white-color);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.limited-participants .section-subtitle {
    color: var(--secondary-color);
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.limited-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.limited-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--white-color);
}

.limited-content .cta-button {
    margin: 2rem auto 0;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 1.1rem;
    padding: 15px 40px;
    display: inline-block;
    text-align: center;
}

.limited-content .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .limited-participants {
        padding: 60px 0;
    }
    
    .limited-participants .section-header h2 {
        font-size: 2rem;
    }
    
    .limited-content p {
        font-size: 1.1rem;
    }
}

/* Trusted Companies Section */
.trusted-companies {
    padding: 60px 0;
    background-color: var(--white-color);
}

.companies-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2rem;
    align-items: center;
    justify-items: center;
    margin-top: 3rem;
}

.company-logo {
    width: 100%;
    max-width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: transform 0.3s ease;
}

.company-logo:hover {
    transform: scale(1.05);
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.company-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 1200px) {
    .companies-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 992px) {
    .companies-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .companies-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    
    .company-logo {
        max-width: 120px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .companies-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .company-logo {
        max-width: 100px;
        height: 50px;
    }
}

/* Two Column Section */
.two-column-section {
    padding: 100px 0;
    background-color: #fff;
}

/* Gallery Section */
.gallery-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 4/3;
    cursor: pointer;
}

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

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(84, 1, 42, 0.9), transparent);
    padding: 20px;
    color: var(--white-color);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

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

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h3 {
    font-family: 'Sentient-Bold', serif;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: var(--white-color);
}

.gallery-overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
}

@media (max-width: 1200px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-section {
        padding: 60px 0;
    }
}

/* Speakers Section */
.speakers-section {
    padding: 80px 0;
    background-color: var(--white-color);
}

.speakers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.speaker-card {
    background: var(--bg-light);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.speaker-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.speaker-image {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    overflow: hidden;
}

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

.speaker-card:hover .speaker-image img {
    transform: scale(1.1);
}

.speaker-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(84, 1, 42, 0.9), transparent);
    padding: 20px;
    color: var(--white-color);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.speaker-card:hover .speaker-content {
    transform: translateY(0);
}

.speaker-content h3 {
    font-family: 'Sentient-Bold', serif;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: var(--white-color);
}

.speaker-title {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 10px;
}

.speaker-bio {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 15px;
}

.speaker-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.speaker-social .social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.speaker-social .social-link:hover {
    background-color: var(--secondary-color);
    transform: translateY(-3px);
}

.speaker-social img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(1000%) hue-rotate(330deg) brightness(90%) contrast(90%);
}

/* Remove the old overlay effect */
.speaker-card::after {
    display: none;
}

/* Tablet Carousel Styles */
@media (max-width: 1024px) {
    .speakers-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding: 20px 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }

    .speakers-grid::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    .speaker-card {
        flex: 0 0 80%;
        scroll-snap-align: center;
        margin: 0 auto;
    }

    .speaker-card:first-child {
        margin-left: 20px;
    }

    .speaker-card:last-child {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .speakers-section {
        padding: 60px 0;
    }

    .speaker-card {
        flex: 0 0 90%;
    }

    .speaker-content {
        padding: 20px;
    }

    .speaker-content h3 {
        font-size: 20px;
    }

    .speaker-title {
        font-size: 16px;
    }

    .speaker-bio {
        font-size: 14px;
    }
}

/* Event Stats Section */
.event-stats {
    padding: 80px 0;
    background-color: var(--white-color);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.stat-box {
    text-align: center;
    padding: 30px;
    background: var(--white-color);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-family: 'Sentient-Bold', serif;
    font-size: 4.5rem;
    color: var(--secondary-color);
    line-height: 1;
    margin-bottom: 15px;
}

.stat-text {
    font-size: 1.2rem;
    color: var(--text-color);
    font-family: 'Sentient-Medium', serif;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .stat-box {
        padding: 25px;
        min-height: 180px;
    }
    
    .stat-number {
        font-size: 3.5rem;
    }
    
    .stat-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .stat-box {
        padding: 20px;
        min-height: 160px;
    }
    
    .stat-number {
        font-size: 3rem;
        margin-bottom: 10px;
    }
    
    .stat-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 30px auto 0;
    }
    
    .stat-box {
        padding: 25px;
        min-height: auto;
    }
    
    .stat-number {
        font-size: 3.5rem;
    }
    
    .stat-text {
        font-size: 1.1rem;
    }
}

/* Testimonials Carousel Section */
.testimonials-section {
    padding: 80px 0;
    background-color: white;
}

.testimonials-carousel {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 0 60px;
}

.testimonial-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.testimonial-slide.active {
    display: block;
    opacity: 1;
}

.testimonial-content {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    border-radius: 10px;
}

.testimonial-image {
    flex: 0 0 150px;
    height: 150px;
    width: 150px;
    border-radius: 150px;
    overflow: hidden;
}

.testimonial-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.testimonial-text {
    flex: 1;
}

.testimonial-quote {
    font-size: 1.5rem;
    line-height: 1.4;
    color: var(--primary-color);
    font-family: 'Sentient-Bold', serif;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 1.1rem;
    color: var(--text-color);
    font-family: 'Sentient-Medium', serif;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.carousel-control {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.carousel-control:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .testimonial-content {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .testimonial-image {
        flex: 0 0 150px;
        height: 150px;
        margin: 0 auto;
    }

    .testimonial-quote {
        font-size: 1.2rem;
    }

    .testimonial-author {
        font-size: 1rem;
    }

    .carousel-control {
        width: 35px;
        height: 35px;
    }
}

/* Challenges Section */
.challenges-section {
    padding: 80px 0;
    background-color: var(--primary-color);
    background-image: url(assets/img/bg-blury-ps-dark.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    padding-bottom: 120px !important;

}

.challenges-section .section-header h2 {
    color: var(--white-color);
    font-size: 48px !important;
}

.challenges-section .section-subtitle {
    color: var(--secondary-color);
}

.challenges-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.challenge-box {
    background: var(--white-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
}

.challenge-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.challenge-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 10px;
}

.challenge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(1000%) hue-rotate(330deg) brightness(90%) contrast(90%);
}

.challenge-text {
    font-size: 1.1rem;
    color: var(--text-color);
    font-family: 'Sentient-Medium', serif;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .challenges-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .challenges-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-box {
        padding: 20px;
    }
    
    .challenge-box {
        padding: 20px;
    }
    
    .stat-text {
        font-size: 1.1rem;
    }
    
    .challenge-text {
        font-size: 1rem;
    }
}

/* Public Training Announcement Section */
.public-training {
    padding: 80px 0;
    background-color: var(--secondary-color);
    text-align: center;
    background-image: url(assets/img/strc-sep-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.public-training-content {
    max-width: 800px;
    margin: 0 auto;
}

.public-training-content h2 {
    font-family: 'Sentient-Bold', serif;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.public-training-content h3 {
    font-family: 'Sentient-Medium', serif;
    font-size: 2rem;
    color: var(--primary-color);
    line-height: 1.3;
}

@media (max-width: 768px) {
    .public-training {
        padding: 60px 0;
    }
    
    .public-training-content h2 {
        font-size: 2rem;
    }
    
    .public-training-content h3 {
        font-size: 1.5rem;
    }
}

/* Training Benefits Section */
.training-benefits {
    padding: 80px 0;
    background-color: var(--white-color);
}

.benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
}

.benefit-box {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-box:nth-child(even) {
    flex-direction: row-reverse;
}

.benefit-box:hover {
    transform: translateY(-5px);
}

.benefit-image {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.benefit-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(84, 1, 42, 0.2), rgba(204, 170, 102, 0.2));
    opacity: 1;
}

.benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: transform 0.6s ease;
}

.benefit-box:hover .benefit-image {
    transform: scale(1.02);
}

.benefit-box:hover .benefit-image img {
    transform: scale(1.15);
}

@media (max-width: 768px) {
    .benefit-image {
        transform: none;
    }
    
    .benefit-box:hover .benefit-image {
        transform: none;
    }
}

.benefit-content {
    flex: 0 0 60%;
    padding: 40px 60px;
}

.benefit-content h3 {
    font-family: 'Sentient-Bold', serif;
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.benefit-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
}

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

.benefit-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--text-color);
}

.benefit-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: bold;
}

.benefits-conclusion {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 30px;
    font-family: 'Sentient-Bold', serif;
}

@media (max-width: 768px) {
    .benefit-box,
    .benefit-box:nth-child(even) {
        flex-direction: column;
    }
    
    .benefit-image,
    .benefit-content {
        flex: 0 0 auto;
    }
    
    .benefit-image {
        height: 200px;
    }
}

/* Expert Profile Section */
.expert-profile {
    padding: 100px 0;
    background-color: var(--bg-light);
    position: relative;
    overflow: hidden;
    background-image: url(assets/img/bg-blury-ps.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.expert-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotate(-2deg);
    transition: all 0.4s ease;
}

.expert-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(84, 1, 42, 0.2), rgba(204, 170, 102, 0.2));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.expert-image:hover {
    transform: rotate(0deg) scale(1.02);
}

.expert-image:hover::after {
    opacity: 1;
}

.expert-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.expert-image:hover img {
    transform: scale(1.08);
}

.expert-content {
    padding: 40px 0 40px 60px;
}

.expert-content h2 {
    font-family: 'Sentient-Bold', serif;
    color: var(--primary-color);
    font-size: 3.2rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}



.expert-content h3 {
    font-family: 'Sentient-Medium', serif;
    color: var(--secondary-color);
    font-size: 1.8rem;
    margin-bottom: 40px;
    font-weight: 500;
}

.expert-stats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.expert-stats li {
    background: var(--white-color);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(84, 1, 42, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.expert-stats li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.expert-stats li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(84, 1, 42, 0.15);
}

.expert-stats li:hover::before {
    transform: scaleX(1);
}

.expert-stats .stat-number {
    font-family: 'Sentient-Bold', serif;
    font-size: 2.8rem;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.expert-stats .stat-text {
    font-size: 1.1rem;
    color: var(--text-color);
    font-family: 'Sentient-Regular', serif;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 992px) {
    .expert-stats {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .expert-stats li {
        padding: 20px;
    }
    
    .expert-stats .stat-number {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .expert-stats .stat-number {
        font-size: 2rem;
    }
    
    .expert-stats .stat-text {
        font-size: 1rem;
    }
}

/* Tickets Section */
.tickets-section {
    padding: 80px 0;
    background-color: var(--white-color);
    position: relative;
    background-image: url(assets/img/bg-blury-ps-dark.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
}

.tickets-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.tickets-section .section-header.text-center.mb-5{
    color: var(--bg-light);
}
.tickets-section .section-subtitle{
    color: var(--secondary-color);
}

.ticket-card {
    background-color: var(--bg-light);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.ticket-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.ticket-card.gold {
    border-top: 5px solid #d4af37;
}

.ticket-card.vip {
    border-top: 5px solid var(--primary-color);
}

.ticket-card.diamond {
    border-top: 5px solid #b9f2ff;
}

.ticket-header {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.ticket-header h3 {
    font-family: 'Sentient-Bold', serif;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--text-color);
}

.ticket-prices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.original-price {
    font-size: 1.2rem;
    color: var(--text-muted);
    text-decoration: line-through;
    font-family: 'Sentient-Regular', serif;
}

.current-price {
    font-size: 1.8rem;
    color: var(--primary-color);
    font-weight: bold;
    font-family: 'Sentient-Bold', serif;
}

.limited-badge {
    top: 0;
    right: 0;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-family: 'Sentient-Bold', serif;
}

.ticket-features {
    flex-grow: 1;
    margin-bottom: 25px;
}

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

.ticket-features li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    color: var(--text-color);
    font-family: 'Sentient-Regular', serif;
}

.ticket-features li:last-child {
    border-bottom: none;
}

.feature-note {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-style: italic;
    margin-top: 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

.ticket-button {
    display: block;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Sentient-Bold', serif;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

.ticket-button:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

@media (max-width: 992px) {
    .tickets-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ticket-card.diamond {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .tickets-section {
        padding: 60px 0;
    }
    
    .tickets-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .ticket-card.diamond {
        grid-column: auto;
    }
    
    .ticket-header h3 {
        font-size: 1.5rem;
    }
    
    .current-price {
        font-size: 1.5rem;
    }
}

/* Target Audience Section */
.target-audience {
    padding: 80px 0;
    background-color: var(--white-color);
    position: relative;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.audience-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    transition: transform 0.3s ease;
}

.audience-item:hover {
    transform: translateX(10px);
}

.check-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    border-radius: 50%;
    color: var(--primary-color);
    flex-shrink: 0;
}

.audience-item h3 {
    font-family: 'Sentient-Bold', serif;
    font-size: 1.2rem;
    color: var(--text-color);
    margin: 0;
}

@media (max-width: 992px) {
    .audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .target-audience {
        padding: 60px 0;
    }
    
    .audience-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .audience-item {
        padding: 10px;
    }
    
    .check-icon {
        width: 35px;
        height: 35px;
    }
    
    .audience-item h3 {
        font-size: 1.1rem;
    }
}

.trainer-special-box {
    margin: 80px 0;
}

.trainer-content {
    background-color: #54012a;
    padding: 60px;
    border-radius: 80px;
    color: white;
}

/* Q&A Section */
.qa-section {
    padding: 80px 0;
    background-color: var(--bg-light);
    background-image: url(assets/img/bg-blury-ps.png);
    background-repeat: no-repeat;
    background-size: inherit;
}

.accordion-container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    background-color: var(--white-color);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.accordion-header {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.accordion-header span {
    font-family: 'Sentient-Bold', serif;
    font-size: 1.2rem;
    color: var(--text-color);
}

.accordion-icon {
    transition: transform 0.3s ease;
    color: var(--primary-color);
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    padding: 0 30px;
    opacity: 0;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    padding: 0 30px 20px;
    opacity: 1;
}

.accordion-content p {
    color: var(--text-color);
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .qa-section {
        padding: 60px 0;
    }

    .accordion-header {
        padding: 15px 20px;
    }

    .accordion-header span {
        font-size: 1.1rem;
    }

    .accordion-content {
        padding: 0 20px;
    }

    .accordion-item.active .accordion-content {
        padding: 0 20px 15px;
    }

    .accordion-content p {
        font-size: 1rem;
    }
}

.hero-content h4 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: var(--text-color);
}

.hero-content .icon-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-content .icon-text svg {
    color: var(--secondary-color);
    flex-shrink: 0;
}


.event-stats .section-header {
    margin-bottom: -40px !important;
}

.hero-content .icon-text {
    color: var(--bg-light);
    margin-top: 10px;
}

.hero-content h1 {
    font-size: 44px;
}

.hero-content h2 {
    margin-bottom: 30px;
    margin-top: -10px;
    font-size: 34px;
    font-family: 'Sentient-Light';
    color: var(--secondary-color);
}

section.event-stats h2 {
    font-size: 48px;
}

section.tickets-section h2 {
    font-size: 48px;
}

section.public-training h2 {
    font-size: 32px !important;
}

@media (max-width: 768px) {
    .benefit-content{
        padding: 40px 30px;
    }
    .expert-content{
        padding: 20px;
    }
    .stat-box {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
        min-height: 100px;
    }
    .testimonials-section{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .training-benefits{
        padding-bottom: 20px;
    }
    .benefits-conclusion{
        margin-top: -40px;
    }
}

.benefit-sepa {
    height: 1px;
    background-color: #ccaa662e;
    max-width: 33%;
    margin: 0 auto;
    width: 100%;
}
.benefit-box {
    margin-top: 20px;
    margin: 20px;
}

.hero-content p {
    font-size: 22px;
}

.kosik-btn-content {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}
.kosik-btn-content svg{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}