.a-pointer {
    cursor: pointer;
}


.header-area .nav-link {
    font-size: 24px;
}

body {
    font-family: 'Kanit', sans-serif !important;
    background-color: #000 !important;
}

.footer-area h5 {
    font-family: 'Kanit' !important;
}

.header-area .nav-link:hover,
.header-area .nav-link.active,
.header-area .nav-link:focus {
    color: #fccb00 !important;
}

.more-option.mobile-item a:hover {
    color: #fccb00 !important;
}

.nice-select .option.selected {
    font-weight: 500;
    color: #fccb00 !important;
    border-color: #fccb00 !important;
}

.social-link.style-2 a {
    color: #fccb00 !important;
}

.btn-icon-text i {
    background-color: #fccb00 !important;
}

.btn-primary {
    background-color: #fccb00 !important;
}

.color-primary {
    color: #fccb00 !important;
}

.footer-area .footer-links li a:hover {
    color: #fc2e00 !important;
}

.footer-area .footer-links li a {
    color: #000 !important;
}

.footer-widget h5 {
    color: #000 !important;
}

.footer-area .footer-widget .navbar-brand {
    margin-bottom: unset !important;
}

#preLoader {
    background-color: #000 !important;
}

.card-custom-01 {
    background-color: white !important;
    border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit', sans-serif !important;
}

.contact-form h4 {
    font-family: 'Kanit', sans-serif !important;
}

.h4-text {
    font-family: 'Kanit', sans-serif !important;
}

.more-option.mobile-item a {
    color: white !important;
}

.btn.btn-primary.btn-pr {
    color: #000 !important;
}

.btn.btn-primary.btn-pr:hover,
.btn.btn-primary.btn-pr:focus {
    color: #fff !important;
}

.bd-red-5 {
    border-radius: 5px !important;
}

.bd-red-10 {
    border-radius: 10px !important;
}

.bd-red-15 {
    border-radius: 15px !important;
}

.shadow {
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4) !important;
}

/* -----------------------------------------
    Form CSS
----------------------------------------- */
:is(input:not([type="radio"], [type="checkbox"]), textarea, .nice-select):is(:focus, :visited, :focus-within, :focus-visible) {
	border-color: #fc8f00 !important;
}

.form-control {
	color: #000 !important;
}

.required::after {
    content: '*';
    color: red;
    margin-left: 2px;
}

.header-area .nice-select.user::after {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    top: 50%;
    left: 0;
    font-weight: 300;
    margin: 0;
    transform: translateY(-50%);
}

.custom-search{
    margin-bottom: 1.5rem;
}
.custom-search input {
    background-color: white !important;
    color: #000 !important;
    font-size: 25px !important;
    height: 70px !important;
    line-height: 70px !important;
    padding-inline: 30px !important;
}

.custom-search button {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    left: 0 !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    -webkit-margin-end: 30px !important;
    margin-inline-end: 30px !important;
    -webkit-margin-start: auto !important;
    margin-inline-start: auto !important;
    font-size: 30px !important;
    transform: translateY(-50%) !important;
}

.newsletter-2 input::placeholder {
    color: gray !important;
    opacity: .7 !important;
}

.custom-search input::placeholder {
    color: gray !important;
    opacity: .7 !important;
}

.accordion-custom{
    background-color: white !important;
}
.accordion-custom button,p,small{
    color: #000 !important;
}
