/* Specific CSS for Home Page */
.padding40 {
    padding: 40px 0px;
    text-align: center;
} 
.padding20{padding: 20px 0px;}
.text-left{text-align: left;}
table.pricelist {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px
}
.prices{color: var(--cl-tx-header);xfont-family: inherit;font-size: 2rem;}

.pricelist thead th {
    text-align: left;
    padding: 14px 12px;
    background-color: #2b5eaf;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #eef2f3
}

.pricelist tbody tr {
    background: transparent
}

.pricelist tbody tr:nth-child(odd) {
    background: #FFFFFF;
}
.pricelist tbody tr:nth-child(even) {
    background: #a0d3fd;
}

.pricelist td {
    padding: 12px 12px;
    border-bottom: 1px dashed #eef2f3;
    vertical-align: middle
}


.pricelist.service {
    font-weight: 600;
    color: #222
}

.pricelist .desc {
    display: block;
    font-size: 13px;
    color: var(--muted);
    font-weight: 400;
    margin-top: 6px
}


.pricelist .price {
    font-weight: 700;
    color: var(--accent);
    font-size: 16px;
    white-space: nowrap
}

.pricelist .note {
    font-size: 13px;
    color: var(--muted);
    text-align: right;
    font-weight: 400;
}
.sdbox .photos{width: 328px;height: 328px;border-radius:50%;background-color: #ffffff ;padding-top: 30px;margin: auto;}

.box-contact {
    display: flex;
    gap: 20px;
    margin: 0 20px 0px;
    flex-wrap: wrap;
}

.contactus__box {
    width: 80%;
    margin: 30px auto;
    padding: 40px;
    background-color: #D3EBFF;
    border-radius: 10px;
}

.box-contact .box {
    flex: 1;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0px 20px;
    flex: 0 0 45%;
    text-align: left;
    display: flex;
}

.box-contact .box img {
    width: 70px;
    height: auto;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 10px;
}

.box-contact .box img.icon {
    width: 50px;
    height: 50px;
    vertical-align: sub;
}

.box-contact .box h3 {
    margin: 25px 0 5px;
    font-size: 20px;
    color: #113894;
    height: 0px;
    text-align: left;
}

.box-contact .box h3 a {
    color: #113894;
    text-decoration: none;
}

.box-contact .box p {
    font-size: 20px;
    color: #555;
    font-weight: bold;
}

/* ===== ซ่อน Google bar ด้านบน ===== */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0 !important;
}

/* ===== ตัวกล่อง Translate ===== */
.goog-te-gadget-simple {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 5px !important;
  padding: 10px 12px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  font-family: inherit !important;
  cursor: pointer;
  transition: all .25s ease;
  width: 160px;
  color:#000000 !important;
  padding: 18px !important;
}

.goog-te-gadget-simple {
  padding-left: 34px !important;
  position: relative;
}

.goog-te-gadget-simple::before {
  content: "......            Select Language";
  width: 25px;
  height: 25px;
  background: url("../images/lang-en.svg") center/cover no-repeat !important;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  
  
}

.goog-te-gadget-simple a{display: none !important;}
/* .goog-te-gadget img{display: none !important ;} */

/* hover */
.goog-te-gadget-simple:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}

/* ===== ข้อความภาษา ===== */
.goog-te-gadget-simple span {
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* ===== ไอคอนลูกศร ===== */
.goog-te-gadget-simple img {
  display: none !important; /* ซ่อนไอคอนเดิม */
}

/* ลูกศร custom */
.goog-te-gadget-simple::after {
  /*content: "▼";*/
  font-size: 10px;
  margin-left: 6px;
  color: #6b7280;
}

/* ===== ซ่อนโลโก้ Google ===== */
.goog-logo-link {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.skiptranslate iframe{display: none;}


@media (max-width: 1080px) {
    .contactus__box{padding:20px;width: 100%;}
    .box-contact .box {
        flex: 0 0 100%;
        margin: 10px 0;
    }
    .sty__4box-listbox .item .photo-car img{display: none;}
    .sty__4box-listbox .item .text{position:relative;}

}   