/* ===== TAXATION PAGE FINAL CLEAN CSS ===== */

.taxation-page .taxation-top {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}

/* IMAGE */
.taxation-page .jts-founder-img {
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  margin-top: 180px;
}

/* TEXT */
.taxation-page .jts-founder-text {
  max-width: 100%;
  margin: 0;
}

/* REMOVE TOP WHITE SPACE */
.taxation-page .jts-founder {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ===== FULL WIDTH ===== */
.taxation-page .taxation-full {
  margin-top: 20px;
}

/* ===== TABLE ===== */
.taxation-page .table-responsive-custom {
  width: 100%;
  overflow-x: auto;
}

.taxation-page .taxation-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

/* HEADER */
.taxation-page .taxation-table th {
  background: #0b2e4f;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: 1px solid #ddd;
}

/* BODY */
.taxation-page .taxation-table td {
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ddd;
  color: #333;
}

/* HOVER */
.taxation-page .taxation-table tr:hover {
  background: #f9f9f9;
}

/* ===== LIST ===== */
.taxation-page .taxation-list {
  padding-left: 20px;
  margin-top: 15px;
}

.taxation-page .taxation-list li {
  margin-bottom: 10px;
  color: #333;
}

/* STRONG TEXT BLUE */
.taxation-page .taxation-list li strong {
  color: #0b2e4f;
}

/* ===== PARAGRAPH ===== */
.taxation-page .taxation-para {
  text-align: justify;
  line-height: 1.8;
  margin-top: 15px;
}

/* ===== HEADINGS ===== */
.taxation-page h2,
.taxation-page h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #0b2e4f;
}

/* ===== PERFECT GOLD UNDERLINE (FIXED) ===== */

/* MAIN HEADING */
.taxation-page h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #c9a14a;
  margin: 8px auto 0 auto;   /* CENTER ALIGN */
}

/* SUB HEADINGS */
.taxation-page h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #c9a14a;
  margin: 6px auto 0 auto;   /* CENTER ALIGN */
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  .taxation-page .taxation-top {
    display: block;
  }

  .taxation-page .jts-founder-img {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .taxation-page .taxation-table th,
  .taxation-page .taxation-table td {
    font-size: 13px;
    padding: 8px;
  }

}

/* ===== FORCE BLUE FOR ALL LIST STRONG TEXT ===== */

ul.jts-list li strong,
ul.taxation-list li strong,
ul li strong {
  color: #0b2e4f !important;
}

.jts-list li strong,
.taxation-list li strong {
  color: #0b2e4f !important;
}


/* ===== REMOVE EXTRA WHITE SPACE ===== */
.taxation-page,
.ipr-page,
.corporate-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.taxation-page .container,
.ipr-page .container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* HERO / FIRST SECTION GAP REMOVE */
.taxation-page h1,
.ipr-page h1 {
  margin-top: 0 !important;
  padding-top: 10px !important;
}

/* ===== FULL TEXT COLOR NAVY ===== */
.taxation-page,
.taxation-page p,
.taxation-page li,
.taxation-page td,
.taxation-page span,
.ipr-page,
.ipr-page p,
.ipr-page li,
.ipr-page td,
.ipr-page span {
  color: #0b2e4f !important;
}

/* ===== HEADINGS STRONG & CLEAN ===== */
.taxation-page h1,
.taxation-page h2,
.taxation-page h3,
.taxation-page h4,
.ipr-page h1,
.ipr-page h2,
.ipr-page h3,
.ipr-page h4 {
  color: #0b2e4f !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}

/* ===== MAIN HEADING CENTER FIX ===== */
.taxation-page h1,
.ipr-page h1 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 20px;
}

/* ===== SUB HEADINGS ===== */
.taxation-page h2,
.ipr-page h2 {
  font-size: 28px;
  text-align: center;
}

/* ===== REMOVE RANDOM GREY TEXT ===== */
.taxation-page * {
  color: #0b2e4f !important;
}

.ipr-page * {
  color: #0b2e4f !important;
}

/* ===== TABLE FIX ===== */
.taxation-page .taxation-table td,
.ipr-page table td {
  color: #0b2e4f !important;
  font-weight: 500;
}

/* ===== PARAGRAPH IMPROVEMENT ===== */
.taxation-page p,
.ipr-page p {
  line-height: 1.8;
  font-size: 15px;
  text-align: justify;
}

/* ===== REMOVE IMAGE TOP GAP ===== */
.jts-founder-img {
  margin-top: 40px !important; /* earlier 180px hata diya */
}

/* ===== SECTION SPACING CONTROL ===== */
section {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* ===== GOLD UNDERLINE PERFECT ===== */
.taxation-page h2::after,
.ipr-page h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #c9a14a;
  margin: 8px auto 0;
}

.taxation-page h3::after,
.ipr-page h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #c9a14a;
  margin: 6px auto 0;
}

/* ===== LIST STRONG TEXT ===== */
ul li strong {
  color: #0b2e4f !important;
  font-weight: 700;
}

/* ===== REMOVE EXTRA GAP ABOVE TABLE ===== */
.table-responsive-custom {
  margin-top: 10px !important;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

  .jts-founder-img {
    margin-top: 20px !important;
  }

  h1 {
    font-size: 26px !important;
  }

  h2 {
    font-size: 22px !important;
  }

}


/* ===== REMOVE TOP WHITE SPACE (FINAL FIX) ===== */
.taxation-page.section-block {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.taxation-page .container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* REMOVE GAP BELOW HEADER / WORD BAR */
.word-day-bar {
  margin-bottom: 0 !important;
}

.top-secondary-menu {
  margin-bottom: 0 !important;
}

/* FORCE SECTION TO TOUCH TOP */
section.taxation-page {
  padding-top: 10px !important;
}

/* ===== REMOVE SIDE GOLD LINE (IMPORTANT FIX) ===== */
.taxation-page .taxation-list,
.taxation-page ul,
.taxation-page .jts-list {
  border-left: none !important;
  padding-left: 20px !important;
}

/* REMOVE ANY LEFT BORDER FROM LI */
.taxation-page ul li {
  border-left: none !important;
}

/* ===== IMAGE GAP FIX ===== */
.taxation-page .jts-founder-img {
  margin-top: 20px !important; /* 180px hata diya */
}

/* ===== TEXT COLOR FULL NAVY ===== */
.taxation-page,
.taxation-page p,
.taxation-page li,
.taxation-page td,
.taxation-page span {
  color: #0b2e4f !important;
}

/* ===== HEADINGS STRONG ===== */
.taxation-page h2,
.taxation-page h3 {
  color: #0b2e4f !important;
  font-weight: 700 !important;
}

/* ===== REMOVE EXTRA SPACING ===== */
.taxation-page .taxation-top {
  margin-bottom: 20px !important;
}

.taxation-page .taxation-full {
  margin-top: 10px !important;
}

/* ===== REMOVE GOLD LINE BEFORE LIST (ACTUAL CAUSE FIX) ===== */
.taxation-page ul {
  list-style-type: disc;
  border-left: none !important;
}

/* ===== TABLE CLEAN ===== */
.taxation-page .taxation-table td {
  color: #0b2e4f !important;
}

/* ===== PARAGRAPH ===== */
.taxation-page p {
  line-height: 1.8;
  font-size: 15px;
  text-align: justify;
}

/* ===== GOLD UNDERLINE KEEP (OPTIONAL CLEAN) ===== */
.taxation-page h2::after,
.taxation-page h3::after {
  background: #c9a14a;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .taxation-page .jts-founder-img {
    margin-top: 10px !important;
  }
}


/* ===== CLEAN COLOR FIX ONLY ===== */

/* HEADINGS NAVY BLUE */
.artificial-page h1,
.artificial-page h2,
.artificial-page h3,
.artificial-page h4 {
  color: #0b2e4f !important;
}

/* NORMAL TEXT PURE BLACK */
.artificial-page p,
.artificial-page li,
.artificial-page td,
.artificial-page span {
  color: #000 !important;
}

/* STRONG TEXT (HEADINGS TYPE) NAVY */
.artificial-page strong {
  color: #0b2e4f !important;
}

/* TABLE TEXT BLACK */
.artificial-page table td {
  color: #000 !important;
}

/* ===== FOOTER COLOR FIX ===== */

/* FULL FOOTER TEXT WHITE */
#colorlib-footer,
#colorlib-footer p,
#colorlib-footer li,
#colorlib-footer a,
#colorlib-footer span {
  color: #ffffff !important;
}

/* FOOTER HEADINGS */
#colorlib-footer h4 {
  color: #ffffff !important;
}

/* LINKS HOVER */
#colorlib-footer a:hover {
  color: #c9a14a !important;
}

/* COPYRIGHT TEXT */
#colorlib-footer .copyright,
#colorlib-footer small {
  color: #cccccc !important;
}

/* SOCIAL ICONS */
#colorlib-footer .colorlib-social-icons i {
  color: #ffffff !important;
}


/* ===== PERFECT IMAGE ALIGN (NO HARD MARGIN) ===== */

.taxation-page .taxation-top {
  display: flex;
  align-items: flex-start; /* natural top align */
  gap: 30px;
}

/* REMOVE FAKE MARGIN */
.taxation-page .jts-founder-img {
  margin-top: 0 !important;
}

/* TEXT KO THODA DOWN PUSH KARO (RIGHT WAY) */
.taxation-page .col-md-8 {
  padding-top: 20px;
}


/* ===== IMAGE PERFECT ALIGN WITH TEXT ===== */

.taxation-page .taxation-top {
  display: flex;
  align-items: flex-start; /* top align */
  gap: 30px;
}

/* IMAGE KO THODA NICHE LAO */
.taxation-page .jts-founder-img {
  margin-top: 200px !important; /* adjust 50–80 as needed */
}

/* TEXT SIDE CLEAN */
.taxation-page .col-md-8 {
  padding-left: 10px;
}