@charset "UTF-8";
#railway {
  background-color: #F6FDFF;
  padding-bottom: 70px;
}
#railway .railway-part {
  padding: 40px 20px;
}
#railway .railway-part .railway-box {
  padding: 0 40px;
}
#railway .railway-part .railway-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
#railway .railway-part .railway-size {
  font-size: 32px;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 10px;
}

#download {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
#download .container {
  background: url("/themes/contrib/rac/images/bg-sectapp.png") no-repeat;
  background-size: cover;
  border-radius: 10px;
}
#download .download-part {
  padding: 30px 20px;
}
#download .download-part .download-left > div {
  display: inline-block;
  vertical-align: middle;
}
#download .download-part .download-left > div.download-title {
  width: calc(100% - 100px);
}
#download .download-part .download-title {
  font-weight: 700;
  width: calc(100% - 80px);
}
#download .download-part .download-title > div {
  line-height: 100%;
}
#download .download-part .download-title > div:last-child {
  font-size: 28px;
  line-height: 40px;
}
#download .download-part .download-desc {
  line-height: 24px;
  margin: 10px 0 15px 0;
}
#download .download-part .download-icon {
  border-radius: 12px;
  background-color: #ffffff;
  padding: 5px 10px;
  width: fit-content;
  color: #292929;
  font-weight: 700;
}
#download .download-part .download-icon > div {
  display: inline-block;
  vertical-align: middle;
}
#download .download-part .download-icon > div:last-child {
  padding-left: 5px;
}
#download .download-part .download-icon > div:last-child a {
  margin-right: 8px;
}
#download .download-part .download-icon > div:last-child a:last-child {
  margin-right: 0;
}
#download .download-part .apps-bg {
  text-align: right;
}
#download .download-part .apps-bg img {
  width: 70%;
  height: auto;
}
#download {
  /* -----------------------------------------------------
     📱 MOBILE RESPONSIVE (<768px)
     ----------------------------------------------------- */
}
@media (max-width: 768px) {
  #download {
    text-align: center;
  }
  #download .download-part {
    padding: 25px 15px;
  }
  #download .download-part .download-left {
    text-align: center;
  }
  #download .download-part .download-left > div {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
  }
  #download .download-part .download-title {
    width: 100% !important;
  }
  #download .download-part .download-title > div:last-child {
    font-size: 22px;
    line-height: 30px;
  }
  #download .download-part .download-desc {
    margin: 10px auto 20px;
    max-width: 90%;
  }
  #download .download-part .download-icon {
    margin: 0 auto;
    padding: 8px 12px;
  }
  #download .download-part .download-icon > div {
    display: block;
    text-align: center;
  }
  #download .download-part .download-icon > div:last-child {
    padding-left: 0;
  }
  #download .download-part .download-icon > div:last-child a {
    margin: 5px 6px;
    display: inline-block;
  }
  #download .download-part .apps-bg {
    text-align: center;
    margin-top: 20px;
  }
  #download .download-part .apps-bg img {
    width: 85%;
  }
}

.inner #download {
  background: none;
  padding: 50px 0;
  color: #FFFFFF;
}
.inner #download .container {
  background: url("../img/bg-apps.png") no-repeat;
  background-size: cover;
}

.site-footer {
  background: #031525;
  padding: 0;
}
.site-footer .site-footer__bottom {
  margin-top: 0;
  border-top: none;
}
.site-footer .site-footer__bottom .region {
  margin-top: 0;
}
.site-footer .site-footer__bottom .region > .block {
  margin: 0;
}
.site-footer .site-footer__bottom .region .content {
  padding: 0;
  margin-top: 0;
  font-size: 14px;
  color: #EEEEEE;
  font-family: "Source Sans 3", sans-serif;
  text-align: left;
}
.site-footer {
  /* ------------------ MOBILE RESPONSIVE ------------------ */
}
@media (max-width: 768px) {
  .site-footer .site-footer__bottom .region .content {
    text-align: center;
  }
}
footer {
  background: #031525;
  color: #EEEEEE;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer-top > div {
    margin: 0;
  }
}
footer .footer-top .footer-left {
  padding: 20px 12px 10px 12px;
}
footer .footer-top .footer-left > div {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 0;
}
footer .footer-top .footer-left > div:last-child {
  width: calc(100% - 200px);
  padding: 0;
}
footer .footer-top .footer-left > div:last-child > div {
  margin-bottom: 10px;
}
footer .footer-top .footer-left > div:last-child > div:last-child {
  margin-bottom: 0;
}
footer .footer-top .footer-left > div img {
  margin-bottom: 20px;
}
footer .footer-top .footer-left > div {
  /* -----------------------------------
    📱 MOBILE — STACK + CENTER
  ----------------------------------- */
}
@media (max-width: 768px) {
  footer .footer-top .footer-left > div {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-top .footer-left > div:last-child {
    width: 100%;
    padding: 0;
  }
  footer .footer-top .footer-left > div:last-child > div {
    margin-top: 10px;
  }
  footer .footer-top .footer-left > div img {
    margin: 0 auto 20px;
    display: block;
  }
}
footer .footer-top .footer-left a {
  margin-right: 10px;
}
footer .footer-top .footer-left a:last-child {
  margin-right: 0;
}
footer .footer-top .footer-left .address {
  position: relative;
  padding-left: 20px;
}
footer .footer-top .footer-left .address:before {
  content: "";
  background: url("../images/pin.svg") no-repeat;
  width: 12px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
footer .footer-top .footer-left .address {
  /* -------------------------
    📱 MOBILE (CENTERED)
  ------------------------- */
}
@media (max-width: 768px) {
  footer .footer-top .footer-left .address {
    width: fit-content;
    margin: 0 auto;
  }
}
footer .footer-top .footer-left .contact > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
}
footer .footer-top .footer-left .contact > div.tel:before {
  content: "";
  background: url("../images/telephone.svg") no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -2px;
  top: 4px;
}
footer .footer-top .footer-left .contact > div.fax {
  margin-left: 20px;
  padding-left: 25px;
}
footer .footer-top .footer-left .contact > div.fax:before {
  content: "";
  background: url("../images/fax.svg") no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 1px;
}
footer .footer-top .footer-left .contact {
  /* -----------------------------------
    📱 MOBILE — CENTER EVERYTHING
  ----------------------------------- */
}
@media (max-width: 768px) {
  footer .footer-top .footer-left .contact {
    text-align: center;
    display: block;
  }
  footer .footer-top .footer-left .contact > div {
    display: block;
    padding-left: 0;
    margin: 10px 0;
    text-align: center;
  }
  footer .footer-top .footer-left .contact > div.tel {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  footer .footer-top .footer-left .contact > div.fax {
    width: fit-content;
    margin: 0 auto;
    padding-left: 20px;
  }
  footer .footer-top .footer-left .contact > div.fax:before {
    left: -5px;
  }
}
footer .footer-top .footer-left .email {
  position: relative;
  padding-left: 20px;
}
footer .footer-top .footer-left .email:before {
  content: "";
  background: url("../images/email.svg") no-repeat;
  width: 16px;
  height: 13px;
  position: absolute;
  left: -4px;
  top: 4px;
}
footer .footer-top .footer-left .email {
  /* -------------------------
    📱 MOBILE (CENTERED)
  ------------------------- */
}
@media (max-width: 768px) {
  footer .footer-top .footer-left .email {
    width: fit-content;
    margin: 0 auto;
  }
}
footer .footer-top .footer-left .social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
footer .footer-top .footer-left .social-icons a {
  display: inline-flex;
  align-items: center;
}
footer .footer-top .footer-left .social-icons a img {
  display: block;
}
footer .footer-top .footer-right {
  padding: 10px 12px 0 0;
  text-align: right;
}
footer .footer-top .footer-right .links {
  padding: 0 0 10px 12px;
  position: relative;
}
footer .footer-top .footer-right .links a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 5px;
}
footer .footer-top .footer-right .links a:after {
  content: "●";
  display: inline-block;
  position: relative;
  margin-left: 7px;
  color: #FFAA60;
}
footer .footer-top .footer-right .links a[href*=sitemap]::after {
  display: none !important;
}
footer .footer-top .footer-right .links:first-child {
  margin: 0;
}
footer .footer-top .footer-right .links:last-child {
  margin: 0;
}
footer .footer-top .footer-right .links:last-child:after {
  display: none !important;
}
footer .footer-top .footer-right .links .offsetWidth {
  position: absolute;
  height: 1px;
  bottom: -1px;
}
footer .footer-top .footer-right .visitor {
  padding: 10px 0 10px 12px;
}
footer .footer-top .footer-right .visitor img {
  margin-top: 5px;
}
footer .footer-top .footer-right .visitor span {
  margin-left: 5px;
}
footer .footer-top .footer-right {
  /* -----------------------------------
    📱 MOBILE RESPONSIVE (stack + center)
  ----------------------------------- */
}
@media (max-width: 768px) {
  footer .footer-top .footer-right {
    padding: 10px 0;
    text-align: center;
    display: block;
  }
  footer .footer-top .footer-right .links {
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  footer .footer-top .footer-right .links a {
    margin: 0;
  }
  footer .footer-top .footer-right .links a:after {
    margin-left: 5px;
  }
  footer .footer-top .footer-right .visitor {
    padding: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-top .footer-right .visitor img {
    margin: 0 auto 5px;
  }
  footer .footer-top .footer-right .visitor span {
    margin: 0;
  }
}
footer .footer-copyright .footer-bottom {
  padding: 10px 0;
}
footer .footer-copyright .footer-bottom .best-view {
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-copyright .footer-bottom .best-view {
    text-align: center;
    margin-top: 10px;
  }
}

#block-rac-totalvisitorcounter,
.view-last-updated {
  display: inline-block;
}

#content .content-part {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  color: #131313;
  font-family: "Source Sans 3", sans-serif;
}
#content .content-left img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  bottom: 50px;
}
#content .content-leftMotto img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 90%;
}
#content .content-box {
  background: #FFF;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 18px;
}
#content .content-box .content-box-title {
  font-size: 20px;
  color: #131313;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
}
#content .content-box .spec-details {
  margin-top: 10px;
}
#content .content-box .spec-details > div {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  font-size: 16px;
  color: #131313;
  font-family: "Source Sans 3", sans-serif;
}
#content .content-box .spec-details > div:last-child {
  padding-right: 0;
}
#content .content-box .spec-details > div span {
  display: block;
  font-weight: 700;
}
#content .content-maintitle {
  font-size: 34px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  right: 20px;
  margin-bottom: 15px;
}
#content .columns2 {
  column-count: 2;
}
#content ul li::marker {
  color: #2E3192;
}

#block-rac-content {
  width: 90%;
  margin: 0 auto;
}

.kiosk-section {
  position: relative;
  top: 20px;
  left: 22px;
  margin-bottom: 60px;
}
.kiosk-section::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 72px;
  width: 10px;
  height: 100px;
  background-color: #F68B1F;
}

.kiosk-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 4px;
}
.kiosk-list .kiosk-row {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.kiosk-list .kiosk-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 48%;
}
.kiosk-list .kiosk-item .icon-circle {
  width: 45px;
  height: 45px;
  border: 4px solid #282B89;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.kiosk-list .kiosk-item .icon-circle img {
  width: 22px;
  height: 22px;
}
.kiosk-list .kiosk-item .kiosk-text {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  line-height: 1.5;
}
.kiosk-list > .contact-item:last-child {
  max-width: 100%;
}
@media (max-width: 768px) {
  .kiosk-list .contact-row {
    flex-direction: column;
    gap: 20px;
  }
  .kiosk-list .contact-item {
    max-width: 100%;
  }
}

.content-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.content-box {
  flex: 1;
  background: #FFF;
  padding: 20px;
}

.two-col-pushcart-flex {
  display: flex;
  flex-wrap: wrap;
  list-style: disc;
  gap: 10px 40px;
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.two-col-pushcart-flex li {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .two-col-pushcart-flex li {
    width: 100%;
  }
}

.station-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  list-style: disc;
  gap: 8px 30px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.station-list li {
  width: calc(33.33% - 30px);
}
@media (max-width: 992px) {
  .station-list li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .station-list li {
    width: 100%;
  }
}

.path-node #main-wrapper, .path-sitemap #main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}
.path-node #download, .path-sitemap #download {
  margin-top: 50px;
}

.inner #download-kiosk {
  background: none;
  padding: 50px 0;
}
.inner #download-kiosk .container {
  background: url("bg-apps.png") no-repeat;
}
.inner #download-kiosk .download-part .apps-bg img {
  width: 95%;
}

#inner-nav1 {
  border-top: 1px solid #D9D9D9;
  padding: 50px 0;
}
#inner-nav1 .nav-part {
  width: 70%;
  margin: 0 auto;
}
#inner-nav1 .nav-part .inner-nav1-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
#inner-nav1 .nav-part .inner-prev {
  display: flex;
}
#inner-nav1 .nav-part .inner-prev > div:last-child {
  background: url("../images/BG-right.png") no-repeat;
  width: calc(100% - 168px);
  height: 100%;
  border-radius: 0 20px 20px 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  align-content: center;
}
#inner-nav1 .nav-part .inner-prev > div:last-child span {
  display: flex;
  align-items: center;
  height: 100%;
}
#inner-nav1 .nav-part .inner-next {
  display: flex;
}
#inner-nav1 .nav-part .inner-next > div:first-child {
  background: url("../images/BG-right.png") no-repeat;
  width: calc(100% - 170px);
  height: 100%;
  border-radius: 20px 0 0 20px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  padding: 0 20px;
  text-align: right;
  align-content: center;
}
#inner-nav1 .nav-part .inner-next > div:first-child > div {
  display: flex;
  height: 100%;
}
#inner-nav1 .nav-part .inner-next > div:first-child span {
  align-content: center;
  width: 100%;
  font-size: 20px;
}
#inner-nav1 .nav-part .inner-next > div:last-child {
  background-color: #E8E8E8;
  border-radius: 0 20px 20px 0;
}

#block-rac-page-title {
  background-image: url(../images//bnr-about-us.png), url(../images/bg-sectapp.png);
  border-radius: 20px;
  padding: 30px 30px;
  height: 170px;
  position: relative;
  background-repeat: no-repeat, no-repeat;
  background-position: right top, center center;
  background-size: contain, cover;
  display: flex;
  align-items: center;
}
#block-rac-page-title .title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 36px;
}
#block-rac-page-title .field--name-field-subtitle {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  #block-rac-page-title {
    padding: 20px 15px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background-position: right top, center center;
    background-size: 50% auto, cover;
  }
  #block-rac-page-title .title {
    font-size: 24px;
  }
  #block-rac-page-title .field--name-field-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #block-rac-page-title {
    padding: 15px 10px;
  }
  #block-rac-page-title .title {
    font-size: 20px;
  }
  #block-rac-page-title .field--name-field-subtitle {
    font-size: 14px;
  }
  #block-rac-page-title {
    background-size: 60% auto, cover;
  }
}

body.corporateover #block-rac-page-title {
  background-image: url(../images/bnr-corporate.png), url(../images/bg-sectapp.png);
}

body.infokorporat #block-rac-page-title {
  background-image: url(../images/bnr-corporate.png), url(../images/bg-sectapp.png);
}

body.clientcharter #block-rac-page-title {
  background-image: url(../images/bnr-client.png), url(../images/bg-sectapp.png);
}

body.piagampelanggan #block-rac-page-title {
  background-image: url(../images/bnr-client.png), url(../images/bg-sectapp.png);
}

body.qualitypolicy #block-rac-page-title {
  background-image: url(../images/bnr-quality.png), url(../images/bg-sectapp.png);
}

body.dasarkualiti #block-rac-page-title {
  background-image: url(../images/bnr-quality.png), url(../images/bg-sectapp.png);
}

body.full-width #block-rac-page-title {
  background-image: url(../images/bnr-bod.png), url(../images/bg-sectapp.png);
}

body.full-width #block-rac-page-title {
  background-image: url(../images/bnr-bod.png), url(../images/bg-sectapp.png);
}

body.vission #block-rac-page-title {
  background-image: url(../images/bnr-vision.png), url(../images/bg-sectapp.png);
}

body.visi #block-rac-page-title {
  background-image: url(../images/bnr-vision.png), url(../images/bg-sectapp.png);
}

body.sustainability #block-rac-page-title {
  background-image: url(../images/bnr-sustainability.png), url(../images/bg-sectapp.png);
}

body.mampan #block-rac-page-title {
  background-image: url(../images/bnr-sustainability.png), url(../images/bg-sectapp.png);
}

body.ceo #block-rac-page-title {
  background-image: url(../images/bnr-ceo.png), url(../images/bg-sectapp.png);
}

body.mesejceo #block-rac-page-title {
  background-image: url(../images/bnr-ceo.png), url(../images/bg-sectapp.png);
}

body.service #block-rac-page-title {
  background-image: url(../images/bnr-services.png), url(../images/bg-sectapp.png);
}

body.servis #block-rac-page-title {
  background-image: url(../images/bnr-services.png), url(../images/bg-sectapp.png);
}

body.integrity #block-rac-page-title {
  background-image: url(../images/bnr-integrity.png), url(../images/bg-sectapp.png);
}

body.integriti #block-rac-page-title {
  background-image: url(../images/bnr-integrity.png), url(../images/bg-sectapp.png);
}

body.cio #block-rac-page-title {
  background-image: url(../images/bnr-cio.png), url(../images/bg-sectapp.png);
}

body.ciobm #block-rac-page-title {
  background-image: url(../images/bnr-cio.png), url(../images/bg-sectapp.png);
}

body.orgbi #block-rac-page-title {
  background-image: url(../images/bnr-chart.png), url(../images/bg-sectapp.png);
}

body.orgbm #block-rac-page-title {
  background-image: url(../images/bnr-chart.png), url(../images/bg-sectapp.png);
}

body.railwayact #block-rac-page-title {
  background-image: url(../images/bnr-railway-act.png), url(../images/bg-sectapp.png);
}

body.railwayact #block-rac-page-title {
  background-image: url(../images/bnr-railway-act.png), url(../images/bg-sectapp.png);
}

body.profilerah #block-rac-page-title {
  background-image: url(../images/bnr-rah.png), url(../images/bg-sectapp.png);
}

body.profilrah #block-rac-page-title {
  background-image: url(../images/bnr-rah.png), url(../images/bg-sectapp.png);
}

body.assets #block-rac-page-title {
  background-image: url(../images/bnr-about-us.png), url(../images/bg-sectapp.png);
}

body.aset #block-rac-page-title {
  background-image: url(../images/bnr-about-us.png), url(../images/bg-sectapp.png);
}

body.machine #block-rac-page-title {
  background-image: url(../images/bnr-rail.png), url(../images/bg-sectapp.png);
}

body.jentera #block-rac-page-title {
  background-image: url(../images/bnr-rail.png), url(../images/bg-sectapp.png);
}

body.rolling #block-rac-page-title {
  background-image: url(../images/bnr-rail.png), url(../images/bg-sectapp.png);
}

body.stok #block-rac-page-title {
  background-image: url(../images/bnr-rail.png), url(../images/bg-sectapp.png);
}

body.landbi #block-rac-page-title {
  background-image: url(../images/bnr-land.png), url(../images/bg-sectapp.png);
}

body.landbm #block-rac-page-title {
  background-image: url(../images/bnr-land.png), url(../images/bg-sectapp.png);
}

body.strategicpartners #block-rac-page-title {
  background-image: url(../images/bnr-strategic.png), url(../images/bg-sectapp.png);
}

body.rakanstrategik #block-rac-page-title {
  background-image: url(../images/bnr-strategic.png), url(../images/bg-sectapp.png);
}

body.retail #block-rac-page-title {
  background-image: url(../images/bnr-retails.png), url(../images/bg-sectapp.png);
}

body.runcit #block-rac-page-title {
  background-image: url(../images/bnr-retails.png), url(../images/bg-sectapp.png);
}

body.parking #block-rac-page-title {
  background-image: url(../images/bnr-parking-rate.png), url(../images/bg-sectapp.png);
}

body.kadarparkir #block-rac-page-title {
  background-image: url(../images/bnr-parking-rate.png), url(../images/bg-sectapp.png);
}

body.aboutRails #block-rac-page-title {
  background-image: url(../images/bnr-about-us.png), url(../images/bg-sectapp.png);
}

body.wayLeave #block-rac-page-title {
  background-image: url(../images/header-way-leave.png), url(../images/bg-sectapp.png);
}

body.naming #block-rac-page-title {
  background-image: url(../images/header-naming.png), url(../images/bg-sectapp.png);
}

body.train #block-rac-page-title {
  background-image: url(../images/bnr-img-com-train.png), url(../images/bg-sectapp.png);
}

body.advertising #block-rac-page-title {
  background-image: url(../images/bnr-img-com-train.png), url(../images/bg-sectapp.png);
}

body.tod #block-rac-page-title {
  background-image: url(../images/header-tod.png), url(../images/bg-sectapp.png);
}

body.stationnaming #block-rac-page-title {
  background-image: url(../images/bnr-station.png), url(../images/bg-sectapp.png);
}

body.hakpenamaan #block-rac-page-title {
  background-image: url(../images/bnr-station.png), url(../images/bg-sectapp.png);
}

body.advertising #block-rac-page-title {
  background-image: url(../images/bnr-advertising.png), url(../images/bg-sectapp.png);
}

body.iklan #block-rac-page-title {
  background-image: url(../images/bnr-advertising.png), url(../images/bg-sectapp.png);
}

body.obo #block-rac-page-title {
  background-image: url(../images/bnr-other.png), url(../images/bg-sectapp.png);
}

body.obobm #block-rac-page-title {
  background-image: url(../images/bnr-other.png), url(../images/bg-sectapp.png);
}

body.page-node-29 #block-rac-page-title {
  background-image: url(../images/bnr-about-us.png), url(../images/bg-sectapp.png);
}

body.page-node-28 #block-rac-page-title {
  background-image: url(../images/header-way-leave.png), url(../images/bg-sectapp.png);
}

body.page-node-3 #block-rac-page-title {
  background-image: url(../images/bnr-img-kiosk.png), url(../images/bg-sectapp.png);
}

body.page-node-26 #block-rac-page-title {
  background-image: url(../images/header-naming.png), url(../images/bg-sectapp.png);
}

body.page-node-75 #block-rac-page-title {
  background-image: url(../images/bnr-img-com-train.png), url(../images/bg-sectapp.png);
}

body.page-node-30 #block-rac-page-title {
  background-image: url(../images/bnr-img-com-train.png), url(../images/bg-sectapp.png);
}

body.page-node-31 #block-rac-page-title {
  background-image: url(../images/header-tod.png), url(../images/bg-sectapp.png);
}

body.projects #block-rac-page-title {
  background-image: url(../images/header-projects.png), url(../images/bg-sectapp.png);
}

body.projek #block-rac-page-title {
  background-image: url(../images/header-projects.png), url(../images/bg-sectapp.png);
}

body.property #block-rac-page-title {
  background-image: url(../images/bnr-property-dev.png), url(../images/bg-sectapp.png);
}

body.hartanah #block-rac-page-title {
  background-image: url(../images/bnr-property-dev.png), url(../images/bg-sectapp.png);
}

body.development #block-rac-page-title {
  background-image: url(../images/bnr-development.png), url(../images/bg-sectapp.png);
}

body.pembangunan #block-rac-page-title {
  background-image: url(../images/bnr-development.png), url(../images/bg-sectapp.png);
}

body.infrastructure #block-rac-page-title {
  background-image: url(../images/bnr-infrastructure.png), url(../images/bg-sectapp.png);
}

body.infrabm #block-rac-page-title {
  background-image: url(../images/bnr-infrastructure.png), url(../images/bg-sectapp.png);
}

body.information #block-rac-page-title {
  background-image: url(../images/header-information.png), url(../images/bg-sectapp.png);
}

body.informasi #block-rac-page-title {
  background-image: url(../images/header-information.png), url(../images/bg-sectapp.png);
}

body.faqs #block-rac-page-title {
  background-image: url(../images/bnr-faqs.png), url(../images/bg-sectapp.png);
}

body.soalanlazim #block-rac-page-title {
  background-image: url(../images/bnr-faqs.png), url(../images/bg-sectapp.png);
}

body.onlineservice #block-rac-page-title {
  background-image: url(../images/bnr-online.png), url(../images/bg-sectapp.png);
}

body.statistik #block-rac-page-title {
  background-image: url(../images/bnr-online.png), url(../images/bg-sectapp.png);
}

body.opendata #block-rac-page-title {
  background-image: url(../images/bnr-open-data.png), url(../images/bg-sectapp.png);
}

body.dataterbuka #block-rac-page-title {
  background-image: url(../images/bnr-open-data.png), url(../images/bg-sectapp.png);
}

body.procurement #block-rac-page-title {
  background-image: url(../images/bnr-procurement.png), url(../images/bg-sectapp.png);
}

body.perolehan #block-rac-page-title {
  background-image: url(../images/bnr-procurement.png), url(../images/bg-sectapp.png);
}

body.contact #block-rac-page-title {
  background-image: url(../images/header-contact-us.png), url(../images/bg-sectapp.png);
}

body.career #block-rac-page-title {
  background-image: url(../images/bnr-career.png), url(../images/bg-sectapp.png);
}

body.kerjaya #block-rac-page-title {
  background-image: url(../images/bnr-career.png), url(../images/bg-sectapp.png);
}

body.feedback #block-rac-page-title {
  background-image: url(../images/bnr-share-feedback.png), url(../images/bg-sectapp.png);
}

body.maklumbalas #block-rac-page-title {
  background-image: url(../images/bnr-share-feedback.png), url(../images/bg-sectapp.png);
}

body.directoryracbi #block-rac-page-title {
  background-image: url(../images/bnr-staff.png), url(../images/bg-sectapp.png);
}

body.direktoriracbm #block-rac-page-title {
  background-image: url(../images/bnr-staff.png), url(../images/bg-sectapp.png);
}

body.officebi #block-rac-page-title {
  background-image: url(../images/bnr-office.png), url(../images/bg-sectapp.png);
}

body.officebm #block-rac-page-title {
  background-image: url(../images/bnr-office.png), url(../images/bg-sectapp.png);
}

body.publication #block-rac-page-title {
  background-image: url(../images/bnr-publications.png), url(../images/bg-sectapp.png);
}

body.penerbitan #block-rac-page-title {
  background-image: url(../images/bnr-publications.png), url(../images/bg-sectapp.png);
}

body.gallery #block-rac-page-title {
  background-image: url(../images/bnr-gallery.png), url(../images/bg-sectapp.png);
}

body.galeri #block-rac-page-title {
  background-image: url(../images/bnr-gallery.png), url(../images/bg-sectapp.png);
}

body.video #block-rac-page-title {
  background-image: url(../images/bnr-video.png), url(../images/bg-sectapp.png);
}

body.videobm #block-rac-page-title {
  background-image: url(../images/bnr-video.png), url(../images/bg-sectapp.png);
}

body.press #block-rac-page-title {
  background-image: url(../images/bnr-press.png), url(../images/bg-sectapp.png);
}

body.pressbm #block-rac-page-title {
  background-image: url(../images/bnr-press.png), url(../images/bg-sectapp.png);
}

body.news #block-rac-page-title {
  background-image: url(../images/bnr-news.png), url(../images/bg-sectapp.png);
}

body.newsbm #block-rac-page-title {
  background-image: url(../images/bnr-news.png), url(../images/bg-sectapp.png);
}

body.speeches #block-rac-page-title {
  background-image: url(../images/bnr-speeches.png), url(../images/bg-sectapp.png);
}

body.ucapan #block-rac-page-title {
  background-image: url(../images/bnr-speeches.png), url(../images/bg-sectapp.png);
}

.block-system-breadcrumb-block {
  margin: -18px 0 40px 20px;
}
.block-system-breadcrumb-block .content {
  background-color: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #131313;
  width: fit-content;
  padding: 5px 20px;
}
.block-system-breadcrumb-block .breadcrumb {
  margin: 0;
}
.block-system-breadcrumb-block .breadcrumb ol {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6px;
}
.block-system-breadcrumb-block .breadcrumb li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #666;
  display: flex;
  align-items: center;
  /* ❌ REMOVE Drupal default "/" */
}
.block-system-breadcrumb-block .breadcrumb li::before {
  content: none !important;
}
.block-system-breadcrumb-block .breadcrumb li a {
  color: #1c3b82;
  text-decoration: none;
  font-weight: 500;
}
.block-system-breadcrumb-block .breadcrumb li a:hover {
  text-decoration: underline;
}
.block-system-breadcrumb-block .breadcrumb li {
  /* ✅ ADD ">" separator */
}
.block-system-breadcrumb-block .breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-image: url("/themes/contrib/rac/images/chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.block-system-breadcrumb-block .breadcrumb li {
  /* Remove separator on last item */
}
.block-system-breadcrumb-block .breadcrumb li:last-child::after {
  content: "";
  margin: 0;
  display: none;
}
.block-system-breadcrumb-block .breadcrumb li {
  /* Current page */
}
.block-system-breadcrumb-block .breadcrumb li:last-child {
  color: #131313;
  font-weight: 600;
}
.block-system-breadcrumb-block .breadcrumb li:last-child a {
  pointer-events: none;
  color: #131313;
}
.block-system-breadcrumb-block a {
  color: #131313;
  text-decoration: none;
}

.three-box-section {
  padding: 60px 0;
}
.three-box-section .three-box-grid {
  /* Main grid container */
}
.three-box-section .three-box-grid .views-view-grid,
.three-box-section .three-box-grid .views-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  align-items: stretch;
}
.three-box-section .three-box-grid {
  /* Force equal-width column */
}
.three-box-section .three-box-grid .views-col {
  width: calc((100% - 60px) / 3) !important;
  flex: 0 0 calc((100% - 60px) / 3) !important;
  display: flex;
  align-items: stretch;
}
.three-box-section .three-box-grid {
  /* FIX: Drupal extra wrappers causing unequal height */
}
.three-box-section .three-box-grid .views-field,
.three-box-section .three-box-grid .views-field > span {
  display: flex;
  flex: 1;
  align-items: stretch;
}
.three-box-section .three-box-grid {
  /* White box */
}
.three-box-section .three-box-grid .three-box-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  border: 1px solid #E0E6EF;
  border-radius: 10px;
  padding: 16px 12px;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.three-box-section .three-box-grid .three-box-item img {
  max-width: 140px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 25px;
}
.three-box-section .three-box-grid .three-box-item h3,
.three-box-section .three-box-grid .three-box-item .field-content {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  line-height: 1.4;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.three-box-section .three-box-grid .three-box-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #001E3C;
}
.three-box-section .three-box-grid {
  /* Tablet — 2 per row */
}
@media (max-width: 992px) {
  .three-box-section .three-box-grid .views-col {
    width: calc((100% - 30px) / 2) !important;
    flex: 0 0 calc((100% - 30px) / 2) !important;
  }
}
.three-box-section .three-box-grid {
  /* Mobile — 1 per row */
}
@media (max-width: 576px) {
  .three-box-section .three-box-grid .views-col {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.three-box-section .three-box-grid {
  /* Smallest screens */
}
@media (max-width: 480px) {
  .three-box-section .three-box-grid .three-box-item {
    padding: 30px 15px;
  }
  .three-box-section .three-box-grid .three-box-item img {
    max-width: 120px;
    height: 60px;
    margin-bottom: 20px;
  }
  .three-box-section .three-box-grid .three-box-item h3,
  .three-box-section .three-box-grid .three-box-item .field-content {
    font-size: 14px;
    min-height: auto;
  }
}

.vmo-section {
  padding: 60px 0;
}
.vmo-section .vmo-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.vmo-section .vmo-box {
  border-radius: 16px;
  padding: 30px 35px;
  text-align: center;
}
.vmo-section .vmo-box h3 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.vmo-section .vmo-box p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.6;
  margin: 0;
}
.vmo-section {
  /* Top boxes */
}
.vmo-section .visi,
.vmo-section .misi {
  background: #e8e6ea;
}
.vmo-section {
  /* Bottom full-width box */
}
.vmo-section .objektif {
  background: #f8e6eb;
  grid-column: 1/-1;
}

@media (max-width: 768px) {
  .vmo-section .vmo-grid {
    grid-template-columns: 1fr;
  }
  .vmo-section .vmo-box {
    padding: 25px 20px;
  }
}
.field--name-field-accordion-title {
  font-weight: 700;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
}

.rental-rate-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.rental-rate-table tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}
.rental-rate-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.rental-rate-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e6ef;
}

.thead1 {
  background-color: #EAEBFF;
  font-weight: 600;
}
.thead1 th {
  padding: 12px 16px;
  border-bottom: 2px solid #d1e0ff;
  color: #001e3c;
}

.profile-cio-section {
  background: #fff;
  position: relative;
  right: 20px;
  bottom: -4px;
  margin-bottom: 40px;
}
.profile-cio-section .profile-cio-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  padding: 0 20px;
  /* Tablet and below */
}
@media (max-width: 992px) {
  .profile-cio-section .profile-cio-wrapper {
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
    gap: 40px;
  }
}
.profile-cio-section .profile-cio-wrapper {
  /* Small mobile */
}
@media (max-width: 480px) {
  .profile-cio-section .profile-cio-wrapper {
    padding: 0 15px;
    gap: 30px;
  }
}
.profile-cio-section {
  /* Tablet */
}
@media (max-width: 992px) {
  .profile-cio-section {
    right: 10px;
    bottom: 0;
  }
}
.profile-cio-section {
  /* Mobile */
}
@media (max-width: 768px) {
  .profile-cio-section {
    right: 0; /* remove side shifting */
    bottom: 0; /* remove vertical offset */
    margin-bottom: 15px;
  }
}
.profile-cio-section {
  /* Small mobile */
}
@media (max-width: 480px) {
  .profile-cio-section {
    right: 0;
    bottom: 0;
    margin-bottom: 10px;
    padding: 15px; /* tighter spacing for small screens */
  }
}

/* ===============================
   LEFT CONTENT
   =============================== */
.profile-cio-content {
  flex: 1;
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.5;
  text-align: left;
  /* Center text on tablet & below */
}
@media (max-width: 992px) {
  .profile-cio-content {
    text-align: left;
  }
}
.profile-cio-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .profile-cio-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .profile-cio-content h2 {
    font-size: 22px;
  }
}
.profile-cio-content p {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 480px) {
  .profile-cio-content p {
    font-size: 16px;
    text-align: left;
  }
}
.profile-cio-content ul {
  padding-left: 20px;
  /* Center bullet list for mobile */
}
@media (max-width: 992px) {
  .profile-cio-content ul {
    padding-left: 0;
    text-align: left;
    list-style-position: inside;
  }
}
.profile-cio-content ul li {
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  .profile-cio-content ul li {
    font-size: 16px;
    text-align: left;
  }
}
.profile-cio-content {
  /* ORANGE BAR TEXTBOX */
}
.profile-cio-content .profile-cio-textbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .profile-cio-content .profile-cio-textbox {
    padding-left: 0;
    text-align: center;
  }
}
.profile-cio-content .profile-cio-textbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 32%;
  background-color: #F68B1F;
}
@media (max-width: 992px) {
  .profile-cio-content .profile-cio-textbox::before {
    display: none;
  }
}
.profile-cio-content .profile-cio-textbox p {
  margin-bottom: 16px;
  font-size: 16px;
}

/* ===============================
   RIGHT PROFILE BOX
   =============================== */
.profile-cio-profile-box {
  flex: 0 0 330px;
  text-align: center;
  align-self: flex-start;
  /* Center box on mobile */
}
@media (max-width: 992px) {
  .profile-cio-profile-box {
    align-self: center;
  }
}
.profile-cio-profile-box .cio-img {
  width: 300px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .profile-cio-profile-box .cio-img {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .profile-cio-profile-box .cio-img {
    width: 200px;
  }
}
.profile-cio-profile-box .cio-details {
  background: white;
  padding: 15px 20px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .profile-cio-profile-box .cio-details {
    margin-top: -40px;
    padding: 12px 15px;
  }
}
@media (max-width: 480px) {
  .profile-cio-profile-box .cio-details {
    margin-top: -25px;
  }
}
.profile-cio-profile-box .cio-position {
  display: inline-block;
  background: #ffffff;
  color: #131313;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  .profile-cio-profile-box .cio-position {
    font-size: 16px;
    padding: 3px 10px;
  }
}
.profile-cio-profile-box .cio-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .profile-cio-profile-box .cio-name {
    font-size: 20px;
  }
}
.profile-cio-profile-box .email-box-cio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F6F8FF;
  border: 1px solid #DCE1F0;
  border-radius: 8px;
  padding: 6px 12px;
  text-decoration: none;
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  transition: background 0.3s;
}
.profile-cio-profile-box .email-box-cio:hover {
  background: #EEF1FF;
}
.profile-cio-profile-box .email-box-cio .email-icon-cio {
  width: 16px;
  height: 13px;
}
.profile-cio-profile-box .email-box-cio .email-text-cio,
.profile-cio-profile-box .email-box-cio .email-text-cio a {
  color: #131313;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .profile-cio-profile-box .email-box-cio {
    font-size: 16px;
    padding: 5px 10px;
  }
}

.faq-section {
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}
.faq-section .faq-title {
  font-size: 34px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 35px;
  position: relative;
  top: 15px;
}
@media (max-width: 768px) {
  .faq-section .faq-title {
    font-size: 28px;
    text-align: center;
  }
}
.faq-section {
  /* ===== FAQ Intro ===== */
}
.faq-section .faq-intro {
  margin-bottom: 40px;
  text-align: left;
  position: relative;
  left: 20px;
}
.faq-section .faq-intro .orange-line {
  width: 10px;
  height: 100px;
  background-color: #f58220;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  margin-left: -20px;
  margin-bottom: -86px;
}
.faq-section .faq-intro h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #222;
  line-height: 1.6;
}
.faq-section .faq-intro p {
  color: #555;
  margin-top: 8px;
  max-width: 800px;
  line-height: 1.6;
}
.faq-section {
  /* ===== FAQ Container ===== */
}
.faq-section .faq-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.faq-section .faq-container .faq-column {
  flex: 1;
  min-width: 320px;
  /* ===== Accordion Item ===== */
}
.faq-section .faq-container .faq-column .accordion-item {
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-section .faq-container .faq-column .accordion-item .accordion-header {
  position: relative;
  font-weight: 600;
  padding: 16px 18px;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  transition: background 0.3s, color 0.3s;
}
.faq-section .faq-container .faq-column .accordion-item .accordion-header:hover {
  background-color: #f5f5f5;
}
.faq-section .faq-container .faq-column .accordion-item .accordion-header.active {
  background-color: #2E3192;
  color: #fff;
}
.faq-section .faq-container .faq-column .accordion-item .accordion-header.active .icon {
  transform: rotate(180deg);
}
.faq-section .faq-container .faq-column .accordion-item .accordion-header .icon {
  font-size: 12px;
  transition: transform 0.3s;
}
.faq-section .faq-container .faq-column .accordion-item .accordion-content {
  display: none;
  padding: 16px 18px;
  border-top: 1px solid #d4d4d4;
  background-color: #fff;
  color: #444;
  line-height: 1.6;
}
.faq-section .faq-container .faq-column .accordion-item .accordion-content.open {
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.faq-section .faq-container .faq-column .accordion-item .accordion-content.open .orange-line {
  width: 10px;
  background-color: #f58220;
  flex-shrink: 0;
  height: 90px;
}
.faq-section .faq-container .faq-column .accordion-item .accordion-content.open .accordion-text {
  flex: 1;
}
.faq-section {
  /* ===== Responsive ===== */
}
@media (max-width: 992px) {
  .faq-section .faq-container {
    gap: 16px;
  }
  .faq-section .faq-container .faq-column {
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
  .faq-section {
    padding: 40px 15px;
  }
  .faq-section .faq-intro {
    text-align: center;
  }
  .faq-section .faq-intro .orange-line {
    display: none;
  }
  .faq-section .faq-intro h3 {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .faq-section .faq-intro p {
    font-size: 14px;
    margin: 0 auto;
  }
  .faq-section .faq-container {
    flex-direction: column;
  }
  .faq-section .faq-container .faq-column {
    min-width: 100%;
  }
  .faq-section .faq-container .faq-column .accordion-item {
    margin-bottom: 10px;
  }
  .faq-section .faq-container .faq-column .accordion-item .accordion-header {
    font-size: 15px;
    padding: 14px 16px;
  }
  .faq-section .faq-container .faq-column .accordion-item .accordion-content {
    font-size: 14px;
    padding: 14px 16px;
  }
}

#pagination-lop {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}
#pagination-lop button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 6px 14px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#pagination-lop button:hover:not(:disabled) {
  background: #F6941F;
  color: #ffffff;
  border-color: #F6941F;
}
#pagination-lop button.active {
  background: #F6941F;
  color: #ffffff;
  border-color: #F6941F;
  font-weight: 600;
}
#pagination-lop button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#pagination-lop button.prev-btn, #pagination-lop button.next-btn {
  font-weight: 600;
  min-width: 70px;
}

.custom-tabs-trs {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  /* ===== Tab Menu ===== */
}
.custom-tabs-trs .tab-menu-trs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  border-bottom: 2px solid #e0e0e0;
  /* ↓ Reduced spacing between tab items ↓ */
  gap: 10px;
}
.custom-tabs-trs .tab-menu-trs li {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  color: #444;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.custom-tabs-trs .tab-menu-trs li.active {
  color: #CE7000;
  border-color: #CE7000;
}
.custom-tabs-trs .tab-menu-trs li:hover {
  color: #CE7000;
}
.custom-tabs-trs {
  /* ===== Tab Content ===== */
}
.custom-tabs-trs .tab-content-trs {
  display: none;
  text-align: left;
}
.custom-tabs-trs .tab-content-trs.active {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}
.custom-tabs-trs {
  /* ===== Accordion ===== */
}
.custom-tabs-trs .accordion-trs {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.custom-tabs-trs .accordion-trs .accordion-item-trs {
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.custom-tabs-trs .accordion-trs .accordion-item-trs:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.custom-tabs-trs .accordion-trs .accordion-item-trs .accordion-title-trs {
  position: relative;
  font-weight: 700;
  padding: 16px 18px;
  cursor: pointer;
  background: #FFFFFF;
  transition: background 0.3s;
  border-bottom: 1px solid #D4D4D4;
  font-size: 18px;
}
.custom-tabs-trs .accordion-trs .accordion-item-trs .accordion-title-trs:hover {
  background: #f9f9f9;
}
.custom-tabs-trs .accordion-trs .accordion-item-trs .accordion-title-trs::after {
  content: "v";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #555;
  transition: transform 0.3s;
}
.custom-tabs-trs .accordion-trs .accordion-item-trs.open .accordion-title-trs::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}
.custom-tabs-trs .accordion-trs .accordion-item-trs .accordion-content-trs {
  display: none;
  padding: 14px 18px;
  background: #FFFFFF;
  line-height: 1.6;
  border-top: none;
}
.custom-tabs-trs .accordion-trs .accordion-item-trs.open .accordion-content-trs {
  display: block;
}
.custom-tabs-trs .accordion-trs .accordion-item-trs:last-child {
  margin-bottom: 0;
}

/* ===== Simple Fade Animation ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== Responsive ===== */
@media (max-width: 768px) {
  .custom-tabs-trs .tab-menu-trs li {
    font-size: 16px;
    padding: 6px 12px;
  }
  .custom-tabs-trs .accordion-trs .accordion-title-faq {
    font-size: 16px;
  }
}
.corporate-infobg-section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-image: url("../images/RAC Main building.png");
  background-repeat: no-repeat, no-repeat;
}
.corporate-infobg-section.overview {
  background-color: #fff; /* solid white behind everything */
  background-image: url("../images/RAC Main building.png");
  background-repeat: no-repeat, no-repeat;
  padding: 30px -1px;
}
.corporate-infobg-section .corporate-infobg-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding: 0 40px;
  color: #fff;
  flex-wrap: nowrap;
}
.corporate-infobg-section .corporate-infobg-inner .container-part {
  display: flex;
  justify-content: flex-end;
  width: 88%;
  margin: 0 auto;
}
.corporate-infobg-section .corporate-infobg-image {
  flex: 0 0 40%;
  text-align: left;
  display: flex;
  align-items: flex-end;
  display: none;
}
.corporate-infobg-section .corporate-infobg-image img {
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  display: block;
  margin-top: 58px;
  width: 480px;
  position: relative;
  right: 40px;
  top: 75px;
}
.corporate-infobg-section .corporate-infobg-text {
  flex-basis: 60%;
}
.corporate-infobg-section .corporate-infobg-text .orange-line {
  width: 92px;
  background-color: #f7941d;
  margin-top: 55px;
  height: 110px;
}
.corporate-infobg-section .corporate-infobg-text .text-content h3 {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.corporate-infobg-section .corporate-infobg-text .text-content p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  text-align: justify;
}
.corporate-infobg-section {
  /* ------------------ MOBILE RESPONSIVE FIXES ------------------ */
}
@media (max-width: 768px) {
  .corporate-infobg-section {
    padding: 60px 20px;
  }
  .corporate-infobg-section .corporate-infobg-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 30px;
    padding: 0 20px;
  }
  .corporate-infobg-section .corporate-infobg-image {
    width: 100%;
    justify-content: center;
  }
  .corporate-infobg-section .corporate-infobg-image img {
    margin-top: 20px;
    max-width: 320px;
    position: relative;
    margin-bottom: -50px;
    left: 10px;
    top: -27px;
  }
  .corporate-infobg-section .corporate-infobg-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    /* reset desktop offsets */
    margin-left: 0;
    margin-top: 20px;
    gap: 12px;
  }
  .corporate-infobg-section .corporate-infobg-text .orange-line {
    width: 60px;
    height: 4px;
    margin: 0 0 15px 0;
  }
  .corporate-infobg-section .corporate-infobg-text .text-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .corporate-infobg-section .corporate-infobg-text .text-content p {
    line-height: 1.6;
    text-align: center;
  }
}

/* ===== White Mission Box Section ===== */
.corporate-infoms-section {
  background-color: #fff;
  padding: 60px 0;
}
.corporate-infoms-section .corporate-infoms-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
.corporate-infoms-section .corporate-infoms-inner h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
}
.corporate-infoms-section .corporate-infoms-inner .corporate-infoms-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.corporate-infoms-section .corporate-infoms-inner .corporate-infoms-content .orange-bar {
  width: 35px;
  background-color: #f7941d;
  height: 125px;
  margin-top: 5px;
}
.corporate-infoms-section .corporate-infoms-inner .corporate-infoms-content p {
  line-height: 1.7;
  color: #333;
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.corporate-infoms-section .corporate-infoms-inner .our-service-image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.corporate-infoms-section .corporate-infoms-inner .our-service-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .corporate-infoms-section .corporate-infoms-content {
    flex-direction: column;
    align-items: center;
  }
  .corporate-infoms-section .corporate-infoms-content .orange-bar {
    width: 60px;
    height: 4px;
    margin-bottom: 15px;
  }
}

.leader-section {
  background-color: #E2E7FD;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 50px 0;
}
.leader-section .content-title,
.leader-section .content-highlight,
.leader-section .leader-grid {
  max-width: 1082px;
  margin: 0 auto;
  padding: 0 20px;
}
.leader-section {
  /* ---------- MOBILE ---------- */
}
@media (max-width: 768px) {
  .leader-section {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  .leader-section .content-title,
  .leader-section .content-highlight,
  .leader-section .leader-grid {
    max-width: 100%;
    padding: 0 16px;
  }
  .leader-section .content-title {
    text-align: center;
    margin-bottom: 15px;
  }
  .leader-section .content-highlight {
    text-align: center;
    margin-bottom: 25px;
  }
}
.leader-section {
  /* ---------- SMALL MOBILE ---------- */
}
@media (max-width: 480px) {
  .leader-section {
    padding: 32px 0;
  }
  .leader-section .content-title {
    font-size: 34px;
    text-align: left;
  }
  .leader-section .content-highlight {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
}
.leader-section .leader-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.leader-section .leader-grid .power-item {
  flex: 0 0 calc((100% - 60px) / 3);
  text-align: center;
}
.leader-section .leader-grid .power-item .circle {
  width: 120px;
  height: 120px;
  border: 4px solid #F0F2FF;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-section .leader-grid .power-item .circle img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.leader-section .leader-grid .power-item p {
  margin-top: 10px;
}
.leader-section .leader-grid {
  /* MOBILE: 1 item per row */
}
@media (max-width: 768px) {
  .leader-section .leader-grid .power-item {
    flex: 0 0 100%;
    text-align: center;
  }
}

.duties-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
  padding-bottom: 60px;
}
.duties-section .disposal-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}
.duties-section .disposal-card:hover {
  transform: translateY(-5px);
}
.duties-section .disposal-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.duties-section .disposal-card p {
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: #131313;
}

@media (max-width: 768px) {
  .duties-section {
    flex-direction: column;
  }
  .duties-section .disposal-card {
    flex: 1 1 100%;
  }
}
.content-title img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .content-title img {
    max-width: 90%;
  }
}
/* Extra-small screens (optional) */
@media (max-width: 480px) {
  .content-title img {
    max-width: 100%;
  }
}
.railway-acts-blue {
  background: linear-gradient(rgba(30, 58, 138, 0.2), rgba(59, 130, 246, 0.1)), url("../images/onlypattern-02.png") no-repeat center/cover;
  padding: 50px 215px;
  text-align: center;
  color: #000;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 28px;
  /* Heading */
}
.railway-acts-blue h3 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .railway-acts-blue h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.railway-acts-blue {
  /* GRID */
}
.railway-acts-blue .railway-acts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 80px;
  justify-items: start;
  /* ITEM */
}
.railway-acts-blue .railway-acts-grid .railway-acts-item {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
  /* ICON */
}
.railway-acts-blue .railway-acts-grid .railway-acts-item .circle-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .railway-acts-blue .railway-acts-grid .railway-acts-item .circle-icon img {
    width: 70px;
    height: 70px;
  }
}
.railway-acts-blue .railway-acts-grid .railway-acts-item {
  /* TEXT */
}
.railway-acts-blue .railway-acts-grid .railway-acts-item p {
  line-height: 1.6;
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
@media (max-width: 480px) {
  .railway-acts-blue .railway-acts-grid .railway-acts-item p {
    font-size: 14px;
  }
}
.railway-acts-blue {
  /* TABLET: stack into 1 column */
}
@media (max-width: 768px) {
  .railway-acts-blue {
    padding: 40px 60px;
  }
  .railway-acts-blue .railway-acts-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    justify-items: center;
    text-align: center;
  }
  .railway-acts-blue .railway-acts-grid .railway-acts-item {
    flex-direction: column;
    text-align: center;
  }
}
.railway-acts-blue {
  /* MOBILE */
}
@media (max-width: 480px) {
  .railway-acts-blue {
    padding: 30px 20px;
  }
  .railway-acts-blue .railway-acts-grid {
    gap: 25px;
  }
  .railway-acts-blue .railway-acts-item {
    gap: 15px;
  }
}

.powers-section {
  text-align: left;
  margin: 50px 0;
}
.powers-section h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.powers-section p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.powers-section .powers-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.powers-section .powers-grid .power-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
}
.powers-section .powers-grid .power-item .circle {
  width: 90px;
  height: 90px;
  border: 8px solid #1d2f8a;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.powers-section .powers-grid .power-item .circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.powers-section .powers-grid .power-item p {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .powers-section .powers-grid {
    justify-content: center;
  }
  .powers-section .powers-grid .power-item {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .powers-section .powers-grid .power-item {
    flex: 0 0 100%;
    margin-bottom: 0px;
  }
  .powers-section .powers-grid .circle {
    width: 80px;
    height: 80px;
  }
  .powers-section .powers-grid .circle img {
    width: 35px;
    height: 35px;
  }
}

.client-charter {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
}
.client-charter .charter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.client-charter .charter-grid .charter-item {
  display: flex;
  align-items: flex-start;
  background: linear-gradient(rgba(243, 245, 255, 0.95), rgba(243, 245, 255, 0.95)), url("../images/ptn.png") no-repeat center/cover;
  background-blend-mode: overlay;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  gap: 34px;
}
.client-charter .charter-grid .charter-item:hover {
  transform: translateY(-5px);
}
.client-charter .charter-grid .charter-item .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s ease;
}
.client-charter .charter-grid .charter-item .circle img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  position: relative;
  top: 16px;
}
.client-charter .charter-grid .charter-item .charter-content {
  flex: 1;
  text-align: left;
}
.client-charter .charter-grid .charter-item .charter-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2552;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.client-charter .charter-grid .charter-item .charter-content p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #444;
  border-left: 10px solid #f58220;
  padding-left: 10px;
  line-height: 1.5;
  height: 100px;
}
.client-charter .charter-grid .charter-item .charter-content {
  /* Tablet */
}
@media (max-width: 992px) {
  .client-charter .charter-grid .charter-item .charter-content .charter-content h3 {
    font-size: 20px;
    text-align: center;
  }
  .client-charter .charter-grid .charter-item .charter-content .charter-content p {
    font-size: 16px;
    height: auto; /* allow text to expand naturally */
    border-left-width: 8px;
  }
}
.client-charter .charter-grid .charter-item .charter-content {
  /* Mobile */
}
@media (max-width: 768px) {
  .client-charter .charter-grid .charter-item .charter-content .charter-content {
    text-align: left; /* keep left on mobile */
  }
  .client-charter .charter-grid .charter-item .charter-content .charter-content h3 {
    font-size: 22px;
    text-align: center;
  }
  .client-charter .charter-grid .charter-item .charter-content .charter-content p {
    font-size: 16px;
    line-height: 1.5;
    height: auto; /* no fixed height on small screens */
    border-left-width: 6px;
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  .client-charter .charter-grid {
    grid-template-columns: 1fr;
  }
  .client-charter .charter-grid .charter-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .client-charter .charter-grid .charter-item .circle {
    margin: 0 0 15px 0;
  }
  .client-charter .charter-grid .charter-item .charter-content p {
    border-left: none;
    border-top: 4px solid #f58220;
    padding-top: 10px;
  }
  .client-charter .charter-grid .charter-item .charter-content h3 {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .client-charter .charter-grid {
    grid-template-columns: 1fr;
  }
  .client-charter .charter-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .client-charter .charter-item .circle {
    margin: 0 0 15px 0;
  }
  .client-charter .charter-item .charter-content p {
    border-left: none;
    border-top: 4px solid #f58220;
    padding-top: 10px;
  }
}

.assets-disposal {
  background: #fff;
  position: relative;
  right: 65px;
  top: 20px;
}
.assets-disposal .charter-title {
  font-size: 34px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 20px;
  position: relative;
  top: -4px;
  left: 58px;
}
.assets-disposal .assets-disposal-intro {
  position: relative;
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 25px;
}
.assets-disposal .assets-disposal-intro::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 2px;
  width: 10px;
  height: 100px;
  background-color: #f58220;
  border-radius: 2px;
}
.assets-disposal .assets-disposal-intro .assets-disposal-title {
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}
.assets-disposal .assets-disposal-intro .assets-disposal-title p {
  font-size: 26px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}
.assets-disposal .assets-disposal-intro .assets-disposal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .assets-disposal {
    right: 0;
    padding: 40px 40px;
  }
  .assets-disposal .charter-title {
    font-size: 28px;
    left: 0;
    text-align: center;
  }
  .assets-disposal .assets-disposal-intro {
    padding-left: 15px;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
  }
  .assets-disposal .assets-disposal-intro::before {
    left: 0;
    height: 80px;
  }
  .assets-disposal .assets-disposal-intro .assets-disposal-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .assets-disposal {
    padding: 30px 20px;
  }
  .assets-disposal .charter-title {
    font-size: 24px;
  }
  .assets-disposal .assets-disposal-intro {
    padding-left: 10px;
    font-size: 16px;
  }
  .assets-disposal .assets-disposal-intro::before {
    height: 60px;
    width: 6px;
  }
  .assets-disposal .assets-disposal-intro .assets-disposal-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .assets-disposal {
    padding: 20px 10px;
    position: relative;
    margin-bottom: 22px;
  }
  .assets-disposal .charter-title {
    font-size: 20px;
  }
  .assets-disposal .assets-disposal-intro {
    font-size: 16px;
  }
  .assets-disposal .assets-disposal-intro::before {
    height: 50px;
    width: 5px;
  }
  .assets-disposal .assets-disposal-intro .assets-disposal-title {
    font-size: 15px;
  }
}

.disposal-section {
  text-align: left;
}
.disposal-section .powers-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  width: 100%;
}
.disposal-section .powers-grid .power-item {
  flex: 1 1 0;
  text-align: center;
}
.disposal-section .powers-grid .power-item .circle {
  width: 90px;
  height: 90px;
  border: 8px solid #3E3E40;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disposal-section .powers-grid .power-item .circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.disposal-section .powers-grid .power-item p {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .disposal-section .powers-grid {
    justify-content: center;
  }
  .disposal-section .powers-grid .power-item {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .disposal-section .powers-grid {
    flex-direction: column;
    align-items: center;
  }
  .disposal-section .powers-grid .power-item {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .disposal-section .powers-grid .power-item .circle {
    width: 80px;
    height: 80px;
  }
  .disposal-section .powers-grid .power-item .circle img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) and (max-width: 768px) {
  .disposal-section .powers-grid .power-item p {
    font-size: 16px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .disposal-section .powers-grid .power-item p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .disposal-section .power-item p {
    font-size: 16px;
  }
  .disposal-section .circle {
    border-width: 6px;
  }
}

.disposal1-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}
.disposal1-section .disposal-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}
.disposal1-section .disposal-card:hover {
  transform: translateY(-5px);
}
.disposal1-section .disposal-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.disposal1-section .disposal-card p {
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: #131313;
}

@media (max-width: 768px) {
  .disposal1-section {
    flex-direction: column;
  }
  .disposal1-section .disposal-card {
    flex: 1 1 100%;
  }
}
.circle2-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 45px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.circle2-list .circle-item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  max-width: 260px;
}
.circle2-list .circle-item .circle {
  width: 80px;
  height: 80px;
  border: 6px solid #1d2f8a;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle2-list .circle-item .circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.circle2-list .circle-item p {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}
.circle2-list {
  /* --------------------------------------
     MOBILE RESPONSIVENESS
  --------------------------------------- */
  /* Tablet (max-width: 900px): 2 per row */
}
@media (max-width: 900px) {
  .circle2-list .circle-item {
    max-width: 48%;
  }
}
.circle2-list {
  /* Mobile (max-width: 600px): full width */
}
@media (max-width: 600px) {
  .circle2-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .circle2-list .circle-item {
    max-width: 100%;
    justify-content: flex-start;
  }
  .circle2-list .circle {
    width: 65px;
    height: 65px;
  }
  .circle2-list .circle img {
    width: 30px;
    height: 30px;
  }
  .circle2-list p {
    font-size: 15px;
  }
}

.our-service {
  background: #fff;
  padding: 40px 0 60px;
}
.our-service .charter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.our-service .charter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  height: 380px;
  padding: 25px 30px;
  border-radius: 12px;
  background: linear-gradient(rgba(243, 245, 255, 0.95), rgba(243, 245, 255, 0.95)), url("../images/ptn.png") center/cover no-repeat;
  background-blend-mode: overlay;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}
.our-service {
  /* center the last item only on desktop (3-col grid) */
}
.our-service .charter-grid > .charter-item:last-child {
  grid-column: 2/3;
  justify-content: center;
}
.our-service .charter-item:hover {
  transform: translateY(-5px);
}
.our-service .circle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-service .circle img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
}
.our-service .charter-content {
  flex: 1;
  width: 100%;
  text-align: left; /* desktop left */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our-service .charter-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2552;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.our-service .charter-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  border-left: 10px solid #f58220;
  padding-left: 10px;
  height: 100px;
  overflow: hidden;
}
.our-service {
  /* ---------------- TABLET ---------------- */
}
@media (max-width: 992px) {
  .our-service .charter-content h3 {
    font-size: 20px;
    text-align: center;
  }
  .our-service .charter-content p {
    height: auto;
    border-left-width: 8px;
  }
}
.our-service {
  /* ---------------- MOBILE (stacked) ---------------- */
}
@media (max-width: 768px) {
  .our-service {
    padding: 30px 0;
  }
  .our-service .charter-grid {
    grid-template-columns: 1fr; /* stack */
    gap: 20px;
    padding: 0 16px;
  }
  .our-service {
    /* undo the desktop centering for the last child */
  }
  .our-service .charter-grid > .charter-item:last-child {
    grid-column: auto;
    justify-content: flex-start;
  }
  .our-service .charter-item {
    height: auto; /* allow auto height on mobile */
    padding: 20px;
    text-align: center; /* center in mobile */
    align-items: center;
  }
  .our-service .circle {
    margin-bottom: 12px;
  }
  .our-service .charter-content {
    text-align: center; /* center heading & text on mobile */
  }
  .our-service .charter-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .our-service .charter-content p {
    border-left: none; /* remove left border on mobile */
    border-top: 4px solid #f58220;
    padding-left: 0;
    padding-top: 10px;
    height: auto;
  }
}

.ig-section {
  background: #fff;
  position: relative;
  right: 20px;
}
.ig-section .ig-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  padding: 0 20px;
  /* Tablet and below */
}
@media (max-width: 992px) {
  .ig-section .ig-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 40px;
  }
}
.ig-section .ig-wrapper {
  /* Small mobile */
}
@media (max-width: 480px) {
  .ig-section .ig-wrapper {
    padding: 0 15px;
    gap: 30px;
  }
}

/* --- LEFT CONTENT --- */
.ig-content {
  flex: 1;
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.5;
  text-align: left;
}
.ig-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .ig-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .ig-content h2 {
    font-size: 26px;
  }
}
.ig-content p {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .ig-content p {
    font-size: 16px;
  }
}
.ig-content .ig-textbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.ig-content .ig-textbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100px;
  background-color: #F68B1F;
}
.ig-content .ig-textbox p {
  margin-bottom: 16px;
  text-align: justify;
}
.ig-content .ig-textbox {
  /* Mobile adjustments */
}
@media (max-width: 768px) {
  .ig-content .ig-textbox {
    padding-left: 20px;
  }
  .ig-content .ig-textbox::before {
    width: 4px;
  }
}
@media (max-width: 480px) {
  .ig-content .ig-textbox {
    padding-left: 16px;
  }
  .ig-content .ig-textbox::before {
    width: 3px;
  }
}

/* --- RIGHT PROFILE BOX --- */
.ig-box {
  flex: 0 0 330px;
  text-align: center;
  align-self: flex-start;
  margin-right: 0;
}
.ig-box .ig-img {
  width: 300px;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ig-box .ig-img {
    width: 100%;
    position: relative;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .ig-box .ig-img {
    width: 100%;
    position: relative;
    left: 20px;
  }
}

.ig-blue-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 80px 0;
  color: #000;
  text-align: center;
}
.ig-blue-section.light-bg {
  background-color: #eef2ff;
  padding-top: 55px;
}
.ig-blue-section .ig-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
.ig-blue-section .ig-text {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-left: 0;
}
.ig-blue-section .ig-text .ig-blue-box {
  background-color: #00008B;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  max-width: 400px;
  margin: 20px auto;
}
.ig-blue-section .ig-text h3 {
  font-weight: 700;
  font-size: 26px;
  font-family: "Source Sans 3", sans-serif;
  margin: 0px 0 12px;
  width: 74vw;
  margin-left: calc(-30vw + 30%);
}
.ig-blue-section .ig-text p {
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}
.ig-blue-section .ig-text .divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #000;
  margin: 20px 0;
}
.ig-blue-section .ig-text .divider::before, .ig-blue-section .ig-text .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}
.ig-blue-section .ig-text .divider::before {
  margin-right: 10px;
}
.ig-blue-section .ig-text .divider::after {
  margin-left: 10px;
}
.ig-blue-section .ig-text .divider span {
  font-size: 16px;
  font-weight: 500;
}
.ig-blue-section .ig-text .ig-contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 60px 0;
  flex-wrap: wrap;
  width: 80vw;
  margin-left: calc(-30vw + 30%);
}
.ig-blue-section .ig-text .ig-contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 300px;
  min-width: 350px;
  flex: 1 1 250px;
}
.ig-blue-section .ig-text .ig-contact-icon {
  width: 80px;
  height: 80px;
  border: 4px solid #1a237e;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.ig-blue-section .ig-text .ig-contact-icon img {
  width: 35px;
  height: 35px;
  display: block;
  margin: 20px auto;
}
.ig-blue-section .ig-text .ig-contact-text h4 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif;
  color: #000;
  margin: 0 0 5px;
}
.ig-blue-section .ig-text .ig-contact-text p {
  font-weight: 400;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  color: #333;
  margin: 0;
}
.ig-blue-section .ig-text {
  /* ✅ Responsive Layout */
}
@media (max-width: 768px) {
  .ig-blue-section .ig-text .ig-contact-section {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .ig-blue-section .ig-text .ig-contact-item {
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
  }
  .ig-blue-section .ig-text .ig-contact-icon {
    margin-bottom: 10px;
  }
}
.ig-blue-section {
  /* ------------------- RESPONSIVE ------------------- */
}
@media (max-width: 991px) {
  .ig-blue-section {
    padding: 60px 0;
  }
  .ig-blue-section .ig-container {
    padding: 0 25px;
  }
  .ig-blue-section .ig-text::before {
    width: 40px;
    top: -25px;
  }
}
@media (max-width: 600px) {
  .ig-blue-section {
    padding: 50px 0;
  }
  .ig-blue-section .ig-container {
    padding: 0 15px;
  }
  .ig-blue-section .ig-text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .ig-blue-section .ig-text::before {
    width: 30px;
  }
}

.esg-charter {
  background: #fff;
  padding-left: 0px;
  padding-top: 10px;
}
.esg-charter .esg-title {
  font-size: 34px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .esg-charter .esg-title {
    font-size: 28px;
    text-align: center;
  }
}
.esg-charter h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: #131313;
  position: relative;
  left: 20px;
}
.esg-charter .esg-intro {
  position: relative;
  max-width: 900px;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.5;
  padding-left: 25px;
  margin-bottom: 25px;
}
.esg-charter .esg-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 10px;
  height: 100px;
  background-color: #F68B1F;
}
.esg-charter .esg-intro.visible::before {
  opacity: 1;
  transform: translateY(0);
}
.esg-charter .esg-intro strong {
  font-weight: 700;
}

.esg-tabs-section {
  text-align: center;
}
.esg-tabs-section .esg-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.esg-tabs-section .esg-tabs .esg-tab {
  background-color: #e5e5e5;
  padding: 18px 40px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s ease;
  width: 300px;
  height: 165px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  font-size: 26px;
  z-index: 2;
}
.esg-tabs-section .esg-tabs .esg-tab:hover {
  background-color: #d0d0d0;
}
.esg-tabs-section .esg-tabs .esg-tab.active {
  background-color: #cdd5d8;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.esg-tabs-section .esg-tabs .esg-tab.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #cdd5d8;
}
.esg-tabs-section .esg-tab-content {
  display: none;
  background-color: #D2FFD6;
  padding: 60px 80px;
  animation: fadeIn 0.4s ease;
  margin-bottom: -75px;
}
.esg-tabs-section .esg-tab-content.active {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: -76px;
  padding-bottom: 60px;
}
.esg-tabs-section .esg-tab-content .esg-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
  margin-top: 45px;
}
.esg-tabs-section .esg-tab-content .esg-content-text {
  text-align: left;
  width: 50%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.esg-tabs-section .esg-tab-content .esg-content-text::before {
  content: "";
  position: absolute;
  left: 85px;
  top: 70px;
  width: 10px;
  height: 100px;
  background-color: #F68B1F;
}
.esg-tabs-section .esg-tab-content .esg-content-text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #000;
  position: relative;
  top: -8px;
  left: 79px;
}
.esg-tabs-section .esg-tab-content .esg-content-text h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  top: 15px;
  left: 55px;
}
.esg-tabs-section .esg-tab-content .esg-content-image {
  width: 40%;
  text-align: right;
}
.esg-tabs-section .esg-tab-content .esg-content-image img {
  width: 100%;
  max-width: 320px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .esg-tabs-section .esg-tabs {
    flex-direction: column;
    gap: 10px;
  }
  .esg-tabs-section .esg-tabs .esg-tab {
    width: 80%;
    border-radius: 5px;
  }
  .esg-tabs-section .esg-tab-content {
    padding: 40px 25px;
  }
  .esg-tabs-section .esg-tab-content .esg-content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .esg-tabs-section .esg-tab-content .esg-content-text,
  .esg-tabs-section .esg-tab-content .esg-content-image {
    width: 100%;
  }
  .esg-tabs-section .esg-tab-content .esg-content-image {
    margin-top: 20px;
  }
  .esg-tabs-section .esg-tab-content .esg-content-image img {
    max-width: 250px;
  }
  .esg-tabs-section .esg-tab-content .orange-line {
    margin: 0 auto 20px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ra-section {
  background: #fff;
}
.ra-section .ra-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  padding: 0 20px;
  /* Tablet and below */
}
@media (max-width: 992px) {
  .ra-section .ra-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 40px;
  }
}
.ra-section .ra-wrapper {
  /* Small mobile */
}
@media (max-width: 480px) {
  .ra-section .ra-wrapper {
    padding: 0 15px;
    gap: 30px;
  }
}

/* --- LEFT CONTENT --- */
.ra-content {
  flex: 1;
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.5;
  text-align: left;
  position: relative;
  right: 20px;
  top: 20px;
}
.ra-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ra-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .ra-content h2 {
    font-size: 22px;
  }
}
.ra-content p {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .ra-content p {
    font-size: 14px;
  }
}
.ra-content .ra-textbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.ra-content .ra-textbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #F68B1F;
}
.ra-content .ra-textbox p {
  margin-bottom: 16px;
}
.ra-content .ra-textbox {
  /* Mobile adjustments */
}
@media (max-width: 768px) {
  .ra-content .ra-textbox {
    padding-left: 20px;
  }
  .ra-content .ra-textbox::before {
    width: 4px;
  }
}
@media (max-width: 480px) {
  .ra-content .ra-textbox {
    padding-left: 15px;
  }
  .ra-content .ra-textbox::before {
    width: 3px;
  }
}

/* --- RIGHT PROFILE BOX --- */
.ra-section {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
}
.ra-section .ra-box img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ra-section .ra-textbox {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ra-section {
    flex-direction: column;
    text-align: center;
  }
  .ra-section .ra-textbox {
    max-width: 100%;
  }
}
.ra-blue-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.ra-blue-section .ra-blue-container {
  max-width: 850px;
  margin: 0 auto;
}
.ra-blue-section .ra-blue-logo {
  width: 120px;
  margin-bottom: 25px;
}
.ra-blue-section .ra-blue-subtitle {
  font-size: 18px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: 1px;
  color: #131313;
  margin-bottom: 10px;
}
.ra-blue-section .ra-blue-title {
  font-size: 31px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 15px;
  color: #131313;
  white-space: nowrap;
}
.ra-blue-section .ra-blue-desc {
  font-size: 20px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.5;
  color: #131313;
  margin-bottom: 35px;
}
.ra-blue-section .ra-blue-icon {
  border-radius: 12px;
  background-color: #ffffff;
  padding: 5px 10px;
  width: fit-content;
  color: #292929;
  font-weight: 700;
  margin: 0 auto;
  border: 2px solid #000;
}
.ra-blue-section .ra-blue-icon .ra-blue-title-box {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.ra-blue-section .ra-blue-icon > div {
  display: inline-block;
  vertical-align: middle;
}
.ra-blue-section .ra-blue-icon > div:last-child {
  padding-left: 5px;
}
.ra-blue-section .ra-blue-icon > div:last-child a {
  margin-right: 8px;
}
.ra-blue-section .ra-blue-icon > div:last-child a:last-child {
  margin-right: 0;
}

.land-dev-section {
  background-image: url("../images/onlypattern-02.png"), linear-gradient(135deg, #eef2ff 0%, #cdd7ff 100%);
  background-blend-mode: overlay;
  background-size: cover;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 30px 80px;
  margin-top: 60px;
  padding-bottom: 130px;
  /* ====== TABS ====== */
}
.land-dev-section .land-dev-tabs {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  justify-content: flex-end;
  padding-right: 85px;
}
.land-dev-section .land-dev-tabs .tab-button {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: #3B2A00;
  padding-bottom: 8px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.land-dev-section .land-dev-tabs .tab-button.active {
  color: #CE7000;
  border-bottom: 3px solid #CE7000;
}
.land-dev-section .land-dev-tabs .tab-button:hover {
  color: #CE7000;
}
.land-dev-section .land-dev-tabs {
  /* ====== MOBILE: horizontal scroll tabs ====== */
}
@media (max-width: 768px) {
  .land-dev-section .land-dev-tabs {
    justify-content: flex-start;
    padding-right: 0;
    gap: 25px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .land-dev-section .land-dev-tabs::-webkit-scrollbar {
    display: none;
  }
}
.land-dev-section {
  /* ====== CONTENT AREA ====== */
}
.land-dev-section .land-dev-contents {
  position: relative;
  left: 25px;
  /* Fix left offset for mobile */
}
@media (max-width: 768px) {
  .land-dev-section .land-dev-contents {
    left: 0;
  }
}
.land-dev-section .land-dev-contents .land-dev-content {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.land-dev-section .land-dev-contents .land-dev-content.active {
  display: flex;
  opacity: 1;
}
.land-dev-section .land-dev-contents .land-dev-content .text-box {
  flex: 1;
  max-width: 600px;
  padding-left: 60px;
}
.land-dev-section .land-dev-contents .land-dev-content .text-box h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: #131313;
  margin-bottom: 20px;
}
.land-dev-section .land-dev-contents .land-dev-content .text-box p {
  border-left: 10px solid #f7941d;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.5;
  color: #131313;
  height: 100px;
}
.land-dev-section .land-dev-contents .land-dev-content .image-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.land-dev-section .land-dev-contents .land-dev-content .image-box img {
  width: 100%;
  max-width: 400px;
  border: 1px solid #ccc;
  background: #f0f0f0;
  object-fit: cover;
  border-radius: 8px;
  height: auto;
}
.land-dev-section .land-dev-contents .land-dev-content {
  /* ====== MOBILE LAYOUT ====== */
}
@media (max-width: 768px) {
  .land-dev-section .land-dev-contents .land-dev-content {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: left;
  }
  .land-dev-section .land-dev-contents .land-dev-content .text-box {
    max-width: 100%;
    padding-left: 0;
  }
  .land-dev-section .land-dev-contents .land-dev-content .text-box h2 {
    font-size: 26px;
  }
  .land-dev-section .land-dev-contents .land-dev-content .text-box p {
    font-size: 15px;
    border-left-width: 6px;
  }
  .land-dev-section .land-dev-contents .land-dev-content .image-box img {
    max-width: 90%;
  }
}
.land-dev-section {
  /* ====== SMALL MOBILE (≤480px) ====== */
}
@media (max-width: 480px) {
  .land-dev-section {
    padding: 20px 25px 80px;
    padding-bottom: 150px;
  }
  .land-dev-section .land-dev-tabs {
    gap: 18px;
  }
  .land-dev-section .land-dev-tabs .tab-button {
    font-size: 16px;
  }
}

.job-section {
  padding: 30px 15%;
  background-color: #eef2ff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 50px;
  margin-bottom: 40px;
}
.job-section h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 25px;
  color: #333;
  position: relative;
  left: 30px;
}
.job-section {
  /* WRAPPER */
}
.job-section .view-vacancy .table-responsive {
  padding: 0;
}
.job-section .view-vacancy table.views-table {
  width: 95%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px; /* curve the whole table */
  overflow: hidden; /* ensure rounding is visible */
  position: relative;
  left: 42px;
  grid-template-columns: 1.2fr 1fr 1fr 2fr 1fr;
}
.job-section .view-vacancy {
  /* HEADER */
}
.job-section .view-vacancy thead tr {
  background: #1c2c82;
  color: #fff;
}
.job-section .view-vacancy thead tr th {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.job-section .view-vacancy thead tr th:last-child {
  border-right: none;
}
.job-section .view-vacancy {
  /* ROW SPACING */
}
.job-section .view-vacancy tbody tr {
  background: #f7f9ff;
  border-bottom: 1px solid #e1e1e1;
}
.job-section .view-vacancy tbody tr:nth-child(odd) {
  background: #eef3ff;
}
.job-section .view-vacancy tbody td {
  padding: 20px;
  vertical-align: top;
  font-size: 14px;
  color: #333;
}
.job-section .view-vacancy {
  /* FIRST COLUMN → BOLD NAME */
}
.job-section .view-vacancy td.views-field-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  width: 16%;
}
.job-section .view-vacancy {
  /* UNIT COLUMN */
}
.job-section .view-vacancy td.views-field-field-penempatan {
  width: 16%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.job-section .view-vacancy {
  /* LOCATION COLUMN */
}
.job-section .view-vacancy td.views-field-field-location {
  width: 12%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.job-section .view-vacancy {
  /* ROLE SUMMARY */
}
.job-section .view-vacancy td.views-field-body {
  width: 34%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.job-section .view-vacancy {
  /* BUTTON COLUMN */
}
.job-section .view-vacancy td.views-field-nothing {
  width: 17%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.job-section .view-vacancy {
  /* APPLY BUTTON */
}
.job-section .view-vacancy .apply-job a {
  background: #F6941F; /* orange */
  padding: 8px 10px;
  border-radius: 6px;
  color: #3B2A00;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  display: inline-block;
  transition: 0.3s;
}
.job-section .view-vacancy .apply-job a:hover {
  background: #F6941F;
}
.job-section .job-remind {
  font-size: 20px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  left: 30px;
}
.job-section .job-footer {
  background: #fff8ef;
  padding: 20px;
  margin-top: 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #333;
  width: 95%;
  position: relative;
  left: 30px;
}
.job-section .job-footer::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 55px;
  transform: translateY(-50%);
  width: 10px;
  height: 100px;
  background-color: #ff8a00;
}
.job-section .job-footer p {
  position: relative;
  left: 8px;
}

.requirements-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 20px;
  position: relative;
  left: 20px;
}

.requirements-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  position: relative;
  left: 20px;
}

.req-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 260px;
}

.req-item img {
  width: 60px;
  height: auto;
  object-fit: contain;
}

.req-item span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}

@media (max-width: 600px) {
  .requirements-row {
    gap: 30px;
  }
  .req-item img {
    width: 50px;
  }
}
.contact-list {
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 60px;
  margin-left: 36px;
}
.contact-list .contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.contact-list .contact-title {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.contact-list .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 48%;
}
.contact-list .contact-item .icon-circle {
  width: 45px;
  height: 45px;
  border: 4px solid #1f2c7c;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-list .contact-item .icon-circle img {
  width: 22px;
  height: 22px;
}
.contact-list .contact-item .contact-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}
.contact-list > .contact-item:last-child {
  max-width: 100%;
}
@media (max-width: 768px) {
  .contact-list .contact-row {
    flex-direction: column;
    gap: 20px;
  }
  .contact-list .contact-item {
    max-width: 100%;
  }
}

.job-li ul {
  padding: 0 0 0 35px;
}
.job-li p {
  padding: 0 0 0 18px;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
}
.job-li p strong {
  font-size: 18px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}

.li-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  padding-bottom: 30px;
}
.li-grid .power-item {
  flex: 0 0 calc(16.66% - 20px);
  text-align: center;
}
.li-grid .power-item .circle {
  width: 120px;
  height: 120px;
  border: 4px solid #F0F2FF;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.li-grid .power-item .circle img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.li-grid .power-item p {
  margin-top: 10px;
}
.li-grid {
  /* TABLET: 3 items per row */
}
@media (max-width: 992px) {
  .li-grid .power-item {
    flex: 0 0 calc(33.33% - 20px);
  }
}
.li-grid {
  /* MOBILE: 2 items per row */
}
@media (max-width: 768px) {
  .li-grid .power-item {
    flex: 0 0 calc(50% - 20px);
  }
}
.li-grid {
  /* SMALL MOBILE: 1 per row */
}
@media (max-width: 480px) {
  .li-grid .power-item {
    flex: 0 0 100%;
  }
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  text-align: left;
  margin-bottom: 60px;
}
.contact-box .icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #282B89;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.contact-box .icon-circle img {
  width: 26px;
  height: 22px;
  object-fit: contain;
}
.contact-box .contact-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.contact-box .contact-text .title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: #000;
}
.contact-box .contact-text .email {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #000;
  margin-top: 2px;
}
.contact-box {
  /* MOBILE */
}
@media (max-width: 768px) {
  .contact-box {
    gap: 12px;
  }
  .contact-box .icon-circle {
    width: 48px;
    height: 48px;
  }
  .contact-box .contact-text .title,
  .contact-box .contact-text .email {
    font-size: 15px;
  }
}

.rails-subtitle {
  font-size: 28px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: #131313;
  position: relative;
  padding-left: 21px;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.rails-context {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #131313;
  position: relative;
  padding-left: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.sell-leasing-section-dark {
  background: linear-gradient(rgba(0, 25, 130, 0.95), rgba(0, 45, 92, 0.85)), url(../images/ptn-01.png) no-repeat center/cover;
  background-blend-mode: soft-light;
  color: #fff;
  padding: 60px 20px;
  text-align: left;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.sell-leasing-section-dark .container {
  max-width: 1200px;
  margin: 0 auto;
  margin-right: 20px;
}
.sell-leasing-section-dark h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sell-leasing-section-dark .orange-line {
  width: 10px;
  height: 100px;
  background-color: #ff9b00;
  margin: 0 0 15px 0;
}
.sell-leasing-section-dark p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-top: -115px;
}
.sell-leasing-section-dark .image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.sell-leasing-section-dark .image-grid .image-box {
  background-color: rgba(255, 255, 255, 0.062745098);
  padding: 10px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.sell-leasing-section-dark .image-grid .image-box img {
  display: block;
  width: 250px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}
.sell-leasing-section-dark .image-grid .image-box:hover {
  transform: translateY(-5px);
}
.sell-leasing-section-dark {
  /* ===============================
      RESPONSIVE STYLES
  =============================== */
  /* Tablets (<= 992px) */
}
@media (max-width: 992px) {
  .sell-leasing-section-dark h2 {
    font-size: 24px;
    text-align: center;
  }
  .sell-leasing-section-dark .orange-line {
    height: 40px;
    margin: 0 auto 15px auto;
  }
  .sell-leasing-section-dark p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px auto;
  }
  .sell-leasing-section-dark .image-grid {
    gap: 20px;
  }
  .sell-leasing-section-dark .image-grid .image-box img {
    width: 200px;
    height: 130px;
  }
}
.sell-leasing-section-dark {
  /* Mobile (<= 600px) */
}
@media (max-width: 600px) {
  .sell-leasing-section-dark {
    padding: 40px 15px;
  }
  .sell-leasing-section-dark h2 {
    font-size: 20px;
  }
  .sell-leasing-section-dark p {
    font-size: 14px;
    line-height: 1.5;
  }
  .sell-leasing-section-dark .image-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .sell-leasing-section-dark .image-grid .image-box img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

.sell-leasing-section-light {
  background: url(../images/ptn-01.png) no-repeat center/cover;
  background-blend-mode: soft-light;
  color: #fff;
  padding: 60px 20px;
  text-align: left;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.sell-leasing-section-light .container {
  max-width: 1200px;
  margin: 0 auto;
  margin-right: 20px;
}
.sell-leasing-section-light h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 10px;
  color: #131313;
}
.sell-leasing-section-light .orange-line {
  width: 10px;
  height: 100px;
  background-color: #ff9b00;
  margin: 0 0 15px 0;
}
.sell-leasing-section-light p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.6;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-top: -115px;
  color: #131313;
}
.sell-leasing-section-light .image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.sell-leasing-section-light .image-grid .image-box {
  background-color: rgba(255, 255, 255, 0.062745098);
  padding: 10px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.sell-leasing-section-light .image-grid .image-box img {
  display: block;
  width: 250px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}
.sell-leasing-section-light .image-grid .image-box:hover {
  transform: translateY(-5px);
}
.sell-leasing-section-light {
  /* ===============================
      RESPONSIVE STYLES
  =============================== */
  /* Tablets (<= 992px) */
}
@media (max-width: 992px) {
  .sell-leasing-section-light h2 {
    font-size: 24px;
    text-align: center;
  }
  .sell-leasing-section-light .orange-line {
    height: 40px;
    margin: 0 auto 15px auto;
  }
  .sell-leasing-section-light p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px auto;
  }
  .sell-leasing-section-light .image-grid {
    gap: 20px;
  }
  .sell-leasing-section-light .image-grid .image-box img {
    width: 200px;
    height: 130px;
  }
}
.sell-leasing-section-light {
  /* Mobile (<= 600px) */
}
@media (max-width: 600px) {
  .sell-leasing-section-light {
    padding: 40px 15px;
  }
  .sell-leasing-section-light h2 {
    font-size: 20px;
  }
  .sell-leasing-section-light p {
    font-size: 14px;
    line-height: 1.5;
  }
  .sell-leasing-section-light .image-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .sell-leasing-section-light .image-grid .image-box img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

.heritage-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: linear-gradient(rgba(0, 25, 130, 0.95), rgba(0, 45, 92, 0.85)), url(../images/ptn-01.png) no-repeat center/cover;
  background-blend-mode: soft-light;
  color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 60px;
  position: relative;
}
.heritage-slider .slider-content {
  max-width: 45%;
  margin-left: 140px;
}
.heritage-slider .slider-content .slider-title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.heritage-slider .slider-content .slider-date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.heritage-slider .slider-content .slider-location {
  font-size: 20px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-left: 20px;
}
.heritage-slider .slider-content .slider-desc {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  margin-left: 20px;
}
.heritage-slider .slider-content .slider-desc::before {
  content: "";
  position: absolute;
  left: 180px;
  top: 255px;
  transform: translateY(-50%);
  width: 10px;
  height: 100px;
  background-color: #ff8a00;
}
.heritage-slider .slider-content .slider-buttons {
  margin-top: 20px;
  position: absolute;
  top: 50%;
  left: 105px;
  width: 88%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.heritage-slider .slider-content .slider-buttons button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #b9b9b9;
  color: #000;
  cursor: pointer;
  transition: 0.2s ease;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heritage-slider .slider-content .slider-buttons button:hover {
  transform: scale(1.1);
}
.heritage-slider .slider-image img {
  max-width: 450px;
  border-radius: 8px;
  display: block;
  margin-right: 60px;
  position: relative;
  right: 45px;
}

#heritageSlides .slide-item {
  display: none;
}

#approvedSlides .approved-slide-item {
  display: none;
}

#ongoingSlides .ongoing-slide-item {
  display: none;
}

@media (max-width: 991px) {
  .heritage-slider {
    flex-direction: column;
    text-align: center;
  }
  .heritage-slider .slider-content {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .heritage-slider .slider-image img {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .heritage-slider {
    padding: 20px;
  }
  .heritage-slider .slider-content .slider-title {
    font-size: 22px;
  }
  .heritage-slider .slider-content .slider-location {
    font-size: 16px;
  }
  .heritage-slider .slider-image img {
    max-width: 100%;
  }
}
.approved-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: url(../images/ptn-01.png) no-repeat center/cover;
  background-blend-mode: soft-light;
  color: #131313;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.approved-slider .slider-image-approved img {
  max-width: 450px;
  border-radius: 8px;
  display: block;
  margin-left: 40px;
  position: relative;
  left: 80px;
}
.approved-slider .slider-content-approved {
  max-width: 45%;
  margin-right: 115px;
}
.approved-slider .slider-content-approved .slider-title-approved {
  font-size: 32px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.approved-slider .slider-content-approved .slider-date-approved {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.approved-slider .slider-content-approved .slider-desc-approved {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  margin-left: 20px;
}
.approved-slider .slider-content-approved .slider-desc-approved::before {
  content: "";
  width: 10px;
  height: 100px;
  position: absolute;
  left: 627px;
  top: 1215px;
  background-color: #F79521;
}
.approved-slider .slider-content-approved .slider-buttons-approved {
  margin-top: 20px;
  position: absolute;
  top: 56%;
  left: -63px;
  width: 115%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.approved-slider .slider-content-approved .slider-buttons-approved button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #b9b9b9;
  color: #000;
  cursor: pointer;
  transition: 0.2s ease;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.approved-slider .slider-content-approved .slider-buttons-approved button:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .approved-slider {
    flex-direction: column;
    text-align: center;
  }
  .approved-slider .slider-content-approved {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .approved-slider .slider-image-approved img {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .approved-slider {
    padding: 20px;
  }
  .approved-slider .slider-content-approved .slider-title-approved {
    font-size: 22px;
  }
  .approved-slider .slider-content-approved .slider-location-approved {
    font-size: 16px;
  }
  .approved-slider .slider-image-approved img {
    max-width: 100%;
  }
}
.ongoing-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: linear-gradient(rgba(0, 25, 130, 0.95), rgba(0, 45, 92, 0.85)), url(../images/ptn-01.png) no-repeat center/cover;
  background-blend-mode: soft-light;
  color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.ongoing-slider .slider-content-ongoing {
  max-width: 45%;
  margin-left: 140px;
}
.ongoing-slider .slider-content-ongoing .slider-title-ongoing {
  font-size: 32px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.ongoing-slider .slider-content-ongoing .slider-date-ongoing {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.ongoing-slider .slider-content-ongoing .slider-desc-ongoing {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  margin-left: 20px;
}
.ongoing-slider .slider-content-ongoing .slider-desc-ongoing::before {
  content: "";
  width: 10px;
  height: 100px;
  position: absolute;
  left: 173px;
  top: 1643px;
  background-color: #F79521;
}
.ongoing-slider .slider-content-ongoing .slider-buttons-ongoing {
  margin-top: 20px;
  position: absolute;
  top: 85%;
  left: -63px;
  width: 115%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.ongoing-slider .slider-content-ongoing .slider-buttons-ongoing button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #b9b9b9;
  color: #000;
  cursor: pointer;
  transition: 0.2s ease;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ongoing-slider .slider-content-ongoing .slider-buttons-ongoing button:hover {
  transform: scale(1.1);
}
.ongoing-slider .slider-image-ongoing img {
  max-width: 450px;
  border-radius: 8px;
  display: block;
  margin-right: 60px;
  position: relative;
  right: 45px;
}

@media (max-width: 991px) {
  .ongoing-slider {
    flex-direction: column;
    text-align: center;
  }
  .ongoing-slider .slider-content-ongoing {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .ongoing-slider .slider-image-ongoing img {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .ongoing-slider {
    padding: 20px;
  }
  .ongoing-slider .slider-content-ongoing .slider-title-ongoing {
    font-size: 22px;
  }
  .ongoing-slider .slider-content-ongoing .slider-location-ongoing {
    font-size: 16px;
  }
  .ongoing-slider .slider-image-ongoing img {
    max-width: 100%;
  }
}
/* --- MAIN LAYOUT --- */
.mail-naming-custom {
  padding: 12px;
  display: inline-block;
}
.mail-naming-custom .mailto {
  background: #F6941F;
  padding: 5px 10px;
  border-radius: 5px;
  color: #3b2a00;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.mail-advertising-custom {
  padding: 12px;
  display: inline-block;
}
.mail-advertising-custom .mailto {
  background: #F6941F;
  padding: 5px 10px;
  border-radius: 5px;
  color: #3b2a00;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.rah-section {
  background: #fff;
  position: relative;
  right: 20px;
  padding-top: 25px;
  padding-bottom: 50px;
}
.rah-section .ig-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  /* Tablet and below */
}
@media (max-width: 992px) {
  .rah-section .ig-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 40px;
  }
}
.rah-section .ig-wrapper {
  /* Small mobile */
}
@media (max-width: 480px) {
  .rah-section .ig-wrapper {
    padding: 0 15px;
    gap: 30px;
  }
}

.rahh-section {
  background: linear-gradient(135deg, rgba(238, 242, 255, 0.95), rgba(238, 242, 255, 0.9)), url("../images/ptn-01.png") center/cover no-repeat;
  background-blend-mode: hue;
  padding: 50px 0;
  color: #131313;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.rahh-section .mission-container {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  right: 37px;
}
.rahh-section .mission-title {
  font-size: 34px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 30px;
  position: relative;
  right: 12px;
}
.rahh-section .mission-intro .mission-text {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.5;
  color: #131313;
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.rahh-section .mission-intro .mission-text::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 6px;
  width: 10px;
  height: 100px;
  background-color: #f58220;
}
.rahh-section .mission-boxes {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
.rahh-section .mission-boxes .mission-box {
  color: #000;
  padding: 30px 20px;
  flex: 1 1 40%;
  max-width: 460px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.rahh-section .mission-boxes .mission-box .icon-image-mission {
  display: flex;
  justify-content: center; /* center image horizontally */
  align-items: center; /* center vertically */
  margin-right: 20px; /* spacing between image and text */
}
.rahh-section .mission-boxes .mission-box .icon-image-mission img {
  width: 90px; /* adjust size as needed */
  height: 90px;
  object-fit: contain;
}
.rahh-section .mission-boxes .mission-box p {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.6;
  margin: 0;
}
.rahh-section {
  /* 📱 Mobile Responsive */
}
@media (max-width: 768px) {
  .rahh-section .mission-intro .mission-text {
    font-size: 16px;
    padding-left: 16px;
  }
  .rahh-section .mission-intro .mission-text::before {
    width: 3px;
  }
}
@media (max-width: 1024px) {
  .rahh-section {
    padding: 40px 20px;
  }
  .rahh-section .mission-container {
    right: 0;
  }
  .rahh-section .mission-title {
    font-size: 28px;
    right: 0;
    text-align: center;
  }
  .rahh-section .mission-intro .mission-text {
    font-size: 16px;
    padding-left: 0;
  }
  .rahh-section .mission-intro .mission-text::before {
    left: 2px;
    top: 0;
    height: 24%;
    width: 4px;
  }
}
@media (max-width: 768px) {
  .rahh-section .mission-boxes {
    flex-direction: column;
    align-items: center;
  }
  .rahh-section .mission-boxes .mission-box {
    max-width: 90%;
    flex: 1 1 100%;
    padding: 20px;
    text-align: center;
  }
  .rahh-section .mission-boxes .mission-box .icon-image-mission {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .rahh-section .mission-boxes .mission-box .icon-image-mission img {
    width: 70px;
    height: 70px;
  }
  .rahh-section .mission-boxes .mission-box p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .rahh-section {
    padding: 30px 10px;
  }
  .rahh-section .mission-title {
    font-size: 24px;
  }
  .rahh-section .mission-intro .mission-text {
    font-size: 14px;
  }
  .rahh-section .mission-boxes .mission-box {
    padding: 15px;
  }
  .rahh-section .mission-boxes .mission-box .icon-image-mission img {
    width: 60px;
    height: 60px;
  }
  .rahh-section .mission-boxes .mission-box p {
    font-size: 14px;
  }
}

/* 📱 MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .rahh-section {
    padding: 30px 0;
  }
  .rahh-section .mission-container {
    padding: 0 15px;
  }
  .rahh-section .mission-title {
    font-size: 26px;
    text-align: left;
  }
  .rahh-section .mission-intro .mission-text {
    font-size: 16px;
    padding-left: 16px;
  }
  .rahh-section .mission-intro .mission-text::before {
    width: 3px;
  }
}
.rah-org-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .rah-org-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .rah-org-title {
    font-size: 26px;
  }
}

.position-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.position-title p {
  margin: 0;
}
.position-title .apply-btn {
  padding: 5px 14px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  background-color: #F6941F;
  color: #3B2A00;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.position-highlight {
  position: relative;
  padding-left: 21px;
  min-height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.position-highlight:before {
  content: "";
  width: 10px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #F79521;
}

.job-info {
  display: grid;
  grid-template-columns: 0.3fr 0.6fr 1.2fr 0.5fr;
  gap: 2px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
.job-info .info-item h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: #444;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}
.job-info .info-item p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #000;
}

.butiran-lantikan {
  background: linear-gradient(135deg, rgba(238, 242, 255, 0.95), rgba(238, 242, 255, 0.9)), url("../images/ptn-01.png") center/cover no-repeat;
  background-blend-mode: hue;
  padding: 50px 0;
  color: #131313;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.butiran-lantikan h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 30px;
  position: relative;
  left: 185px;
}
.butiran-lantikan .detail-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  margin-bottom: 20px;
  column-gap: 40px;
  position: relative;
  left: 185px;
}
.butiran-lantikan .detail-row .label {
  font-weight: 700;
  font-size: 17px;
  font-family: "Source Sans 3", sans-serif;
  color: #131313;
}
.butiran-lantikan .detail-row .value {
  font-weight: 400;
  font-size: 17px;
  font-family: "Source Sans 3", sans-serif;
  color: #131313;
}
.butiran-lantikan .detail-row .value p {
  margin: 0 0 8px 0;
}

.syarat-container {
  position: relative;
  padding-top: 40px;
}
.syarat-container h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 25px;
}
.syarat-container {
  /* TAB NAVIGATION */
}
.syarat-container .syarat1-tabs {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  justify-content: flex-end;
  position: relative;
  bottom: 65px;
}
.syarat-container .syarat1-tabs .syarat1-tab {
  background: none;
  border: none;
  padding: 10px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  color: #555;
}
.syarat-container .syarat1-tabs .syarat1-tab.active {
  color: #d87c1e;
  border-bottom: 3px solid #d87c1e;
  font-weight: 700;
}
.syarat-container {
  /* CONTENT */
}
.syarat-container .syarat1-tab-content .syarat1-content {
  display: none;
  position: relative;
  left: 20px;
  bottom: 50px;
}
.syarat-container .syarat1-tab-content .syarat1-content.show {
  display: block;
}
.syarat-container {
  /* TWO COLUMN DETAILS */
}
.syarat-container .detail-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-bottom: 20px;
  column-gap: 40px;
}
.syarat-container .detail-row .label {
  font-weight: 700;
  font-size: 17px;
  font-family: "Source Sans 3", sans-serif;
}
.syarat-container .detail-row .value {
  font-size: 17px;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.5;
}

.job1-footer {
  background: #FFF4E8;
  padding: 20px;
  margin-top: 25px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #333;
  width: 95%;
  position: relative;
  left: 30px;
  margin-bottom: 50px;
}
.job1-footer .job1-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 15px;
}
.job1-footer::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 90px;
  transform: translateY(-50%);
  width: 10px;
  height: 57px;
  background-color: #ff8a00;
}
.job1-footer p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  left: 20px;
}

.custom-rac-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  text-align: center;
  width: 95%;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  left: 42px;
  margin-bottom: 90px;
}
.custom-rac-table th,
.custom-rac-table td {
  border: 1px solid #D4D4D4;
  padding: 6px 8px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #131313;
}
.custom-rac-table thead th {
  background: #282B89;
  color: #000;
  font-weight: 600;
}
.custom-rac-table .state-row th,
.custom-rac-table .state-row td {
  background: #D4D4D4;
  font-size: 16px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #131313;
}

.mbj-acts-blue {
  background: linear-gradient(rgba(30, 58, 138, 0.2), rgba(59, 130, 246, 0.1)), url("../images/onlypattern-02.png") no-repeat center/cover;
  padding: 50px 215px;
  text-align: center;
  color: #000;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 28px;
  margin-bottom: 28px;
}
.mbj-acts-blue h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 40px;
}

.open-data-blue {
  background: linear-gradient(rgba(30, 58, 138, 0.2), rgba(59, 130, 246, 0.1)), url("../images/onlypattern-02.png") no-repeat center/cover;
  padding: 50px 215px;
  text-align: center;
  color: #000;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 28px;
  margin-bottom: 28px;
  /* GRID SECTION */
}
.open-data-blue .powers-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.open-data-blue .powers-grid .power-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
}
.open-data-blue .powers-grid .power-item .circle {
  width: 90px;
  height: 90px;
  border: 8px solid #1d2f8a;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.open-data-blue .powers-grid .power-item .circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .open-data-blue .powers-grid .power-item .circle img {
    width: 32px;
    height: 32px;
  }
}
.open-data-blue .powers-grid .power-item p {
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .open-data-blue .powers-grid .power-item p {
    font-size: 16px;
  }
}
.open-data-blue {
  /* Tablet responsiveness */
}
@media (max-width: 992px) {
  .open-data-blue {
    padding: 40px 80px;
  }
  .open-data-blue .powers-grid {
    justify-content: center;
    gap: 25px;
  }
  .open-data-blue .powers-grid .power-item {
    flex: 0 0 45%;
  }
}
.open-data-blue {
  /* Mobile responsiveness */
}
@media (max-width: 600px) {
  .open-data-blue {
    padding: 30px 25px;
  }
  .open-data-blue .powers-grid {
    gap: 20px;
  }
  .open-data-blue .powers-grid .power-item {
    flex: 0 0 100%;
  }
  .open-data-blue .powers-grid .circle {
    width: 80px;
    height: 80px;
  }
  .open-data-blue .powers-grid .circle img {
    width: 30px;
    height: 30px;
  }
}
.open-data-blue {
  /* Small mobile */
}
@media (max-width: 480px) {
  .open-data-blue {
    padding: 25px 20px;
  }
  .open-data-blue .circle {
    width: 70px;
    height: 70px;
    border-width: 6px;
  }
}

.powers-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.powers-grid .power-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
}
.powers-grid .power-item .circle {
  width: 90px;
  height: 90px;
  border: 8px solid #1d2f8a;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.powers-grid .power-item .circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.powers-grid .power-item p {
  margin-top: 10px;
}

.accordion-body {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion-button:not(.collapsed) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.land-type-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
  padding-bottom: 20px;
}
.land-type-section .disposal-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  text-align: left;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}
.land-type-section .disposal-card .land-title {
  font-size: 24px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.land-type-section .disposal-card:hover {
  transform: translateY(-5px);
}
.land-type-section .disposal-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.land-type-section .disposal-card p {
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: #131313;
}
.land-type-section .disposal-card ul li {
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .land-type-section {
    flex-direction: column;
  }
  .land-type-section .disposal-card {
    flex: 1 1 100%;
  }
}
.obo-section {
  text-align: left;
}
.obo-section .powers-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: nowrap;
  position: relative;
}
.obo-section .powers-grid .power-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.obo-section .powers-grid .power-item .image-obo {
  margin-bottom: 12px;
  overflow: hidden;
}
.obo-section .powers-grid .power-item .image-obo img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔑 this fixes your issue */
  display: block;
  border-radius: 10px;
}
.obo-section .powers-grid .power-item p {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .obo-section .powers-grid {
    justify-content: center;
  }
  .obo-section .powers-grid .power-item {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .obo-section .powers-grid {
    flex-direction: column;
    align-items: center;
  }
  .obo-section .powers-grid .power-item {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .obo-section .powers-grid .power-item .circle {
    width: 80px;
    height: 80px;
  }
  .obo-section .powers-grid .power-item .circle img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) and (max-width: 768px) {
  .obo-section .powers-grid .power-item p {
    font-size: 16px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .obo-section .powers-grid .power-item p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .obo-section .power-item p {
    font-size: 16px;
  }
  .obo-section .circle {
    border-width: 6px;
  }
}

.ceo-section {
  background: #fff;
  position: relative;
  right: 20px;
}
.ceo-section .ig-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  padding: 0 20px;
  /* Tablet and below */
}
@media (max-width: 992px) {
  .ceo-section .ig-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 40px;
  }
}
.ceo-section .ig-wrapper {
  /* Small mobile */
}
@media (max-width: 480px) {
  .ceo-section .ig-wrapper {
    padding: 0 15px;
    gap: 30px;
  }
}

/* --- LEFT CONTENT --- */
.ceo-content {
  flex: 1;
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.5;
  text-align: left;
}
.ceo-content h2 {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ceo-content h2 {
    font-size: 34px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ceo-content h2 {
    font-size: 34px;
    text-align: center;
  }
}
.ceo-content p {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .ceo-content p {
    font-size: 16px;
  }
}
.ceo-content .ig-textbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  text-align: justify;
}
.ceo-content .ig-textbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100px;
  background-color: #F68B1F;
}
.ceo-content .ig-textbox p {
  margin-bottom: 16px;
}
.ceo-content .ig-textbox {
  /* Mobile adjustments */
}
@media (max-width: 768px) {
  .ceo-content .ig-textbox {
    padding-left: 20px;
    text-align: left;
  }
  .ceo-content .ig-textbox::before {
    width: 4px;
  }
}
@media (max-width: 480px) {
  .ceo-content .ig-textbox {
    padding-left: 16px;
    text-align: left;
  }
  .ceo-content .ig-textbox::before {
    width: 3px;
  }
}
.ceo-content .ceo-subtitle {
  display: inline-flex;
  align-items: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  background: #fff;
  margin-bottom: 20px;
}
.ceo-content .ceo-subtitle span {
  padding: 4px 10px;
  line-height: 1.4;
  white-space: nowrap;
}
.ceo-content .ceo-subtitle .ceo-left {
  font-weight: 700;
  border-right: 1px solid #dcdcdc;
}
.ceo-content .ceo-subtitle .ceo-right {
  font-weight: 700;
}
.ceo-content .ceo-subtitle {
  /* 📱 Mobile Responsive */
}
@media (max-width: 768px) {
  .ceo-content .ceo-subtitle {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .ceo-content .ceo-subtitle span {
    white-space: normal;
    text-align: center;
    padding: 6px 10px;
    font-size: 16px;
  }
  .ceo-content .ceo-subtitle .ceo-left {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }
}

/* --- RIGHT PROFILE BOX --- */
.ceo-box {
  flex: 0 0 330px;
  text-align: center;
  align-self: flex-start;
  margin-right: 0;
}
.ceo-box .ig-img {
  width: 300px;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ceo-box .ig-img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 15px;
    display: block;
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .ceo-box .ig-img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 15px;
    display: block;
    margin-bottom: 80px;
  }
}

/* 📱 Mobile: image on top, content below */
@media (max-width: 992px) {
  .ceo-box {
    order: 1;
  }
  .ceo-content {
    order: 2;
  }
}
.online-stats-section {
  padding: 20px;
}
.online-stats-section .stats-title {
  font-size: 16px;
  color: #131313;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 15px;
}
.online-stats-section {
  /* Light-blue background ONLY for the tabs/cards area */
}
.online-stats-section .stats-wrapper {
  background: #f3f6ff;
  padding: 15px;
  border-radius: 10px;
}
.online-stats-section .stats-grid {
  display: flex;
  gap: 20px;
}
.online-stats-section .stats-card {
  background: #eef1ff;
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}
.online-stats-section .stats-card .stats-icon img {
  width: 36px;
  height: auto;
}
.online-stats-section .stats-card .stats-content span {
  display: block;
  font-size: 16px;
  color: #131313;
  font-family: "Source Sans 3", sans-serif;
}
.online-stats-section .stats-card .stats-content strong {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
.online-stats-section {
  /* Mobile */
}
@media (max-width: 768px) {
  .online-stats-section .stats-grid {
    flex-direction: column;
  }
}

/*# sourceMappingURL=custom1.css.map */
