@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

/* Base styles */
:root {
  --pal-blue: #005eaa;
  --pal-navy: #001b49;
  --pal-copy: #263b64;
  --pal-gold: #c49a00;
  --pal-grey: #747474;
}

h1, h2, h3, h4, h5, table, li, ul, form-group, td, card, card-body, row, input {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
}

p {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  font-size: 16px;
}

a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600;

}

a:hover {
  color: #332f2f !important;
}

.choosesection {
  padding: 0px 100px 20px 100px;
  margin-top: -50px;
}

.flexer, .progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.no-flexer, .progress-indicator.stacked {
  display: block;
}

.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}

.flexer-element, .progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

.progress-indicator {
  border-radius: 15px;
  margin: -20px 0 15px 0;
  padding: 25px 0 12px 0;
  font-size: 100%;
  z-index: 5;
  text-transform: uppercase;
}

.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  z-index: 5;
  display: block;
}

.progress-indicator > li:hover {
  color: #f3f1e8;
}

.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
  color: #ed1c24;
}

.progress-indicator > li .bubble {
  font-size: 30px;
  padding: 13px;
  font-weight: 700;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  background-color: #d2d2d2;
  display: block;
  margin: 0 auto .5em;
  border-bottom: 1px solid #d2d2d2;
  z-index: 5;
}

.progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
  display: block;
  position: absolute;
  top: 12px;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #d2d2d2;
  z-index: -1;
}

.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.progress-indicator > li .bubble:before {
  top: 35%;
  height: 8px;
  left: 0;
}

.progress-indicator > li .bubble:after {
  top: 35%;
  height: 8px;
  right: 0;
}

.progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
  top: 35%;
  height: 8px;
  width: 50%;
  margin-left: 50%;
}

.progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
  top: 35%;
  height: 8px;
  width: 50%;
  margin-right: 50%;
}

.progress-indicator > li.active, .progress-indicator > li.active .bubble {
  color: #d2d2d2;
}

.progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

.progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

.progress-indicator > li a:hover .bubble {
  color: #d2d2d2;
}

.progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

.progress-indicator > li.danger .bubble {
  color: #d2d2d2;
}

.progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

.progress-indicator > li.warning .bubble {
  color: #d2d2d2;
}

.progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

.progress-indicator > li.info .bubble {
  color: #d2d2d2;
}

.progress-indicator.stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block;
}

.progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 100%;
}

.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em;
}

.progress-indicator.stacked > li a {
  border: none;
}

.progress-indicator.stacked.nocenter > li .bubble {
  margin-left: 0;
  margin-right: 0;
}

.progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
  left: 10px;
}

.progress-indicator.stacked.nocenter .stacked-text {
  width: auto !important;
  display: block;
  margin-left: 40px !important;
}

.card {
  border-radius: 25px !important;
  border: none;
}

.card-body {
  padding: 2em;
}

.bubbletext {
  padding-top: 3px;
  color: #FFF !important;
}

.alert.alert-info {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}

.alert {
  z-index: 55 !important;
}

#error-msg {
  color: #EA4335;
}

#valid-msg {
  color: #34A853;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
  z-index: 4;
}

.alert-danger {
  color: #0700bc !important;
  background-color: #EAF1FE !important;
  border-color: #EAF1FE !important;
}

.mabuhay-pic-bg img {
  width: 500px;
  padding: 0 20px 0 0;
}

.mabuhay-pic-bg {
  padding: 20px;
}

.form-apply-button a:hover {
  color: #a1cdec !important;
}

.float_center > .child {
  position: relative;
}

.clear {
  clear: both;
}

/* Interior-page masthead. Used by every page EXCEPT the homepage (which has
   its own hero, .section-bg-mabuhay-home) and FAQ/Terms (which override via
   .section-bg-mabuhay-faqhead).
   2026-09-09: switched to the homepage image on request - it also retires the
   6.4MB statustier_masthead.png, which is still on disk but no longer used. */
.section-bg-mabuhay-success {
  background: url(../images/mabuhay-home-bg.jpg) no-repeat;
  background-size: cover;
  /* Focal point sits high so the subject's head isn't cropped -- plain
     'center' cuts the top of the frame on wide viewports. */
  background-position: center 22%;
  min-height: 320px;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
}

.section-bg-mabuhay-faq {
  background: url(../images/faq_background.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 380px;
  width: 100%;
  margin: 0;
  padding: 10px 0 100px;
}

.header-txt-mabuhay {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
  margin-top: -20px;
  padding: 20px;
  color: #FFF;
  font-size: 34px;
  line-height: 1.2;
}

.main-txt-mabuhay {
  width: 420px;
  margin-top: -50px;
  padding-top: 0px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.19);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: left;
  font-weight: 700;
  word-spacing: 1.5px;
  color: #FFF;
  font-size: 40px;
  line-height: 1.2;
}

.faq-txt-mabuhay {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 100px 0 0 0;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
}

.termsinside {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  padding-top: 20px;
}

.faqinside {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  padding-top: 40px;
}

.formtitle {
  font-family: 'cabrito_flare_cond_5regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d1d1d;
  text-align: center;
  font-weight: 600;
  padding: 30px 0px 10px 0;
  font-size: 34px;
  line-height: 38px;
}

.formtitle-body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #30302f;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-weight: 400;
  padding: 20px 0px 30px 0;
  font-size: 24px;
  line-height: 32px;
}

.formtitle2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #30302f;
  text-align: center;
  font-weight: 600;
  padding: 60px 0px 10px 0;
  font-size: 34px;
  line-height: 38px;
}

.sitetitle {
  font-family: 'cabrito_flare_cond_5regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d1d1d;
  font-size: 34px;
  line-height: 38px;
}

.formtitlehome {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #300b5c;
  text-align: center;
  padding: 80px 20px 10px 20px;
  font-size: 34px;
  line-height: 30px;
}

.input-group > .form-control:not(:last-child) {
  border-radius: 0px !important;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 17px !important;
}

.formcolumn {
  float: left;
  width: 50%;
  padding: 10px;
}

.formcolumnsub {
  float: left;
  width: 50%;
  padding: 10px;
}

.formcolumnsub.showmobile {
  display: none;
}

.column-middle-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 38px;
  color: #142228;
  padding-bottom: 50px;
}

.formcolumnbgsub .sectionimage img {
  width: 100%;
}

.formcolumnbg {
  border-radius: 15px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
}

.formcolumnbgsub {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px 40px 20px 40px;
  background-color: #FFF;
  border-radius: 15px;
}

.form-item-1 {
  margin-top: 50px;
  padding: 0;
  text-align: left;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #300b5c;
  font-size: 22px;
  line-height: 28px;
}

.step3formbut {
  margin: 20px;
  left: 35%;
}

.form-item-2 {
  margin-top: 15px;
  padding: 18px 20px;
  text-align: center;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #300b5c;
  font-size: 22px;
  line-height: 28px;
}

.form-apply-button-mabuhay {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border-radius: 0 10px 0 10px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 35px;
  background-color: #ed1c24;
  border: none !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.loyaltyrow {
  width: 81%;
  margin: 0 auto;
}

.loyaltyoption {
  margin: 40px 10px 0 10px;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.15);
}

.loyaltyheader {
  background-color: #fbfaf5;
}

.loyaltytext {
  font-size: 18px;
  padding: 10px 0;
}

.namecustom {
  width: 100% !important;
}

.rewardsimage {
  text-align: center;
  margin: 20px auto;
}

.rewardsimage img {
  width: 58%;
}

.form-apply-button-faq {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border-radius: 0 10px 0 10px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 55px;
  background-color: #ed1c24;
  display: inline-block;
  margin-top: 30px;
  border: none !important;
  cursor: pointer;
  font-size: 20px;
}

button .form-apply-button-mabuhay {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px;
}

.form-apply-button-mabuhay a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

.section-bg-ltgrey {
  background-color: #f1f1ec;
  padding: 40px 0;
  color: #142228;
  margin: 0;
}

.section-bg-white {
  background-color: #FFF;
  padding: 40px 0 30px 0;
  color: #142228;
  margin: 0;
}

.section-bg-all-pages {
  background-color: #f5f3ee;
  padding: 40px 0;
  color: #142228;
  margin: 0;
}

.mabuhay-middle-text {
  padding: 60px 50px 10px;
  text-align: center;
}

.mabuhay-middle-text p {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #191919;
  font-size: 22px;
  padding: 20px;
  line-height: 30px;
}

.column-middle-text {
  text-align: left;
  padding: 50px 40px;
  width: 100%;
  line-height: 1.5;
  font-size: 18px;
}

.column-middle-text ul {
  margin-left: -29px;
}

.column-middle-text ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column-middle-text ul > li:before {
  content: "-";
  text-indent: -20px;
  padding-right: 10px;
}

.column-middle-text2 {
  font-size: 18px;
}

.column-middle-text2 ul li {
  list-style: none;
  padding: 0;
  padding-right: 20px;
  margin: 0;
}

.card-title {
  padding: 80px 20px 20px;
  text-align: center;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #300b5c;
  font-size: 32px;
  line-height: 28px;
}

.apply-button-shell {
  text-align: center;
}

.faq-mission-txt-mabuhay {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 100px;
  color: #FFF;
  font-size: 42px;
  line-height: 1.2;
}

.faq-mission-txt-mabuhay-underneath {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
}

.footer-text-extra {
  margin: 40px 0;
  font-size: 11px;
  color: #142228;
}

.formattable {
  background-color: #FFF !important;
}

.formattable .tableheader {
  background-color: #ebebeb !important;
  font-size: 18px;
  color: #000 !important;
}

.formattable .tableheaderairline {
  font-size: 20px;
  background-color: #ed1c24 !important;
  color: #FFF !important;
}

#mainMenu nav.light > ul > li > a:hover {
  color: #910216 !important;
}

#mainMenu nav.light > ul > li.thispage > a {
  color: #910216 !important;
}

#scrollTop:after, #scrollTop:before {
  background-color: #0397d6 !important;
}

.section-bg-light-grey {
  background-position: top right;
  background-color: #ededed !important;
  margin: 0;
  padding: 0;
}

.section-bg-dark-grey {
  background-position: top right;
  background-color: #142228 !important;
  margin: 0;
  padding: 20px 0 40px 0;
}

.accordionsection {
  width: 70%;
  margin: 50px auto;
}

.active, .accordion:hover {
  background-color: #f3f1e8;
}

.section-bg-malaysia-faq {
  background-position: left;
}

#footer .footer-content2 a {
  color: #FFF !important;
  text-align: center;
  font-family: 'Mundial-Light', Arial, sans-serif !important;
}

.footer-logo-new {
  width: 420px;
}

.footer-column ul li, .footer-column li a {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-text-links {
  margin-top: 5px;
}

.footer-text-links a {
  margin: 0 7px;
}

.formtitle-sub {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 30px;
  font-size: 16px;
  max-width: 800px;
}

.step2_table {
  padding: 20px 40px;
}

.step2_table h4 {
  font-weight: 700 !important;
  color: #332f2f;
}

.step2_col {
  float: left;
  padding: 10px 20px 10px 10px;
  width: 50%;
}

.step2_col_2 {
  float: left;
  padding: 10px 20px 10px 0;
  width: 50%;
}

.step3_col {
  text-align: center;
  width: 40%;
}

.step3_col img {
  width: 175px;
}

.step3_col_middle {
  text-align: center;
  width: 20%;
}

.form-apply-button-steps {
  margin-left: 0px;
  margin-top: 15px;
  padding: 10px;
  display: inline-block;
  background-color: #142228;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

.alternative_pages {
  position: relative;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}

.alternative_pages p {
  font-size: 16px;
}

body,
p,
a,
h1,
h2,
h3,
h4,
h5,
table,
li,
ul,
td,
input,
select,
button,
.form-control,
#mainMenu nav > ul > li > a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  color: var(--pal-copy) !important;
  background: #fff;
}

a,
#booknewform-mabuhay a {
  color: var(--pal-blue) !important;
}

#header.light {
  background-color: #fff;
  box-shadow: none;
}

#header {
  height: 102px !important;
  line-height: 102px !important;
}

#header .header-inner {
  height: 102px !important;
  line-height: 102px !important;
  min-height: 102px !important;
}

#header #header-wrap,
#header .header-inner #logo,
#header #header-wrap #logo {
  height: 102px !important;
}

#header[data-transparent="true"]:not(.sticky-active) .header-inner,
#header[data-transparent="true"]:not(.sticky-active) #header-wrap {
  background-color: #fff !important;
}

#header[data-transparent="true"] + #slider {
  margin-bottom: 0 !important;
  top: 0 !important;
}

#header .container {
  max-width: 1240px;
}

#header .header-inner #logo a > img,
#header #header-wrap #logo a > img,
#header #logo > a img {
  height: auto !important;
  max-height: none !important;
  padding-top: 0px !important;
  width: 280px !important;
}

#mainMenu nav > ul > li > a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: var(--pal-navy) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  letter-spacing: 0;
}

.section-bg-mabuhay-home {
  background: url(../images/mabuhay-home-bg.jpg) no-repeat;
  background-size: cover;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  background-image: linear-gradient(90deg, rgba(0, 27, 73, 0.6), rgba(0, 27, 73, 0.08) 44%, rgba(0, 27, 73, 0.5)), url(../images/mabuhay-home-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 764px;
  padding: 58px 0 64px;
}


.section-bg-mabuhay-pages {
  background: url(../images/mabuhay-home-bg.jpg) no-repeat;
  background-size: cover;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
 
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 350px;
  padding: 58px 0 64px;
}



.section-bg-mabuhay-home > .container {
  max-width: 1240px;
}

.section-bg-mabuhay-home .row {
  align-items: flex-start;
  display: flex;
}

.section-bg-mabuhay-home .grid-2-columns {
  width: 50%;
}

.section-bg-mabuhay-home .grid-2-columns:first-child {
  padding-top: 84px;
}

.section-bg-mabuhay-home .grid-2-columns:last-child {
  display: flex;
  justify-content: flex-end;
}

.section-bg-mabuhay-home .white_curve {
  display: none;
}

.hero-mabuhay-mark {
  color: #fff;
  margin: 0 0 36px;
  width: 250px;
  text-align: center;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.22);
}

.hero-mabuhay-mark span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 -8px;
}

.hero-mabuhay-mark strong {
  display: block;
  font-size: 58px;
  font-style: italic;
  font-weight: 700 !important;
  line-height: 0.9;
}

.hero-mabuhay-mark em {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: -2px;
}

.landing-title-txt-mabuhay {
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 48px;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.18;
  margin-top: 0;
  max-width: 400px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.24);
}

.bookformbg-mabuhay {
  margin-left: 0px;
  margin-bottom: 0px;
  height: auto;
  margin-top: 0;
  min-width: 0;
  transform: translateX(-30px);
  width: 510px;
}

.bookformbgwhite-mabuhay {
  margin-left: 0;
  max-width: 510px;
}

#booknewform-mabuhay {
  background-color: #fff;
  height: auto;
  border-radius: 24px;
  color: var(--pal-copy) !important;
  padding: 31px 40px 30px;
  width: 100%;
}

.apply-form-title {
  color: var(--pal-navy);
  font-size: 30px;
  font-weight: 700 !important;
  line-height: 1.2;
  padding: 0 0 26px;
  text-align: center;
}

.apply-form-title span {
  color: var(--pal-copy);
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-top: 3px;
}

#booknewform-mabuhay .form-group {
  margin-bottom: 16px;
}

#booknewform-mabuhay .form-group br {
  display: none;
}

#booknewform-mabuhay .small {
  color: var(--pal-copy);
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.form-control {
  border: 1px solid #d6d6d6 !important;
  border-radius: 0 !important;
  color: var(--pal-copy);
  font-size: 15px !important;
  font-weight: 400 !important;
  height: 44px;
  padding: 8px 12px;
}

input::placeholder {
  color: #5c6d8c !important;
  opacity: 1;
}

#booknewform-mabuhay input[type="checkbox"] {
  appearance: none;
  border: 1px solid var(--pal-blue);
  height: 14px;
  margin: 1px 10px 0 0;
  vertical-align: top;
  width: 14px;
}

#booknewform-mabuhay input[type="checkbox"]:checked {
  background: var(--pal-blue);
  box-shadow: inset 0 0 0 3px #fff;
}

#booknewform-mabuhay .consent-row {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  line-height: 1.35;
  margin-bottom: 15px !important;
}

#booknewform-mabuhay .consent-row input[type="checkbox"] {
  flex: 0 0 auto;
  margin: 2px 0 0;
}

#booknewform-mabuhay .consent-row span {
  display: block;
  flex: 1 1 auto;
}

.submit-row {
  padding-top: 0;
}

.form-apply-button-mabuhay,
.form-apply-button-faq {
  background-color: var(--pal-blue);
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
	margin-top: 15px;
  font-weight: 700 !important;
  padding: 13px 40px;
}


.form-apply-button-faq {
 
	margin-top: 45px!important;

}

.form-apply-button-mabuhay:hover,
.form-apply-button-faq:hover {
  background-color: #004f91;
}

.form-apply-button-faq a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  color: #fff !important;
  font-weight: 700 !important;
}

.mabuhay-benefits-section {
  padding: 104px 0 150px;
}

.mabuhay-benefits-section .container {
  max-width: 1140px;
}

.benefits-intro {
  color: var(--pal-navy);
  font-size: 34px;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 104px;
  text-align: center;
}

.mabuhay-tier-card {
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 76px;
  margin: 0 auto 130px;
  max-width: 1140px;
  min-height: 504px;
  padding: 54px 72px 54px 88px;
}

.mabuhay-tier-card:last-child {
  margin-bottom: 0;
}

/* The tier art is a flex item, so without this the card beside the longer
   benefit list gets squeezed and the two cards render at different widths
   (341 vs 322 measured 2026-09-14). Pin it to its intended size. */
.mabuhay-tier-card > img {
  flex: 0 0 341px;
  height: auto;
}

.tier-medallion {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.22);
  display: flex;
  flex: 0 0 340px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.tier-elite .tier-medallion {
  background: radial-gradient(circle at 35% 30%, #a7a7a7 0, #777 48%, #3c3c3c 100%);
}

.tier-premier .tier-medallion {
  background: radial-gradient(circle at 35% 30%, #ffd31a 0, #c7a000 48%, #806500 100%);
}

.tier-medallion span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-style: italic;
  font-weight: 700 !important;
  line-height: 0.9;
}

.tier-medallion em {
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700 !important;
  letter-spacing: 5px;
}

.tier-content {
  color: var(--pal-copy);
  flex: 1 1 auto;
  max-width: 590px;
}

.tier-content h2 {
  color: #777;
  font-size: 34px;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 34px;
}

.tier-premier .tier-content h2 {
  color: var(--pal-gold);
}

.tier-content ul {
  margin: 0 0 36px;
  padding: 0;
}

.tier-content li {
  color: var(--pal-copy);
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 1.34;
  list-style: none;
  padding-left: 28px;
  position: relative;
}

.tier-content li:before {
  content: "-";
  left: 0;
  position: absolute;
}

.tier-button {
  background: #727272;
  border-radius: 8px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 1.2;
  padding: 15px 28px;
}

.tier-button:hover {
  background: #5e5e5e;
  color: #fff !important;
}

.tier-premier .tier-button {
  background: var(--pal-gold);
}

.tier-premier .tier-button:hover {
  background: #a98600;
}

.section-bg-light-grey-mabuhay {
  background: #f8f8f8 !important;
  margin: 0;
  padding: 108px 0 110px;
}

.section-bg-light-grey-mabuhay .formtitle {
  color: var(--pal-navy);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 46px;
  font-weight: 700 !important;
  line-height: 1.15;
  padding: 0 0 68px;
}

.mabuhay-success-section {
  min-height: 420px;
}

.mabuhay-success-section .container {

  max-width:1200px;
  text-align: center;
}

.mabuhay-success-section .formtitle {
  padding-bottom: 24px;
}

.mabuhay-success-copy {
	
  color: var(--pal-copy);
  font-size: 20px;
  line-height: 1.55;
  margin: 20px auto;

  text-align: center;
}

.accordionsectionfaqpage {
  margin: 0 auto;
  padding-bottom: 0;
  width: min(1200px, 92%);
}

.accordionsectionfaqpage > .container {
  max-width: none;
  padding: 0;
  width: 100%;
}

.accordion {
  align-items: center;
  word-wrap: normal;
  background: transparent;
  border: none;
  border-top: 2px solid #d7d7d7;
  color: var(--pal-copy);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  gap: 32px;
  justify-content: space-between;
  outline: none;
  font-weight: 400 !important;
  line-height: 1.35;
  padding: 15px 12px;
  text-align: left;
  width: 100%;
}

.accordionsectionfaqpage .container button.accordion:last-of-type {
  border-bottom: 2px solid #d7d7d7;
}

.accordionsectionfaqpage .container button.accordion.active:last-of-type {
  border-bottom: 0;
}

.accordionsectionfaqpage .container button.accordion:last-of-type + .panelfaq {
  border-bottom: 2px solid #d7d7d7;
}

button.accordion:after {
  content: '\25be';
  clear: none;
  flex: 0 0 auto;
  float: none;
  font-weight: 400;
  margin-left: auto;
  vertical-align: -50%;
  color: var(--pal-blue);
  font-size: 24px;
  padding-left: 0;
}

.active,
.accordion:hover {
  background-color: transparent;
}

.panelfaq {
  background: transparent;
  color: var(--pal-copy);
  display: none;
  overflow: hidden;
  padding: 0 12px 22px;
}

.panelfaq p {
  color: var(--pal-copy);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.panelfaq p + p {
  margin-top: 14px;
}

.faq-list {
  margin: 14px 0 0;
  padding-left: 20px;
}

.faq-list li {
  color: var(--pal-copy);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.tier-map-wrap {
  background: #fff;
  border: 1px solid #d9dce5;
  margin-top: 24px;
  max-height: 560px;
  overflow: auto;
  width: 100%;
}

.tier-map-table {
  border-collapse: collapse;
  color: #3f444b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  min-width: 1120px;
  width: 100%;
}

.tier-map-table th {
  background: #0054a6;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  color: #FFF;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.25;
  padding: 23px 24px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}

.tier-map-table th:last-child {
  border-right: 0;
}

.tier-map-table td {
  border-bottom: 1px solid #dde2eb;
  color: #3f444b;
  font-size: 17px;
  font-weight: 500 !important;
  line-height: 1.45;
  padding: 26px 24px;
  vertical-align: middle;
}

.tier-map-table td:first-child {
  width: 25%;
}

.tier-map-table td:nth-child(2) {
  width: 18%;
}

.tier-map-table td:nth-child(3),
.tier-map-table td:nth-child(4),
.tier-map-table td:nth-child(5) {
  width: 19%;
}

.tier-map-table strong {
  font-weight: 700 !important;
}

.tier-map-table span {
  display: block;
}

.accordionsectionfaqpage > div[style] {
  margin: 70px 0 0 !important;
}

#footer {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Mundial-Light', Arial, sans-serif !important;
  background-color: var(--pal-blue) !important;
}

.footer-content2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  color: #FFF !important;
  max-width: 1240px;
  padding: 86px 0 78px;
}

.footer-content2 .row {
  display: flex;
  justify-content: space-between;
}

.footer-column {
  text-align: left;
  width: 33.33%;
  float: none;
  padding: 0 10px;
}

.footer-title {
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 28px;
  font-weight: 700 !important;
  line-height: 1.2;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  padding-top: 28px;
}

.footer-column ul li,
.footer-column li a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.55;
}

.footer-mabuhay-wordmark {
  color: #fff;
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.85;
}

.footer-mabuhay-wordmark em {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: right;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .form-apply-button-steps {
    font-size: 14px;
  }
  .section-bg-mabuhay-home .grid-2-columns:first-child {
    padding-top: 92px;
  }
  .landing-title-txt-mabuhay {
    font-size: 46px;
  }
  .mabuhay-tier-card {
    gap: 72px;
    padding: 48px 64px;
  }
  .tier-medallion {
    flex-basis: 300px;
  }
}

@media (max-width: 991px) {
  .step2_col, .step2_col_2 {
    float: left;
    width: 100%;
  }
  .step3_col, .step3_col_middle {
    width: 100%;
  }
  .receipt-table {
    font-size: 10px;
    padding: 0;
  }
  .receipt-table h4 {
    font-size: 10px;
    padding: 0;
  }
  .receipt-table img {
    width: 100%;
  }
  .lessbold {
    font-size: 10px;
  }
  .section-bg-mabuhay-home {
    padding: 40px 0 52px;
  }
  .section-bg-mabuhay-home .row {
    display: block;
  }
  .section-bg-mabuhay-home .grid-2-columns {
    width: 100%;
  }
  .section-bg-mabuhay-home .grid-2-columns:first-child {
    padding-top: 40px;
  }
  .section-bg-mabuhay-home .grid-2-columns:last-child {
    justify-content: center;
  }
  .landing-title-txt-mabuhay {
    font-size: 42px;
    margin-bottom: 32px;
  }
  .bookformbg-mabuhay,
  .bookformbgwhite-mabuhay {
    max-width: 510px;
    width: 100%;
  }
  .bookformbg-mabuhay {
    transform: none;
  }
  .mabuhay-tier-card {
    display: block;
    max-width: 680px;
    min-height: 0;
    padding: 42px 36px;
    text-align: center;
  }
  .tier-medallion {
    flex-basis: auto;
    height: 280px;
    margin: 0 auto 38px;
    width: 280px;
  }
  .tier-content {
    margin: 0 auto;
  }
  .tier-content li {
    text-align: left;
  }
  .footer-content2 .row {
    display: block;
  }
  .footer-column {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 990px) {
  body .container-wide {
    padding: 0 0px !important;
  }
  .formcolumn {
    width: 100%;
  }
  .mabuhay-pic-bg {
    display: none;
  }
  .header-txt-mabuhay {
    width: 80%;
    padding: 0;
  }
  .cardcolumn3 {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .rewardsimage img {
    width: 90%;
  }
  .loyaltyrow {
    width: 100%;
    margin: 0 auto;
  }
  .choosesection {
    padding: 0px;
    margin-top: -50px;
  }
  h3, .h3 {
    font-size: 1.35714286em;
    line-height: 1.3em !important;
  }
  .footer-column ul li, .footer-column li a {
    display: block;
    padding: 2px 8px;
  }
  .accordionsection, .accordionsectionfaqpage {
    width: 100%;
  }
  .accordion {
    font-size: 14px;
    padding-right: 10px;
  }
  #booknewform-mabuhay {
    color: #7b7b7b !important;
    background-color: #fff;
    padding: 15px;
    height: auto;
  }
  .landing-title-txt-mabuhay {
    font-family: 'cabrito_flare_cond_5regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 38px;
    margin-top: 40px;
  }
  .bookformbg-mabuhay {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-width: auto;
    height: auto;
  }
  .bookformbgwhite-mabuhay {
    margin-left: 0px;
    max-width: 100%;
  }
  .form-apply-button-steps {
    width: 100%;
  }
  .formcolumnsub {
    width: 100%;
  }
  .formcolumnsub.showmobile {
    display: block;
  }
  .formcolumnsub.hidemobile {
    display: none;
  }
  .main-txt-mabuhay {
    width: 260px;
    font-size: 25px;
    text-align: left;
  }
  .faq-txt-mabuhay {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    width: auto;
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.2;
  }
  .main-txt-inside {
    padding-right: 0px;
  }
  .column-middle-title {
    padding-bottom: 20px;
  }
  .formtitle2, .column-middle-title {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  .sitetitle {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #373737;
    font-size: 22px;
    line-height: 26px;
  }
  .step2_col {
    padding: 0;
  }
  .mainMenu-open #header #mainMenu,
  .mainMenu-open #header #mainMenu > .container,
  .mainMenu-open #header #mainMenu nav {
    background-color: #fff !important;
  }
  .mainMenu-open #header #mainMenu {
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 74px;
    width: 100% !important;
  }
  .mainMenu-open #header #mainMenu nav > ul > li > a {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .inspiro-slider {
    height: 50vh !important;
  }
  .arrow_step3 img {
    height: 50%;
  }
  .section-bg-mabuhay-success {
    min-height: 165px;
  }
  #header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider {
    min-height: auto;
  }
  .step2_table {
    padding: 20px 10px;
  }
  .container .main-txt-mabuhay {
    padding: 0;
  }
  .main-txt-inside {
    padding-right: 20px;
  }
  .main-txt-mabuhay {
    width: auto;
    text-align: left;
    margin-left: 0px;
    padding: 20px 0px 25px 25px;
  }
  .step3formbut {
    margin: 0px;
    left: 0%;
  }
  #ccform .field {
    max-width: 100%;
  }
  #ccform .cclabel {
    text-align: left;
  }
  #ccform div#card-number-element {
    width: 100%;
  }
  h4 {
    text-align: center;
  }
  #header .header-inner #logo a {
    float: left;
    padding-left: 10px;
  }
  #header #logo > a img {
    width: 150px;
  }
  td {
    padding-right: 5px;
  }
  .inspiro-slider .container {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .header-txt-mabuhay {
    width: 100%;
    padding: 0;
    font-size: 22px;
  }
  .formtitlehome, .card-title {
    font-size: 21px;
    padding: 20px;
  }
  .formtitle {
    font-size: 21px;
    padding-bottom: 25px;
  }
  .formtitle, .formtitle2 {
    font-size: 21px;
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .km-listings ul {
    padding: 0;
  }
  .formtitle-body {
    font-size: 18px;
    line-height: 22px;
  }
  .formcolumnbgsub {
    padding: 30px;
    margin-top: 0;
  }
  .mabuhay-middle-text {
    padding: 60px 0px 10px;
  }
  .cardcolumn-pic, .cardcolumn-pic2, .cardcolumn2, .cardcolumn3 {
    width: 100%;
  }
  .column-middle-text, .column-middle-text2 {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 20px 0 0;
    margin-left: 0;
  }
  .column-middle-text2 {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 20px 0 0;
    margin-left: 0;
  }
  .cardcolumn-pic2 {
    margin-top: 20px;
    height: auto;
  }
  .faq-mission-txt-mabuhay {
    font-size: 30px;
  }
  .footer-column {
    text-align: center;
    width: 100%;
  }
  .formattable, .formattable p {
    font-size: 10px;
  }
  #header {
    height: 74px !important;
    line-height: 74px !important;
  }
  #header .header-inner {
    height: 74px !important;
    line-height: 74px !important;
    min-height: 74px !important;
  }
  #header #header-wrap,
  #header .header-inner #logo,
  #header #header-wrap #logo {
    height: 74px !important;
  }
  #header .header-inner #logo a > img,
  #header #header-wrap #logo a > img,
  #header #logo > a img {
    padding-top: 10px !important;
    width: 178px !important;
  }
  .section-bg-mabuhay-home {
    background: url(../images/mabuhay-home-bg.jpg) no-repeat;
    background-size: cover;
    background-position: 78% center;
    background-color: #FFF !important;
    width: 100%;
    margin: 0;
    min-height: 0;
    padding: 36px 0 42px;
  }
  .hero-mabuhay-mark {
    margin-bottom: 22px;
    width: 190px;
  }
  .hero-mabuhay-mark strong {
    font-size: 44px;
  }
  .landing-title-txt-mabuhay {
    font-size: 34px;
    line-height: 1.2;
    margin-top: 12px;
  }
  #booknewform-mabuhay {
    border-radius: 18px;
    padding: 24px 18px 28px;
  }
  #booknewform-mabuhay .form-control {
    font-size: 13px !important;
  }
  .apply-form-title {
    font-size: 25px;
  }
  .mabuhay-benefits-section {
    padding: 60px 0 86px;
  }
  .benefits-intro {
    font-size: 25px;
    margin-bottom: 52px;
  }
  .mabuhay-tier-card {
    border-radius: 16px;
    margin-bottom: 64px;
    padding: 42px 20px 32px;
  }
  .mabuhay-tier-card > img {
    display: block;
    height: auto;
    margin: 0 auto 30px;
    /* 2026-09-14: tier art changed from a 341x339 circle to a 300x214
       landscape membership card, so the phone width was raised to keep the
       card legible at the same visual weight. */
    width: 260px !important;
  }
  .tier-medallion {
    height: 132px;
    margin-bottom: 28px;
    width: 132px;
  }
  .tier-medallion span {
    font-size: 32px;
  }
  .tier-medallion em {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .tier-content h2 {
    font-size: 27px;
    margin-top: 4px;
  }
  .tier-content li {
    font-size: 17px;
    line-height: 1.46;
  }
  .tier-button {
    font-size: 16px;
    padding: 13px 18px;
  }
  .section-bg-light-grey-mabuhay {
    padding: 72px 0 84px;
  }
  .section-bg-light-grey-mabuhay .formtitle {
    font-size: 32px;
    padding-bottom: 34px;
  }
  .mabuhay-success-section {
    min-height: 360px;
    padding: 64px 0 76px;
  }
  .mabuhay-success-section .formtitle {
    padding-bottom: 18px;
  }
  .mabuhay-success-copy {
    font-size: 17px;
    line-height: 1.55;
    max-width: 100%;
  }
  .accordion {
    font-size: 15px;
    gap: 18px;
    padding: 20px 10px;
  }
  button.accordion:after {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
  }
  .accordionsectionfaqpage {
    width: calc(100% - 20px);
  }
  .panelfaq {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-content2 {
    padding: 58px 0 52px;
  }
  .footer-column:nth-child(2) .footer-title {
    margin-top: 10px;
  }
}

@media handheld, screen and (max-width: 400px) {
  .progress-indicator {
    font-size: 60%;
  }
}


/* ===== PAL-style form fields =========================================
   Notched-outline field mirroring philippineairlines.com. Tokens taken
   from PAL's own clientlib CSS:
     font    montserrat            (--font-400)
     accent  #0061fd               (--accent-500)
     red     #da291c               (required marker)
   Markup: .palf > input.palf-in[placeholder=" "] + label
   The label must FOLLOW the input - :placeholder-shown drives the float,
   so there is no JavaScript involved. Added 2026-09-08.
   ==================================================================== */
.palf { position: relative; margin-bottom: 26px; }

.palf .palf-in {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  padding: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  background: #fff;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.palf .palf-in::placeholder { color: transparent; }

.palf label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #6f6f6f;
  background: #fff;
  padding: 0 5px;
  pointer-events: none;
  transition: top .15s ease, font-size .15s ease, color .15s ease;
}

/* floats on focus, and stays floated once the field has content */
.palf .palf-in:focus + label,
.palf .palf-in:not(:placeholder-shown) + label { top: 0; font-size: 12px; }

/* active state. inset shadow rather than a 2px border so nothing reflows */
.palf .palf-in:focus { border-color: #0061fd; box-shadow: inset 0 0 0 1px #0061fd; }
.palf .palf-in:focus + label { color: #0061fd; }

/* a <select> always holds a value, so its label sits up permanently */
.palf select.palf-in + label { top: 0; font-size: 12px; }
.palf select.palf-in {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236f6f6f'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center;
  background-size: 22px; padding-right: 44px;
}
.palf .req { color: #da291c; }


/* ===== step3 tier choice (match down) ===== */
.tier-choice { margin-top: 14px; }
.tier-choice .tier-opt {
  display: block; margin: 0 0 6px; padding: 9px 12px;
  border: 1px solid #c4c4c4; border-radius: 6px;
  font-size: 14px; color: var(--pal-copy); text-decoration: none; background: #fff;
}
.tier-choice .tier-opt:hover { border-color: #0061fd; }
.tier-choice .tier-opt-on { border-color: #0061fd; box-shadow: inset 0 0 0 1px #0061fd; font-weight: 600; }

/* PNB-only payment notice (Philippine residents, restriction window) */
.pnb-notice {
  margin: 14px 0 0;
  padding: 12px 16px;
  border: 1px solid #f0c36d;
  border-radius: 6px;
  background: #fdf6e3;
  font-size: 14px;
  line-height: 1.5;
  color: #5c4813;
}

/* ===== PAL field styling without a floating label =====================
   For pages whose fields sit under full-sentence question headings
   (step1/step2/track/docs) - same box as .palf-in, no notched label.
   ==================================================================== */
.palf-box.form-control {
  height: 56px !important;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px;
  color: #1a1a1a;
  padding: 16px !important;
  border: 1px solid #c4c4c4 !important;
  border-radius: 6px !important;
  background: #fff;
  outline: none;
  box-shadow: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.palf-box.form-control:focus {
  border-color: #0061fd !important;
  box-shadow: inset 0 0 0 1px #0061fd;
}
select.palf-box.form-control {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236f6f6f'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center;
  background-size: 22px; padding-right: 44px !important;
}

/* FAQ + Terms header image. Overrides the shared interior masthead
   (.section-bg-mabuhay-success) on those two pages only. Supplied 2026-09-08. */
.section-bg-mabuhay-faqhead {
  background-image: url(../images/pal-faq-header.jpg) !important;
  background-position: center 30% !important;
}

/* Divider between the PAL Offer T&Cs and the site-wide StatusMatch terms */
.terms-divider {
  border-top: 2px solid #c4c4c4;
  margin: 55px 0 45px;
}
