.cf7-feedback-form{
max-width:500px;
border:1px solid #ddd;
background:#fff;
}

.cf7-title{
background:#4a4a4a;
color:#fff;
font-size:22px;
font-weight:600;
padding:15px 20px;
}

.cf7-body{
padding:20px;
}

.cf7-field{
position:relative;
margin-bottom: 5px;
}

.cf7-icon{
position:absolute;
left:0;
top:0;
width:48px;
height:30px;
background:#f5f5f5;
border:1px solid #d8d8d8;
border-right:none;
display:flex;
align-items:center;
justify-content:center;
z-index:5;
}

.cf7-icon i{
color:#8f8f8f;
font-size:16px;
}

.cf7-field input,
.cf7-field select{
height:30px;
padding-left:62px !important;
}

.cf7-field textarea{
height:90px;
padding:12px;
}

.cf7-field input,
.cf7-field select,
.cf7-field textarea{
width:100%;
border:1px solid #d8d8d8;
border-radius:0;
box-shadow:none;
}

.required:after{
content:"*";
color:#ff6600;
position:absolute;
right:12px;
top:4px;
font-size:20px;
font-weight:bold;
}

.no-icon textarea{
padding-left:12px !important;
}

.cf7-captcha-row{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
margin:15px 0;
}


.captcha-refresh:hover

.captcha-input input{
width:170px !important;
margin:0 !important;
}

.cf7-buttons{
text-align:center;

}

.cf7-buttons input[type=reset]{
background:#fff;
border:1px solid #ccc;
color:#333;
padding:0 20px;
}

.captcha-img img{
    border:1px solid black;
}

.cf7-buttons input[type=submit]{
background:#d60000;
border:1px solid #d60000;
color:#fff;
padding:0 20px;
}l

.captcha-refresh {
  border: none;
  background: transparent;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  padding: 0;
}

.captcha-input input {
  width: 150px !important;
  height: 30px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 16px;
  margin: 0 !important;
}

.captcha-input {
  position: relative;
}


.captcha-input::after {
  content: "*";
  position: absolute;
  right: 10px;
  top: 4px;
  color: #ff6600;
  font-size: 22px;
  font-weight: bold;
}

.cf7-buttons {
  text-align: center;

}

.cf7-buttons input[type="reset"],
.cf7-buttons input[type="submit"] {
  width: auto;
  height: 42px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  margin: auto ;
}

.cf7-buttons input[type="reset"] {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  margin-left: 65px;
}

.cf7-buttons input[type="submit"] {
  background: #e00000;
  color: #fff;
  border: 1px solid #e00000;
  font-weight: 600;
}

.cf7-buttons input[type="submit"]:hover {
  background: #c90000;
}

/* style gg map */
.contact-head div{
    padding-bottom: 5px;
}
.contact-note {
  border: 1px solid #ddd;
  background: #f7f7f7;
  padding: 10px 14px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 15px;
  max-width: 100%;
}

.contact-left-box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
}

.contact-left-box h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
}
.contact-map iframe {
  width: 100%;
  height: 430px;
  border: 0;
}
.contact-info {
  margin-top: 14px;
  font-size: 15px;
}
.contact-info p {
  margin-bottom: 6px;
}
.contact-info i {
  width: 20px;
  color: #333;
}
.contact-right .cf7-feedback-form {
  width: 100%;
  max-width: 100%;
}


.mina-tabs-container {
  margin: 20px 0;
}

.mina-tab-nav {
  list-style: none;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding: 0;
}

.mina-tab-nav li {
  cursor: pointer;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.mina-tab-nav li.active {
  background: #222;
  color: #fff;
}

.mina-tab-content .mina-tab-pane {
  display: none;
}

.mina-tab-content .mina-tab-pane.active {
  display: block;
}
