/* =============================================
   COWGLEN GOLF CLUB - SITE STYLES
   Est. 1906 | Burgundy & Gold
   ============================================= */

:root {
    /* Brand Colors */
    --cg-burgundy: #722F37;
    --cg-burgundy-dark: #5A252C;
    --cg-burgundy-light: #8B3A42;
    --cg-gold: #C5A55A;
    --cg-gold-light: #D4BA7A;
    --cg-gold-dark: #A68A3E;

    /* Neutrals */
    --cg-charcoal: #2C2C2C;
    --cg-dark-grey: #3A3A3A;
    --cg-medium-grey: #6B6B6B;
    --cg-light-grey: #E8E4DF;
    --cg-off-white: #F8F5F0;
    --cg-cream: #FAF8F5;
    --cg-white: #FFFFFF;

    /* Typography */
    --font-heading-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --font-heading-sans: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;

    /* Spacing */
    --section-padding-y: 60px;
    --section-padding-y-lg: 70px;
    --section-padding-y-sm: 40px;

    /* Transitions */
    --transition-base: 0.3s ease;
}

/* =============================================
   BASE / RESET
   ============================================= */

body {
    overflow-x: hidden;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.75;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

body, p, .p {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.75;
    color: #333;
}

a {
    color: var(--cg-burgundy);
    transition: color var(--transition-base);
}

a:hover {
    color: var(--cg-burgundy-dark);
}

hr {
    border: none;
    border-top: 1px solid var(--cg-light-grey);
    margin: 20px 0;
}

/* Gold accent divider after headings */
.pro-heading + hr,
.club-colour + hr,
section h1 + hr,
section h2 + hr {
    border: none;
    height: 3px;
    width: 80px;
    background-color: var(--cg-gold);
    margin: 20px auto 30px auto;
}


/* =============================================
   TYPOGRAPHY
   ============================================= */

h1, .h1 {
    font-family: var(--font-heading-serif);
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.02em;
    color: var(--cg-burgundy);
    -webkit-font-smoothing: antialiased;
}

h2, .h2 {
    font-family: var(--font-heading-serif);
    font-weight: 600;
    font-size: 32px;
    color: var(--cg-burgundy);
    -webkit-font-smoothing: antialiased;
}

h3, .h3 {
    font-family: var(--font-heading-serif);
    font-weight: 600;
    font-size: 24px;
    color: var(--cg-burgundy);
    -webkit-font-smoothing: antialiased;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-family: var(--font-heading-sans);
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.text-lg {
    font-size: 19px;
}

.text-lg p {
    font-size: 19px;
}

li {
    margin-bottom: 6px;
}


/* =============================================
   BRAND COLORS
   ============================================= */

.club-colour {
    color: var(--cg-burgundy);
}

.club-colour-gold {
    color: var(--cg-gold);
}

.bg-burgundy {
    background-color: var(--cg-burgundy);
    color: var(--cg-white);
}

.bg-off-white {
    background-color: #EDE8E0;
}

.bg-cream {
    background-color: var(--cg-cream);
}

.bg-charcoal {
    background-color: var(--cg-charcoal);
    color: #ddd;
}

.bg-charcoal h1,
.bg-charcoal h2,
.bg-charcoal h3,
.bg-charcoal h4 {
    color: var(--cg-gold);
}

.bg-charcoal p {
    color: #ccc;
}

.bg-charcoal hr {
    background-color: var(--cg-gold) !important;
}

.bg-charcoal a {
    color: var(--cg-gold-light);
}

.bg-charcoal .btn-default {
    color: #fff;
    border-color: var(--cg-gold);
}

.bg-charcoal .btn-default:hover {
    background-color: var(--cg-gold);
    color: var(--cg-charcoal);
}

.white {
    color: #fff;
}

.blue {
    color: var(--cg-burgundy);
}


/* =============================================
   LAYOUT
   ============================================= */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.section-100 {
    width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.p-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.img-margin-bottom {
    margin-bottom: 5px;
}

.dl-horizontal dt {
    white-space: normal;
}

.pro-heading {
    text-align: center;
}

/* Vertically center image+text rows - must override BS3 floats */
.row-vcenter {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.row-vcenter > [class*="col-"] {
    float: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row-vcenter::before,
.row-vcenter::after {
    display: none !important;
}

/* Image with rounded corners and subtle shadow */
.img-featured {
    border-radius: 6px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    width: 100%;
}

/* Price highlight */
.price-tag {
    font-family: var(--font-heading-serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--cg-burgundy);
    margin: 8px 0 15px;
}

/* Content block styling for text next to images */
.content-block {
    padding: 10px 0;
}

.content-block h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.content-block p {
    margin-bottom: 12px;
}

.content-block .btn {
    margin-top: 10px;
}

.centre-text {
    text-align: center;
}

.form-header {
    text-align: center;
}

.img-center {
    margin: 0 auto;
}

.strike {
    text-decoration: line-through;
}


/* =============================================
   NAVBAR
   ============================================= */

.navbar-inverse {
    background-color: rgba(44, 44, 44, 0.95);
    border-color: transparent;
    border-bottom: 1px solid rgba(197, 165, 90, 0.3);
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-family: var(--font-heading-sans);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 15px 14px;
    transition: color var(--transition-base);
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: var(--cg-gold);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0.2);
    color: var(--cg-gold);
}

.navbar-inverse .dropdown-menu {
    background-color: var(--cg-charcoal);
    border: 1px solid rgba(197, 165, 90, 0.2);
}

.navbar-inverse .dropdown-menu > li > a {
    color: #ddd;
    font-size: 13px;
    padding: 8px 20px;
    transition: all var(--transition-base);
}

.navbar-inverse .dropdown-menu > li > a:hover {
    background-color: var(--cg-burgundy);
    color: #fff;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 2000px;
}

.navbar-collapse.in {
    overflow-y: hidden;
}

.navbar-collapse {
    padding-left: 400px;
}

.navbar-right {
    margin-right: 15px;
}

a#active {
    color: var(--cg-gold);
    font-weight: 600;
}

.navbar-brand > img {
    max-height: 125px;
    margin-top: 60px;
    position: fixed;
    z-index: 1001;
}

.navbar-red-logo {
    max-height: 125px;
    margin-top: 60px;
    position: fixed;
    z-index: 1001;
}

.navbar-white-logo {
    max-height: 40px !important;
    padding-left: 20px;
    margin-top: 5px;
}

#loginLink {
    color: #ccc;
}

/* Course Closed Banner */
.navbar-red {
    background-color: var(--cg-burgundy);
}

.navbar-red .center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
}

.navbar-red .center h3 {
    color: #fff;
    margin: 8px 0;
}


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

.btn {
    border: 2px solid;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 3px;
    font-family: var(--font-heading-sans);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 24px;
    transition: all var(--transition-base);
}

.btn-default {
    color: var(--cg-burgundy);
    background-color: transparent;
    border-color: var(--cg-burgundy);
}

.btn-default:hover,
.btn-default:focus {
    color: var(--cg-white);
    background-color: var(--cg-burgundy);
    border-color: var(--cg-burgundy);
}

.btn-success {
    color: var(--cg-white);
    background-color: var(--cg-burgundy);
    border-color: var(--cg-burgundy);
}

.btn-success:hover,
.btn-success:focus {
    color: var(--cg-white);
    background-color: var(--cg-burgundy-dark);
    border-color: var(--cg-burgundy-dark);
}

.btn-primary {
    background-color: var(--cg-gold);
    color: var(--cg-charcoal);
    border-color: var(--cg-gold);
}

.btn-primary:hover,
.btn-primary:focus {
    color: var(--cg-white);
    background-color: var(--cg-gold-dark);
    border-color: var(--cg-gold-dark);
}

.btn-danger {
    background-color: transparent;
    color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:hover {
    background-color: #d9534f;
    color: white;
    border-color: #d9534f;
}

.btn-block {
    height: 50px;
    font-size: 16px;
    font-weight: 600;
}

.button-holes {
    color: #fff;
}


/* =============================================
   BLOCKQUOTES
   ============================================= */

blockquote {
    border-left: 3px solid var(--cg-gold);
    padding: 20px 30px;
    margin: 20px 0;
    font-style: italic;
    font-family: var(--font-heading-serif);
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    background-color: rgba(248, 245, 240, 0.6);
}

blockquote footer,
blockquote .blockquote-footer {
    font-family: var(--font-heading-sans);
    font-style: normal;
    font-size: 14px;
    color: var(--cg-burgundy);
    margin-top: 10px;
}


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

section.about {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

section.footer {
    padding-top: 60px;
    padding-bottom: 30px;
}

section.footer p {
    font-size: 14px;
    line-height: 1.8;
}

section.captains-message {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

.captains-message h1 {
    text-align: center;
}

#container-messages {
    background-color: var(--cg-charcoal);
    color: white;
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

#container-testimonials {
    background-color: #EDE8E0;
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

#container-hole-info {
    background-color: #EDE8E0;
    padding-top: var(--section-padding-y-sm);
    padding-bottom: var(--section-padding-y);
}

section.professional {
    padding-top: var(--section-padding-y-lg);
    padding-bottom: var(--section-padding-y-lg);
}

section.form {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

section.list {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

section.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

section.food-menus {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
    background-color: var(--cg-off-white);
}

.grey {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
    background-color: var(--cg-off-white);
}

.grey-header {
    padding-top: var(--section-padding-y);
    padding-bottom: 5px;
    background-color: var(--cg-off-white);
}

.details {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y-lg);
}

.login-page {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
    background-image: url("~/Images/cg-clubhouse.jpg");
}


/* =============================================
   PROFESSIONAL
   ============================================= */

.professional-index {
    padding-top: var(--section-padding-y);
    padding-right: 0px !important;
    padding-bottom: var(--section-padding-y);
}

.professional-index img {
    max-height: 800px;
}

.row-pro-images {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pro-image-row img {
    max-height: 200px;
    align-content: center;
}


/* =============================================
   MEMBERSHIP PANELS
   ============================================= */

.membership {
    margin-bottom: 25px;
}

.membership .panel-default {
    border: none;
    border-radius: 6px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow var(--transition-base), transform var(--transition-base);
    overflow: hidden;
}

.membership .panel-default:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.membership .panel-default > .panel-heading {
    color: white;
    background-color: var(--cg-burgundy);
    border-color: var(--cg-burgundy);
    border-radius: 0;
    padding: 18px 20px;
}

.membership .panel-default > .panel-heading h4 {
    color: white;
    margin: 0 0 4px 0;
}

.membership .panel-body {
    padding: 20px;
}

.membership .panel-body h4 {
    font-size: 24px;
    margin: 10px 0 15px 0;
}

.membership .panel-body p {
    font-size: 15px;
    color: #555;
}


/* =============================================
   VISITOR OFFER CARDS
   ============================================= */

.offer-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.offer-row > [class*="col-"] {
    float: none;
}

.offer-text {
    padding: 20px 30px;
}

.offer-text h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.offer-text .price-tag {
    font-family: var(--font-heading-serif);
    font-size: 30px;
    font-weight: 700;
    color: var(--cg-burgundy);
    margin: 8px 0 12px;
}

.offer-text p {
    margin-bottom: 8px;
}

.offer-img img {
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-height: 380px;
    width: auto;
    margin: 0 auto;
}


/* =============================================
   CARDS
   ============================================= */

.pro-card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: box-shadow var(--transition-base), transform var(--transition-base);
    border-radius: 8px;
    overflow: hidden;
}

.pro-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.card-container {
    padding: 2px 16px;
}


/* =============================================
   CAROUSEL / SLIDERS
   ============================================= */

#courseCarousel .carousel-inner .item img {
    max-width: 100%;
}

#courseCarousel .carousel-inner .item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
}

.caption-top {
    padding-bottom: 500px !important;
}

.caption-middle {
    padding-bottom: 300px !important;
}

#courseCarousel .carousel-caption {
    padding-bottom: 80px;
    text-shadow: none;
}

#courseCarousel .caption-top {
    padding-bottom: 500px !important;
}

#courseCarousel .caption-middle {
    padding-bottom: 300px;
}

#courseCarousel .carousel-indicators {
    padding-bottom: 40px;
}

#courseCarousel .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #ccc;
}

#courseCarousel .btn {
    border: 2px solid;
    border-radius: 3px;
}

#myCarousel .carousel-inner .item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

#myCarousel .carousel-caption {
    padding-bottom: 80px;
    text-shadow: none;
}

#myCarousel .carousel-indicators {
    padding-bottom: 40px;
}

#myCarousel .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #ccc;
}

#myCarousel .btn {
    border: 2px solid;
    border-radius: 3px;
}

.carousel-inner > .item {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.carousel-caption {
    background-color: rgba(20, 20, 20, 0.5);
}

/* Testimonial Carousel */
#container-testimonials .carousel-indicators {
    bottom: -40px;
}

#container-testimonials .carousel-indicators li {
    border-color: var(--cg-burgundy);
}

#container-testimonials .carousel-indicators .active {
    background-color: var(--cg-burgundy);
}

#testimonialsCarousel .carousel-indicators {
    bottom: -40px;
}

#testimonialsCarousel .carousel-indicators li {
    border-color: var(--cg-burgundy);
}

#testimonialsCarousel .carousel-indicators .active {
    background-color: var(--cg-burgundy);
}

.rev-slidebg {
    background-color: black;
}

.boxshadow {
    box-shadow: none !important;
}

.tp-caption.PostSlider-Category, .PostSlider-Category {
    font-family: Poppins !important;
}

.tp-caption.PostSlider-Title, .PostSlider-Title {
    font-family: "Poppins" !important;
}


/* =============================================
   SLIDE / HERO BACKGROUNDS
   ============================================= */

.slide {
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
}

.slide img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.full-page-bg {
    min-width: 1800px;
}

.background-gradient {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
}

.slide-text {
    color: #fff;
    font-size: 18px;
}


/* =============================================
   VIDEO
   ============================================= */

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 50px;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#holeVideoHTML5 {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

video#backgroundvid {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

div#videoWrapper {
    background-color: transparent !important;
}

div#play {
    padding-right: 25px;
}


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

.site-footer {
    background-color: var(--cg-charcoal);
    padding-top: 60px;
    padding-bottom: 0;
    color: #ccc;
}

.site-footer .footer-col {
    margin-bottom: 30px;
}

.site-footer .footer-heading {
    font-family: var(--font-heading-serif);
    color: var(--cg-gold);
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-footer .footer-est {
    font-family: var(--font-heading-serif);
    color: var(--cg-gold);
    font-size: 14px;
    margin-bottom: 10px;
}

.site-footer p {
    font-size: 14px;
    line-height: 1.8;
    color: #aaa;
    margin-bottom: 5px;
}

.site-footer p i {
    color: var(--cg-gold-light);
    width: 18px;
    margin-right: 6px;
}

.site-footer a {
    color: var(--cg-gold-light);
    transition: color var(--transition-base);
}

.site-footer a:hover {
    color: var(--cg-gold);
    text-decoration: none;
}

.footer-social {
    margin-top: 12px;
}

.social-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid rgba(197, 165, 90, 0.4);
    border-radius: 50%;
    margin-right: 8px;
    transition: all var(--transition-base);
}

.social-icon i {
    color: var(--cg-gold-light);
    padding-right: 0;
}

.social-icon:hover {
    background-color: var(--cg-gold);
    border-color: var(--cg-gold);
}

.social-icon:hover i {
    color: var(--cg-charcoal);
}

.footer-divider {
    border-top: 1px solid rgba(197, 165, 90, 0.2);
    margin: 10px 0 20px 0;
}

.footer-bottom {
    padding-bottom: 20px;
}

.footer-copyright {
    font-size: 13px;
    color: #777;
}

.footer-link {
    font-size: 13px;
    color: #777;
}

.footer-link a {
    color: #999;
}

.footer-link a:hover {
    color: var(--cg-gold);
}

.footer-link-sep {
    color: #555;
    margin: 0 8px;
}


/* =============================================
   FORMS
   ============================================= */

label {
    font-size: 18px;
}

.form-control {
    height: 45px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 2px solid var(--cg-light-grey);
    border-radius: 3px;
    transition: border-color var(--transition-base);
}

.form-control:focus {
    border-color: var(--cg-burgundy);
    box-shadow: 0 0 0 2px rgba(114, 47, 55, 0.1);
    outline: none;
}

textarea {
    width: 100%;
    border: 2px solid var(--cg-light-grey);
    font-size: 16px;
    border-radius: 3px;
}

textarea:focus {
    border-color: var(--cg-burgundy);
    outline: none;
}

.radio input[type="radio"], .radio-inline input[type="radio"],
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

.note-editor.note-frame {
    border: solid #ccc;
}

.note-editor.note-frame :focus {
    border: 3px solid var(--cg-burgundy);
}


/* =============================================
   TABLES
   ============================================= */

.table > thead > tr > th,
.table > thead > tr > td {
    border-bottom: 2px solid var(--cg-gold);
}

.table > tbody > tr > td {
    border-top: 1px solid var(--cg-light-grey);
}

td img {
    max-width: 200px;
    height: auto;
}

#img-table {
    width: 200px;
    height: auto;
}


/* =============================================
   IMAGES / THUMBNAILS
   ============================================= */

img.thumb {
    max-height: 300px;
    height: 300px;
    width: auto;
}

.thumbnail img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    overflow: hidden;
}

#image-gallery {
    max-height: 900px;
}

.img-qual {
    min-height: 150px;
    max-height: 150px;
}

.coaching-img {
    min-height: 370px;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-height: 175px;
}

.product img {
    max-width: 250px;
    height: auto;
}

.caption {
    text-align: center;
}


/* =============================================
   NAV PILLS / TABS
   ============================================= */

.nav-pills > li > a {
    border-radius: 3px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: var(--cg-burgundy);
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: var(--cg-burgundy);
}


/* =============================================
   BADGES
   ============================================= */

.badge {
    margin-left: 4px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    background-color: var(--cg-burgundy);
    border-radius: 10px;
}

.badge-danger {
    background-color: #d9534f !important;
}

.badge-primary {
    background-color: var(--cg-gold) !important;
    color: var(--cg-charcoal) !important;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: var(--cg-burgundy);
    background-color: #fff;
}


/* =============================================
   BLOG / NEWS
   ============================================= */

.blog-container {
    padding: 15px;
    margin-bottom: 25px;
}

.sundayDinnerHeader {
    text-align: center;
}

.post-date {
    font-family: var(--font-body);
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.post-body {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.post-body p {
    margin-bottom: 12px;
}

.post-body img {
    max-width: 100%;
    height: auto;
}

.post-preview {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

h2.club-colour a {
    color: inherit;
    text-decoration: none;
}

h2.club-colour a:hover {
    color: var(--cg-gold);
    text-decoration: none;
}

.btn-read-more {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--cg-burgundy);
    border-bottom: 2px solid var(--cg-burgundy);
    padding-bottom: 2px;
    transition: color var(--transition-base), border-color var(--transition-base);
}

.btn-read-more:hover {
    color: var(--cg-gold);
    border-color: var(--cg-gold);
    text-decoration: none;
}

.img-featured {
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.post-hero-img {
    margin: 0 auto;
    max-height: 500px;
    width: auto;
}

.post-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.post-gallery-item {
    flex: 0 0 auto;
    width: calc(25% - 9px);
}

.post-gallery-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: opacity var(--transition-base);
}

.post-gallery-item img:hover {
    opacity: 0.85;
}

.lightbox-trigger {
    cursor: pointer;
}

/* Lightbox overlay */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.lightbox-overlay.active {
    display: flex;
}

.lightbox-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    max-height: 85vh;
}

.lightbox-content img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    z-index: 10000;
    line-height: 1;
    padding: 0 8px;
}

.lightbox-close:hover {
    opacity: 1;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 56px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
    z-index: 10000;
    padding: 0 15px;
    line-height: 1;
}

.lightbox-prev {
    left: 15px;
}

.lightbox-next {
    right: 15px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 1;
}

.lightbox-counter {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-body);
    font-size: 14px;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .post-gallery-item {
        width: calc(33.333% - 8px);
    }
}

@media (max-width: 767px) {
    .post-gallery-item {
        width: calc(50% - 6px);
    }

    .post-gallery-item img {
        height: 140px;
    }
}


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

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    position: absolute;
}


/* =============================================
   FULLCALENDAR
   ============================================= */

.fc-left {
    margin-top: 10px !important;
}

.fc-center {
    margin-top: 10px !important;
}

.fc-right {
    margin-top: 10px !important;
}

.fc-event-dot {
    border: 1px solid;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    border: 1px solid !important;
}


/* =============================================
   ICONS
   ============================================= */

.fa {
    padding-right: 10px;
}


/* =============================================
   RESPONSIVE
   ============================================= */

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 968px) {
    #courseCarousel .caption-top {
        padding-bottom: 80px !important;
    }

    #courseCarousel .caption-middle {
        padding-bottom: 80px !important;
    }

    .navbar-brand > img {
        max-height: 60px;
        margin-top: 60px;
        position: fixed;
    }

    .navbar-red-logo {
        max-height: 60px;
        margin-top: 60px;
        position: fixed;
    }
}

@media (max-width: 850px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        padding-left: 15px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 10px;
        margin-left: 15px;
        text-align: left;
    }
    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg__video {
        display: none;
    }

    section.professional {
        padding-top: var(--section-padding-y-sm);
        padding-bottom: var(--section-padding-y-sm);
    }

    .row-vcenter {
        display: block;
    }

    .offer-row {
        display: block;
    }

    .offer-img {
        margin-bottom: 20px;
    }

    .content-block {
        margin-top: 20px;
    }
}

@media (max-width: 652px) {
    .navbar-collapse {
        padding-left: 15px;
    }

    .navbar-brand > img {
        max-height: 60px;
        margin-top: 60px;
        position: fixed;
    }
}

@media (max-width: 450px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 15px;
    }

    h1, .h1 {
        font-size: 32px;
    }

    h2, .h2 {
        font-size: 26px;
    }
}
