﻿

body {
    font-family: "Proxima Nova",sans-serif;
    font-size: 1.13rem;
    line-height: 1.23;
    font-weight: 400;
}

h1 {
    font-family: "Publico Headline",serif;
    font-size: 3.5rem !important;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1.2px;
}

h2 {
    font-family: "Publico Headline",serif;
    font-size: 2.5rem !important;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0;
}
h3 {
    font-family: "Publico Headline",serif;
    font-size: 1.5rem !important;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0;
}


p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: .5rem;
}

ul {
    list-style: disc !important;
    padding-left: 25px !important;
}

.card-header {
    background-color: rgb(0 0 0);
    color: #FFFFFF !important;
}
.btn-primary {
    color: #fff;
    background-color: rgb(0 72 170);
    border-color: rgb(0 72 170);
}

.form-control {
    -webkit-appearance: menulist;

}

.menu {
    margin: auto;
    width: 50%;
    padding-left: 10px;
    text-align: center;
}

a.navbar-brand {
    margin-right: .5rem;
    margin-left: .5rem;
    font-size: 18px;
}

.form-control {
    width: auto;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
}

select {
    height: 38px;
    width: auto !important;
}

textarea#termsandconditions {
    width: 100%;
}


textarea#weatherwatcherreason {
    width: 100%;
}

textarea#generalcomments {
    width: 100%;
}

textarea#severeweatherreport {
    width: 100%;
}

textarea#photocomments {
    width: 100%;
}

.card {
    background-color: white;
    border-radius: 1rem; /* More pronounced rounded corners */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    overflow: hidden; /* Ensures child elements respect the border radius */
    transition: all 0.3s ease-in-out;
}

    .card:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

.card-header {
    background-color: #f9fafb; /* A very light gray for headers */
    border-bottom: 1px solid #e5e7eb;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
}

    .card-header h2 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #111827;
        margin-left: 0.75rem;
        line-height: 1;
    }

    .card-header i {
        color: #3b82f6; /* A nice blue for icons */
    }

.form-label {
    font-weight: bold;
    color: #374151;
    margin-bottom: 0.5rem;
    display: block;
}

.mb-0 {
    color: #000000;
}

.mb-8 {
    margin-bottom: .5rem !important;
}
div#formStep1 {
    padding-top: 3rem;
}
div#formStep2 {
    padding-top: 3rem;
}
div#formStep3 {
    padding-top: 3rem;
}

.form-input, .form-select, .form-textarea {
    width: auto;
    padding: 0.25rem .5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
select#dt-length-0 {
    padding: 0.4rem 1.5rem;
}

    .form-input:focus, .form-select:focus, .form-textarea:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
    }

.btn-primary {
    background-color: #3b82f6;
    color: white;
    border-radius: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    transition: background-color 0.3s;
    width: 100%;
    border: none;
}

    .btn-primary:hover {
        background-color: #2563eb;
    }

.photo-preview-card {
    border: 2px dashed #d1d5db;
    border-radius: 0.75rem;
    padding: 1rem;
    text-align: center;
    background-color: #f9fafb;
}

.form-checkbox, .form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: #d1d5db; /* gray-300 */
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.form-radio {
    border-radius: 50%;
}

.form-checkbox:checked {
    border-color: #3b82f6; /* blue-500 */
    background-color: #3b82f6;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}




.navbar.custom-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: box-shadow 0.3s ease-in-out;
}

    .navbar.custom-header .navbar-brand {
        font-weight: 700;
        font-size: 1.5rem;
        color: #212529;
    }

    /* Style for the main navigation links */
    .navbar.custom-header .nav-link {
        font-weight: 500;
        color: #495057;
        margin: 0 0.5rem;
        padding: 0.5rem 0;
        position: relative;
        transition: color 0.3s ease;
    }

        /* Underline effect on hover */
        .navbar.custom-header .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #0d6efd;
            transition: width 0.3s ease-in-out;
        }

        .navbar.custom-header .nav-link:hover {
            color: #0d6efd;
        }

            .navbar.custom-header .nav-link:hover::after {
                width: 100%;
            }

/* Primary call-to-action button */
.btn-cta {
    background: linear-gradient(45deg, #0d6efd, #0dcaf0);
    border: none;
    font-weight: 600;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .btn-cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        color: white;
    }

/* User dropdown styling */
.dropdown-menu {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
}

.dropdown-item {
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .dropdown-item:hover {
        background-color: #f1f3f5;
        color: #0d6efd;
    }

.dropdown-toggle::after {
    /* Hides the default Bootstrap dropdown arrow */
    display: none;
}

/* Example user avatar in dropdown */
.user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 0.5rem;
    object-fit: cover;
}


.py-2 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}



        /* --- Custom Header Styles --- */
        .navbar.custom-header {
            background-color: #ffffff;
            border-bottom: 1px solid #e9ecef;
            padding-top: 1rem;
            padding-bottom: 1rem;
            transition: box-shadow 0.3s ease-in-out;
        }

        .navbar.custom-header .navbar-brand {
            font-weight: 700;
            font-size: 1.5rem;
            color: #212529;
        }
        
        /* Style for the main navigation links */
        .navbar.custom-header .nav-link {
            font-weight: 500;
            color: #495057;
            margin: 0 0.5rem;
            padding: 0.5rem 0;
            position: relative;
            transition: color 0.3s ease;
        }

        /* Underline effect on hover */
        .navbar.custom-header .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #0d6efd;
            transition: width 0.3s ease-in-out;
        }

        .navbar.custom-header .nav-link:hover {
            color: #0d6efd;
        }

        .navbar.custom-header .nav-link:hover::after {
            width: 100%;
        }
        
        /* Primary call-to-action button */
        .btn-cta {
            background: linear-gradient(45deg, #0d6efd, #0dcaf0);
            border: none;
            font-weight: 600;
            color: white;
            padding: 0.6rem 1.2rem;
            border-radius: 0.5rem;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .btn-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            color: white;
        }

        /* User dropdown styling */
        .dropdown-menu {
            border-radius: 0.75rem;
            border: none;
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
            padding: 0.5rem 0;
        }

        .dropdown-item {
            font-weight: 500;
            padding: 0.6rem 1.2rem;
            transition: background-color 0.2s ease, color 0.2s ease;
        }
        
        .dropdown-item:hover {
            background-color: #f1f3f5;
            color: #0d6efd;
        }
        
        .dropdown-toggle::after {
            /* Hides the default Bootstrap dropdown arrow */
            display: none;
        }
        
        /* Example user avatar in dropdown */
        .user-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            margin-right: 0.5rem;
            object-fit: cover;
        }

:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.toggle-checkbox:checked {
    right: 0;
    border-color: #4f46e5;
}

    .toggle-checkbox:checked + .toggle-label {
        background-color: #2563EB;
    }

.validation-error {
    color: #ef4444; /* text-red-500 */
    font-size: 0.875rem; /* text-sm */
    margin-top: 0.25rem; /* mt-1 */
}

.p-2\.5 {
    padding: 0.5rem !important;
}
.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: #0d6efd; !important;
}

div#reportTable_wrapper {
    padding: 5px;
}

.mt-6.terms a {
    text-decoration: underline;
    color: blue;
}

.btn-duration-active {
    background-color: #0d6efd; /* Bootstrap's primary blue color */
    color: white;
    border-color: #0d6efd;
}
    /* This rule prevents the active button from changing on hover */
.btn-duration-active:hover {
        background-color: #0d6efd !important;
        color: white;
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: #0d6efd !important;
    color:white;
}