/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       NevoThemes
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/


/* ====================Style Header==================== */

/* Change menu item text color when active */
a[aria-current="page"] {
  color: #e8cfb3 !important;
}

span.nevo-item-title {
	font-family: "Montserrat";
}

/* ==========Style toggle menu========== */

/* Change background-color mobile */
div.popup-body {
	background-color: #262626 !important;
}
/* Hide default header of mobile menu */
div.popup-header {
	display: none !important;
}
/* Delete border-top first li of mobile menu */
ul.menu-mobile li:first-child {
  border-top: none;
}

/* Hide search box of menu mobile */
.header-search.search-box.builder-item-focus {
	display: none;
}

/* Change color of menu mobile */
#mobile-navigation a {
	color: #FFF;
}

/* ==========Style html1 header========== */
#html-header {
	font-size: 30px;
}
a#html-header:hover {
	color: #FFFFFF !important;
}

/* ====================Style Footer==================== */

.heading-widget, .heading-widget a {
	color: #e8cfb3;
	font-size: 16px;
	font-family: "Montserrat";
}

.heading-widget a:hover {
	color: #e8cfb3;
}

.list-widget, .list-widget li a {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Montserrat";
}

.list-widget li a:hover {
	color: #e8cfb3;
}

#footer-widget-1 {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Montserrat";
}

#social-footer i {
	color: white;
	font-size: 30px;
}

#social-footer a {
	margin-right: 20px;
}

/* ====================Style Body==================== */

/* ==========General Setting========== */

@font-face {
    font-family: "Heading";
    src: url("https://nhakhoaviethan.com/wp-content/uploads/2025/11/Audiowide-Regular.ttf") format("truetype");
}

h2 {
	font-size: 40px;
	font-family: "Heading" !important;
}

h4 {
	font-family: "Heading" !important;
}

h5 {
	font-family: "Montserrat" !important;
}

p {
	margin-bottom: 0px;
}

/* ==========Page Home - Container Feedback========== */

h5 a:hover {
	color: #FFFFFF !important;
}

.review-card, 
.review-card * {
    box-sizing: content-box !important;
}

.review-card {
    width: 300px;
    background: #ffffff15;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 1);
    color: #FFF;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #4c8bf5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 12px;
    font-size: 20px;
	font-family: "Montserrat";
}

.info h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: white;
	font-family: "Montserrat";
}

.time {
    font-size: 13px;
    color: #e0e0e0;
	font-family: "Montserrat";
}

.stars {
    color: #ffd84d;
    font-size: 16px;
    margin-top: 3px;
	font-family: "Montserrat";
}

.review-scroll {
    max-height: 120px;
    overflow-y: auto;
    font-size: 14px;
    color: #D9D9D9;
    padding-right: 6px;
    line-height: 1.4;
	font-family: "Montserrat";
}

/* ==========Scrollbar========== */
.review-scroll::-webkit-scrollbar {
    width: 6px;
}

.review-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.review-scroll::-webkit-scrollbar-track {
    background: #333;
}

/* ==========Page Contact========== */

.wpcf7-form label {
	color: #FFFFFF;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #e8cfb3;
	color: #262626;
	border-radius: 10px;
	font-weight: 600;
}

.wpcf7-response-output {
	color: #FFFFFF;
	border-color: #262626 !important;
}


span.wpcf7-not-valid-tip {
	color: #e8cfb3 ;
}