/* ========================================================= CLASSIC PICTURES COMPLETE WEBSITE STYLE SHEET ========================================================= */

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #222222;
    line-height: 1.6;
    overflow-x: hidden;
}

body.viewer-open {
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

/* ========================================================= HEADER ========================================================= */

.site-header,
.site-header * {
    box-sizing: border-box;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: #e31b23;

    border-bottom: 1px solid rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* ========================================================= HEADER CONTAINER ========================================================= */

.header-container {
    width: 100%;
    max-width: 1450px;
    min-height: 92px;

    margin: 0 auto;
    padding: 10px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}

/* ========================================================= HEADER MENU — PROFESSIONAL SPACING ========================================================= */

.site-header .main-navigation {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;

    gap: 24px !important;

    flex-wrap: nowrap;
}

.site-header .main-navigation a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    padding: 10px 0 !important;

    margin: 0 !important;

    color: #ffffff !important;

    text-decoration: none !important;

    white-space: nowrap;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.5px;
}

.site-header .main-navigation a::after {
    display: none !important;
    content: none !important;
}

.site-header .main-navigation .nav-book-button {
    margin-left: 8px !important;

    padding: 10px 20px !important;

    background: #ffffff !important;

    color: #e31b23 !important;

    border: 2px solid #ffffff !important;

    border-radius: 5px;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 0.8px;

    text-decoration: none !important;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

/* BOOK NOW HOVER */

.site-header .main-navigation .nav-book-button:hover {
    background: #e31b23 !important;

    color: #ffffff !important;

    border-color: #ffffff !important;

    transform: translateY(-2px);

    text-decoration: none !important;
}

/* ========================================================= HEADER SOCIAL MEDIA BUTTONS ========================================================= */

.header-socials {
    display: flex;

    align-items: center;

    gap: 7px;

    margin-left: 4px;

    flex-shrink: 0;
}

.header-socials .social-button {
    width: 30px;

    height: 30px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.65);

    border-radius: 50%;

    background: transparent;

    color: #ffffff;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 800;

    line-height: 1;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.header-socials .social-button::after {
    display: none !important;

    content: none !important;
}

.header-socials .social-button:hover {
    background: #ffffff;

    color: #e31b23;

    border-color: #ffffff;

    transform: translateY(-2px);
}

/* ========================================================= LOGO + BRANDING ========================================================= */

/* ========================================================= LOGO + BRANDING ========================================================= */

.logo {
    display: flex;
    align-items: center;

    gap: 0;

    flex-shrink: 0;

    margin: 0;
    padding: 0;

    text-decoration: none;
    color: #ffffff;
}

/* LOGO IMAGE */

.logo img,
.site-logo {
    width: 68px;
    height: 68px;

    object-fit: contain;

    display: block;
    flex-shrink: 0;
}

/* ========================================================= BRAND NAME ========================================================= */

.header-brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;

    margin-left: -2px;
    padding: 0;

    color: #ffffff;

    line-height: 1;

    white-space: nowrap;
}

/* ========================================================= CLASSIC PICTURES ========================================================= */

.header-brand-text strong {
    display: block;

    margin: 0;
    padding: 0;

    color: #ffffff;

    font-size: 21px;
    font-weight: 800;

    line-height: 1.05;

    letter-spacing: 1.2px;
}

/* ========================================================= MEMORIES FOR LIFE ========================================================= */

.header-brand-text span {
    display: block;

    margin: 3px 0 0;
    padding: 0;

    color: #ffffff;

    font-size: 9px;
    font-weight: 600;

    line-height: 1.1;

    letter-spacing: 2px;
}

/* ========================================================= BOOK NOW ========================================================= */

.main-navigation .nav-book-button {
    margin-left: 12px;

    padding: 10px 20px;

    background: #ffffff;

    color: #e31b23 !important;

    border: 2px solid #ffffff;

    border-radius: 4px;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 0.8px;

    text-decoration: none !important;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 40px;

    white-space: nowrap;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.main-navigation .nav-book-button:hover {
    background: #e31b23;

    color: #ffffff !important;

    border-color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);

    text-decoration: none !important;
}

/* ========================================================= HEADER SOCIAL MEDIA BUTTONS ========================================================= */

.header-socials {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-left: 4px;

    flex-shrink: 0;
}

.header-socials .social-button {
    width: 32px;

    height: 32px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    background: transparent;

    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.75);

    border-radius: 50%;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 800;

    line-height: 1;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

/* REMOVE ANY UNDERLINE */

.header-socials .social-button::after {
    content: none !important;

    display: none !important;
}

/* HOVER */

.header-socials .social-button:hover {
    background: #ffffff;

    color: #e31b23;

    border-color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.20);

    text-decoration: none !important;
}

/* ========================================================= HERO ========================================================= */

.hero,
.hero * {
    box-sizing: border-box;
}

.hero {
    position: relative;

    width: 100%;

    height: 100vh;

    min-height: 720px;

    overflow: hidden;

    background: #111111;

    color: #ffffff;
}

/* ========================================================= HERO SLIDES ========================================================= */

.hero-slides {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 1;
}

.hero-slide {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    opacity: 0;

    visibility: hidden;

    transform: scale(1.04);

    transition:
        opacity 1.2s ease-in-out,
        transform 7s ease;
}

.hero-slide.active {
    opacity: 1;

    visibility: visible;

    transform: scale(1);
}

/* ========================================================= HERO OVERLAY ========================================================= */

.hero-overlay {
    position: absolute;

    inset: 0;

    z-index: 2;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.64) 30%,
            rgba(0, 0, 0, 0.38) 58%,
            rgba(0, 0, 0, 0.18) 100%
        );
}

/* ========================================================= HERO CONTENT ========================================================= */

.hero-content {
    position: relative;

    z-index: 3;

    width: 100%;

    max-width: 1450px;

    min-height: 100vh;

    margin: 0 auto;

    padding: 150px 60px 105px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    align-items: flex-start;

    text-align: left;
}

/* ========================================================= HERO TITLE ========================================================= */

.hero-main-title {
    max-width: 760px;

    margin: 0 0 14px;

    color: #ffffff;

    font-size: clamp(48px, 6vw, 82px);

    font-weight: 900;

    line-height: 1.02;

    letter-spacing: -1.8px;

    text-align: left;

    text-shadow:
        0 4px 20px rgba(0, 0, 0, 0.7);
}

.hero-main-title span {
    display: block;

    margin-top: 8px;

    color: #e31b23;
}

.hero-main-title::before {
    content: "";

    display: block;

    width: 72px;

    height: 5px;

    margin-bottom: 22px;

    background: #e31b23;

    border-radius: 4px;
}

/* ========================================================= HERO DESCRIPTION ========================================================= */

.hero-description {
    max-width: 650px;

    margin: 0 0 22px;

    color: rgba(255, 255, 255, 0.94);

    font-size: 18px;

    font-weight: 400;

    line-height: 1.7;

    letter-spacing: 0.1px;

    text-align: left;

    text-shadow:
        0 2px 12px rgba(0, 0, 0, 0.7);
}

/* ========================================================= HERO BUTTONS ========================================================= */

.hero-buttons {
    width: auto;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    flex-wrap: wrap;

    gap: 10px;
}

.hero-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 50px;

    padding: 13px 23px;

    border: 2px solid #e31b23;

    border-radius: 4px;

    background: #e31b23;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 900;

    letter-spacing: 0.8px;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.hero-button:hover {
    background: #ffffff;

    color: #e31b23;

    border-color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.25);
}

.hero-button-outline {
    background: rgba(0, 0, 0, 0.25);

    color: #ffffff;

    border-color: #ffffff;
}

.hero-button-outline:hover {
    background: #ffffff;

    color: #111111;

    border-color: #ffffff;
}

.hero-whatsapp-button {
    background: #168a3d;

    border-color: #168a3d;

    color: #ffffff;
}

.hero-whatsapp-button:hover {
    background: #ffffff;

    border-color: #ffffff;

    color: #168a3d;
}

/* ========================================================= HERO DOTS ========================================================= */

.hero-dots {
    position: absolute;

    z-index: 5;

    left: auto;

    right: 55px;

    bottom: 55px;

    transform: none;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 9px;
}

.hero-dot {
    width: 10px;

    height: 10px;

    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.6);

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.4);

    transition: all 0.25s ease;
}

.hero-dot:hover {
    background: #ffffff;

    transform: scale(1.2);
}

.hero-dot.active {
    width: 28px;

    border-radius: 10px;

    background: #e31b23;

    border-color: #e31b23;
}

/* ========================================================= HERO SCROLL ========================================================= */

.hero-scroll {
    position: absolute;

    z-index: 5;

    left: 50%;

    bottom: 20px;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    gap: 9px;

    color: rgba(255, 255, 255, 0.8);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;

    white-space: nowrap;
}

.hero-scroll span {
    width: 7px;

    height: 12px;

    border: 1px solid rgba(255, 255, 255, 0.8);

    border-radius: 8px;

    animation:
        scrollDown 1.6s infinite ease-in-out;
}

@keyframes scrollDown {

    0% {
        transform: translateY(0);
        opacity: 0.45;
    }

    50% {
        transform: translateY(5px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 0.45;
    }
}

/* ========================================================= GENERAL SECTIONS ========================================================= */

section {
    width: 100%;
}

.section-container {
    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

    padding: 90px 30px;
}

/* ========================================================= SECTION HEADINGS ========================================================= */

.section-heading {
    max-width: 800px;

    margin: 0 auto 50px;

    text-align: center;
}

.section-heading > p:first-child {
    margin-bottom: 8px;

    color: #e31b23;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2.5px;
}

.section-heading h2 {
    margin: 0;

    color: #111111;

    font-size: clamp(32px, 4vw, 52px);

    line-height: 1.1;

    font-weight: 800;
}

.section-heading .heading-line {
    width: 65px;

    height: 4px;

    margin: 18px auto;

    background: #e31b23;

    border-radius: 5px;
}

.section-heading > p:last-child {
    color: #666666;

    font-size: 16px;

    line-height: 1.7;
}

.dark-heading h2 {
    color: #111111;
}
/* =========================================================
   GALLERY CATEGORY HEADING
========================================================= */

.gallery-category-section .section-heading > p:first-child {
    color: #e31b23;
}

.gallery-category-section .section-heading h2 {
    color: #ffffff;
}

.gallery-category-section .section-heading > p:last-child {
    color: #cccccc;
}

/* ========================================================= WHY CLASSIC ========================================================= */

.why-classic {
    padding: 100px 30px;

    background: #f7f7f7;
}

.why-classic-intro {
    max-width: 720px;

    margin: 15px auto 0;
}

.classic-facts-grid {
    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.classic-fact {
    padding: 35px 28px;

    background: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 8px;

    text-align: center;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.05);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.classic-fact:hover {
    transform: translateY(-6px);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.1);
}

.classic-fact-icon {
    width: 65px;

    height: 65px;

    margin: 0 auto 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #fff1f1;

    font-size: 28px;
}

.classic-fact h3 {
    margin-bottom: 12px;

    color: #222222;

    font-size: 20px;
}

.classic-fact p {
    color: #666666;

    font-size: 14px;

    line-height: 1.7;
}

/* ========================================================= CLASSIC CTA ========================================================= */

.classic-cta {
    max-width: 1000px;

    margin: 60px auto 0;

    padding: 45px 35px;

    text-align: center;

    background: #111111;

    color: #ffffff;

    border-radius: 10px;
}

.classic-cta h3 {
    margin-bottom: 10px;

    color: #ffffff;

    font-size: clamp(25px, 4vw, 38px);
}

.classic-cta p {
    max-width: 650px;

    margin: 0 auto 25px;

    color: rgba(255, 255, 255, 0.78);
}

.classic-cta-buttons {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 12px;

    flex-wrap: wrap;
}

.classic-cta-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 12px 23px;

    background: #e31b23;

    color: #ffffff;

    border: 2px solid #e31b23;

    border-radius: 4px;

    text-decoration: none;

    font-size: 13px;

    font-weight: 800;

    transition: all 0.25s ease;
}

.classic-cta-button:hover {
    background: #ffffff;

    color: #e31b23;

    border-color: #ffffff;

    transform: translateY(-2px);
}

.classic-cta-button.portfolio-button {
    background: transparent;

    border-color: #ffffff;

    color: #ffffff;
}

.classic-cta-button.portfolio-button:hover {
    background: #ffffff;

    color: #111111;
}

/* ========================================================= GALLERY ========================================================= */

.gallery {
    padding: 100px 30px;

    background: #ffffff;
}

.gallery-intro {
    max-width: 600px;

    margin: 0 auto;
}

.gallery-categories {
    max-width: 1200px;

    margin: 0 auto 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    flex-wrap: wrap;
}

.gallery-filter {
    padding: 10px 17px;

    border: 1px solid #dddddd;

    border-radius: 4px;

    background: #ffffff;

    color: #333333;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.7px;

    transition: all 0.25s ease;
}

.gallery-filter:hover,
.gallery-filter.active {
    background: #e31b23;

    border-color: #e31b23;

    color: #ffffff;
}

.gallery-grid {
    width: 100%;

    max-width: 1350px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}

.gallery-item {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 6px;

    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.12);
}

.gallery-item.hidden {
    display: none !important;
}

.gallery-image-wrapper {
    position: relative;

    width: 100%;

    aspect-ratio: 4 / 3;

    overflow: hidden;

    background: #eeeeee;

    cursor: pointer;
}

.gallery-image-wrapper img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image-wrapper img {
    transform: scale(1.06);
}

.gallery-image-overlay {
    position: absolute;

    inset: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 7px;

    background: rgba(0, 0, 0, 0.48);

    color: #ffffff;

    opacity: 0;

    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-image-overlay {
    opacity: 1;
}

.gallery-view-icon {
    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 2px solid #ffffff;

    border-radius: 50%;

    font-size: 25px;

    line-height: 1;
}

.gallery-image-overlay > span:last-child {
    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.gallery-caption {
    padding: 15px 16px 18px;
}

.gallery-caption > span {
    display: block;

    margin-bottom: 3px;

    color: #e31b23;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.3px;
}

.gallery-caption h3 {
    color: #222222;

    font-size: 17px;

    line-height: 1.3;
}

.photo-filename {
    display: block;

    margin-top: 7px;

    color: #999999;

    font-size: 9px;

    word-break: break-all;
}

.gallery-empty {
    max-width: 700px;

    margin: 30px auto;

    padding: 30px;

    text-align: center;

    color: #777777;

    background: #f7f7f7;

    border-radius: 6px;
}

.gallery-item.image-error {
    opacity: 0.5;
}

/* ========================================================= ABOUT ========================================================= */

.about {
    background: #f4f4f4;
}

.about .section-container {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(400px, 0.8fr);

    gap: 70px;

    align-items: center;
}

.about-content {
    width: 100%;
}

.about-content .section-heading {
    text-align: left;

    margin: 0 0 30px;
}

.about-content .section-heading .heading-line {
    margin: 18px 0;
}

.about-content > p {
    margin-bottom: 18px;

    color: #555555;

    font-size: 16px;

    line-height: 1.8;
}

/* ========================================================= CEO ========================================================= */

.ceo-section {
    margin: 30px 0;
}

.ceo-content {
    padding: 25px;

    background: #ffffff;

    border-left: 4px solid #e31b23;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.05);
}

.ceo-label {
    margin-bottom: 6px;

    color: #e31b23;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;
}

.ceo-content h3 {
    margin-bottom: 15px;

    color: #222222;

    font-size: 25px;
}

.ceo-content h3 span {
    font-size: 15px;

    font-weight: 400;

    color: #777777;
}

.ceo-message {
    color: #555555;

    font-size: 14px;

    line-height: 1.8;
}

.ceo-large-image {
    width: 100%;

    overflow: hidden;

    border-radius: 8px;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.15);
}

.ceo-large-image img {
    width: 100%;

    aspect-ratio: 4 / 5;

    object-fit: cover;
}

/* ========================================================= ABOUT BUTTON ========================================================= */

.about-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 13px 24px;

    background: #e31b23;

    color: #ffffff;

    text-decoration: none;

    border: 2px solid #e31b23;

    border-radius: 4px;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 0.7px;

    transition: all 0.25s ease;
}

.about-button:hover {
    background: #111111;

    border-color: #111111;

    transform: translateY(-2px);
}

/* ========================================================= PRICE LIST ========================================================= */

.price-list-section {
    padding: 100px 30px;

    background: #111111;

    color: #ffffff;
}

.price-list-section .section-heading h2 {
    color: #ffffff;
}

.price-list-section .section-heading > p:last-child {
    color: rgba(255, 255, 255, 0.7);
}

.price-intro {
    max-width: 650px;

    margin: 0 auto;
}

.price-grid {
    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 22px;
}

.price-card {
    position: relative;

    display: flex;

    flex-direction: column;

    padding: 30px 25px;

    background: #ffffff;

    color: #222222;

    border-radius: 8px;

    border: 1px solid #eeeeee;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.price-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.2);
}

.price-icon {
    font-size: 30px;

    margin-bottom: 12px;
}

.price-category {
    color: #e31b23;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.price-card h3 {
    margin: 7px 0 12px;

    color: #222222;

    font-size: 22px;

    line-height: 1.25;
}

.package-option-price {
    margin-bottom: 20px;

    color: #111111;

    font-size: 28px;

    font-weight: 800;
}

.package-includes {
    margin-bottom: 25px;

    flex: 1;
}

.package-includes strong {
    display: block;

    margin-bottom: 10px;

    color: #777777;

    font-size: 10px;

    letter-spacing: 1px;
}

.package-includes ul {
    margin: 0;

    padding-left: 20px;
}

.package-includes li {
    margin-bottom: 7px;

    color: #555555;

    font-size: 13px;
}

.select-package-button {
    width: 100%;

    padding: 12px 15px;

    background: #e31b23;

    color: #ffffff;

    border: 2px solid #e31b23;

    border-radius: 4px;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.8px;

    transition: all 0.25s ease;
}

.select-package-button:hover {
    background: #111111;

    border-color: #111111;

    transform: translateY(-2px);
}

.price-note {
    max-width: 900px;

    margin: 45px auto 0;

    padding: 20px 25px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 6px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 13px;

    text-align: center;
}

.price-note strong {
    color: #ffffff;
}

/* ========================================================= BOOKING ========================================================= */

.booking-section {
    padding: 100px 30px;

    background: #f6f6f6;
}

.booking-container {
    max-width: 900px;

    margin: 0 auto;
}

.booking-form {
    padding: 40px;

    background: #ffffff;

    border-radius: 8px;

    box-shadow:
        0 15px 45px rgba(0, 0, 0, 0.08);
}

.booking-selected-package {
    margin-bottom: 30px;

    padding: 18px 20px;

    background: #fff2f2;

    border-left: 4px solid #e31b23;

    border-radius: 4px;
}

.booking-selected-package span {
    display: block;

    margin-bottom: 4px;

    color: #e31b23;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.booking-selected-package strong {
    color: #222222;

    font-size: 17px;
}

.booking-row {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
}

.booking-field {
    margin-bottom: 20px;
}

.booking-field label {
    display: block;

    margin-bottom: 7px;

    color: #333333;

    font-size: 12px;

    font-weight: 800;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
    width: 100%;

    padding: 13px 14px;

    border: 1px solid #dddddd;

    border-radius: 4px;

    background: #ffffff;

    color: #222222;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
    border-color: #e31b23;

    box-shadow:
        0 0 0 3px rgba(227, 27, 35, 0.1);
}

.booking-field textarea {
    resize: vertical;

    min-height: 140px;
}

.booking-field input::placeholder,
.booking-field textarea::placeholder {
    color: #aaaaaa;
}

/* ========================================================= DEPOSIT ========================================================= */

.deposit-box {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

    margin: 10px 0 20px;

    padding: 22px;

    background: #111111;

    border-radius: 6px;

    color: #ffffff;
}

.deposit-box > div {
    padding: 5px 10px;
}

.deposit-box span {
    display: block;

    margin-bottom: 5px;

    color: rgba(255, 255, 255, 0.6);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.3px;
}

.deposit-box strong {
    color: #ffffff;

    font-size: 19px;
}

.deposit-box p {
    grid-column: 1 / -1;

    margin-top: 5px;

    padding-top: 15px;

    border-top:
        1px solid rgba(255, 255, 255, 0.12);

    color: rgba(255, 255, 255, 0.68);

    font-size: 11px;

    line-height: 1.6;
}

/* ========================================================= PAYMENT NOTICE ========================================================= */

.payment-notice {
    margin: 15px 0 20px;

    padding: 14px 16px;

    background: #fff7e6;

    border-left: 4px solid #e0a100;

    color: #775600;

    font-size: 12px;

    border-radius: 3px;
}

.payment-notice strong {
    color: #5d4300;
}
.manual-payment-box {
    margin: 20px 0 25px;
    padding: 18px 20px;
    background: #f7fbf9;
    border: 1px solid #b7dcca;
    border-left: 5px solid #006B3F;
    border-radius: 6px;
    color: #174c36;
}

.manual-payment-title {
    text-align: center;
    color: #006B3F;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.manual-payment-intro {
    text-align: center;
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 15px;
}

.manual-payment-intro strong {
    color: #CE1126;
}

.manual-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.manual-payment-method {
    background: #ffffff;
    border: 1px solid #d9e8df;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.8;
}

.manual-payment-method h3 {
    margin: 0 0 7px;
    color: #CE1126;
    font-size: 15px;
}

.manual-payment-method hr {
    border: 0;
    border-top: 1px solid #e1e1e1;
    margin: 8px 0;
}

@media (max-width: 650px) {
    .manual-payment-grid {
        grid-template-columns: 1fr;
    }

    /* =========================================================
   ALTERNATIVE PAYMENT — PACKAGE 5 BESIDE PAYMENT CARD
   ========================================================= */

.manual-payment-box {
    margin: 0;
    padding: 22px;
    background: linear-gradient(145deg, #f8fcfa, #ffffff);
    border: 1px solid #c9dfd3;
    border-top: 5px solid #006B3F;
    border-radius: 12px;
    color: #174c36;
    box-shadow: 0 5px 18px rgba(0, 107, 63, 0.08);
    height: 100%;
    box-sizing: border-box;
}

.manual-payment-title {
    text-align: center;
    color: #006B3F;
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 6px;
    letter-spacing: .2px;
}

.manual-payment-subtitle {
    text-align: center;
    color: #777;
    font-size: 12px;
    margin: 0 0 18px;
    line-height: 1.5;
}

.manual-payment-subtitle strong {
    color: #CE1126;
}

.manual-payment-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.manual-payment-method {
    background: #ffffff;
    border: 1px solid #dce9e1;
    border-radius: 9px;
    padding: 14px 15px;
    font-size: 13px;
    line-height: 1.8;
    box-sizing: border-box;
}

.manual-payment-method h3 {
    margin: 0 0 8px;
    color: #CE1126;
    font-size: 15px;
    font-weight: 800;
}

.manual-payment-method div {
    color: #333;
}

.manual-payment-method strong {
    color: #006B3F;
}

.manual-payment-method hr {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 9px 0;
}

/* PAYMENT REFERENCE NOTICE */
.manual-payment-reference {
    margin-top: 13px;
    padding: 11px 13px;
    background: #fff7f7;
    border-left: 4px solid #CE1126;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.6;
    color: #555;
}

.manual-payment-reference strong {
    color: #CE1126;
}

/* DESKTOP:
   Package 5 stays on the left.
   Manual payment card sits beside it and spans the remaining space.
*/
@media (min-width: 951px) {

    .packages .manual-payment-box {
        grid-column: span 3;
        margin: 0;
        align-self: stretch;
    }

    .packages .manual-payment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* TABLET */
@media (min-width: 651px) and (max-width: 950px) {

    .packages .manual-payment-box {
        grid-column: span 2;
    }

    .manual-payment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 650px) {

    .packages .manual-payment-box {
        grid-column: span 1;
        margin: 0;
        padding: 16px;
    }

    .manual-payment-title {
        font-size: 17px;
    }

    .manual-payment-grid {
        grid-template-columns: 1fr;
    }

    .manual-payment-method {
        padding: 13px;
    }
}
/* ========================================================= BOOKING SUBMIT ========================================================= */

.booking-submit {
    width: 100%;

    min-height: 52px;

    padding: 13px 20px;

    background: #e31b23;

    color: #ffffff;

    border: 2px solid #e31b23;

    border-radius: 4px;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 0.8px;

    transition: all 0.25s ease;
}

.booking-submit:hover {
    background: #111111;

    border-color: #111111;

    transform: translateY(-2px);
}

.booking-security {
    margin-top: 15px;

    color: #888888;

    font-size: 11px;

    text-align: center;
}

/* ========================================================= CONTACT ========================================================= */

.contact {
    padding: 100px 30px;

    background: #ffffff;
}

.contact-container {
    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 45px;

    align-items: stretch;
}

.contact-info {
    padding: 35px;

    background: #111111;

    color: #ffffff;

    border-radius: 8px;
}

.contact-info h3 {
    margin-bottom: 4px;

    font-size: 28px;

    color: #ffffff;
}

.contact-tagline {
    margin-bottom: 20px;

    color: #e31b23;

    font-weight: 800;
}

.contact-info > p:not(.contact-tagline) {
    margin-bottom: 25px;

    color: rgba(255, 255, 255, 0.7);
}

.contact-detail {
    display: flex;

    flex-direction: column;

    gap: 5px;

    margin-bottom: 20px;

    padding-bottom: 18px;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.12);
}

.contact-detail strong {
    color: #ffffff;

    font-size: 12px;
}

.contact-detail span {
    color: rgba(255, 255, 255, 0.68);

    font-size: 13px;
}

.contact-detail a {
    color: #ffffff;

    text-decoration: none;

    transition: color 0.2s ease;
}

.contact-detail a:hover {
    color: #e31b23;
}

/* ========================================================= CONTACT BUTTONS ========================================================= */

.contact-buttons {
    display: flex;

    flex-direction: column;

    gap: 10px;

    margin-top: 25px;
}

.contact-button {
    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 45px;

    padding: 10px 15px;

    background: #e31b23;

    border: 2px solid #e31b23;

    border-radius: 4px;

    color: #ffffff;

    text-decoration: none;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.6px;

    transition: all 0.25s ease;
}

.contact-button:hover {
    background: #ffffff;

    color: #e31b23;

    border-color: #ffffff;

    transform: translateY(-2px);
}

.contact-button.whatsapp-button {
    background: #168a3d;

    border-color: #168a3d;
}

.contact-button.whatsapp-button:hover {
    background: #ffffff;

    color: #168a3d;

    border-color: #ffffff;
}

.contact-button.location-button {
    background: transparent;

    border-color: #ffffff;
}

.contact-button.location-button:hover {
    background: #ffffff;

    color: #111111;
}

/* ========================================================= MAP ========================================================= */

.contact-map {
    overflow: hidden;

    background: #f5f5f5;

    border-radius: 8px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.08);
}

.map-header {
    padding: 25px 25px 18px;

    background: #111111;

    color: #ffffff;
}

.map-header span {
    display: block;

    margin-bottom: 4px;

    color: #e31b23;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.map-header h3 {
    color: #ffffff;

    font-size: 23px;
}

.map-wrapper {
    width: 100%;

    min-height: 400px;
}

.map-wrapper iframe {
    display: block;

    width: 100%;

    min-height: 400px;

    border: 0;
}

.map-location-text {
    display: flex;

    flex-direction: column;

    gap: 5px;

    padding: 18px 22px;
}

.map-location-text strong {
    color: #222222;

    font-size: 12px;

    letter-spacing: 1px;
}

.map-location-text span {
    color: #666666;

    font-size: 12px;
}

/* ========================================================= FOOTER ========================================================= */

.site-footer {
    padding: 60px 30px 25px;

    background: #090909;

    color: #ffffff;
}

.footer-container {
    max-width: 1200px;

    margin: 0 auto;
}

.footer-brand {
    text-align: center;

    margin-bottom: 30px;
}

.footer-brand h2 {
    color: #ffffff;

    font-size: 26px;

    letter-spacing: 1.5px;
}

.footer-brand p {
    color: #e31b23;

    font-weight: 700;
}

.footer-links {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 20px;

    flex-wrap: wrap;

    padding: 20px 0 30px;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.1);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);

    text-decoration: none;

    font-size: 12px;

    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #e31b23;
}

.footer-bottom {
    padding-top: 25px;

    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.45);

    font-size: 11px;
}

/* ========================================================= PHOTO VIEWER ========================================================= */

.photo-viewer {
    position: fixed;

    inset: 0;

    z-index: 999999;

    display: none;

    align-items: center;

    justify-content: center;

    background: rgba(0, 0, 0, 0.96);

    opacity: 0;

    visibility: hidden;

    transition: opacity 0.25s ease;
}

.photo-viewer.active {
    display: flex;

    opacity: 1;

    visibility: visible;
}

.viewer-content {
    position: relative;

    width: min(90vw, 1200px);

    height: min(88vh, 850px);

    display: flex;

    align-items: center;

    justify-content: center;
}

.viewer-content img {
    max-width: 100%;

    max-height: 100%;

    width: auto;

    height: auto;

    object-fit: contain;

    border-radius: 3px;

    box-shadow:
        0 20px 70px rgba(0, 0, 0, 0.5);
}

.close-viewer {
    position: absolute;

    top: 20px;

    right: 25px;

    z-index: 10;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    border:
        2px solid rgba(255, 255, 255, 0.7);

    border-radius: 50%;

    background:
        rgba(0, 0, 0, 0.35);

    color: #ffffff;

    font-size: 32px;

    line-height: 1;

    transition: all 0.25s ease;
}

.close-viewer:hover {
    background: #e31b23;

    border-color: #e31b23;

    transform: rotate(90deg);
}

.viewer-prev,
.viewer-next {
    position: absolute;

    top: 50%;

    z-index: 10;

    width: 50px;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    transform: translateY(-50%);

    border:
        1px solid rgba(255, 255, 255, 0.25);

    border-radius: 5px;

    background:
        rgba(0, 0, 0, 0.4);

    color: #ffffff;

    font-size: 35px;

    transition: all 0.25s ease;
}

.viewer-prev {
    left: 20px;
}

.viewer-next {
    right: 20px;
}

.viewer-prev:hover,
.viewer-next:hover {
    background: #e31b23;

    border-color: #e31b23;
}

.viewer-counter {
    position: absolute;

    left: 50%;

    bottom: 15px;

    transform: translateX(-50%);

    padding: 7px 14px;

    border-radius: 20px;

    background: rgba(0, 0, 0, 0.65);

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;
}

.counter-separator {
    margin: 0 5px;

    color: rgba(255, 255, 255, 0.5);
}

/* ========================================================= FLOATING WHATSAPP ========================================================= */

.floating-whatsapp {
    position: fixed;

    right: 22px;

    bottom: 22px;

    z-index: 9000;

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 11px 17px;

    background: #168a3d;

    color: #ffffff;

    border-radius: 30px;

    text-decoration: none;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.25);

    font-size: 12px;

    font-weight: 800;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-4px);

    box-shadow:
        0 13px 30px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
    font-size: 18px;

    line-height: 1;
}

.whatsapp-text {
    white-space: nowrap;
}

/* ========================================================= TABLET / SMALL LAPTOP ========================================================= */

@media (max-width: 1100px) {

    .header-container {
        padding: 10px 20px;

        gap: 15px;
    }

    .logo img,
    .site-logo {
        width: 58px;

        height: 58px;
    }

    /* * Still very close to logo */
    .logo {
        gap: 1px;
    }

    .logo-text strong,
    .header-brand-text strong {
        font-size: 17px;

        letter-spacing: 0.9px;
    }

    .logo-text small,
    .header-brand-text span {
        font-size: 8px;

        letter-spacing: 1.7px;

        margin-top: 2px;
    }

    .desktop-nav,
    .main-navigation {
        gap: 8px;
    }

    .main-navigation a {
        font-size: 11px;

        padding: 8px 3px;
    }

    .main-navigation .nav-book-button {
        padding: 9px 12px;
    }

    .hero-content {
        padding: 140px 40px 105px;
    }

    .hero-main-title {
        max-width: 680px;

        font-size: clamp(44px, 6vw, 68px);
    }

    .hero-description {
        max-width: 600px;

        font-size: 17px;
    }

    .hero-dots {
        right: 35px;

        bottom: 55px;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .price-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================================= TABLET ========================================================= */

@media (max-width: 850px) {

    .site-header {
        position: relative;
    }

    .header-container {
        min-height: auto;

        padding: 14px 18px;

        flex-direction: column;

        align-items: center;

        gap: 12px;
    }

    .logo {
        justify-content: center;

        gap: 2px;
    }

    .desktop-nav,
    .main-navigation {
        width: 100%;

        justify-content: center;

        flex-wrap: wrap;

        gap: 5px 12px;
    }

    .main-navigation a {
        font-size: 11px;
    }

    .hero {
        height: 85vh;

        min-height: 650px;
    }

    .hero-content {
        min-height: 85vh;

        padding: 100px 25px 120px;

        justify-content: flex-end;

        align-items: flex-start;

        text-align: left;
    }

    .hero-main-title {
        font-size: clamp(38px, 8vw, 60px);

        text-align: left;
    }

    .hero-description {
        font-size: 16px;

        text-align: left;
    }

    .hero-buttons {
        justify-content: flex-start;
    }

    .classic-facts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about .section-container {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .ceo-large-image {
        max-width: 600px;

        margin: 0 auto;

        order: -1;
    }

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

/* ========================================================= MOBILE ========================================================= */

@media (max-width: 600px) {

    .header-container {
        padding: 12px;
    }

    .logo {
        gap: 1px;
    }

    .logo img,
    .site-logo {
        width: 52px;

        height: 52px;
    }

    .logo-text strong,
    .header-brand-text strong {
        font-size: 16px;

        letter-spacing: 0.6px;

        line-height: 1.02;
    }

    .logo-text small,
    .header-brand-text span {
        font-size: 7px;

        letter-spacing: 1.4px;

        margin-top: 2px;

        line-height: 1;
    }

    .desktop-nav,
    .main-navigation {
        gap: 4px 9px;
    }

    .main-navigation a {
        font-size: 10px;

        padding: 5px 2px;
    }

    .main-navigation .nav-book-button {
        padding: 7px 10px;
    }

    /* ===================================================== MOBILE HERO ===================================================== */

    .hero {
        min-height: 700px;

        height: 88vh;
    }

    .hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.82) 0%,
                rgba(0, 0, 0, 0.62) 52%,
                rgba(0, 0, 0, 0.32) 100%
            );
    }

    .hero-content {
        min-height: 700px;

        padding: 80px 20px 125px;

        justify-content: flex-end;

        align-items: flex-start;

        text-align: left;
    }

    .hero-main-title {
        max-width: 100%;

        margin-bottom: 14px;

        font-size: clamp(34px, 10vw, 48px);

        line-height: 1.03;

        letter-spacing: -0.5px;

        text-align: left;
    }

    .hero-main-title::before {
        width: 55px;

        height: 4px;

        margin-bottom: 17px;
    }

    .hero-main-title span {
        margin-top: 5px;
    }

    .hero-description {
        max-width: 100%;

        margin-bottom: 20px;

        font-size: 14px;

        line-height: 1.6;

        text-align: left;
    }

    .hero-buttons {
        justify-content: flex-start;

        width: 100%;

        flex-direction: column;

        align-items: flex-start;

        gap: 9px;
    }

    .hero-button {
        width: 100%;

        max-width: 300px;

        min-height: 50px;
    }

    .hero-dots {
        left: auto;

        right: 18px;

        bottom: 70px;

        transform: none;
    }

    .hero-scroll {
        bottom: 22px;

        font-size: 8px;

        letter-spacing: 1.5px;
    }

    /* ===================================================== GENERAL MOBILE ===================================================== */

    .section-container {
        padding: 65px 18px;
    }

    .why-classic,
    .gallery,
    .price-list-section,
    .booking-section,
    .contact {
        padding: 70px 18px;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .section-heading > p:last-child {
        font-size: 14px;
    }

    .classic-facts-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .classic-fact {
        padding: 28px 22px;
    }

    .classic-cta {
        padding: 35px 22px;
    }

    .gallery-categories {
        gap: 7px;
    }

    .gallery-filter {
        padding: 8px 11px;

        font-size: 9px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .gallery-image-wrapper {
        aspect-ratio: 4 / 3;
    }

    .gallery-image-overlay {
        opacity: 1;

        background:
            linear-gradient(
                transparent,
                rgba(0, 0, 0, 0.45)
            );

        justify-content: flex-end;

        padding-bottom: 20px;
    }

    .gallery-view-icon {
        display: none;
    }

    .gallery-caption h3 {
        font-size: 16px;
    }

    .about-content .section-heading {
        text-align: center;
    }

    .about-content .section-heading .heading-line {
        margin: 18px auto;
    }

    .ceo-content {
        padding: 20px;
    }

    .ceo-content h3 {
        font-size: 21px;
    }

    .price-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .price-card {
        padding: 27px 22px;
    }

    .booking-form {
        padding: 25px 18px;
    }

    .booking-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .deposit-box {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .deposit-box p {
        grid-column: auto;
    }

    .contact-container {
        gap: 20px;
    }

    .contact-info {
        padding: 25px 20px;
    }

    .map-wrapper,
    .map-wrapper iframe {
        min-height: 330px;
    }

    .footer-links {
        gap: 12px 18px;
    }

    .floating-whatsapp {
        right: 14px;

        bottom: 14px;

        padding: 12px 15px;
    }

    .whatsapp-text {
        display: none;
    }

    .whatsapp-icon {
        font-size: 20px;
    }

    .close-viewer {
        top: 12px;

        right: 12px;

        width: 42px;

        height: 42px;

        font-size: 27px;
    }

    .viewer-prev,
    .viewer-next {
        width: 40px;

        height: 55px;

        font-size: 27px;
    }

    .viewer-prev {
        left: 8px;
    }

    .viewer-next {
        right: 8px;
    }

    .viewer-content {
        width: 94vw;

        height: 82vh;
    }
}

/* ========================================================= VERY SMALL PHONES ========================================================= */

@media (max-width: 400px) {

    .header-container {
        padding: 10px;
    }

    .logo {
        gap: 1px;
    }

    .logo img,
    .site-logo {
        width: 46px;

        height: 46px;
    }

    .logo-text strong,
    .header-brand-text strong {
        font-size: 14px;

        letter-spacing: 0.4px;
    }

    .logo-text small,
    .header-brand-text span {
        font-size: 6px;

        letter-spacing: 1.1px;

        margin-top: 1px;
    }

    .desktop-nav,
    .main-navigation {
        gap: 3px 7px;
    }

    .main-navigation a {
        font-size: 9px;
    }

    .main-navigation .nav-book-button {
        padding: 6px 8px;
    }

    .hero-content {
        padding: 75px 16px 120px;
    }

    .hero-dots {
        right: 14px;

        bottom: 65px;
    }

    .hero-main-title {
        font-size: 32px;
    }

    .hero-description {
        font-size: 13px;
    }

    .hero-button {
        max-width: 280px;
    }

    .section-heading h2 {
        font-size: 29px;
    }
}

/* ========================================================= ACCESSIBILITY ========================================================= */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(227, 27, 35, 0.45);

    outline-offset: 3px;
}

/* ========================================================= REDUCED MOTION ========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;

        animation-iteration-count: 1 !important;

        transition-duration: 0.01ms !important;
    }
}

/* ========================================================= HEADER NAVIGATION - WHITE ========================================================= */

.site-header .main-navigation a {
    color: #ffffff !important;
}

.site-header .main-navigation a:visited {
    color: #ffffff !important;
}

.site-header .main-navigation a:hover {
    color: #ffffff !important;
}
/* ========================================================= COMPLETE HEADER BRAND GROUP ========================================================= */

.header-brand {
    display: flex;
    align-items: center;

    gap: 4px;

    flex-shrink: 0;
}

/* ========================================================= FINAL NAVIGATION SCROLL FIX ========================================================= */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px;
}

section[id] {
    scroll-margin-top: 105px;
}

.nav-scroll-link {
    cursor: pointer;
}

@media (max-width: 850px) {
    html {
        scroll-padding-top: 85px;
    }

    section[id] {
        scroll-margin-top: 85px;
    }
}

/* ========================================================= CLASSIC PICTURES - FINAL HEADER / LOGO / HERO POSITIONING Logo is intentionally large and overlaps the red header and hero. ========================================================= */

.site-header {
    height: 92px;
}

.site-header .header-container {
    position: relative;
    height: 92px;
    min-height: 92px;
    max-width: 1450px;
    padding-left: 30px;
    padding-right: 30px;
}

/* Keep the brand group compact, but allow the large logo to overlap. */
.site-header .header-brand {
    position: relative;
    z-index: 10001;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

/* LARGE LOGO - extends below the red header into the hero */
.site-header .header-brand .logo {
    position: relative;
    z-index: 10002;
    width: 125px;
    height: 125px;
    margin-top: 58px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .header-brand .site-logo,
.site-header .header-brand .logo img {
    width: 125px;
    height: 125px;
    max-width: none;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.28));
}

.site-header .header-brand-text {
    position: relative;
    z-index: 10003;
    margin-left: 0;
}

/* Move the complete navigation farther away from the brand */
.site-header .main-navigation {
    position: relative;
    z-index: 10004;
    margin-left: auto;
    padding-left: 75px;
    gap: 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.site-header .main-navigation .nav-book-button {
    margin-left: 8px !important;
    flex-shrink: 0;
}

/* Exactly six social icons after BOOK NOW */
.site-header .header-socials {
    display: flex !important;
    align-items: center;
    gap: 6px;
    margin-left: 4px;
    flex-shrink: 0;
}

.site-header .header-socials .social-button {
    width: 29px;
    height: 29px;
    min-width: 29px;
    min-height: 29px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.site-header .header-socials .social-button svg {
    width: 15px;
    height: 15px;
    display: block;
}

/* Hero content remains on the LEFT; buttons stay aligned with it */
.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    align-items: flex-start;
    text-align: left;
}

.hero-buttons {
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
}

/* ========================================================= LARGE DESKTOP ========================================================= */
@media (min-width: 1400px) {
    .site-header .main-navigation {
        padding-left: 105px;
        gap: 17px !important;
    }

    .site-header .header-brand .logo,
    .site-header .header-brand .site-logo,
    .site-header .header-brand .logo img {
        width: 140px;
        height: 140px;
    }

    .site-header .header-brand .logo {
        margin-top: 65px;
    }
}

/* ========================================================= SMALL LAPTOP / TABLET DESKTOP ========================================================= */
@media (max-width: 1100px) and (min-width: 851px) {
    .site-header .main-navigation {
        padding-left: 25px;
        gap: 8px !important;
    }

    .site-header .header-brand .logo,
    .site-header .header-brand .site-logo,
    .site-header .header-brand .logo img {
        width: 95px;
        height: 95px;
    }

    .site-header .header-brand .logo {
        margin-top: 45px;
    }
}

/* ========================================================= MOBILE / TABLET Keep the logo large but prevent it from breaking the menu. ========================================================= */
@media (max-width: 850px) {
    .site-header {
        height: auto;
    }

    .site-header .header-container {
        height: auto;
        min-height: auto;
        padding: 14px 18px 10px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .site-header .header-brand {
        width: 100%;
        justify-content: center;
    }

    .site-header .header-brand .logo,
    .site-header .header-brand .site-logo,
    .site-header .header-brand .logo img {
        width: 85px;
        height: 85px;
    }

    .site-header .header-brand .logo {
        margin-top: 20px;
    }

    .site-header .main-navigation {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px 10px !important;
    }

    .site-header .header-socials {
        gap: 5px;
    }

    .site-header .header-socials .social-button {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
    }

    .hero-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 600px) {
    .site-header .header-brand .logo,
    .site-header .header-brand .site-logo,
    .site-header .header-brand .logo img {
        width: 72px;
        height: 72px;
    }

    .site-header .header-brand .logo {
        margin-top: 12px;
    }

    .site-header .main-navigation {
        gap: 4px 8px !important;
    }

    .hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* =========================================================
   CLASSIC PICTURES - TOP CONTACT BAR
   ========================================================= */

.top-contact-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;

    background: #e31b23;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    z-index: 10010;
}

.top-contact-inner {
    width: 100%;
    max-width: 1450px;

    padding: 0 30px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 12px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.top-contact-inner span {
    color: #ffffff;
    white-space: nowrap;
}

.contact-divider {
    opacity: 0.7;
}


/* =========================================================
   MOVE HEADER CONTENT BELOW CONTACT BAR
   ========================================================= */

.site-header .header-container {
    padding-top: 42px;
}


/* =========================================================
   DESKTOP HEADER HEIGHT
   ========================================================= */

@media (min-width: 851px) {

    .site-header {
        height: 124px;
    }

    .site-header .header-container {
        height: 124px;
        min-height: 124px;
    }

}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 850px) {

    .site-header {
        height: auto;
    }

    .top-contact-bar {
        position: relative;
        height: 30px;
        justify-content: center;
    }

    .top-contact-inner {
        justify-content: center;
        padding: 0 8px;
        gap: 7px;
        font-size: 10px;
    }

    .site-header .header-container {
        padding-top: 14px;
    }

}


/* =========================================================
   CLASSIC PICTURES - SOCIAL MEDIA BRAND COLORS
========================================================= */

.site-header .header-social-media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin-left: 8px !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 10050 !important;
}


/* ALL SOCIAL ICONS */

.site-header .header-social-media .social-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 50% !important;

    background: #ffffff !important;

    text-decoration: none !important;

    font-size: 15px !important;
    line-height: 1 !important;

    box-sizing: border-box !important;

    visibility: visible !important;
    opacity: 1 !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}


/* ICON */

.site-header .header-social-media .social-icon i {
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 1 !important;
}


/* =========================================================
   FACEBOOK
========================================================= */

.site-header .header-social-media .social-facebook {
    color: #1877F2 !important;
    border: 2px solid #1877F2 !important;
}

.site-header .header-social-media .social-facebook i {
    color: #1877F2 !important;
}


/* =========================================================
   INSTAGRAM
========================================================= */

.site-header .header-social-media .social-instagram {
    color: #E4405F !important;
    border: 2px solid #E4405F !important;
}

.site-header .header-social-media .social-instagram i {
    color: #E4405F !important;
}


/* =========================================================
   TIKTOK
========================================================= */

.site-header .header-social-media .social-tiktok {
    color: #000000 !important;
    border: 2px solid #000000 !important;
}

.site-header .header-social-media .social-tiktok i {
    color: #000000 !important;
}


/* =========================================================
   YOUTUBE
========================================================= */

.site-header .header-social-media .social-youtube {
    color: #FF0000 !important;
    border: 2px solid #FF0000 !important;
}

.site-header .header-social-media .social-youtube i {
    color: #FF0000 !important;
}


/* =========================================================
   WHATSAPP
========================================================= */

.site-header .header-social-media .social-whatsapp {
    color: #25D366 !important;
    border: 2px solid #25D366 !important;
}

.site-header .header-social-media .social-whatsapp i {
    color: #25D366 !important;
}


/* =========================================================
   X / TWITTER
========================================================= */

.site-header .header-social-media .social-x {
    color: #000000 !important;
    border: 2px solid #000000 !important;
}

.site-header .header-social-media .social-x i {
    color: #000000 !important;
}


/* =========================================================
   HOVER
========================================================= */

.site-header .header-social-media .social-icon:hover {
    transform: translateY(-2px) scale(1.08) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .site-header .header-social-media {
        display: none !important;
    }

}


/* =========================================================
   SMALL DESKTOP / TABLET
========================================================= */

@media (max-width: 1100px) and (min-width: 769px) {

    .site-header .header-social-media {
        gap: 5px !important;
        margin-left: 5px !important;
    }

    .site-header .header-social-media .social-icon {
        width: 29px !important;
        height: 29px !important;
        min-width: 29px !important;
        min-height: 29px !important;
    }

    .site-header .header-social-media .social-icon i {
        font-size: 13px !important;
    }

}

/* Make header phone numbers larger */
.header-container .top-contact-inner {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.header-container .top-contact-inner span {
    font-size: 18px;
}
/* =========================================================
   MOVE ENTIRE HEADER CONTENT TO THE LEFT
========================================================= */

.site-header .header-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.site-header .header-logo,
.site-header .logo {
    margin-left: 0 !important;
}

.site-header .header-brand-text {
    margin-left: 5px !important;
}

.site-header .top-contact-inner {
    margin-left: 10px !important;
    margin-right: 5px !important;
}

.site-header .header-social-media {
    margin-left: 5px !important;
    margin-right: 0 !important;
}
/* =========================================================
   SHOW ALL 6 SOCIAL MEDIA ICONS
========================================================= */

.site-header .header-social-media {
    display: flex !important;
    flex-shrink: 0 !important;
    gap: 4px !important;
    margin-left: 5px !important;
    overflow: visible !important;
    width: auto !important;
}

.site-header .header-social-media .social-icon {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    min-height: 27px !important;
    flex: 0 0 27px !important;
}

.site-header .header-social-media .social-icon i {
    font-size: 13px !important;
}
/* =========================================================
   FINAL SOCIAL MEDIA POSITION FIX
========================================================= */

.site-header .header-social-media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    align-self: center !important;
    z-index: 10050 !important;
}

/* DESKTOP */
@media (min-width: 769px) {
    .site-header {
        position: fixed !important;
    }

    .site-header .header-container {
        position: relative !important;
    }

    .site-header .header-social-media {
        position: relative !important;
        align-self: center !important;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .site-header .header-social-media {
        position: static !important;
        align-self: center !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
/* HEADER BRAND TEXT */
.site-header .header-brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

.site-header .header-brand .brand-name {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    line-height: 1.05 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    display: block !important;
    margin: 0 !important;
}

.site-header .header-brand .brand-tagline {
    font-family: "Trebuchet MS", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
    line-height: 1.2 !important;
    margin: 5px 0 0 0 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    display: block !important;
    white-space: nowrap !important;
}
/* =====================================================
   HEADER SOCIAL MEDIA ICONS
===================================================== */

.site-header .header-social-media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header .header-social-media a {
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (min-width: 769px) {
    .site-header .header-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
.site-header .header-social-media a i {
    font-size: 18px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    display: block !important;
}

/* Individual official-style brand colours */
.site-header .header-social-media a[aria-label="Facebook"] i {
    color: #1877F2 !important;
}

.site-header .header-social-media a[aria-label="Instagram"] i {
    color: #E4405F !important;
}

.site-header .header-social-media a[aria-label="TikTok"] i {
    color: #ffffff !important;
}

.site-header .header-social-media a[aria-label="YouTube"] i {
    color: #FF0000 !important;
}
/* =====================================================
   FIX DESKTOP SOCIAL MEDIA — KEEP AFTER ADMIN
===================================================== */

@media (min-width: 769px) {

    .site-header .header-social-media {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;

        position: static !important;

        align-items: center !important;
        justify-content: center !important;

        flex-direction: row !important;
        flex-wrap: nowrap !important;

        gap: 8px !important;

        width: auto !important;
        height: auto !important;

        margin: 0 0 0 8px !important;
        padding: 0 !important;

        transform: none !important;

        z-index: 99999 !important;
    }


    .site-header .header-social-media a {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;

        align-items: center !important;
        justify-content: center !important;

        width: 28px !important;
        height: 28px !important;

        margin: 0 !important;
        padding: 0 !important;

        text-decoration: none !important;

        flex: 0 0 28px !important;
    }


    .site-header .header-social-media a i {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;

        font-size: 17px !important;
        line-height: 1 !important;

        font-family: "Font Awesome 6 Brands" !important;
        font-weight: 400 !important;
    }


    /* Facebook */
    .site-header .header-social-media
    a[aria-label="Facebook"] i {
        color: #1877F2 !important;
    }


    /* Instagram */
    .site-header .header-social-media
    a[aria-label="Instagram"] i {
        color: #E4405F !important;
    }


    /* TikTok */
    .site-header .header-social-media
    a[aria-label="TikTok"] i {
        color: #ffffff !important;
    }


    /* YouTube */
    .site-header .header-social-media
    a[aria-label="YouTube"] i {
        color: #FF0000 !important;
    }


    /* WhatsApp */
    .site-header .header-social-media
    a[aria-label="WhatsApp"] i {
        color: #25D366 !important;
    }


    /* X */
    .site-header .header-social-media
    a[aria-label="X"] i {
        color: #ffffff !important;
    }

}
/* SOCIAL MEDIA — 6 ICONS, WHITE CIRCLES + ORIGINAL BRAND COLORS */
@media (min-width: 769px) {

    .site-header .header-social-media {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        flex-wrap: nowrap !important;

        margin-left: auto !important;
        margin-right: 5px !important;

        padding: 0 !important;

        /* Prevent the six icons from being squeezed */
        flex-shrink: 0 !important;
        min-width: max-content !important;
        width: max-content !important;
    }

    .site-header .header-social-media a {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;

        flex: 0 0 30px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        background: #ffffff !important;
        border: 2px solid #ffffff !important;
        border-radius: 50% !important;

        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;

        text-decoration: none !important;
    }

    .site-header .header-social-media a i {
        display: block !important;
        font-size: 15px !important;
        line-height: 1 !important;
    }

    /* Facebook */
    .site-header .header-social-media a:nth-child(1) i {
        color: #1877F2 !important;
    }

    /* Instagram */
    .site-header .header-social-media a:nth-child(2) i {
        color: #E4405F !important;
    }

    /* TikTok */
    .site-header .header-social-media a:nth-child(3) i {
        color: #000000 !important;
    }

    /* YouTube */
    .site-header .header-social-media a:nth-child(4) i {
        color: #FF0000 !important;
    }

    /* WhatsApp */
    .site-header .header-social-media a:nth-child(5) i {
        color: #25D366 !important;
    }

    /* X */
    .site-header .header-social-media a:nth-child(6) i {
        color: #000000 !important;
    }

    .site-header .header-social-media a:hover {
        transform: translateY(-2px) !important;
        transition: 0.2s ease !important;
    }
}


/* DESKTOP HEADER — KEEP CONTENT TO THE LEFT */
@media (min-width: 769px) {

    .site-header .header-container {
        justify-content: flex-start !important;
        gap: 18px !important;
    }

    .site-header .header-logo,
    .site-header .logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .site-header .header-brand {
        margin-left: 0 !important;
        margin-right: 5px !important;
    }

    .site-header .top-contact-inner {
    margin-left: -20px !important;
    margin-right: -10px !important;
    white-space: nowrap !important;
    flex-shrink: 1 !important;
}

    .site-header .desktop-nav.main-navigation {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* IMPORTANT: reserve space for all 6 icons */
    .site-header .header-social-media {
        margin-left: auto !important;
        margin-right: 5px !important;
        flex-shrink: 0 !important;
    }
}


/* KEEP YOUR EXISTING LEFT SHIFT */
@media (min-width: 769px) {

   .site-header .top-contact-inner {
    margin-left: -20px !important;
    margin-right: -10px !important;
    white-space: nowrap !important;
    flex-shrink: 1 !important;
}

.site-header .desktop-nav.main-navigation {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* KEEP ALL 6 SOCIAL ICONS VISIBLE */
.site-header .header-social-media {
    margin-left: auto !important;
    margin-right: 5px !important;
    flex-shrink: 0 !important;
}


/* MOVE ONLY LOGO + BRAND LEFT */
@media (min-width: 769px) {
   
}
/* MOVE THE WHOLE DESKTOP HEADER CONTENT LEFT
   TO GIVE THE 6 SOCIAL ICONS MORE SPACE */
@media (min-width: 769px) {

    .site-header .header-container {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 14px !important;
    }

    /* Logo */
    .site-header .logo,
    .site-header .header-logo {
        margin-left: -25px !important;
    }

    /* Classic Pictures + Memories for Life */
    .site-header .header-brand {
        margin-left: -10px !important;
    }

    /* Phone numbers */
    .site-header .top-contact-inner {
        margin-left: -15px !important;
        margin-right: 0 !important;
        white-space: nowrap !important;
    }

    /* Navigation */
    .site-header .desktop-nav.main-navigation {
        margin-left: -10px !important;
        margin-right: 0 !important;
    }

    /* Keep all 6 social icons on the right */
    .site-header .header-social-media {
        margin-left: auto !important;
        margin-right: 5px !important;
        flex-shrink: 0 !important;
    }
}
/* =====================================================
   ALTERNATIVE PAYMENT BESIDE PACKAGE 5
   ===================================================== */

.packages .manual-payment-box {
    grid-column: span 3;
    margin: 0;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff, #f4faf7);
    border: 1px solid #c9dfd3;
    border-top: 5px solid #006B3F;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0, 107, 63, 0.10);
    box-sizing: border-box;
    height: 100%;
}

.manual-payment-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.payment-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006B3F;
    border-radius: 50%;
    font-size: 21px;
}

.manual-payment-heading h3 {
    margin: 0;
    color: #006B3F;
    font-size: 18px;
    font-weight: 800;
}

.manual-payment-heading p {
    margin: 3px 0 0;
    color: #777;
    font-size: 11px;
}

.manual-payment-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.payment-card {
    background: #fff;
    border: 1px solid #dce9e1;
    border-radius: 9px;
    padding: 13px;
    font-size: 12px;
    line-height: 1.75;
}

.payment-card-title {
    color: #CE1126;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 5px;
}

.payment-card strong {
    color: #006B3F;
}

.payment-divider {
    border-top: 1px solid #e5e5e5;
    margin: 6px 0;
}

.payment-reference {
    margin-top: 12px;
    padding: 9px 11px;
    background: #fff7f7;
    border-left: 4px solid #CE1126;
    border-radius: 5px;
    color: #555;
    font-size: 11px;
}

/* TABLET */
@media (min-width: 651px) and (max-width: 950px) {
    .packages .manual-payment-box {
        grid-column: span 2;
    }
}

/* MOBILE */
@media (max-width: 650px) {
    .packages .manual-payment-box {
        grid-column: span 2;
        padding: 15px;
    }

    .manual-payment-columns {
        grid-template-columns: 1fr;
    }

    .manual-payment-heading h3 {
        font-size: 16px;
    }
}