/*!
Theme Name: Thang May
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thang-may
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Thang May is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
header#top a {
    font-weight: bold;
    font-size: 16px;
}
/* Grid layout cho email & phone */
.wpcf7 form .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .wpcf7 form .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Input & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #cbd5e1; /* slate-300 */
  border-radius: 0.75rem; /* rounded-xl */
  padding: 0.75rem 1rem; /* px-4 py-3 */
  outline: none;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.2s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #1e293b; /* slate-900 */
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.1); /* focus:ring-2 focus:ring-slate-900/10 */
}

/* Label */
.wpcf7 form label {
  font-size: 0.875rem; /* text-sm */
  color: #475569; /* text-slate-600 */
  display: block;
  margin-bottom: 0.25rem;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  background-color: #0f172a; /* slate-900 */
  color: #fff;
  padding: 0.75rem 1.5rem; /* px-6 py-3 */
  font-weight: 600;
  border: none;
  border-radius: 0.75rem; /* rounded-xl */
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #1e293b; /* slate-800 */
}

.wpcf7 input[type="submit"]:active {
  transform: scale(0.97);
}
.glass .text-slate-500{
    color: rgb(100 116 139 / var(--tw-text-opacity, 1))!important;
}
header#top {
    background-color: rgba(222, 222, 222, 0.8);
}
header#top a {
    color: #000;
}