﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #ffffff;
    background-color: #FA550E;
    border-color: #FA550E;
}

    .btn-primary:hover {
        color: #FA550E;
        background-color: #FFFFFF;
        border-color: #FA550E;
    }

    .btn-primary:disabled {
        color: #ffffff;
        background-color: #a2a2a2;
        border-color: #0a0909;
        cursor: not-allowed;
    }

.btn-light {
    color: #FA550E;
    background-color: #FFFFFF;
    border-color: #FA550E;
}

    .btn-light:hover {
        color: #ffffff;
        background-color: #FA550E;
        border-color: #FA550E;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff !important;
    background-color: #FA550E !important;
    border-color: #FA550E !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Inria Sans', sans-serif;
    background-color: #F9F9F9;
}

.footer {
    position: absolute;
    bottom: -50px;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #1E1E1E;
    flex-shrink: 0;
}

/* breadcrumb */
.breadcrumb-custom {
    background-color: #FDF4D4;
}

.breadcrumb-item-custom {
    color: #FA550E;
}

.breadcrumb-item-disabled-custom {
    color: #3B3B3B;
}

/* services cards */
.service-card {
    background-color: #FDF4D4;
    cursor: pointer;
}

.service-card-price {
    color: #666666;
}

.service-card-name {
    color: #FA550E;
}

.service-card-img {
    height: 100px;
}

@media (max-width: 576px) {
    .service-card-img {
        height: 50px;
    }
}

/* datepicker */
.day {
    border: 1px solid #dee2e6 !important;
    padding: 1.0rem !important;
}

@media (min-width: 576px) {
    .day {
        border: 1px solid #dee2e6 !important;
        padding: 1.5rem !important;
    }
}

.active {
    color: #fff !important;
    background-color: #FA550E !important;
    border-color: #FA550E !important;
    background-image: none !important;
}

.datepicker-inline {
    width: auto !important;
}

/* Auth Modals */
.auth-modal {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.auth-modal .modal-header {
    background-color: #FDF4D4;
    border-bottom: none;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.auth-modal .modal-title {
    color: #FA550E;
    font-weight: 700;
    font-size: 1.5rem;
}

.auth-modal .modal-body {
    padding: 1.5rem;
}

.auth-modal .close {
    color: #FA550E;
    opacity: 0.8;
    font-size: 1.8rem;
}

.auth-modal .close:hover {
    color: #FA550E;
    opacity: 1;
}

.auth-modal .form-control:focus {
    border-color: #FA550E;
    box-shadow: 0 0 0 0.2rem rgba(250, 85, 14, 0.25);
}

.auth-modal .text-primary {
    color: #FA550E !important;
}

.auth-modal label {
    color: #3B3B3B;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.auth-modal .btn-link {
    color: #FA550E;
}

.auth-modal .btn-link:hover {
    color: #d94a0c;
    text-decoration: none;
}

/* Hover effect for cards */
.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
