body {
    font-family: 'Myanmar Text', sans-serif;
}

body:lang(en),
[lang="en"] {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
}
  .pauk-banner {
      position: relative;
      text-align: center;
      overflow: hidden;
      margin: 0;
      padding: 0;
      width: 100%;
  }

.pauk-banner img.main-img {
    max-width: 100%;
    min-height: auto;
    display: block;
}
@media screen and (max-width: 782px) {

    .pauk-banner {
        margin-top: 0;
    }
}

.pauk-main-content {
  max-width: 1200px;
  text-align: center;
  margin: auto;
  font-size: 1.1rem;
  line-height: 2;
  color: #222;
  border-bottom: 1px solid #ddd;
  padding-bottom:30px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;

}

.pauk-header {
  display: flex;
  align-items: justify;
  justify-content: center;
  position: relative;
  padding: 20px;
  margin: 0;
}

.corner-img {
  width: 200px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.card-icon1 {
    width: 130px; 
    height: auto; 
    object-fit: contain; 
}
.pauk-title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 50px;
}

.main-heading {
  color: #FF6600;
  font-weight: bold;
  margin: 0;
  font-size: 1.5rem;
  text-align: left;
}

.inline-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* gap: 8px; */
}

.inline-item {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.inline-item img {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}
@media (max-width: 768px) {
    .main-heading {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
        line-height: 1.8;
    }
    
    .pauk-main-content {
        font-size: 14px;
        padding: 15px;
    }
    .pauk-main-content p{
      text-align: justify;
    }
    .pauk-title {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        gap: 0;
    }
    
    .card-icon1 {
        margin-bottom: 5px;
    }
    
    .inline-list {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    
    .inline-item {
        white-space: normal;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        max-width: 450px;
        
    }
    
    .inline-item img {
        width: 12px;
        height: 12px;
        margin-top: 2px;
    }

    .corner-img {
      display: none;
    }
}
/* Tab Buttons */
 .truemoney-tabs{
    padding: 60px 20px;
    justify-content: center;
}
.tab-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 14px;
    padding: 4px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.tab-btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    border: none;
    border-radius: 50px;
    color: #333; 
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.tab-btn:not(.active):hover {
    color: #FF6600; 
}

.tab-btn.active {
    background: linear-gradient(270deg, #F58220 0%, #F14F22 51%, #EC462F 100%);
    color: white;
}

.tab-btn img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 6px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(9%) saturate(747%) hue-rotate(177deg) brightness(93%) contrast(86%); /* Default gray color */
    transition: all 0.3s ease;
}

/* Inactive button hover effect for icon */
.tab-btn:not(.active):hover img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(95%) saturate(1352%) hue-rotate(1deg) brightness(99%) contrast(105%); /* Orange color on hover */
}

.tab-btn.active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); /* White color for active state */
}


.tab-content {
    display: none;
}

.head {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 40px;
}

.head h3 {
    color: #FF6600;
    font-size: 24px;
    margin-bottom: 15px;
}

.head p {
    color: #333;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 auto;
}

.tab-content.active {
    display: block;
}

.tab-content {
    display: none;
}

.head {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 40px;
}

.head h3 {
    color: #FF6600;
    font-size: 24px;
    margin-bottom: 15px;
}

.head p {
    color: #333;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 auto;
}

.tab-content.active {
    display: block;
}

/* Step UI */
.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 20px;
    flex-wrap: wrap;
}
.step-box {
    position: relative;
    width: 20%;
    padding: 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-box img {
    width: 120px;
    height: 125px;
    object-fit: contain;
    margin-bottom: 15px;
}
.step-number {
    width: 36px;
    height: 36px;
    background: #ff6600;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

/* Connecting line between step numbers */
.step-number::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: calc(100% + 240px);
    height: 2px;
    background: repeating-linear-gradient(to right, #ff9900 0%, #ff9900 50%, transparent 50%, transparent 100%);
    background-size: 10px 3px;
    transform: translateY(-50%);
    z-index: 1;
}

.step-box:last-child .step-number::after {
    display: none;
}

.step-title {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.8;
}
.highlightTrue {
    color:rgba(236, 0, 0, 1);
    font-weight: bold;
    font-family: 'Phenomena-Bold', sans-serif;
    font-style: normal;
}
@font-face {
    font-family: 'Phenomena-Bold';
    src: url('/wp/wp-content/themes/truemoney/fonts/Phenomena-Bold.woff') format('woff');
}


/* Mobile responsiveness */
@media (max-width: 768px) {
    .truemoney-tabs {
        padding: 30px 10px;
    }

    .tab-buttons {
        gap: 8px;
        padding: 3px;
        margin-bottom: 20px;
    }

    .tab-btn {
        padding: 8px 15px;
        font-size: 14px;
        white-space: nowrap;
    }

    .tab-btn img {
        width: 18px;
        height: 18px;
    }

    .head {
        max-width: 95%;
        margin-bottom: 20px;
    }

    .head h3 {
        font-size: 20px;
    }

    .head p {
        font-size: 14px;
    }

    .steps-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 10px;
        padding: 0;
        margin: 20px auto;
    }

    .step-box {
        width: calc(50% - 10px);
        padding: 0;
        margin: 0;
        position: relative;
        box-sizing: border-box;
    }

    .step-content {
        padding: 0 5px;
    }

      .step-box .step-number::after {
        display: none;
    }


 .step-box[data-step="1"] .step-number::after ,
 .step-box[data-step="3"] .step-number::after{
        content: '';
        position: absolute;
        top: 18px;
        left: calc(50% + 18px);
        width: calc(100% - 36px + 180px);
        height: 2px;
        background: repeating-linear-gradient(to right, #ff9900 0%, #ff9900 50%, transparent 50%, transparent 100%);
        background-size: 10px 3px;
        z-index: 1;
        display: block;
    }


    .step-box[data-step="2"] .step-number::after ,
    .step-box[data-step="4"] .step-number::after{
        display: none;
    }


    .step-box img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        object-fit: contain;
    }

    .step-title {
        font-size: 13px;
        min-height: auto;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .step-box {
        width: calc(50% - 5px);
    }

    .tab-buttons {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 5px;
        -webkit-overflow-scrolling: touch;
    }

    .tab-btn {
        flex: 0 0 auto;
        padding: 6px 12px;
        font-size: 13px;
    }

    .step-box img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .step-title {
        font-size: 12px;
    }
}
 /* Service */
.section-wrapper {
    background-image: url('/wp/wp-content/uploads/2025/08/TMN_pattern-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    padding: 60px 20px;
}
.section-title {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.card-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 2fr));
}
.card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px 30px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}
.card:hover {
    transform: translateY(-5px);
}

.card-header {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    text-align: left;
    background-color: transparent !important;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
}
.card-header h5 {
    color: #FF6600;
    font-size: 20px;
    margin: 0;
    line-height: 1.2;
}

.card-icon {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content {
    margin-top: 4px;
}

/* List styles */
.card ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 0px;
}

.card li {
    text-align: justify;
    font-weight: 500;
    margin-bottom: 0px;
}
.card p {
    text-align: justify;
    font-weight: 500;
    margin-bottom: 0px;
}

/* Inline list styles */
.inline-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
}

.inline-list-item {
    display: flex;
    align-items: center;
    margin-right: 8px;
    white-space: nowrap;
    
}

.inline-list-item img {
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.inline-list-item span {
    font-weight: 500;
}


@media (min-width: 768px) {
    .inline-list-container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .inline-list {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .card {
        padding: 20px;
    }
    
    .card-header {
        flex-direction: row;
        align-items: center;
    }
    
  
    .card-icon {
        width: 40px; 
        height: 40px;
        margin-right: 4px;
        margin-bottom: 0; 
    }
    
    .card-header h5 {
        font-size: 16px; 
    }
    
    .card-content {
        margin-top: 2px;
    }
    
    .card p, .card li {
        font-size: 14px; 
    }
    .inline-list-item {
        font-size: 14px;
    }

}
  /* T&C  */
 .container {
      max-width: 1200px;
      margin: auto;
      padding: 20px;
      font-family: Arial, sans-serif;
    }
    .element {
      position: relative;
    }

    .element::before {
      content: "";
      position: absolute;
      top: 150px;
      left: 1250px;
      width: 200px;
      height: 200px;
      background-image: url('https://cloudflare.dev.truemoney.com.mm/wp/wp-content/uploads/2025/07/top-right.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1;
    }

    .element::after {
      content: "";
      position: absolute;
      bottom: 200px;
      left: 0;
      width: 200px; 
      height: 200px; 
      background-image: url('https://cloudflare.dev.truemoney.com.mm/wp/wp-content/uploads/2025/07/left-bottom.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1;
    }
@media only screen and (max-width: 600px) {
    .element::after,
    .corner-decoration {
        display: none;
    }
}
  .content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px;
    background: #fffbe8;
  }
      /* Left Section */
  .left-section {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .left-section h4{
    color: #FF6600;
    font-size: 24px;
}


  .contact-card {
    background: #fff6f0;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
    .contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #f7cbaa;
    border-bottom-left-radius: 12px;
  }
    .contact-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    opacity: 0.8;
  }

  .bg-btn a {
    color: white !important;
    margin-right: 5px;
    }

  .contact-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
  }


.faq-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px;
}

.left-col {
  flex: 1;
  min-width: 300px;
}
.question-title h3{
    color: #FF6600;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: left;
}

.right-col {
  flex: 2;
  min-width: 300px;
}

.contact-card {
  background: #fae9e0;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.contact-card h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #333;
}

.contact-card button.bg_btn a {
  color: white;
  text-decoration: none; 
}

.contact-card button.bg_btn a:hover {
  color: white; 
}

.promo-img {
  max-width: 100%;
  border-radius: 10px;
  margin-top: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 30px;
  color: #ff6600;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 10px 0;
  color: #2b2b2b;
  line-height: 1.6;
  font-size: medium;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.highlight {
  color: rgba(236, 0, 0, 1);
  font-weight: bold;
font-family: 'Phenomena-Bold', sans-serif;
font-style: normal;
}


@media (max-width: 768px) {
  .columns {
    flex-direction: column;
  }

  .left-col {
      order: 2;
  }
  
  .right-col {
      order: 1;
  }

  .left-col, .right-col {
    flex: 1 1 100%;
  }
}