.headertopdiv {
    background-color: #29487d;
    color: #fff;
}

.headertopcontactdiv {
    padding: 10px;
}

.headertopcontactdiv img {
    height: 18px;
}

.headertopcontactdiv p {
    margin-left : 2em;
    letter-spacing: 2px;
    padding: 6px;
}

.headertopsocialmediadiv {
    padding: 15px;
}

.headertopsocialmediadiv img {
    height: 25px;
    margin-left: 12px;
}

.headernavbardiv {
    padding: 0px;
}

img.logoimg {
	height: 50px;
    padding: 0px;
    margin-top: -14px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #29487d;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #29487d;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a {
    color: #29487d;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 1.2em;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    background-color: #29487d;
    border-radius: 15px;
}

.sliderdiv {
    padding: 0px;
}

.aboutusdiv {
    padding: 20px;
}

.aboutuslogodiv img {
	height: 240px;
    width: 430px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aboutuscontentdiv h1 {
    text-transform: uppercase;
}

.aboutuscontentdiv h2 {
    font-size: 2.7em;
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
}

.aboutuscontentdiv p {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 1.2em;
    text-align: justify;
}

.servicesdiv {
    padding: 40px;
    background-color: #698091;
}

.servicesdiv h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    font-size: 4em;
    text-align: center;
}

.boxshadow {
    box-shadow: 8px 8px 5px 8px rgba(0, 0, 0, 0.3);
    padding :30px;
}

.servicesdiv h3 {
    /*font-family: "Sarabun", sans-serif;*/
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 1.6em;
    text-align: center;    
}

.servicesdiv p {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 1.2em;
    text-align: justify;    
}

.servicesdiv li {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 1.2em;
    text-align: justify;    
}

.providevehsparesdetailsdiv {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f9f9f9 25%, #e0e0e0 25%, #e0e0e0 50%, #f9f9f9 50%, #f9f9f9 75%, #e0e0e0 75%);
    background-size: 40px 40px;
}

.providevehsparesdetailsdiv h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #222;
    margin-bottom: 40px;
    font-size: 4em;
    text-align: center;
}

.providevehsparesdetailsdiv p {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 1.2em;
    text-align: center;    
}

.vehdetailsdiv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}

.vehdetailsdiv h3 {
    /*background: #00BCD4;*/
    background: #005C66;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2.1rem;
    border-radius: 12px;
    box-shadow: 8px 7px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    color: #fff;
}

.vehdetailsdiv li {
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 1.1em;
}

.vehdetailsdiv:hover {
    transform: translateY(-5px);
}

.whychooseusdiv {
    padding: 60px 20px;
    /*background: #020024;
    background: linear-gradient(135deg,rgba(2, 0, 36, 1) 9%, rgba(9, 9, 121, 1) 20%, rgba(0, 212, 255, 1) 100%);*/
    background: #00007d;
    background: linear-gradient(135deg,rgba(0, 0, 125, 1) 0%, rgba(9, 9, 121, 1) 45%, rgba(88, 88, 214, 1) 100%);
}

.whychooseusdiv h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #f2f2f2;
    margin-bottom: 40px;
    font-size: 4em;
    text-align: center;
}

.whychooseusdiv h3 {
    background: #00BCD4;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2.1rem;
    border-radius: 12px;
    box-shadow: 8px 7px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    color: #fff;
}

.whychooseusdiv li {
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 1.2em;
}


.statsdiv {
    padding: 40px;
    background-color: #455954;
}

.statsdiv h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    font-size: 4em;
    text-align: center;
}

.statsdiv h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #000;
    font-size: 1.7em;
    text-align: center;
}

.statsdiv h4 {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #000;
    font-size: 2.5em;
    text-align: center;
}

.statsnumdiv:hover {
    transform: translateY(-5px);
    background-color: #dddddd;
}

.quickservicehighlightsdiv {
    background: linear-gradient(135deg, #0052A2, #FF6600);
}

.quickservicehighlightsdiv h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    font-size: 4em;
    text-align: center;
    padding-bottom: 20px;
}

.qshdiv {

}

.qshdiv h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
}

.qshdiv p {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
}


.flip-card {
  background: transparent;
  width: 280px;
  height: 120px;
  perspective: 1000px; /* Gives a 3D depth effect */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, 
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* Hides the reverse side */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
  color: white;
  padding: 20px;
}

.flip-card-front {
  background: linear-gradient(135deg, #0052A2, #007BFF);
}

.flip-card-back {
  background: linear-gradient(135deg, #FF6600, #FF9933);
  transform: rotateY(180deg);
}


.flip-card1 {
  background: transparent;
  width: 400px;
  height: 400px;
  perspective: 1000px; /* Gives a 3D depth effect */
  margin-bottom: 15px;
}
.flip-card1:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.clientssaysdiv {
    padding: 40px;
    background-color: #ebf6f3;
}

.clientssaysdiv h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #676565;
    font-size: 4em;
    text-align: center;
}

.clientssaysboxdiv {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 45px;
    padding-left: 25px;
}

.footerdiv {
    background-color: #2a2626;
    padding: 20px;
}

.companylogodiv img {
    /*height: 280px;*/
    width: 330px;
}

.implinksdiv h2 {
    color: #fff;
}

.implinksdiv p {
    color: #f2f2f2;
    letter-spacing: 2px;
    padding: 6px;
}

.implinksdiv a {
    text-decoration: none;
    color: #f2f2f2;
}

.sociallinkdiv h2 {
    color: #fff;
}

.sociallinkdiv img {
    height: 25px;
    margin-bottom: 10px;
}

.addressdiv h2 {
    color: #fff;
}

.addressdiv h3 {
    color: #fff;
}

.addressdiv p {
    color: #fff;
    margin-left : 2em;
    letter-spacing: 2px;
    padding: 6px;
}

.copywritediv {
    background-color: #000;
}

.copywritediv p {
    /*font-family: "Sarabun", sans-serif;*/
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    padding: 10px;
}


.aboutuslogo1div {
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px #889093;
}

.aboutuslogo1div img {
    height: 112px;
    width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}



.aboutuspagediv {
    background-color: #f2f2f2;
}

.aboutuspagediv h1 {
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #676565;
    font-size: 4em;
    text-align: center;
}

.aboutuspagediv h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #000;
    font-size: 1.7em;
    text-align: left;
}

.aboutuspagediv p {
    font-family: "Sarabun", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-size: 1.2em;
    text-align: left;
    padding: 10px;
}

.aboutuspagediv li {
    font-family: "Sarabun", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-size: 1.2em;
    text-align: left;
    padding: 10px;
}

.aboutuspagelogodiv img {
    height: 280px;
    width: 280px;
}

.companyintrodiv {
    /*background-color: #fff;
    border-radius: 15px;
    margin-bottom: 15px;*/
}

.companyintrodiv p {
    line-height: 2em;
    text-align: justify;
}

.whatwedodiv {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px #889093;
}
.whatwedodiv li {
    line-height: 1.5em;
    text-align: left;
    font-weight: 600;
}

.whatwedodiv p {
    line-height: 2em;
    text-align: left;
}

.ourjourneydiv {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px #889093;
}

.ourjourneydiv p {
    line-height: 2em;
    text-align: justify;
}


.ourjourneydiv span {
    font-weight: 600;
}

.ourvisiondiv {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px #889093;
}

.ourvisiondiv p {
    line-height: 2em;
    text-align: justify;
}

.ourmissiondiv {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px #889093;
}

.ourmissiondiv p {
    line-height: 2em;
    text-align: justify;
}

.foundermessagediv {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px #889093;
}

.foundermessagediv p {
    line-height: 2em;
    text-align: justify;
}

.foremployersdiv {
    background-color: #f2f2f2;
}

.foremployersdiv h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #676565;
    font-size: 4em;
    text-align: center;
}

.foremployersdiv h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #000;
    font-size: 1.7em;
    text-align: left;
}

.foremployersdiv li {
    font-family: "Sarabun", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-size: 1.2em;
    text-align: left;
    padding: 10px;
}

.foremployersdiv p {
    font-family: "Sarabun", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-size: 1.2em;
    text-align: left;
    padding: 10px;
}

.foremployersh3div {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px #889093;
    padding: 25px;
}

.contact-container {
  max-width: 600px;
  margin: 50px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-container h2 {
  text-align: center;
  color: #ec4711;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}

.contact-form button {
  width: 100%;
  background-color: #ec4711;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #c23c0f;
}


.section { padding: 60px 20px; max-width: 1200px; margin: auto; }
.front, .back { position: absolute; width: 100%; height: 250px; backface-visibility: hidden; border-radius: 10px; padding: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.front { background: #f5f5f5; }
.back { background: #1976d2; color: #fff; transform: rotateY(180deg); }
.cta { background: #ff9800; color: #fff; text-align: center; padding: 40px 20px; }
.cta .btn { background: #fff; color: #ff9800; margin: 10px; }

.cta-section {
    background-color: #caca0a;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.cta-section h2 {
    font-weight: 400;
    color: #000;
    font-size: 2em;
    text-align: center;
    font-family: monospace;
}
.cta-section p {
    line-height: 2em;
    text-align: center;
}
.cta-btn {
    background: #fff;
    color: #ff9800;
    margin: 10px;
    padding: 10px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.cta-btn:hover {
    text-decoration: none;
}

.whatwedodivsup {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px #889093;
}
.whatwedodivsup h2 {
    font-weight: 400;
    color: #000;
    font-size: 2em;
    text-align: left;
    font-family: monospace;
}
.whatwedodivsup li {
    line-height: 1.5em;
    text-align: left;
}
.whatwedodivsup p {
    line-height: 2em;
    text-align: left;
}
.whatwedodivsup span {
    font-weight: 600;
}

.productsdiv h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 2em;
    text-align: center;
    background-color: #29487d;
    padding: 12px;
    border-radius: 30px;
}

.productsdiv h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #676565;
    font-size: 1.8em;
    text-align: center;
}