
/* ============================================================
   GLOBAL
   ============================================================ */

* {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 18px;
}

body {
    background-color: #ffffff;
    color: #000000;
}

.container {
    max-width: 1200px;
}

a, button, .btn, .nav-link {
    transition: 0.2s ease-in-out;
}

/* ============================================================
   LINKS
   ============================================================ */

a {
    color: #87CEEB;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn-primary {
    background-color: #87CEEB;
    border-color: #87CEEB;
}

.btn-accent {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.btn-accent:hover {
    opacity: 0.85;
}

/* ============================================================
   HEADERS & TITLES
   ============================================================ */

h1 {
    font-size: 30px !important;
    color: #000;
    background-color: PowderBlue;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

/* ============================================================
   MAIN NAVIGATION BAR
   ============================================================ */

.navbar {
    background-color: #87CEEB !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.nav-link {
    color: #ffffff !important;
    font-weight: bold;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.nav-link:hover {
    color: #000000 !important;
}

/* ============================================================
   CARDS
   ============================================================ */

.card {
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.card-header {
    background-color: #87CEEB;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* ============================================================
   FORMS
   ============================================================ */

.form-control {
    border-radius: 6px;
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #87CEEB;
    box-shadow: 0 0 0 0.2rem rgba(
        135,
        206,
        235,
        0.25
    );
}

.form-label {
    font-size: 0.9rem;
    color: #000000;
}

/* ============================================================
   CONTACT REPORT PAGE
   ============================================================ */

.contact-report-message {
    white-space: pre-wrap;
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
}

#contact_report_table tbody tr.table-active {
    background-color: rgba(
        135,
        206,
        235,
        0.15
    ) !important;
}

#contact_report_table tbody tr:hover {
    cursor: pointer;
    background-color: rgba(
        0,
        0,
        0,
        0.10
    ) !important;
}

#contact_report_detail dl dt {
    font-weight: 600;
    color: #87CEEB;
}

#contact_report_detail dl dd {
    margin-bottom: 0.5rem;
}

.filter-btn {
    min-width: 90px;
}

/* ============================================================
   FOOTER
   ============================================================ */

footer {
    background-color: #87CEEB;
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
}

footer img {
    transition: 0.2s ease;
}

footer img:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

/* ============================================================
   DISCLAIMER CHECKBOX
   ============================================================ */

#disclaimer_read {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    transform: scale(1.6);
    cursor: pointer;
    background-color: #ffffff !important;
    border: 2px solid var(--bs-primary, #0d6efd) !important;
    accent-color: var(--bs-primary, #0d6efd) !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
}

#disclaimer_read:checked {
    background-color: var(--bs-primary, #0d6efd) !important;
    border-color: var(--bs-primary, #0d6efd) !important;
}

label[for="disclaimer_read"] {
    position: relative;
    z-index: 5;
    cursor: pointer;
}

/* ============================================================
   SECONDARY PORTFOLIO MENU BAR
   ============================================================ */

.portfolio-menu {
    background-color: #d3d3d3;
    padding: 0.75rem 0;
    border-bottom: 1px solid #bcbcbc;
}

.portfolio-menu .container {
    display: flex;
    gap: 2rem;
}

.portfolio-menu-item {
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
}

.portfolio-menu-item:hover {
    color: #000000 !important;
    text-decoration: underline;
}

.portfolio-menu {
    margin-top: -1px;
}


.thumbnail-frame {
    width: 105px;          /* adjust to your preferred size */
    height: 105px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f8f9fa;   /* light background to frame portrait images */
    border-radius: 6px;
}

.thumbnail-frame img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;   /* keeps full image visible */
}

.footer-small {
    font-size: 12px !important;
    line-height: 1.5;
}

.projects-footer {
    background-color: #fafafa;
    border-radius: 4px;
}

.table td, .table th {
    vertical-align: top;
    padding: 12px;
}

.table thead th {
    background-color: #f5f5f5;
}


/* SERVICES PAGE STYLES */

.services-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.services-container h1 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 2.5em;
}

.services-intro {
    color: #555;
    margin-bottom: 30px;
    font-size: 1.1em;
}

.service-section {
    margin-bottom: 35px;
}

.service-section h2 {
    color: #34495e;
    font-size: 1.5em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
}

.service-intro-text {
    color: #666;
    margin-bottom: 10px;
    font-style: italic;
}

.service-section ul {
    list-style: none;
    padding-left: 0;
}

.service-section li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #555;
}

.service-section li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

.flexible-section {
    background-color: #ecf0f1;
    padding: 20px;
    border-left: 4px solid #3498db;
    margin-bottom: 35px;
}

.flexible-section h3 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.contact-section {
    background-color: #34495e;
    color: white;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}

.contact-section h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
}

.contact-info {
    margin: 10px 0;
}

.contact-info strong {
    display: block;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.contact-info p {
    margin: 8px 0;
}

.contact-info a {
    color: #3498db;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* HOME PAGE */

/* Slideshow images */
.home-slide-img {
    height: 450px;
    object-fit: cover;
    filter: brightness(70%);
}

/* Quick navigation tiles */
.home-tile {
    display: block;
    padding: 20px;
    background-color: #3498db;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.2s;
}

.home-tile:hover {
    background-color: #217dbb;
    color: #fff;
}

/* About section */
.home-about {
    max-width: 800px;
}

/* Highlight cards */
.home-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
}

.home-card a {
    text-decoration: none;
    color: #3498db;
    font-weight: bold;
}

.home-card a:hover {
    text-decoration: underline;
}

.carousel-caption {
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    padding: 20px;
    border-radius: 8px;
}

/* End of Stylesheet.php */