﻿/* Main Style*/
/* www.mcrmetalfiber.com */
/* MCR Metal Fiber Co., Limited */
/* font-family: 'Dosis', sans-serif;*/

@import url(fonts.googleapis.css);

:root{--thm-font: "Dosis", sans-serif;
--heading-font: "Dosis", sans-serif;
--special-font: "Dosis", sans-serif;}

* {
margin: 0;
padding: 0;
box-sizing: border-box;}

body {
font-family: 'Dosis', sans-serif;
line-height: 1.6;
background-color:#f1f5f9;
width: 100vw;
opacity:1;
z-index:-1;}

.container {
background-image: url(logo1.png); 
background-position:center center;
background-repeat:no-repeat;
background-size:90%;
max-width: 900px;
margin: 0 auto;
padding: 0 20px;}

.header {
display: flex;
justify-content: center;
align-items: center;
padding: 20px 0;
border-bottom: 1px solid #e2e8f0;
}

.logo { 
align-items: center;
	text-align: center;


color: #64748b;}

.logo h7 {
font-size:0.6rem;
color:steelblue;}

.logo span:hover {
color:darkgoldenrod;}

.logo h7:hover {
color:darkgoldenrod;}

.logo i {
font-size: 1rem;}

.logo img{
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;}

.logo img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);}

.nav {
margin-top: 10px;
display: flex;
gap: 20px;}

.nav i {

color:darkgoldenrod;}

.nav a {
font-size:16px;
text-decoration: none;
color: #64748b;
font-weight: 500;

 -webkit-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;}

.nav a:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
color: #1e40af;}

.hero {
text-align: center;
margin-bottom: 40px;
}

.hero h1 {
font-size: 1.2rem;
color: #1e293b;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;}

.hero i {
color:lawngreen;}

.subtitle {
font-size: 0.8rem;
color: #64748b;}

.content-wrapper {
opacity:0.9;
display: grid;
gap: 30px;
margin-bottom: 0px;}

@media (max-width: 900px) {
.content-wrapper {
grid-template-columns: 1fr;}}

.form-container {
background: white;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
padding: 30px; }

.form-header {
margin-bottom: 30px;
padding-bottom: 20px;}

.form-header h2 {
font-size: 1rem;
color: #1e293b;
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 10px;}

.form-header p {
font-size: 0.8rem;
color: #64748b;}

.message-form {
	
display: flex;
flex-direction: column;
gap: 20px;}

.form-group {
display: flex;
flex-direction: column;}

.form-group label {
font-size: 1rem;
font-weight: 600;
margin-bottom: 8px;
color: #334155;
display: flex;
align-items: center;
gap: 8px;}

.form-group label:hover {
color:darkgoldenrod;}

.form-group input,
.form-group select,
.form-group textarea {
padding: 14px;
border: 1px solid #cbd5e1;
border-radius: 8px;
font-size: 1rem;
color:black;
font-family: 'dosis', sans-serif;
transition: border-color 0.3s, box-shadow 0.3s;}

.form-group input {
color:black;
font-size: 0.8rem;}

.form-group select  {
font-size: 0.8rem;}

.form-group i {
color:darkkhaki;}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
 outline: none;
 border-color: #3b82f6;
 box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);}

.form-group textarea {
font-size: 0.8rem;
resize: vertical;
min-height: 120px;}

.char-count {
text-align: right;
font-size: 0.75rem;
color: #64748b;
margin-top: 5px;}

.checkbox-group {
flex-direction: row;
align-items: flex-start;
gap: 10px;}

.checkbox-group input[type="checkbox"] {
margin-top: 5px;
width: 18px;
height: 18px;
accent-color: #3b82f6;}

.checkbox-group label {
font-weight: normal;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;}

.checkbox-group label:hover {
color:seagreen;}

.form-actions {
text-align: center;
gap: 15px;
margin-top: 10px;}

.btn-submit, .btn-reset {
padding: 10px 20px;
border: none;
border-radius: 8px;
font-size: 0.8rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s; 
align-items: center;
justify-content: center;
gap: 10px;
flex: 1;}

.btn-submit {
font-size:14px;
background-color: #f1f5f9;
color: #64748b;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;}

.btn-submit:hover {
background-color: #e2e8f0;
-webkit-transform: scale(1.05);
transform: scale(1.05);
box-shadow: 0 15px 30px rgba(37, 99, 235, 0.2);}

.btn-submit i{
color:goldenrod;}

.btn-reset {
font-size:14px;
background-color: #f1f5f9;
color: #64748b;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;}

.btn-reset:hover {
background-color: #e2e8f0;
-webkit-transform: scale(1.05);
transform: scale(1.05);
box-shadow: 0 15px 30px rgba(37, 99, 235, 0.2);}

.btn-reset i {
color:peru;}

.form-notice {
padding: 15px;
border-radius: 8px;
margin-top: 15px;
margin-bottom: 15px;}

.form-notice p {
font-size: 0.9rem;
color: #64748b;
align-items: center;
gap: 10px;
margin-bottom: 8px;}

.form-notice i {
color:mediumseagreen; }

.form-notice i:hover {
color:darkgoldenrod; }

.form-notice a {
text-decoration: none;
margin: 0; 
padding: 0;
color:#64748b; }

.form-notice a:hover {
color:darkgoldenrod; }

.form-notice p:last-child {
    margin-bottom: 0;}

.info-card {
background: white;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
padding: 25px;
margin-bottom: 25px;}

.info-header {
margin-bottom: 20px;
padding-bottom: 15px;}

.info-header h3 {
font-size: 1.4rem;
color: #1e293b;
display: flex;
align-items: center;
gap: 10px;}

.info-item {
display: flex;
gap: 15px;
margin-bottom: 20px;}

.info-item:last-child {
margin-bottom: 0;}

.info-icon {
width: 50px;
height: 50px;
background-color: #e0f2fe;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #0369a1;
font-size: 1.2rem;
flex-shrink: 0;}

.info-text h4 {
font-size: 1.1rem;
color: #1e293b;
margin-bottom: 5px;}

.info-text p {
color: #64748b;
font-size: 0.95rem;}

.small-text {
font-size: 0.85rem !important;
color: #94a3b8 !important;}

.contact-info {
background: white;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
padding: 25px;}

.contact-info h3 {
font-size: 1.4rem;
color: #1e293b;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;}

.contact-info ul {
list-style: none;}

.contact-info li {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 15px;
color: #475569;}

.contact-info li i {
color: #3b82f6;
width: 20px;}

.error-message {
color: #ef4444;
font-size: 0.85rem;
margin-top: 5px;
min-height: 20px;}

.modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000;
align-items: center;
justify-content: center;}

.modal-content {
background: white;
border-radius: 12px;
padding: 40px;
max-width: 500px;
width: 90%;
text-align: center;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
animation: modalFadeIn 0.3s;}

@keyframes modalFadeIn {
from {
opacity: 0;
transform: translateY(-30px);}
to {
opacity: 1;
transform: translateY(0);}}

.modal-icon {
font-size: 4rem;
margin-bottom: 20px;}

.modal-icon.success {
color: #10b981;}

.modal h2 {
font-size: 1.8rem;
color: #1e293b;
margin-bottom: 15px;}

.modal p {
color: #64748b;
margin-bottom: 25px;
line-height: 1.6;}

.btn-ok {
padding: 14px 40px;
background-color: #3b82f6;
color: white;
border: none;
border-radius: 8px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s;}

.btn-ok:hover {
background-color: #2563eb;}

.footer {
text-align: center;
padding: 30px 0;
color: #64748b;
font-size: 0.9rem;}

.footer p {
margin-top: 15px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;}

.footer p:hover {
color:darkgoldenrod;
-webkit-transform: scale(1.05);
transform: scale(1.05);}

.footer-links {
display: flex;
justify-content: center;
gap: 25px;
margin-top: 15px;}

.footer-links a {
color: #64748b;
text-decoration: none;
display: flex;
align-items: center;
gap: 8px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;}

.footer-links a:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
color: #3b82f6;}

.footer-links i {
color:darkgoldenrod; }

@media (max-width: 768px) {
.header {
flex-direction: column;
gap: 15px;}
    
.nav {
gap: 15px;}
    
.hero h1 {
font-size: 1.2rem;}
    
.form-container {
padding: 20px;}
    
.form-actions {
flex-direction: column;}
    
.footer-links {
flex-direction: column;
gap: 10px;}}

@media (max-width:1368px) {
 .logo h7 {
text-align:center;
font-size:0.6rem;}
	
.logo {
text-align:center;
font-size:0.6rem;}}