/* ===== GLOBAL ===== */
:root {
    --section-padding: clamp(60px, 8vw, 90px);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Kanit', sans-serif;
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

p {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #D8D8D8;
}

/* Titles / Headings */
.hero-title,
.section h2,
.brand-name {
    font-family: 'Red Rose', cursive;
}

.hero-text,
.nav-link,
.login-link {
    font-family: 'Kanit', sans-serif;
}


/* ===== HEADER WRAPPER ===== */
.header-wrapper {
    padding: 15px 12px 0px;
    z-index: 999;
}

/* ===== MAIN HEADER ===== */
.custom-header {
    background: rgb(255 255 255 / 3%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 24px;
    padding: 12px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    border: 1px solid #292929;
}

.logo-img {
    width: auto;

}

.brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #F08706;
    margin-left: 10px;
}

.nav-link {
    font-family: 'Kanit', sans-serif;
    color: #D8D8D8 !important;
    margin: 0 12px;
    font-size: 18px;
}

.nav-link:hover,
.nav-link.active {
    color: #F08706 !important;
}

.login-btn {
    font-family: 'Kanit', sans-serif;
    color: #F08706;
    text-decoration: none;
    font-weight: 500;
    gap: 6px;
}

.login-text {
    color: #D8D8D8;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 300;
}

.navbar-toggler {
    border: 1px solid #F08706;
    border-radius: 12px;
    padding: 6px 10px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(240, 135, 6, 0.35);
}

.navbar-toggler-icon {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-size: 20px 2px;
    background-position: 50% 30%, 50% 50%, 50% 70%;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
    .custom-header {
        border-radius: 20px;
        padding: 12px 20px;
    }

    .nav-link {
        margin: 8px 0;
        text-align: center;
    }

    .navbar-collapse {
        background: rgb(0 0 0 / 92%);
        border-radius: 16px;
        padding: 14px 10px;
        margin-top: 12px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.65);
    }

    .login-btn {
        justify-content: center;
        padding-top: 6px;
        padding-bottom: 4px;
    }
}


/* ===== HERO ===== */
.hero-section {
    min-height: 70vh;
    padding: calc(var(--section-padding) + 40px) 0 var(--section-padding);
    background:
        url("../images/hero-bg.jpg") bottom / cover no-repeat;
    margin-top: 5rem;
}

.hero-title {
    font-family: 'Red Rose', cursive;
    font-size: clamp(38px, 8vw, 70px);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(to bottom,
            #ffffff 0%,
            #F08706 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 6px 20px rgba(255, 180, 90, 0.25));
}

.hero-text {
    max-width: 700px;
    margin: 15px auto 35px;
    color: #D8D8D8;
    font-size: clamp(16px, 3vw, 24px);
    line-height: 1.5;
}

.hero-btn {
    background: #F08706;
    color: white;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 500;
    gap: 10px;
}

.hero-btn:hover {
    background: #ffa733;
}

/* ===== HERO SECTIONS ===== */
.section {
    padding: var(--section-padding) 0;
    background: #111;
}

.dark-section {
    background: #000;
}

.section h2 {
    color: #ff9f1c;
    margin-bottom: 15px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .hero-section {
        padding: calc(var(--section-padding) + 20px) 16px var(--section-padding);
    }

    .hero-title {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .hero-text {
        font-size: 18px;
        line-height: 1.3;
        padding: 0 4px;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===== ABOUT SECTION ===== */
.about-section {
    padding: 50px 0;
    background:
        url("../images/Texture.png") center / cover no-repeat;
    color: #fff;
}

.about-tag {
    color: #F08706;
    font-family: 'Red Rose';
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: bold;
}

.about-title {
    font-family: 'Red Rose', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 6vw, 48px);
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 15px 0;
}


.about-subtitle {
    font-family: 'Red Rose';
    font-size: clamp(18px, 3.6vw, 24px);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}

.about-text {
    font-family: 'Kanit', sans-serif;
    color: #D8D8D8;
    font-size: 17px;
    line-height: 30px;
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .about-title {
        font-size: 32px;
    }

    .about-subtitle {
        line-height: 1.3;
    }
}


/* ===== MARQUEE (CURVED RECTANGLE / SCROLL) ===== */
.marquee-section {
    position: relative;
    padding: var(--section-padding) 0;
    background: transparent;
    overflow: hidden;
}

.marquee-outer {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.marquee-rotate {
    width: 130%;
    transform: rotate(358deg);
    overflow: visible;
    position: relative;
    left: -15%;
}

.marquee-track {
    background: #F08706;
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 18px 50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
    will-change: transform;
    animation: marqueeScroll 30s linear infinite;
}

.marquee-group {
    display: inline-flex;
    gap: 34px;
    align-items: center;
    white-space: nowrap;
}

.marquee-item {
    font-weight: 800;
    font-size: 22px;
    color: #000;
    letter-spacing: 1px;
}

.marquee-star svg {
    display: block;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .marquee-track {
        padding: 12px 60px;
        gap: 40px;
    }

    .marquee-content {
        animation-duration: 12s;
        will-change: transform;
    }

    .marquee-item {
        font-size: 18px;
    }

    .marquee-rotate {
        transform: rotate(358deg);
    }
}

@media (max-width: 768px) {
    .marquee-rotate {
        width: 115%;
        left: -7%;
        transform: rotate(0deg);
    }
}

/* ===== MARQUEE BANNER ===== */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    padding: var(--section-padding) 0;
}

.marquee-container {
    background: #F08706;
    transform: rotate(-2deg);
    padding: 20px 0;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: scroll 12s linear infinite;
    will-change: transform;
}

.marquee-text {
    color: #000;
    font-family: 'Red Rose', cursive;
    font-size: 34px;
    font-weight: 700;
    padding: 0 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.marquee-star {
    color: #000;
    font-size: 20px;
    opacity: 0.8;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .marquee-container{
        transform: none;
    }
    .marquee-content {
        animation-duration: 9s;
    }
}

@media (max-width: 768px) {
    .marquee-text {
        font-size: 18px;
        padding: 0 30px;
    }

    .marquee-content {
        animation-duration: 7s;
        will-change: transform;
    }
}

@media (max-width: 576px) {
    .marquee-container {
        padding: 12px 0;
    }

    .marquee-text {
        font-size: 16px;
        padding: 0 18px;
    }

    .marquee-track {
        gap: 28px;
        padding: 12px 30px;
    }
}

/* ===== CREW SECTION ===== */
.crew-section {
    background-color: #0C0C0C;
    padding: var(--section-padding) 0;
    color: #fff;
}

.crew-header {
    margin-bottom: 50px;
}

.crew-tag {
    color: #F08706;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.crew-title {
    font-family: 'Red Rose', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (min-width: 992px) {
    .crew-title {
        font-size: 48px;
    }
}

.crew-subtitle {
    color: #F08706;
    font-family: 'Red Rose', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Feature Grid */
.crew-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto 94px;
}

@media (min-width: 768px) {
    .crew-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.crew-card {
    background: linear-gradient(to right, #000000, #222222);
    border-radius: 12px;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: 1px solid #191919;
    min-height: 140px;
}

.crew-card-full {
    grid-column: 1 / -1;
}

@media (min-width: 768px) {
    .crew-card-full {
        max-width: calc(50% - 10px);
    }
}

.crew-card-content {
    flex: 1;
    padding-right: 20px;
}

.crew-card-title {
    font-family: 'Red Rose', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 7px;
    color: #fff;
}

.crew-card-text {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #D8D8D8;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.crew-card-number {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 64px;
    color: #F08706;
    line-height: 1;
}

/* CTA Buttons */
.crew-cta {
    margin-top: 40px;
}

.crew-btn-primary {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 30px;
    margin: 5px 10px;
    transition: all 0.3s ease;
}

.crew-btn-primary:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.crew-btn-secondary {
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 5px 10px;
    transition: all 0.3s ease;
}

.crew-btn-secondary:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

@media (max-width: 767px) {
    .crew-grid {
        margin: 0 auto 60px;
    }

    .crew-card {
        padding: 22px 18px;
        align-items: flex-start;
        gap: 10px;
    }

    .crew-card-number {
        font-size: 42px;
        line-height: 1;
    }

    .crew-card-title {
        font-size: 22px;
    }

    .crew-btn-primary {
        font-size: 16px;
        padding: 12px 30px;
    }

    .crew-btn-secondary {
        font-size: 16px;
        padding: 12px 30px;
    }
}

/* ===== EXPENDABLES SECTION ===== */
.expendables-section {
    position: relative;
    padding: var(--section-padding) 0;
    background: #0b0b0b;
    color: #fff;
    overflow: hidden;
}

.expendables-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 0;
}

.expendables-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/Texture.png") center / cover repeat;
    opacity: 0.60;
    z-index: 0;
    pointer-events: none;
}

.expendables-section .container {
    position: relative;
    z-index: 1;
}

.expendables-header {
    margin-bottom: 40px;
    max-width: 920px;
}

.expendables-tag {
    color: #F08706;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}

.expendables-title {
    font-family: 'Red Rose', sans-serif;
    font-weight: 600;
    font-size: clamp(30px, 6vw, 48px);
    line-height: 1.2;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.expendables-subtitle {
    color: #D8D8D8;
    font-weight: 400;
    font-size: 16px;
    max-width: 560px;
    margin: 0;
}

.expendables-grid {
    display: grid;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    grid-template-rows: repeat(2, minmax(365px, 100px));
    gap: 18px;
}

.expendable-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    background-color: rgba(255, 255, 255, 0.1);
    min-height: 250px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.expendable-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    /* 1. Apply the main blur effect to the entire pseudo-element's background area */
    backdrop-filter: blur(150px);
    /* Adjust the blur strength as needed */

    /* 2. Use a mask to make the top transparent and the bottom opaque */
    /* transparent means the blurred background will be hidden */
    /* black/opaque means the blurred background will be visible */
    mask: linear-gradient(to bottom,
            transparent 0%,
            /* Top of the card: No blur visible */
            transparent 50%,
            /* Transition starts halfway down */
            black 100%
            /* Bottom of the card: Full blur visible */
        );

}

.expendable-card-content {
    position: relative;
    z-index: 1;
    padding: 22px 24px;
}

.expendable-card h3 {
    font-family: 'Red Rose', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.expendable-card p {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #D8D8D8;
    margin: 0;
}

.expendable-card-1 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url('../images/expendables1.png');
    grid-column: 1;
    grid-row: 1;
}

.expendable-card-2 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url('../images/expendables2.png');
    grid-column: 1;
    grid-row: 2;
}

.expendable-card-3 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url('../images/expendables3.png');
    grid-column: 2;
    grid-row: 1 / span 2;
    aspect-ratio: 2 / 3;
    min-height: 520px;
}

@media (max-width: 991px) {
    .expendables-title {
        font-size: 28px;
    }

    .expendables-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-rows: minmax(290px, auto);
    }

    .expendable-card-3 {
        grid-row: auto;
        grid-column: auto;
        aspect-ratio: auto;
        min-height: 320px;
    }

    .expendable-card-content {
        padding: 42px 24px;
    }

    .expendable-card p {
        font-size: 16px;
        line-height: 1.3;
    }
}

/* ===== VIDEO SECTION ===== */
.video-section {
    width: 100%;
    background: #0b0b0b;
    padding: 0;
}

.video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 9;
    background: linear-gradient(180deg, #000000 0%, #00000063), url("../images/video.png") center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 0;
}

.video-play {
    position: relative;
    z-index: 1;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    backdrop-filter: blur(15px);
    background: #00000033;
    border: 2px solid rgba(255, 255, 255, 0.7);
    display: grid;
    place-items: center;
    color: #fff;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.video-play i {
    font-size: 32px;
    margin-left: 4px;
}

.video-play svg {
    width: 62px;
    height: 62px;
}

.video-play:hover {
    background: #0000005b;
}

@media (max-width: 767px) {
    .video-frame {
        aspect-ratio: 16 / 9;
    }

    .video-play {
        width: 64px;
        height: 64px;
    }

    .video-play svg {
        width: 34px;
        height: 34px;
    }
}

.contact-section {
    padding: var(--section-padding) 0;
    position: relative;
    background: #0b0b0b;
    color: #fff;
    overflow: hidden;
}

.contact-section .container {
    position: relative;
    z-index: 2;
}

.contact-row {
    column-gap: 40px;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 0;
    pointer-events: none;
}

.contact-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/Texture.png") center / cover repeat;
    opacity: 0.60;
    z-index: 1;
    pointer-events: none;
}

.contact-tag {
    color: #F08706;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.contact-title {
    font-family: 'Red Rose', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 6vw, 48px);
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-text {
    color: #D8D8D8;
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
}

.gx-5 {
    --bs-gutter-x: 6rem;
}

.contact-link {
    color: #F08706;
    text-decoration: none;
    font-weight: 700;
}

.contact-link:hover {
    color: #ffb347;
    text-decoration: underline;
}

.contact-card {
    background: linear-gradient(to right, #000000, #222222);
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #191919;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.contact-input,
.contact-textarea {
    background: #2F2F2F;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    padding: 10px 14px;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: #656363;
}

.contact-input:focus,
.contact-textarea:focus {
    box-shadow: 0 0 0 2px rgba(240, 135, 6, 0.35);
    background: #2F2F2F;
    color: #fff;
}

.contact-textarea {
    min-height: 170px;
    resize: vertical;
}

@media (max-width: 991px) {
    .contact-tag {
        width: 100%;
        text-align: center;
    }

    .contact-title {
        text-align: center;
        font-size: 32px;
    }
    .contact-text{
        text-align: center;
        max-width: 800px;
    }
    .contact-card {
        margin-top: 10px;
    }
}

/* ===== FOOTER ===== */
.site-footer {
    background: #000;
    padding: 18px 0;
    color: #cfcfcf;
    border-top: 1px solid #111;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-link {
    color: #cfcfcf;
    text-decoration: none;
    font-size: 15px;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-copy {
    font-size: 14px;
    color: #d6d6d6;
    text-align: center;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-icon {
    color: #d6d6d6;
    font-size: 18px;
    text-decoration: none;
}

.footer-icon:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .footer-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ===== PLAQUES SECTION ===== */
.plaques-section {
    background-color: #0C0C0C;
    padding: var(--section-padding) 0;
    color: #fff;
    position: relative;
    z-index: 10;
}

.plaques-header {
    margin-bottom: 60px;
}

.plaques-tag {
    color: #F08706;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.plaques-title {
    font-family: 'Red Rose', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (min-width: 992px) {
    .plaques-title {
        font-size: 48px;
    }
}

/* Stacking Cards */
.plaques-container {
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
}

.plaque-card {
    background: linear-gradient(to right, #000000, #222222);
    border-radius: 10px;
    padding: 40px 40px 0 40px;
    margin-bottom: 30px;
    position: sticky;
    top: 140px;
    /* offset for sticky effect */
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
    /* subtle shadow for depth */
    border: 1px solid #191919;
    /* Stack cards slightly offset if desired, or just overlap */
    top: calc(140px + (var(--index) * 20px));
    overflow: hidden;
}

.card-number {
    display: block;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 64px;
    color: #F08706;
    margin-bottom: 15px;
}

.card-title {
    font-family: 'Red Rose', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.card-text {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #D8D8D8;
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 40px;
}

.card-text strong {
    font-weight: 600;
    color: #D8D8D8;
}

/* Image Placeholders */
.card-image-placeholder {
    width: 100%;
    height: 200px;
    background-color: #222;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: auto;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
}

/* Align image column to bottom */
.plaque-card .col-lg-6:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Card Images */
.pl-img-1 {
    background-image: url('../images/card1.png');
}

.pl-img-2 {
    background-image: url('../images/card2.png');
}

.pl-img-3 {
    background-image: url('../images/card3.png');
}

.pl-img-4 {
    background-image: url('../images/card4.png');
}

/* Footer Button */
.plaque-btn {
    background-color: #F08706;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 30px;
    transition: all 0.3s ease;
    border: none;
}

.plaque-btn:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .plaque-card {
        position: static;
        top: auto;
        padding: 24px 20px 0 20px;
        border-radius: 14px;
    }

    .card-number {
        font-size: 42px;
    }

    .card-title {
        font-size: 22px;
    }

    .card-text {
        padding-bottom: 24px;
        font-size: 17px;
    }

    .card-image-placeholder {
        height: 180px;
        border-radius: 14px 14px 0 0;
    }
}

@media (min-width: 992px) {
    .card-image-placeholder {
        margin-top: 0;
        height: 300px;
    }
}
