html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding: 0px !important;
    height: 100%;
    margin: 0;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#divMain {
    margin: 0px !important;
    padding: 0px !important;
}
#div-Body-Container
{

}
#divEarnPoint {
    background: url('../Images/earnPetronPoint.jpg') no-repeat 0px 0px;
    height: 90px;
    width: 380px;
    background-size: contain;
}
#divLogo {
    background: url('../Images/PMILES_Logo.png') no-repeat 0px 0px;
    height: 70px;
    width: 200px;
    background-size: contain;
    cursor: pointer;
}

#div-About-Main {
    background-color: #29459E;
    min-height: 100vh;
}

#divAboutHeader {
    padding-bottom: 30px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    cursor: default;
    font-family: Montserrat !important;
    width: 100%;
    height: 80px;
    background: url('../Images/Station4.jpg') no-repeat 0px 0px;
    background-size: cover;
    background-position: top;
    display: flex;
    padding: 10px 15px 20px 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#divAboutTitle {
    color: white;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    margin: auto;
    cursor: default;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Montserrat !important;
    padding: 10px 15px 20px 15px;
}

#divAboutDesc {
    margin: auto;
    color: white;
    font-size: 15px;
    text-align: justify;
    cursor: default;
    font-family: Montserrat !important;
    padding: 0px 15px 0px 15px;
}

#divAboutLogo {
    background: url('../Images/Choose.png') no-repeat 0px 0px;
    height: 80px;
    width: 300px;
    background-size: contain;
    margin: auto;
    margin-top: 20px;
}

#FAQ-Header {
    margin-top: 5px;
    width: 100%; /* or any specific width */
    height: 200px;
    background: url('../Images/FAQ_Banner.png') no-repeat 0px 0px;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: flex-end; /* align horizontally to right */
    align-items: flex-end; /* align vertically to bottom */
    color: white;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: default;
    font-family: Montserrat !important;
}
#divFAQTabs {
    text-align: center;
    margin: auto;
    padding: 20px;
    font-size: 0px;
}
#divQNAs {
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.FAQ-Tab {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    padding: 20px;
    padding-bottom: 5px;
    cursor: pointer;
    border-bottom: 2px solid #e16a6a;
    color: #1D2473;
    margin: 0 !important;
    font-family: Montserrat !important;
}

.Active-Tab {
    border-bottom: 5px solid #b90505;
}
.divFAQSearch {
    display: flex;
    flex-direction: row; /* Stack children vertically */
    justify-content: center; /* horizontal centering */
    align-items: end; /* vertical centering */
    width: 98%;
    margin: auto;
    padding-bottom: 10px;
}

#txt-FAQ-Search {
    background: url('/images/Gray_Search.png') no-repeat 5px 4px;
    background-size: 22px 22px;
    padding-left: 40px;
    border: 2px solid #9fb3e7;
    border-right: none;
    height: 35px;
    background-color: white;
    width: 100%;
    border-radius: 0px;
    font-family: Montserrat;
}

#btn-FAQ-Search {
    color: white;
    background-color: #2e2d31;
    width: 100px;
    height: 35px;
    border: 1px solid #2e2d31;
    font-family: Montserrat;
}

.highlight {
    background-color: yellow;
    color: #b40c0c;
}
.question {
    margin: auto;
    width: 98%;
    margin-bottom: 7px;
    text-align: left;
    padding: 12px 35px 8px 20px;
    cursor: pointer;
    background-color: #EAEFFF;
    font-weight: 600;
    font-size: 13px;
    background-image: url('/images/ArrowDown.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 12px; /* Right: 10px from edge, Top: 10px */
    transition: background-image 0.3s ease;
    font-family: Montserrat !important;
}
.question:hover{
    background-color: #d6e1fd;
}
.answer {
    display: none;
    font-weight: normal;
    color: #1D2473;
    padding-top: 15px;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: 500;
    cursor: default;
    font-family: Montserrat !important;
}
.tblFAQ th {
    background-color: #84a2da;
    padding: 7px 15px 7px 15px;
    border: 1px solid #d0d7f4;
}

.tblFAQ td {
    background-color: #dadef9;
    padding: 7px 15px 7px 15px;
    border: 1px solid #d0d7f4;
}

#divBG-container {
    padding-left: 10px;
    padding-right: 10px;
}
#divBG1-left {
    height: 400px !important;
    width: 100%;
    background: url('../Images/PC_BG1.png') no-repeat 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#divBG1-right {
    text-align: center;
    color: #1D2473;
    font-size: 18px;
}
#divBG2-left {
    height: 270px !important;
    width: 100%;
    background: url('../Images/Maintenance-Ilustration.png') no-repeat 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#divBG2-right {
    text-align: center;
    color: #1D2473;
    font-size: 18px;
}
#div-MT-title {
    height: 200px;
    background: url('../Images/System-Maintenance.png') no-repeat 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

#div-MT-date {
    font-family: Montserrat;
    width: 280px;
    margin: auto;
    font-weight: bold;
    font-size: 25px;
    background-color: #1D2473;
    color: white;
    padding: 5px;
    border-radius: 10px;
    cursor: default;
}

#div-MT-desc {
    margin: auto;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 10px 20px 10px !important;
    cursor: default;
    text-align: center !important;
}
#divBG3 {
    height: 58vh;
    background: url('../Images/PC_BG3.png') no-repeat 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#divBG2 {
    height: 550px !important;
    background: url('../Images/Banner_Mobile.png') no-repeat 0px 0px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 100%;
    padding: 0px !important;
    text-align: center !important;
}
.divMidContainer {
    background: url('/images/Merchandise-Banner-Web.png') no-repeat 0px 0px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 220px;
    display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* horizontal centering */
    align-items: center; /* vertical centering */
}
#divMidImg {
    height: 80px;
    width: 80px;
    background-image: url('/images/Merchandise-Icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px;
}
.divMidDesc {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    font-family: Montserrat;
    color: #32327F;
    cursor: default;
}

.divMidClickHere {
    background-color: #32327F;
    border: 1px solid #32327F;
    border-bottom-right-radius: 12px;
    color: white;
    padding: 4px 30px 4px 30px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
}

#divBG_Desc3 {
    text-align: center;
    color: #1D2473;
    font-size: 20px;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
}

#tbl-Download-App
{
    margin: auto !important;
}

.btn-download-app {
    width: 125px;
    height: 40px;
    margin: auto;
    background-size: 125px 40px !important;
    cursor: pointer;
    border-radius: 7px;
    border: 1px solid #989ab2;
    display: inline-block;
}
.btn-download-app:hover {
    border: 1px solid #acc6f7;
}
#divDL {
    margin-top: 30px;
    display: flex !important;
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* horizontal centering */
    align-items: center; /* vertical centering */
}
#btnDownloadNow {
    background-color: white !important;
    color: #1D2473 !important;
    width: 262px;
    height: 45px;
    font-size: 22px;
    padding-top: 5px;
    border-radius: 30px;
    cursor: default;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
#btnDownloadNow:hover{
    cursor: pointer;
}
.divBannerTitle {
    color: white !important;
    font-size: 28px;
    cursor: default;
    font-weight: bold;
    font-family: Montserrat;
    padding: 0px;
}
#divBannerDesc {
    color: white !important;
    font-size: 14px;
    cursor: default;
    font-family: Montserrat !important;
}

.tdEmpty
{
    height: 5px;
    font-size: 10px;
}

#footer1 {
    padding: 20px !important;
    padding-top: 35px;
    border-top: 1px solid #e7ebf9;
}
#footer2 {
    padding: 8px;
    padding-left: 20px;
    background-color: #1D2473;
    color: white;
    font-size: 11px;
}
.footerTitle {
    color: #1D2473;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.tdFooter
{
    font-size: 14px;
    font-weight: 500;
    color: #54555b;
}
#divFollowUs {
    padding-top: 20px;
}

#logoFacebook {
    background: url('../Images/facebook.png') no-repeat 0px 0px;
    background-size: contain;
}
#logoInstagram {
    background: url('../Images/instagram.png') no-repeat 0px 0px;
    background-size: contain;
}
#logoTwitter {
    background: url('../Images/twitter.png') no-repeat 0px 0px;
    background-size: contain;
}
#logoYoutube {
    background: url('../Images/youtube.png') no-repeat 0px 0px;
    background-size: contain;
}
#logoTicktok {
    background: url('../Images/tiktok.png') no-repeat 0px 0px;
    background-size: contain;
}
.footer-btn {
    color: #5463ca !important;
    cursor: pointer;
    text-decoration: underline;
}

.footer-btn:hover {
    color: blue !important;
}
#footerEmail {
    color: #5463ca;
    cursor: pointer;
}
#footerEmail:hover {
    color: blue;
}
.ftr-logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #cccccf;
    cursor: pointer;
}
.ftr-logo:hover{
    border: 1px solid #a5b1f4;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}