/* =========================================
   Isotope
   ========================================= */
.isotope-filters {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.5rem;
    margin: 1rem !important;
    overflow-x: visible !important;
}
.isotope-item {
    height: auto !important;
}

.isotope-line .isotope-filter {
    font-size: 1.2rem;
    color: #082567;
}

/* Typography scaling (smooth, no snapping) */
@media (min-width: 768px) {
    .isotope-line .isotope-filter {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .isotope-line .isotope-filter {
        font-size: 1.2rem;
    }
}

@media (min-width: 1600px) {
    .isotope-line .isotope-filter {
        font-size: 1.2rem;
    }
}

/* =========================================
   Formatting
   ========================================= */

hr {
    border: 0;
    height: 1px;
    background-color: #bfbfbf; /* mid grey */
    margin: 2rem 0;
}

.text-small {
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 1;
}

.text-normal {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
}

.wedding-title {
    font-size: 1rem !important;
}

.text-large {
    font-size: 1.35rem;
}

.text-large-links {
    font-size: 2.5rem;
}

blockquote {
    position: relative;
    font-style: italic;
    color: #333; /* text color */
    padding: 2rem 1.5rem 2rem 1.5rem; /* space for quote mark */
}

blockquote::before {
    content: "\201C"; /* left double quote */
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25rem; /* large size */
    color: aliceblue;
    line-height: 1;
    z-index: -1; /* behind the text */
    font-family: serif; /* optional */
}

blockquote p {
    position: relative;
    z-index: 1; /* text appears above quote mark */
}

.text-750 {
    color: #1434a4;
}

/* =========================================
   TYPOGRAPHY – LOCKED HEADING SCALE
   ========================================= */

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
h4 {
    font-weight: 400;
    line-height: 1.3;
    margin: 1rem !important;
    color: #000;
}

/* Mobile */
h1,
.h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25 !important;
}
h2,
.h2 {
    font-size: 1.25rem;
    line-height: 1.6 !important;
}
h3,
.h3 {
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
}
h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.6;
}

/* Desktop */
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2rem;
        font-weight: 300;
    }
    h2,
    .h2 {
        font-size: 1.6rem;
        font-weight: 300;
    }
    h3,
    .h3 {
        font-size: 1.6rem;
    }
    h4,
    .h4 {
        font-size: 1.6rem;
    }
}

/* =========================================
   Social Icons
   ========================================= */
.icon-link {
    position: relative;
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.icon-link img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .icon-link img {
        width: 60px;
        height: 60px;
    }
}

/* =========================================
    icon list layout
   ========================================= */
.icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.icon-list li {
    display: inline-flex !important;
    margin: 0;
    padding: 0;
}

/* overlay */
.icon-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.25s ease;
}

/* hover + focus */
.icon-link:hover::after,
.icon-link:focus-visible::after {
    opacity: 1;
}
ul.icon-list {
    display: flex !important;
    flex-direction: row !important;
}

.isotope-item {
    overflow: visible;
}

.thumbnail,
.text-block {
    position: relative;
}

/* =========================================
   Footer Nav
   ========================================= */

.footer-nav {
    text-align: center !important;
}
ul.footer-nav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
}

body {
    font-size: 1.1rem !important;
}

.large-link {
    font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
    body {
        font-weight: 400;
        font-size: 1.2rem !important;
    }
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: clip !important;
    max-width: 1250px !important;
}
@media only screen {
    p,
    h1,
    h2,
    h3 {
        margin: 1rem !important;
    }
}

@media only screen {
    ul {
        margin: 0 !important;
    }
}

p.reviews {
    margin-bottom: 50px !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 400;
}

.link-strike-sm.h2-style {
    font-size: 2rem;
    color: #8b0000; /* dark red */
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
}
.page-links {
    font-size: 1.25rem;
    color: #8b0000; /* dark red */
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
}

h3,
.h3 {
    font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
    h3,
    h3,
    .h3 {
        .h3 {
            font-size: 3rem;
        }
    }
}

blockquote {
    margin: 1rem 1rem 1rem 1rem !important;
    color: #191970 !important;
    font-weight: 400;
}

.blockquote {
    font-size: calc(1.28125rem + 0.375vw) !important;
}

b,
strong {
    font-weight: 400 !important;
}

small,
.small {
    font-size: 85%;
}

a,
a:hover {
    color: #1a73e8;
}

.medium {
    font-size: 1.2rem;
    line-height: 1.8;
}

@media (min-width: 992px) {
    .table-container + h4,
    .table-container + .h4 {
        margin-top: 1.625rem;
    }
}

q {
    color: #000f89;
    font-size: 1.35rem;
    line-height: 1.75;
}

.text-large {
    font-size: 2.5rem;
    font-weight: 200;
}

@media (min-width: 1200px) {
    .text-large {
        font-size: 3.5rem;
        font-weight: 200;
    }
}
/* =========================================
   Footer
   ========================================= */
.footer-badges {
    text-align: center !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.footer-badges a {
    display: inline-block !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
}

.footer-badges img {
    width: 112px;
    height: auto;
}

/* Make badges smaller on mobile screens */
@media (max-width: 480px) {
    .footer-badges img {
        width: 80px;
    }

    .footer-badges a {
        margin-right: 6px;
    }
}

/* =========================================
   Tick List
   ========================================= */

ul.tick-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center; /* centres the list items */
}

ul.tick-list li {
    display: flex;
    align-items: flex-start; /* tick aligns with first line */
    gap: 0.6em;
    margin-bottom: 0.6em;
    text-align: left; /* keeps text readable */
}

ul.tick-list li::before {
    content: "\2713"; /* ✓ */
    color: #191970;
    font-weight: 600;
    line-height: 1.4;
    flex-shrink: 0;
}
.tick-list li::before {
    opacity: 0.5;
}
figure {
    margin-left: auto;
    margin-right: auto;
}

.featured-weddings .thumbnail-img {
    aspect-ratio: 5 / 4 !important;
    object-fit: cover !important;
    border-radius: 2px !important;
}
