﻿#right {
  left: auto;
  right: auto;
}

.sidebar{
	padding-left:8px;
	padding-right:8px;
    background-color: #FFFFFF;
    background-image: url("../Images/bg.jpg");
    background-repeat: repeat-x;
}

.sidebarContainer {
    padding:8px;
    background-color: #FFFFFF;
    color:black;
}

.header-title{
	font-weight:bold;
}

h1 {
	font-size: 20pt;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	width: 100%;
}

h2 {
	font-size: 18pt;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}

h3 {
	font-size: 12pt;
}

.p-name {
	padding-left: 8px;
}

.post-content
{
	padding-left: 8px;
}

.box .body
{
	padding-left: 0px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
	color: #b94a48;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #b94a48;
}

.validation-summary-valid {
	display: none;
}

html, body, .container-fluid, .row {
	height: 100%;
}

@media (min-width: 992px) {
    .navbar {
        width:75%;
    }

    .sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        width:25%;
        display:normal;
    }

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }
  
    .container .text-muted #wrap {
        margin: 20px 0;
    }

    .Footer {
        position: relative;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 60px;
        background-color: #f5f5f5;
    }

    aside {
        padding-top:16px;
    }
}

.imagebox {
    float:left;
    margin:16px;
    padding:8px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.captiontext {
    text-align: center;
    padding: 5px 5px;
}

.tableHeaderRow{
    border-top-width: 1px;
    border-top-color: black;
    border-top-style: solid;
}

.profile-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.profile-pic {
    width: 160px;
    height: 160px;
    border-radius: 12px;
    object-fit: cover;
    border: 3px solid #0066cc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.profile-info h1 {
    margin: 0 0 8px 0;
    font-size: 1.8rem;
}

.profile-info .hook {
    margin: 8px 0;
    font-size: 1.1rem;
    color: #d4380d;
    font-weight: 600;
}

.profile-info p {
    margin: 4px 0;
    color: #555;
}

.profile-actions {
    margin-top: 12px;
}

.btn {
    display: inline-block;
    background: #0066cc;
    color: white;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
    font-size: 0.95rem;
}

    .btn:hover {
        background: #0055aa;
    }

/* Mobile fallback */
@media (max-width: 600px) {
    .profile-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-pic {
        width: 140px;
        height: 140px;
    }

    .btn {
        display: block;
        margin: 8px auto;
        max-width: 200px;
    }
}


.status {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
}

.legacy {
    background: #ccc;
    color: #666;
}

.active {
    background: #e0f2fe;
    color: #0369a1;
}

.king {
    background: #dcfce7;
    color: #166534;
}

.service {
    margin: 2rem 0;
    padding: 1.5rem;
    border-left: 4px solid #0066cc;
    background: #f8f9fa;
}

.price {
    font-weight: bold;
    color: #d4380d;
}

.cta {
    background: #0066cc;
    color: white;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}

.services {
    display: grid;
    gap: 1.5rem;
    margin: 2rem 0;
}

.service {
    padding: 1.5rem;
    background: #f8f9fa;
    border-left: 5px solid #0066cc;
    border-radius: 0 8px 8px 0;
}

    .service h3 {
        margin-top: 0;
        font-size: 1.3rem;
    }

.price {
    font-weight: bold;
    color: #d4380d;
    font-size: 1.1rem;
}

.outcome {
    font-style: italic;
    color: #555;
    margin: 0.5rem 0;
}

.cta {
    display: inline-block;
    background: #0066cc;
    color: white;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    margin: 2rem 0;
    font-weight: 600;
}

    .cta:hover {
        background: #0055aa;
    }

.guarantee {
    font-size: 0.9rem;
    color: #666;
    margin-top: 2rem;
}

@media (max-width: 600px) {
    .services {
        grid-template-columns: 1fr;
    }
}