@font-face {
  font-family: 'Roboto';
  font-display: auto;
}

footer
{
    background-color: white;
}

.img-fluid {
    border-radius: 5%;
}

.body-chitiet {
    letter-spacing: 0.02em;
    background-color: #f7f7f7;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

.main-title {
    color: #036dd4;
    font-size: 29px;
    text-align: center;
    padding: 20px 0 20px 0;
    margin: 0;
    
}

img {
      -webkit-user-drag: none;
      user-drag: none;
      -webkit-touch-callout: none;
}

a {
    cursor: pointer;
    font-weight: 500;
}
a:hover, a:active {
    text-decoration: none;
}


.main-element-title-border{
	padding: 0 0 6px 0;
	color: #5f5f5f;
	border-bottom: #5f5f5f 2px solid;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 1.5em;
	text-align: left;
}


.search-main {
    
    padding: 4px 0 0 0;
    max-width: 564px;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.detail-header-bottom{
	z-index:2;
	top:60px;
	width:100%;
	background:#fff;
	border-bottom:#e5e5e5 1px solid;
}
.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col{
	border-right:#e5e5e5 1px solid;
	padding:10px;
	text-align:center;
}
.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col{
	
}
.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col:last-child{
	border-right:none;
}
.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col .h-b-icon{
	font-size:18px;
}
.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col .h-b-text{
	color: #243238;
	font-size: 18px;
	font-weight: 300;
	padding:0 0 0 4px;
	margin:0;
	display: inline-block;
}
.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col:nth-child(1):hover .h-b-text{
	color:#3F5B24;
}
.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col:nth-child(2):hover .h-b-text{
	color:#191e23;
}
.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col:nth-child(3):hover .h-b-text{
	color:#8D4107;
}
.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col:nth-child(4):hover .h-b-text{
	color:#355a95;
}
.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col:nth-child(5):hover .h-b-text{
	color:#6a518b;
}




.plate-detail-area{
	padding:20px 0 0px 0;
	text-align:center;
}

.plate-detail-area .plate-top{
	width:153px;
}

.plate-detail-area .car-logo-top{
	width:92px;
	float:right;
}
.plate-detail-area .plate-main-title{
	margin:0;
	padding:8px 0;
	color:#605e5e;
	font-size:25px;
	font-weight:400;
}
.plate-detail-area .plate-main-title span{
	color:#036dd4;
	font-weight:700;
}
.plate-detail-area .plate-sub-title{
	margin: 0;
	padding: 0;
	color: #605e5e;
	font-size: 19px;
	font-weight: 400;
}
.plate-detail-area .plate-sub-title i{
	font-size: 15px;
	position: relative;
	top: -2px;
	margin-right: 2px;
}


.tab-nav-area {
    text-align: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 20px;
}

.tab-nav-area a {
    border: #f0f0f0 1px solid;
    /* border-bottom: #7d7d7d 2px solid; */
    padding: 0 20px;
    line-height: 42px;
    display: inline-block;
    margin: 0 1px;
    color: #7d7d7d;
    font-size: 1.1em;
    font-weight: 600;
    background: #fff;
}

.tab-nav-area a:hover, .tab-nav-area a:focus, .tab-nav-area a.active {
    color: #036dd4;
    border-bottom:#036dd4 3px solid;
    text-decoration: none;
}


.tab-nav-area a span {
    background: #f1f1f1;
    border: #d0d0d0 1px solid;
    font-size: 13px;
    color: #373737;
    font-weight: 700;
    margin: 0 0 0 8px;
    padding: 3px 6px;
}

.leave-reply-title {
    padding: 0 0 6px 0;
    color: #5f5f5f;
    border-bottom: #5f5f5f 2px solid;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
}



/* comment-section */
.comment-section{
	background-color: #fff;
	border: #e5e5e5 1px solid;
	margin-bottom: 20px;
	border-radius: 3px;
}
.comment-section .user-comment-area{
	padding:20px;
}
.comment-section .comment-username{
	color: #036dd4;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
}
.comment-section p.comment-date{
	font-size:12px;
	font-weight:300;
	color:#5f5f5f;
	margin:0;
}
.comment-section p.comment-p{
	font-size:1.05em;
	font-weight:400;
	color:#5f5f5f;
	margin:0;
	text-align:left;
	margin:5px 0 0 0;
}

/* comment-new-reply */
.comment-new-reply .media .media-left {
    flex: 0 auto;
    word-wrap: break-word;
    margin-right: 4px;
	padding-right: 10px;
}
.comment-new-reply .media .media-body .e-form-group {
    flex-flow: row wrap;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    display: flex;
}
.comment-new-reply .media .media-body .e-form-group .e-form-input {
    order: 3;
    flex: 1 100%;
    margin-bottom: 5px;
}
.comment-new-reply .media .media-body .e-form-group .e-form-input textarea {
    font-weight: normal;
    outline: 0;
    line-height: 1.25;
    border-radius: 4px;
    color: gray;
    background: white;
    border: 1px solid #bababa;
    padding: 5px 8px;
    font-size: 14px;
    width: 100%;
}
.comment-new-reply .media .media-body .reply-btn {
    box-sizing: border-box;
    background-color: gray;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    position: relative;
    float: right;
}

/* recent-license-plate-row */
.recent-license-plate-row{
	padding-bottom:40px;
}
.recent-license-plate-row .recent-license-plate-col{
	padding:10px;
}
.recent-license-plate-row .recent-license-plate-col .white-block{
	background:#fff;
	border:#e5e5e5 1px solid;
	border-radius:3px;
	padding:19px;
}
.recent-license-plate-row .recent-license-plate-col .white-block .block-plate-number{
	border-bottom:#ccc 4px solid;
	padding:0 0 10px 0;
	font-size:22px;
	font-weight:400;
	margin:0 0 13px 0;
}
.recent-license-plate-row .recent-license-plate-col .white-block .block-plate-number i{
	font-size:32px;
	margin-right: 8px;
}
.recent-license-plate-row .recent-license-plate-col .white-block .block-report-details{
	line-height:30px;
	font-size:15px;
	color:#505050;
	margin:0;
	padding:0;
	font-weight:300;
}
.recent-license-plate-row .recent-license-plate-col .white-block .block-report-btn{
	line-height:35px;
	padding:0;
	margin:0;
	text-align:center;
	font-weight:900;
	color:#fff;
	width:100%;
	text-transform:uppercase;
	background:#ccc;
	border-radius:3px;
	font-size: 15px;
	margin-top: 10px;
}

/* SEO Hero Section Styles */
.hero-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 40px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.main-heading {
    color: #036dd4;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.hero-section .lead {
    color: #5f5f5f;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Enhanced Card Headers */
.card-header h2, 
.card-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #036dd4;
}

.card-header h2 {
    font-size: 1.4rem;
}

/* Improved Form Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Enhanced Content Sections */
section.card {
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}

section.card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Responsive Typography */
@media screen and (max-width: 768px) {
    .main-heading {
        font-size: 2rem;
    }
    
    .hero-section .lead {
        font-size: 1.1rem;
    }
    
    .hero-section {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 480px) {
    .main-heading {
        font-size: 1.75rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
    
    .hero-section {
        padding: 25px 10px;
    }
}

@media screen and (max-width: 992px){
    
	.tab-nav-area a{
		padding: 0 15px;
		line-height: 37px;
		font-size: 1em;
	}
}

@media screen and (max-width: 768px){	
	.plate-detail-area .plate-top{
		display:inline-block;
	}
	.plate-detail-area .car-logo-top{
		float:none;
		display:inline-block;
		margin-top:20px;
	}
	/*	.detail-header-bottom{
	 top: 127px; 
	} */
	.plate-detail-area{
		padding: 20px 0 50px 0;
	}
	.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col{
		padding: 4px 9px;
	}
	.detail-header-bottom .detail-header-bottom-row .detail-header-bottom-col .h-b-text {
		font-size: 15px;
	}
}

@media screen and (max-width: 480px){
	.detail-header-bottom{
		top: 0;
		position: relative;
		/* margin-top: 179px; */
		z-index: 1;
	}
	.plate-detail-area {
		padding: 0 0 0 0;
		
	}
	
	.plate-detail-area-2 {
	padding: 0 0 0 0;
	}
	.tab-nav-area a{
		width:49%;
	}
	.tab-nav-area a:last-child{
		width:100%;
	}
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.blue-text {
    color: #4766cc
}

.green-text {
    color: #3f5b24
}

.orange-text {
    color: #8d4107
}

.black-text {
    color: #191e23
}

