		
html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
 size:11pt;
 color: #000000;
}
/* Home page specific styles */
.home-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 5%;
    background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%);
}

.content-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.text-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    font-size: 17px;
    line-height: 1.6;
    flex: 1;
    min-width: 400px;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #4682b4;
}

.main-image {
    flex: 1;
    min-width: 400px;
    max-width: 600px;
    position: relative;
}

.main-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.main-image img:hover {
    transform: scale(1.02);
}

/* Features list */
.features-list {
    list-style: none;
    margin: 25px 0;
}

.features-list li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #666666;
}

.features-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4682b4;
    font-weight: bold;
    font-size: 18px;
}

/* Typography */
.maintxt {
    font-weight: bold;
    color: #4682b4;
    font-size: 28px;
    margin: 25px 0 15px;
    padding-left: 15px;
    border-left: 4px solid #ffd700;
}

/* Call to action */
.cta-section {
    background: linear-gradient(135deg, #4682b4 0%, #3399ff 100%);
    padding: 40px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    margin: 40px 0;
    max-width: 800px;
    width: 100%;
}

.cta-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #ffcc00;
}

.cta-description {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Button styles */
.button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #ffd700;
    border-radius: 50px;
    text-decoration: none;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.button:hover,
.button:focus {
    background-color: #ffcc00;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    border-color: #ffffff;
}

/* Trust indicators */
.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.trust-item {
    text-align: center;
    max-width: 200px;
}

.trust-icon {
    font-size: 36px;
    color: #4682b4;
    margin-bottom: 10px;
}

.trust-text {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

/* Voice search info */
.voice-search-info {
    max-width: 800px;
    text-align: center;
    margin-top: 40px;
}

.voice-search-info h3 {
    color: #333333;
    margin-bottom: 10px;
}

.voice-search-info p {
    color: #666666;
    font-size: 15px;
}

/* Footer */
.site-footer {
    background-color: #2c3e50;
    color: #ffffff;
    text-align: center;
    padding: 25px;
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.copyright {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ecf0f1;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ffd700;
    text-decoration: underline;
}

.disclaimer {
    font-size: 12px;
    color: #95a5a6;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Text center utility */
.text-center {
    text-align: center;
}

/* Responsive design */
@media screen and (max-width: 768px) {
    .content-row {
        flex-direction: column;
        gap: 30px;
    }
    
    .text-container,
    .main-image {
        min-width: 100%;
        max-width: 100%;
    }
    
    .text-container {
        padding: 25px;
    }
    
    .cta-section {
        padding: 25px;
    }
    
    .trust-indicators {
        gap: 20px;
    }
}

/* Fix for header menu alignment */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allow wrapping on mobile */
}

.menu {
    white-space: nowrap; /* Keep menu items on one line */
}

/* On mobile, stack the menu under the logo */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }
    .menu {
        margin-top: 10px;
        white-space: normal;
    }
    .menu-button {
        margin-bottom: 5px;
    }
}
/* Mobile responsive for fines display */
@media (max-width: 768px) {
    .fine-meta br {
        display: block;
        content: " ";
        margin-top: 5px;
    }

    .fine-card {
        padding: 12px;
        margin-bottom: 10px;
    }
}
/* ========== HEADER & NAVIGATION STYLES ========== */
.container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px;
}

.logo {
    max-width: 100%;
    height: auto;
}

.menu {
    /* Space for menu items */
}

.maintxt {
    font-weight: bold;
    color: #4682b4;
    font-size: 27px;
}

.menu-button {
    display: inline-block;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #3399ff;
    font-size: 13px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.menu-button:hover {
    background-color: #ffcc00;
    border-radius: 10px;
    color: #000;
}

a.menu-button {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

/* Fix for zip code input (from earlier) */
#zip {
    width: 120px !important;
    min-width: 120px;
    text-align: center;
    font-size: 16px !important;
    padding: 10px 12px !important;
}

/* ========== VIOLATIONS PAGE SPECIFIC STYLES ========== */
/* Add these to the bottom of your style.css file */

.violations-container {
    max-width: 1200px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #3399ff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.violations-header {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.violations-header h1 {
    font-size: 20px;
    color: #000000;
    margin: 0 0 5px 0;
}

.violations-header p {
    margin: 5px 0;
    color: #666;
}

/* Stats grid - responsive */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.stat-box {
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    background-color: #F5F5F5;
    border-top: 4px solid #ddd;
}

.stat-box.total {
    border-color: #4682b4;
}

.stat-box.abuse {
    border-color: #dc3545;
}

.stat-box.fines {
    border-color: #6f42c1;
}

.stat-box.serious {
    border-color: #fd7e14;
}

.stat-number {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
}

/* Filter tabs */
.filter-tabs {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
}

.filter-tabs a {
    display: inline-block;
    padding: 8px 15px;
    margin-right: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: all 0.3s ease;
}

.filter-tabs a:hover {
    background: #e9ecef;
}

.filter-tabs a.active {
    background: #3399ff;
    color: white;
    border-color: #3399ff;
}

/* Violation cards */
.violation-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px;
    background: white;
    transition: all 0.3s ease;
}

.violation-card:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.violation-card.abuse {
    border-left: 4px solid #dc3545;
    background-color: #fff5f5;
}

.violation-card.serious {
    border-left: 4px solid #fd7e14;
    background-color: #fff8e1;
}

/* Badges and meta info */
.scope-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: bold;
    margin-right: 10px;
    background: #6c757d;
    color: white;
}

.scope-badge[title] {
    cursor: help;
}

.violation-meta {
    color: #666;
    font-size: 0.9em;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.abuse-warning {
    color: #dc3545;
    font-weight: bold;
    margin-top: 10px;
    padding: 8px;
    background: #ffe6e6;
    border-radius: 3px;
    border-left: 3px solid #dc3545;
}

/* Links box */
.violations-links-box {
    background: white;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 30px;
}

.violations-links-box h3 {
    font-size: 17px;
    color: #333333;
    border-radius: 10px;
    background-color: #f1f1f1;
    padding: 10px;
    margin-top: 0;
}

/* Back link button */
.back-button {
    display: inline-block;
    padding: 8px 15px;
    margin-top: 20px;
    background: #3399ff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}

.back-button:hover {
    background: #ffcc00;
    color: #000;
}

/* ========== MOBILE RESPONSIVE FOR VIOLATIONS ========== */
@media (max-width: 768px) {
    .violations-container {
        margin: 10px;
        padding: 15px;
        border-radius: 8px;
    }

    .violations-header {
        padding: 15px;
    }

    .violations-header h1 {
        font-size: 18px;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .stat-box {
        padding: 12px;
    }

    .stat-number {
        font-size: 20px;
    }

    .filter-tabs {
        padding: 10px;
        text-align: center;
    }

    .filter-tabs a {
        display: block;
        margin: 5px 0;
        width: 100%;
        box-sizing: border-box;
    }

    .violation-card {
        padding: 15px;
        margin-bottom: 10px;
    }

    .violation-meta {
        font-size: 0.85em;
    }

    .violation-meta br {
        display: block;
        content: " ";
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .violations-header h1 {
        font-size: 16px;
    }
}

/* Global form input styles */
input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
    height: 40px; /* Increased height */
    padding: 10px 12px; /* More padding */
    border: 2px solid #ddd; /* Clean border */
    border-radius: 6px; /* Rounded corners */
    font-size: 16px; /* Better readability */
    font-family: 'Roboto', sans-serif; /* Match your font */
    box-sizing: border-box; /* Include padding in width */
    transition: border-color 0.3s ease; /* Smooth focus */
}
/* Add to your existing input styles in style.css */
#zip {
    width: 120px !important; /* Force wider width */
    min-width: 120px; /* Ensure it doesn't shrink */
    text-align: center;
    font-size: 16px !important; /* Larger text */
    padding: 10px 12px !important; /* More padding */
}

/* Focus state */
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: #3399ff; /* Your brand color */
    outline: none; /* Remove default outline */
    box-shadow: 0 0 0 3px rgba(51, 153, 255, 0.1); /* Subtle glow */
}

/* Specific styling for zip code to keep it compact but taller */
#zip {
    width: 90px; /* Slightly wider */
    text-align: center; /* Center the text */
}

/* Style for date inputs specifically */
input[type="date"] {
    min-width: 140px; /* Ensure date inputs are wide enough */
}

/* Style for select dropdowns */
select {
    background-color: white;
    cursor: pointer;
}

/* Style for multiple select dropdowns */
#multi-select {
    height: 120px;
    /* Make it taller */
    width: 300px;
    /* Make it wider */
    padding: 8px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: white;
}

/* Style for regular select dropdown */
#select {
    height: 40px;
    /* Match your other inputs */
    width: 250px;
    /* Wider than default */
    padding: 8px 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: white;
}

/* Focus states for better usability */
#multi-select:focus,
#select:focus {
    border-color: #3399ff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(51, 153, 255, 0.1);
}

/* Style for the multiple select options */
#multi-select option {
    padding: 6px 8px;
    border-bottom: 1px solid #f0f0f0;
}

#multi-select option:hover {
    background-color: #3399ff;
    color: white;
}

/* Instructions for multiple select */
.multiple-select-instruction {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}





body {
  position: relative;
  margin: 0;
  padding-bottom: 100px; /* Adjust this value to match your footer height */
  box-sizing: border-box;
}

 


.error {font-size:17px;
    color: #333333;
	border-radius: 10px; /* Adjust the value to change the amount of rounding */
    background-color: #ffffff; 
    padding: 10px;
	border: 1px;
	padding: 5px;
	border-style: solid;
    border-color: red;
    border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;*/
}
.menu-button:a      {font-family: 'Roboto', sans-serif;
             font-weight: normal;
	    	color: #fff;
		    text-decoration: none;
			font-size: 20px;
            }		
.menu-button:a      {font-family: 'Roboto', sans-serif;
             font-weight: normal;
	    	color: #fff;
		    text-decoration: none;
			font-size: 11px;
            }
.menu-button {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #3399ff;
  font-size: 20px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #ccc; /* Add a 2px solid border with a gray color */
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.menu-button:hover {
  background-color: #ffcc00;
  border-radius: 10px;
  color: #000;
 }

a.menu-button    {font-family: 'Roboto', sans-serif;
            color: #000000;
	    	font-weight: normal;
	    	color: #ffffff ;
			text-decoration: none;
            }
}
	
a:link      {  font-family: 'Roboto', sans-serif;
             font-weight: normal;
	    	color: blue;
		    text-decoration: none;
            }

a:active    {   font-family: 'Roboto', sans-serif;
            color: #000000;
	    	font-weight: normal;
	    	color: #999999 ;
			text-decoration: none;
            }

a:visited   {   font-family: 'Roboto', sans-serif;
             font-weight: normal;
	    	color: #000000 ;
			text-decoration: none;
            }

a:hover     {   font-family: 'Roboto', sans-serif;
             font-weight:normal;
	    	text-decoration: none;
	    	color: red;
			/*background: #cccccc;*/
			}
			
			
	 /* container */
.responsive-three-columns {
    display:flex;
    flex-wrap:wrap;
}

/* columns */
.responsive-three-columns > * {
    width:100%;
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-three-columns > * {
        width:calc(100% / 3);
    }
}
 padding:calc(8px + 1.5625vw);

.verticalLine {
  border-left: thick solid #ff0000;
}

.vertical-line {
        height: 100%;
		color: 999;
        border-left: 1px solid black; /* or any color you prefer */
    }

h2 {font-size:17px;
    color: #333333;
	border-radius: 10px; /* Adjust the value to change the amount of rounding */
    background-color: #f1f1f1; 
    padding: 10px;
	/*border: 1px;
	padding: 5px;
	border-style: solid;
    border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;*/
}

h1 {font-size:20px;
    color: #000000;
	/*border: 1px;
	line-height: 110%;
	padding: 5px;
	border-style: solid;
    border-bottom: 1px solid #000;
	border-right: 1px solid #000;*/
}
.charttitle {font-size:20px;
    color: #000000;
	/*border: 1px;
	line-height: 110%;
	padding: 5px;
	border-style: solid;
    border-bottom: 1px solid #000;
	border-right: 1px solid #000;*/
}

 .rounded-div {
    border-radius: 10px; /* Adjust the value to change the amount of rounding */
    background-color: #F5F5F5; 
    padding: 10px;
  }
  

table { border-collapse: collapse; }
tr { border: none;}
td {
  border-top: solid 0px #999; 
  border-bottom: solid 0px #999;
}


.mytable { border-collapse: collapse; }
.mytable tr { border: none;}
.mytable td {
  border-top: solid 1px #999; 
  border-bottom: solid 1px #999;
}


.charttable { border-collapse: collapse; width:90%;}
.charttable tr { border: none;}
.charttable td {
  border-top: solid 0px #999; 
  border-bottom: solid 0px #999;
}

.brcontainer {
  border: 1px solid #3399ff;
  border-radius: 10px;
  display: inline-block;
  padding: 10px;
}

.brheader {
  background-color: #f1f1f1;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blueback {
  background-color: #87cefa;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.brcontent {
  background-color: white;
  padding: 10px;
}

label {
  vertical-align: top;
}
.dot {
  list-style-type: none;
  margin-left: -1em;
  padding-left: 1em;
  text-indent: -1em;
}

.dot::before {
  content: "\2022"; /* Unicode character for a bullet point */
  color: #8B0000;
  font-size: 1.2em;
  margin-right: 0.5em;
}
 .rounded-div {
    border-radius: 10px; /* Adjust the value to change the amount of rounding */
    background-color: #F5F5F5; 
    padding: 10px;
  }
 .rounded-div2 {
    border-radius: 10px; 
    background-color: #C0C0C0;
    padding: 10px;
  }
.beta table { border-collapse: collapse; }
.beta tr { border: none;}
.beta td {
  border-top: solid 1px #999; 
  border-bottom: solid 1px #999;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 5px;
}
#lastDiv {
  position: fixed;
  bottom: 0;
    line-height: 10px;
  padding: 0px;
}


.search-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.search-button img {
  border: none;
  background-color: transparent;
  width: 35px; 
  height: 35px;
}

form input, form select, form textarea {
  font-size: 17px;
}

input[type="text"] {
  width: 80%;
  height: 3vh;
}

select {
  width: 100%;
  max-width: 300px;
}

textarea {
  width: 80%;
  height: 20vh;
}


	</style>