@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Lato:wght@300;400;700&display=swap');

:root {
    --primary-color: #9E2A2B;
    --secondary-color: #335C67;
    --accent-color: #E09F3E;
    --light-color: #f9ecd8;
    --dark-color: #1E1E24;
    --font-main: 'Merriweather', serif;
    --font-secondary: 'Lato', sans-serif;
}

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

body {
    font-family: var(--font-secondary);
    line-height: 1.6;
    color: var(--dark-color);
    background-color: #f9f9f9;
}

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

header {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    font-family: var(--font-main);
    font-size: 3.5rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

h2 {
    font-family: var(--font-main);
    font-size: 2.2rem;
    margin: 30px 0 20px;
    color: var(--secondary-color);
    position: relative;
    padding-bottom: 15px;
}

h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
}

section h2 {
    text-align: center;
}

section h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.tagline {
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
    font-family: var(--font-main);
}

.intro {
    padding: 80px 0;
    text-align: center;
    background-color: white;
}

.intro p {
    max-width: 800px;
    margin: 0 auto 20px;
    font-size: 1.1rem;
}

.highlights {
    padding: 80px 0;
    background-color: var(--light-color);
}

.highlights-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
}

.highlight-card {
    flex-basis: calc(33.333% - 20px);
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.highlight-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.highlight-card .content {
    padding: 25px;
}

.highlight-card h3 {
    font-family: var(--font-main);
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.sessions {
    padding: 80px 0;
    background-color: white;
}

.sessions>p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
}

.session-details {
    background-color: var(--light-color);
    border-radius: 12px;
    padding: 40px;
    margin-top: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.session-details h3 {
    font-family: var(--font-main);
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.session-details ul {
    list-style-type: none;
    margin-left: 20px;
}

.session-details li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.session-details li:before {
    content: "•";
    color: var(--accent-color);
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.5rem;
}

.cta {
    padding: 80px 0;
    text-align: center;
    background-color: var(--secondary-color);
    color: white;
    background-image: linear-gradient(rgba(51, 92, 103, 0.9), rgba(51, 92, 103, 0.9)), url('/api/placeholder/1200/600');
    background-size: cover;
    background-position: center;
}

.cta h2 {
    color: white;
}

.cta h2:after {
    background-color: var(--light-color);
}

.cta p {
    max-width: 800px;
    margin: 0 auto 20px;
    font-size: 1.1rem;
}

.btn {
    display: inline-block;
    background-color: var(--accent-color);
    color: var(--dark-color);
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn:hover {
    background-color: var(--primary-color);
    color: white;
    transform: scale(1.05);
}


.signature {
    font-family: var(--font-main);
    font-style: italic;
    margin-top: 20px;
    font-size: 1.2rem;
}

@media (max-width: 900px) {
    .highlight-card {
        flex-basis: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    .highlight-card {
        flex-basis: 100%;
    }

    .session-details {
        padding: 25px;
    }
}

.poster-container {
    position: relative;
    display: inline-block;
    /* Or however you want to display it */
}

/* Doodly arrow styling */
.doodle-arrow {
    position: absolute;
    top: -133px;
    /* Position above the poster */
    right: 130px;
    /* Position from the right edge */
    width: 82px;
    height: 131px;
    background-image: url("/img/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(150deg);
}


/* Film label styling */
.film-label {
    position: absolute;
    top: -100px;
    right: 50px;
    transform: translateY(-50%);
  font-family: 'Poiret One', sans-serif;
  font-weight: 400;
  font-style: normal;
    /* Gives it a handwritten look */
    font-size: 5rem;
    font-weight: bold;
    font-style: italic;
    color: #e91e63;
    /* Choose a color that matches your theme */
    transform: rotate(-5deg);
    /* Slight tilt for a handwritten effect */
    white-space: nowrap;
}

.highlight-card-img {
    flex-basis: calc(33.333% - 20px);
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-card-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.highlight-card-img img {
    width: auto;
    padding: 30px;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    display: block;
    /* To center the image */
    margin: 0 auto;
    /* To center the image */
}

.highlight-card-img .content {
    padding: 25px;
}

.highlight-card-img h3 {
    font-family: var(--font-main);
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.book-button {
    background-color: #1a56a2;
    /* strong blue for primary action */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.book-button:hover {
    background-color: #174a8c;
    /* slightly darker blue on hover */
}

.book-button:active {
    background-color: #133d75;
    /* even darker blue when clicked */
    transform: translateY(0);
}



.book-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.booking-message {
    opacity: 0;
}

.button-join-gold {
    background-color: #f9c846;
    /* warm golden yellow */
    color: #2e2e2e;
    /* dark text for contrast */
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button-join-gold:hover {
    background-color: #e6b93f;
}

.button-join-gold:active {
    background-color: #d4a836;
    transform: translateY(0);
}

.button-gform-gold {
    background-color: #f9c846;
    /* warm golden yellow */
    color: #2e2e2e;
    /* dark text for contrast */
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 235px;
  padding: 20px;
}

.button-gform-gold:hover {
    background-color: #e6b93f;
}

.button-gform-gold:active {
  background-color: #d4a836;
  transform: translateY(0);
}



.pricing-container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.pricing-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 2rem;
    width: 50rem;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    background-color: #fff;
}

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

.pricing-card h2 {
    margin-bottom: 0.5rem;
    font-size: 3rem;
}

.price {
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a;
    margin: 1rem 0;
}

.features {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    color: #444;
    font-size: 1.5rem;
}

.features li {
    margin: 0.5rem 0;
}


.premium {
    border-color: gold;
}

.step-number-cinema {
    font-size: 7rem;
    font-weight: 500;
    color: #E09F3E;
    margin-bottom: 1.2rem;
    -webkit-text-stroke: 1.5px #335C67;
}

.section-how-cinema {
    padding: 4.8rem 0;
}

.section-cinema-introduction {
    padding: 4.8rem 0;
}

.join-button-cinema {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 16px 28px;
    background-color: #335C67;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(51, 92, 103, 0.5), 0 0 0 4px rgba(51, 92, 103, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
    animation: pulse 2s infinite;
}

.join-button-cinema:hover {
    background-color: #2a4a53;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(51, 92, 103, 0.6), 0 0 0 4px rgba(51, 92, 103, 0.2);
    animation: none;
}

.join-button-cinema:active {
    transform: translateY(0);
    box-shadow: 0 3px 15px rgba(51, 92, 103, 0.4), 0 0 0 4px rgba(51, 92, 103, 0.1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 6px 20px rgba(51, 92, 103, 0.5), 0 0 0 0 rgba(51, 92, 103, 0.5);
    }

    70% {
        box-shadow: 0 6px 20px rgba(51, 92, 103, 0.5), 0 0 0 10px rgba(51, 92, 103, 0);
    }

    100% {
        box-shadow: 0 6px 20px rgba(51, 92, 103, 0.5), 0 0 0 0 rgba(51, 92, 103, 0);
    }
}

.btn-icon {
    display: inline-flex;
}

/* Mobile responsiveness */
@media (max-width: 640px) {
    .join-button-cinema {
        bottom: 20px;
        right: 20px;
        padding: 12px 18px;
        font-size: 14px;
    }
}

/* Ensure button stands out against all backgrounds */
@media (prefers-color-scheme: dark) {
    .join-button-cinema {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 0 4px rgba(255, 255, 255, 0.1);
    }
}

.extra-feature {
    color: var(--secondary-color);
    border-left: 2px solid #fbbf24;
    font-weight: 600;
    animation: pulse-extra 2s infinite;
}

@keyframes pulse-extra {
    0% {
        background-color: #fff7e6;
    }

    50% {
        background-color: #fef3c7;
    }

    100% {
        background-color: #fff7e6;
    }
}



.comfun-steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
    gap: 2.5rem;
    margin-bottom: 5rem;
}

.comfun-step-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1.25rem;
    padding: 2.5rem 1.875rem;
    text-align: center;
    box-shadow: 0 0.625rem 1.875rem rgba(51, 92, 103, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.comfun-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.25rem;
    background: #E09F3E
}

.comfun-step-card:hover {
    transform: translateY(-0.625rem);
    box-shadow: 0 1.25rem 2.5rem rgba(51, 92, 103, 0.15);
}

.comfun-step-number {
    display: inline-block;
    width: 3.75rem;
    height: 3.75rem;
    background: #335C67;
    color: white;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.75rem;
    margin-bottom: 1.25rem;
    position: absolute;
    top: -2rem;
    right: 12rem;
}

.comfun-step-number::after {
    content: '';
    position: absolute;
    top: -0.3125rem;
    left: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    border: 0.125rem solid #E09F3E;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
}

.comfun-step-title {
    font-size: 2.2rem;
    color: #335C67;
    margin-bottom: 0.9375rem;
    font-weight: 500;
}

.comfun-step-description {
    color: #000;
    text-align: left;
    font-size: 2rem;
    line-height: 1.7;
}

.comfun-cinema-icon {
    font-size: 4rem;
    margin-bottom: 0.625rem;
    display: block;
}

.comfun-flow-arrow {
    display: none;
}

@media (min-width: 48rem) {
    .comfun-steps-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
        position: relative;
    }

    .comfun-flow-arrow {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        color: #bdc3c7;
        z-index: 1;
    }

    .comfun-flow-arrow:nth-of-type(1) {
        left: 23%;
    }

    .comfun-flow-arrow:nth-of-type(2) {
        left: 48%;
    }

    .comfun-flow-arrow:nth-of-type(3) {
        left: 73%;
    }
}

.comfun-cta-section {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding: 3.125rem 2.5rem;
    border-radius: 1.25rem;
    box-shadow: 0 0.625rem 1.875rem rgba(51, 92, 103, 0.1);
    max-width: 70rem;
    align-self: center;
}

.comfun-seperator {
    display: block;
    width: 50rem;
    max-width: 50rem;
    height: 3px;
    margin: 1rem auto;
    background-color: var(--accent-color);
}

.comfun-cta-title {
    font-size: 4rem;
    color: #335C67;
    margin-bottom: 1.25rem;
}

.comfun-cta-description {
    font-size: 2rem;
    color: #000;
    margin-bottom: 1.875rem;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

.grid--aboutme {
    grid-template-columns: 1fr 2fr;
}

.Education ul {
    list-style-type: none;
}

.comfun-join-button {
    display: inline-block;
    background: #E09F3E;
    color: white;
    padding: 0.9375rem 2.5rem;
    border: 1.5px solid #335C67;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0.3125rem 0.9375rem rgba(224, 159, 62, 0.3);
}

.comfun-join-button:hover {
    transform: translateY(-0.125rem);
    background: #D89332;
    box-shadow: 0 0.5rem 1.5625rem rgba(224, 159, 62, 0.4);
}

.danivideo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}


.hero-img-box {
    position: relative;
}

.hero-note {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    padding: 3px 6px;
    font-family: 'Kalam', cursive, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 4px;
    z-index: 2;
    transition: font-size 0.2s;
    text-align: center;
}

.hero-note-1 {
    top: -80px;
    left: 80px;
}

.hero-note-2 {
    bottom: -40px;
    right: 80px;
    transform: rotate(-5deg);
    transform-origin: left top;
}

.hero-note-3 {
    bottom: 110px;
    right: -40px;
    transform: rotate(-5deg);
    transform-origin: right top;
}

.hero-note-4 {
    bottom: -100px;
    right: 80px;
    transform: rotate(-5deg);
    transform-origin: right top;
}

.hero-note-5 {
    bottom: 120px;
    left: 40px;
    transform: rotate(-5deg);
    transform-origin: right top;
}

@media (max-width: 59em) {
    .hero-img-box {
        max-width: 95vw;
    }

    .hero-img-box img.hero-img {
        max-width: 100%;
    }

    .hero-note {
        position: static;
        display: block;
        margin: 10px auto;
        font-size: 2rem;
        text-align: center;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 95%;
    }
}


@media (max-width: 48rem) {
    .comfun-section-title {
        font-size: 2.5rem;
    }

    .comfun-step-card {
        padding: 1.875rem 1.25rem;
    }

    .comfun-cta-section {
        padding: 2.5rem 1.25rem;
    }

    .trailer-video iframe {
        width: 335px;
    }

    .chi-sono-container {
        flex-direction: column;
    }

    .pricing-card {
        width: 45rem;
    }

    /* Doodly arrow styling */
.doodle-arrow {
    top: -142px;
    right: 130px;
    width: 82px;
    height: 131px;
}


/* Film label styling */
.film-label {
    top: -100px;
    right: 50px;
    font-size: 4rem;
}
}

.article-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.article-row:hover {
    background-color: #e0e0e0;
}

.content {
    flex: 1;
    padding-right: 20px;
}

.article-row h3 {
    font-size: 2rem;
    margin-top: 0;
    color: #333;
}

.article-row p {
    font-size: 1.5rem;
    color: #655;
}

.image-container {
    flex-basis: 60%;
    padding: 10px;
}

.article-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
    /* Rounded image */
    display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .article-row {
        flex-direction: column;
        /* Stack elements vertically */
        text-align: center;
        /* Center text and image */
    }

    .content {
        padding-right: 0;
    }

    .image-container {
        flex-basis: auto;
        padding: 0;
        margin-top: 10px;
    }
}

.chat-bubble-btn {
    position: absolute;
    right: -70px;
    bottom: 40px;
    background: #e5ddd5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: box-shadow 0.2s;
    border: 1px solid #0e3440;
}

.chat-bubble-btn:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.chat-bubble-btn svg {
    width: 32px;
    height: 32px;
    fill: black;
}

.chat-window {
    display: none;
    position: absolute;
    right: -320px;
    bottom: 100px;
    width: 320px;
    background: #f0f0f0;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    z-index: 20;
    overflow: hidden;
    font-family: 'Nunito', 'Open Sans', sans-serif;
    animation: fadeInChat 0.3s;
}

@keyframes fadeInChat {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-header {
    background: #0e3440;
    color: #fff;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-header img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
}

.chat-header .chat-title {
    font-size: 1.2rem;
    font-weight: 700;
    flex: 1;
}

.chat-header .chat-close {
    cursor: pointer;
    font-size: 1.5rem;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.chat-header .chat-close:hover {
    opacity: 1;
}

.chat-body {
    padding: 16px 10px 16px 10px;
    background: #e5ddd5;
    min-height: 260px;
    max-height: 340px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-msg {
    background: #fff;
    border-radius: 12px 12px 12px 4px;
    padding: 10px 14px;
    max-width: 90%;
    font-size: 2rem;
    color: #222;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    margin-left: 0;
    margin-bottom: 2px;
    word-break: break-word;
}

.chat-meta {
    font-size: 0.8rem;
    color: #888;
    margin-top: 2px;
    margin-bottom: 4px;
    margin-left: 2px;
}

.heading-homepage {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.05;
  color: #0e3440;
  letter-spacing: -0.5px;
  margin-bottom: 7rem;
}


@media (max-width: 1100px) {
    .chat-window {
        left: 0;
        right: 0;
        width: 340px;
        min-width: 0;
        max-width: 80vw;
        bottom: 44px;
        border-radius: 12px;
    }

    .chat-bubble-btn {
        left: 0;
        bottom: -20px;
    }

    .heading-homepage {
        margin-bottom: 15rem;
    }

}

.typing-cursor {
    display: inline-block;
    width: 1ch;
    animation: blink 0.8s steps(1) infinite;
    color: #2B6D7A;
    font-weight: bold;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

#chat-notification {
    animation: notif-pop 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
}

@keyframes notif-pop {
    0% {
        transform: scale(0.2);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


.class-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.class-row:hover {
    background-color: #e0e0e0;
}

.class-content {
    flex: 1;
    padding-right: 20px;
    align-self: start;
}

.class-row .class-text h3 {
    font-size: 4rem;
    margin-top: 0;
    color: #333;
}

.class-row .class-text p {
    font-size: 2rem;
    color: black;
    margin-bottom: 2rem;
}

.image-class {
    flex-basis: 20%;
    padding: 10px;
}

.class-cta {
    text-align: right;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #0e3440;
}


.class-image {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid #E09F3E;
    /* Rounded image */
    display: block;
    transition: all 400ms;
}

.class-image:hover {
    transform: scale(1.05);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .class-row {
        flex-direction: column;
        /* Stack elements vertically */
        text-align: center;
        /* Center text and image */
    }

    .class-content {
        padding-right: 0;
    }

    .image-class {
        flex-basis: auto;
        padding: 0;
        margin-top: 10px;
    }

    .class-image {
        height: 400px;
    }
}
