html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Clears the fixed navbar — applies to all pages */
.page-main {
    padding-top: 100px;
}

/* Extra breathing room for contained (non-full-width) pages */
.page-container {
    padding-top: 20px;
    padding-bottom: 40px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.navbar .nav-link,
.navbar .navbar-brand,
.navbar .nav-link:hover {
    color: #ffffff !important;
    font-weight: bold;
}

/* Remove Bootstrap's default navbar top/bottom padding so the bar
   is only as tall as the logo — links then sit naturally centred
   with minimal space to the top and bottom edges */
.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ── HOME HERO ────────────────────────────────── */
.home-hero {
    background-image: url('/images/backgroundimage.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    background: rgba(0, 0, 80, 0.65);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 12px;
    padding: 50px 60px;
    text-align: center;
    max-width: 750px;
    backdrop-filter: blur(3px);
}

.hero-title {
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: bold;
    color: #ffd700;
    letter-spacing: 3px;
    margin-bottom: 14px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #f0f0f0;
    margin-bottom: 28px;
    letter-spacing: 1px;
}

.hero-btn {
    display: inline-block;
    padding: 12px 36px;
    background: linear-gradient(135deg, #b8860b, #ffd700, #b8860b);
    color: #000010;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 30px;
    text-decoration: none;
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
    color: #000010;
}

/* ── SERVICES SECTION ─────────────────────────── */
.services-section {
    background-color: #00003a;
    padding: 50px 30px 60px;
}

.services-heading {
    font-family: Georgia, serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffd700;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 36px;
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 10px;
    padding: 28px 22px;
    height: 100%;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: #ffd700;
    box-shadow: 0 6px 24px rgba(255, 215, 0, 0.2);
}

.service-icon {
    font-size: 2.4rem;
    margin-bottom: 14px;
    text-align: center;
}

.service-title {
    font-family: Georgia, serif;
    font-size: 1rem;
    font-weight: bold;
    color: #ffd700;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 10px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    color: #e0e0e0;
    font-size: 0.88rem;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding-left: 10px;
    position: relative;
}

.service-list li::before {
    content: '›';
    color: #ffd700;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.cta-btn {
    display: inline-block;
    padding: 14px 48px;
    background: transparent;
    color: #ffd700;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 3px;
    border-radius: 30px;
    text-decoration: none;
    border: 2px solid #ffd700;
    transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}

.cta-btn:hover {
    background: linear-gradient(135deg, #b8860b, #ffd700);
    color: #000010;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

/* ── OLD CLASS (kept for safety) ──────────────── */
.home-background {
    background-image: url('/images/backgroundimage.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    color: #ffffff;
}

body {
    margin: 0px;
    padding: 0px;
}

.jumbotron {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: orange;
    padding-top: 12vh;
    padding-right: 5%;
    /*padding-left: 5%;*/
}

.main-content {
    padding-top: 11vh; /* Adjust this value */
    width: 100%;
    /*padding-left: 25px;*/
}

    .main-content table {
        padding-left: 25px;
        margin-top: 15vh;
    }

.bodypadding {
    padding: 15vh 0 0 10px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.scroll {
    max-height: 600px;
    overflow-y: auto;
}

@media only screen and (max-width: 700px) {
    .galleryresponsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .galleryresponsive {
        width: 100%;
    }
}

@media only screen and (max-width: 1629px) {
    .column {
        font-size: 13px;
        padding: 2px;
        margin: 0
    }
}

@media only screen and (max-width: 1550px) {
    .column {
        font-size: 12px;
        padding: 2px;
        margin: 0
    }
}

@media only screen and (max-width: 1350px) {
    .column {
        font-size: 13px;
        width: 33.33%;
        padding: 5px;
        margin: 0
    }
}

@media only screen and (max-width: 1050px) {
    .column {
        float: left;
        width: 49.99%;
        padding: 10px;
        font-size: 14px;
    }

    .column2 {
        float: left;
        width: 49.99%;
        padding: 5px;
    }
}

@media only screen and (max-width: 560px) {
    .column {
        float: left;
        width: 100%;
        padding: 5px;
    }
}

@media only screen and (min-width: 1020px) {
    .brnodisplay {
        display: none;
    }
}