/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: 
*/

:root {
    --yellow: #f5a623;
    --dark: #1c1c1c;
    --dark-soft: #262626;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--dark);
}

h1, h2, h3, .fw-black {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.section {
    padding: 3rem 0;
}

.eyebrow {
    color: var(--yellow) !important;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.85rem 13.6px !important;
    text-transform: uppercase;
}

.navbar {
    padding: 1rem 0;
}

.navbar .nav-link {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--dark);
    margin: 0 0.75rem;
    border-bottom: 3px solid transparent;
}

.navbar .nav-link.active, .navbar .nav-link:hover {
    color: var(--dark);
    border-bottom: 3px solid var(--yellow);
}

.btn-yellow {
    background-color: var(--yellow);
    color: var(--dark);
    font-weight: 700;
    border: none;
    padding: 0.65rem 1.5rem;
    border-radius: 12px;
    white-space: nowrap;
    text-decoration: none;
}

.btn-yellow:hover {
    background-color: #e0951a;
    color: var(--dark);
}

.btn-yellow-outline {
    background-color: transparent;
    color: var(--dark);
    font-weight: 700;
    border: 2px solid var(--yellow);
    padding: 0.6rem 1.5rem;
    border-radius: 12px;
    white-space: nowrap;
    text-decoration: none;
}

.btn-yellow-outline:hover {
    background-color: var(--yellow);
    color: var(--dark);
}

.logo-name {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: #002a54;
}

.logo-sub {
    font-size: 0.65rem;
    letter-spacing: 1px;
    color: #e66a0b;
    display: block;
    font-weight: 700;
}

.hero {
    position: relative;
    min-height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    background-color: black;
}

.hero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #001223;
    opacity: 0.5;
}

.hero-eyebrow {
    color: var(--yellow);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.hero h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.15;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.hero p.lead {
    color: #f2f2f2;
    max-width: 560px;
    font-size: 1.05rem;
}

.btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    padding: 0.6rem 1.5rem;
    background: transparent;
    border-radius: 12px;
    white-space: nowrap;
    text-decoration: none;
}

.btn-outline-light:hover {
    background: #fff;
    color: var(--dark);
}

.services {
    background-color: #f7f7f7;
    padding: 5rem 0;
}

.service-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 2.25rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: box-shadow .2s ease, transform .2s ease;
}

.service-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.service-icon {
    font-size: 2.25rem;
    color: var(--yellow);
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.service-card p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

.about {
    background-color: #fff;
}

.about-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 6px;
}

.about-text h2 {
    margin-bottom: 1.25rem;
}

.about-text p {
    color: #555;
    font-size: 0.98rem;
}

.about-stats {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #ececec;
}

.about-stat-icon {
    font-size: 1.5rem;
    color: var(--yellow);
    margin-bottom: 0.5rem;
}

.about-stat-number {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.about-stat-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #888;
    margin-top: 0.3rem;
}

.process {
    background-color: #f7f7f7;
}

.process-step {
    text-align: center;
    height: 100%;
}

.process-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--yellow);
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.1rem;
}

.process-step h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.process-step p {
    font-size: 0.88rem;
    color: #666;
    margin-bottom: 0;
}

.pricing {
    background-color: #ffffff;
}

.price-table {
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
}

.price-table thead th {
    background-color: var(--dark);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    padding: 1rem 1.25rem;
}

.price-table tbody td {
    padding: 0.9rem 1.25rem;
    vertical-align: middle;
    font-size: 0.95rem;
}

.price-table tbody tr:nth-of-type(odd) {
    background-color: #faf9f7;
}

.price-table td.price-value {
    font-weight: 700;
    color: var(--dark);
    white-space: nowrap;
}

.price-note {
    font-size: 0.85rem;
    color: #777;
}

.price-tabs .nav-link {
    font-weight: 600;
    color: #666;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0.5rem 1.1rem;
}

.price-tabs .nav-link.active {
    color: var(--dark);
    border-bottom: 2px solid var(--yellow);
    background: transparent;
}

.references {
    background-color: #f7f7f7;
}

.ref-carousel .carousel-inner {
    border-radius: 6px;
    overflow: hidden;
}

.ref-item {
    position: relative;
    cursor: zoom-in;
}

.ref-item img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.ref-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    color: #fff;
    padding: 2.5rem 1.5rem 1.25rem;
}

.ref-caption span {
    font-weight: 700;
    font-size: 1.05rem;
    display: block;
}

.ref-caption small {
    color: #ddd;
}

.ref-zoom-hint {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.ref-carousel .carousel-control-prev,
.ref-carousel .carousel-control-next {
    width: 5%;
}

.ref-carousel .carousel-control-prev-icon,
.ref-carousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 1.2rem;
    background-size: 45%;
}

.ref-thumbs {
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
    overflow-x: auto;
}

.ref-thumbs img {
    width: 84px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    transition: opacity .15s ease, border-color .15s ease;
}

.ref-thumbs img.active,
.ref-thumbs img:hover {
    opacity: 1;
    border-color: var(--yellow);
}

.testimonials {
    background-color: #fff;
}

.testimonial-card {
    background: #faf9f7;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 2rem;
    height: 100%;
}

.testimonial-stars {
    color: var(--yellow);
    font-size: 0.85rem;
    margin-bottom: 0.9rem;
    letter-spacing: 2px;
}

.testimonial-quote {
    font-size: 0.95rem;
    color: #444;
    font-style: italic;
    margin-bottom: 1.4rem;
    line-height: 1.6;
}

.testimonial-author {
    font-weight: 700;
    font-size: 0.9rem;
}

.testimonial-location {
    color: #999;
    font-size: 0.8rem;
}

.faq {
    background-color: #f7f7f7;
}

.faq .accordion-item {
    border: 1px solid #ececec;
    border-radius: 6px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.faq .accordion-button {
    font-weight: 600;
    font-size: 0.95rem;
}

.faq .accordion-button:not(.collapsed) {
    color: var(--dark);
    background-color: #fff;
    box-shadow: none;
}

.faq .accordion-button:focus {
    box-shadow: none;
    border-color: var(--yellow);
}

.contact {
    background-color: #ffffff;
}

.form-label {
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
}

.form-control {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0.65rem 0.9rem;
}

.form-control:focus {
    border-color: var(--yellow);
    box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.2);
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1.4rem;
}

.contact-info-item i {
    color: var(--yellow);
    font-size: 1.3rem;
    margin-top: 0.15rem;
}

.contact-info-item strong {
    display: block;
    font-size: 0.95rem;
}

.contact-info-item span {
    color: #777;
    font-size: 0.9rem;
}

#vsMap {
    width: 100%;
    height: 420px;
    border-radius: 22px;
    z-index: 1;
}

.vs-footer {
    background: #1c1c1c;
    color: white;
    font-size: 13px;
    padding: 12px;
    text-align: center;
}

.map-legend {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.75rem;
}

.map-legend .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(245, 166, 35, 0.35);
    border: 2px solid var(--yellow);
    display: inline-block;
}

.mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.07);
    padding: 0.65rem 1rem;
    display: flex;
    gap: 0.6rem;
}

.mobile-cta a {
    flex: 1;
    text-align: center;
    font-weight: 700;
    font-size: 0.9rem;
}

@media (min-width: 992px) {
    .mobile-cta {
        display: none;
    }
}

.has-mobile-cta {
    padding-bottom: 4.25rem;
}

@media (min-width: 992px) {
    .has-mobile-cta {
        padding-bottom: 0;
    }
}

.footer {
    background: var(--dark);
    color: #999;
    padding: 2rem 0;
    font-size: 0.85rem;
    text-align: center;
}

.footer a {
    color: #ccc;
}