/* Service / inner page layout helpers */
.oli-service-page {
  background: #fff;
  color: #000;
  font-family: Roboto, "Open Sans", Arial, sans-serif;
}

.oli-service-body {
  width: 100%;
  overflow-x: hidden;
}

/* Legacy placeholder – no longer injected; hide if present in cached HTML */
.oli-img-placeholder-box {
  display: none !important;
}

.oli-img-placeholder-box span {
  padding: 8px;
}

.req_doc_text .oli-img-placeholder-box {
  width: 80px;
  height: 80px;
  max-width: 80px;
}

.tradmark_brands .oli-img-placeholder-box,
.awaboi_block .oli-img-placeholder-box,
.nmsr_block_img .oli-img-placeholder-box {
  width: 100%;
  max-width: 140px;
  height: 70px;
}

.tm_process .oli-img-placeholder-box {
  max-width: 100%;
  height: 280px;
}

.new_md_section_left .oli-img-placeholder-box {
  width: 100%;
  max-height: 320px;
  height: 280px;
}

/* Chat widget — single floating button */
.oli-chat-widget {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  width: 56px;
  height: 56px;
}

.oli-chat-close {
  position: absolute;
  top: -10px;
  right: -4px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.oli-chat-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #00bb55;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.oli-chat-button:hover {
  background: #00a34a;
}

.oli-chat-label,
.oli-chat-icon,
.oli-img-placeholder.oli-chat-icon {
  display: none !important;
}

/* Section title green underline */
.benifts-heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #28a745;
  margin: 10px auto 0;
}

/* ═══════════════════════════════════════════════════════════
   CMS page content – sections, spacing, grids, fees, forms
   ═══════════════════════════════════════════════════════════ */

.oli-service-body.oli-cms-content,
.oli-service-preamble.oli-cms-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.oli-service-body.oli-cms-content {
  padding-top: 24px;
  padding-bottom: 48px;
}

.oli-cms-content {
  color: #333;
  font-size: 15px;
  line-height: 1.65;
  width: 100%;
}

.oli-cms-content p,
.oli-cms-content li {
  color: #444;
}

.oli-cms-content h1,
.oli-cms-content h2,
.oli-cms-content h3,
.oli-cms-content h4,
.oli-cms-content h5 {
  color: #000;
  font-family: Poppins, Roboto, sans-serif;
}

.oli-cms-content > main {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.oli-cms-content section,
.oli-cms-content .block_padding,
.oli-cms-content .consumer_box,
.oli-cms-content .srvc-space,
.oli-cms-content .docs_req,
.oli-cms-content .package_area {
  clear: both;
  width: 100%;
  box-sizing: border-box;
}

.oli-cms-content .block_padding,
.oli-service-page .block_padding {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
}

.oli-cms-content .block_heading,
.oli-cms-content .title-content {
  text-align: center;
  margin-bottom: 28px;
}

.oli-cms-content .benifts-heading,
.oli-cms-content h2.benifts-heading {
  color: #000 !important;
  text-align: center;
  margin: 0 0 24px;
  font-size: 26px;
  font-weight: 600;
}

/* ── Required documents (legacy req_doc_text grid) ── */
.oli-cms-content .req_doc_text {
  text-align: center;
  padding: 16px 10px 24px;
  margin-bottom: 8px;
}

.oli-cms-content .req_doc_text img {
  width: 80px;
  height: auto;
  margin: 0 auto 12px;
  display: block;
}

.oli-cms-content .req_doc_text h4 {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 0;
}

/* ── Required documents (new docs_req layout) ── */
.oli-cms-content .docs_req {
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 15px;
}

.oli-cms-content .docs_req > h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 36px;
}

.oli-cms-content .docs_req_tab_section {
  margin-left: -15px;
  margin-right: -15px;
}

.oli-cms-content .doc_rq_info {
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 28px 16px 24px;
  margin-bottom: 24px;
  height: 100%;
  min-height: 200px;
  box-sizing: border-box;
}

.oli-cms-content .doc_rq_info img {
  width: 72px;
  height: auto;
  margin: 0 auto 14px;
  display: block;
}

.oli-cms-content .doc_rq_info h3 {
  font-size: 22px;
  color: #f06906;
  margin: 0 0 8px;
}

.oli-cms-content .doc_rq_info h5 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px;
}

.oli-cms-content .doc_rq_info .registered_office_proof {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* ── Our Fees – tab layout (package_area) ── */
.oli-cms-content .package_area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 15px;
  background: #f3f3f3;
}

.oli-cms-content .package_area > h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 32px;
}

.oli-cms-content .package_area .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin: 0 auto 28px;
  max-width: 100%;
  overflow: visible;
}

.oli-cms-content .package_area .tablinks {
  position: static !important;
  float: none !important;
  flex: 1 1 160px;
  min-width: 140px;
  max-width: 210px;
  padding: 14px 10px !important;
  margin: 0 !important;
  border: 2px solid #ccc !important;
  background: #fff !important;
  border-radius: 8px !important;
  cursor: pointer;
  white-space: normal !important;
  line-height: 1.35 !important;
  font-size: 13px !important;
  font-weight: 600;
  color: #333 !important;
  text-align: center;
  height: auto !important;
  box-sizing: border-box;
}

.oli-cms-content .package_area .tablinks.active {
  background: #e4ffe4 !important;
  border-color: #78e478 !important;
  color: #205622 !important;
}

.oli-cms-content .package_area .tablinks span {
  display: block;
  font-size: 16px;
  color: #0cb709;
  margin-bottom: 4px;
}

.oli-cms-content .package_area .tablinks .govt_new_fee,
.oli-cms-content .package_area .govt_new_fee {
  display: block;
  font-size: 11px;
  color: #666;
  font-weight: normal;
}

.oli-cms-content .package_area .tablinks h5 {
  font-size: 11px;
  color: #fff;
  background: #0cb709;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  margin: 6px 0 0;
}

.oli-cms-content .package_area .tabcontent {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 900px;
}

.oli-cms-content .package_area .tabcontent h3 {
  font-size: 22px;
  color: #0cb709;
  margin: 0 0 12px;
}

.oli-cms-content .package_area .tabcontent h4 {
  font-size: 16px;
  margin: 0 0 16px;
  color: #555;
}

.oli-cms-content .package_area .tabcontent ul {
  margin: 0 0 20px;
  padding-left: 20px;
}

.oli-cms-content .package_area .tabcontent li {
  margin-bottom: 8px;
  color: #444;
}

.oli-cms-content .package_area .associate_but {
  display: inline-block;
  padding: 12px 28px;
  background: #215585;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}

/* ── Our Fees – dropdown / card layout (gst_rdiobtn) ── */
.oli-cms-content .custom_dropdown {
  max-width: 100%;
  margin: 0 auto 20px;
  position: relative;
  border-radius: 10px;
}

.oli-cms-content .custom_dropdown > ul {
  display: none;
  list-style: none;
  padding: 12px 0;
  margin: 0;
}

.oli-cms-content .custom_dropdown.is-open > ul {
  display: block;
}

.oli-cms-content .custom_dropdown > label {
  display: block;
  cursor: pointer;
  margin: 0;
}

.oli-cms-content .gst_rdiobtn,
.oli-cms-content .custom_dropdown ul li .gst_rdiobtn {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 16px 14px;
  background: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 9px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  clear: both;
}

.oli-cms-content .gst_rdiobtn:nth-child(3),
.oli-cms-content .price_active {
  background: #e4ffe4 !important;
  border-color: #78e478 !important;
}

.oli-cms-content .gst_rdiobtn ul {
  display: block !important;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oli-cms-content .gst_rdiobtn ul li {
  margin-bottom: 6px;
  color: #333;
  position: relative;
  padding-left: 0;
}

.oli-cms-content .gst_rdiobtn ul li:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  color: #0cb709;
  margin-bottom: 8px;
}

.oli-cms-content .gst_rdiobtn p {
  position: static;
  float: right;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: #205622;
}

.oli-cms-content .gst_rdiobtn_outer {
  padding: 14px 16px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.oli-cms-content .select_packages {
  margin-bottom: 20px;
}

.oli-cms-content .select_packages .gst_rdiobtn {
  margin-bottom: 14px;
}

/* ── Media / press cards (nmsr_block, associated) ── */
.oli-cms-content .nmsr_block,
.oli-cms-content .associated_with_awarded_by,
.oli-cms-content .associated_with_awarded_by2 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 15px;
  clear: both;
}

.oli-cms-content .nmsr_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
}

.oli-cms-content .nmsr_block_img {
  flex: 0 0 200px;
  max-width: 200px;
}

.oli-cms-content .nmsr_block_img img {
  width: 100%;
  border-radius: 6px;
}

.oli-cms-content .nmsr_block_text {
  flex: 1 1 280px;
  min-width: 0;
}

.oli-cms-content .awab_one_inner,
.oli-cms-content .awab_one_inner2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.oli-cms-content .awaboi_block {
  text-align: center;
  background: #fff;
  padding: 20px 16px;
  border-radius: 8px;
  border: 1px solid #eee;
}

.oli-cms-content .awaboi_block img {
  max-width: 140px;
  margin: 0 auto 12px;
}

/* ── Consumer / FAQ / process sections ── */
.oli-cms-content .consumer_box,
.oli-cms-content #whyUs {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 15px;
}

.oli-cms-content .section-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 24px 15px;
}

.oli-cms-content .accordaion-main-div {
  max-width: 1170px;
  margin: 0 auto 12px;
  padding: 0 15px;
}

.oli-cms-content .accordion-cus-head {
  background: #385067;
  color: #fff;
  padding: 14px 16px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.oli-cms-content .child-ans-div-1,
.oli-cms-content .child-ans-text {
  padding: 12px 16px 20px;
  color: #444;
}

/* ── Banner + form side-by-side blocks ── */
.oli-cms-content .from_order_change {
  width: 100%;
  clear: both;
}

.oli-cms-content .from_order_change_two .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.oli-cms-content #contact {
  max-width: 480px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .oli-cms-content .package_area .tablinks {
    flex: 1 1 45%;
    max-width: none;
  }

  .oli-cms-content .awab_one_inner,
  .oli-cms-content .awab_one_inner2 {
    grid-template-columns: 1fr 1fr;
  }

  .oli-cms-content .docs_req_tab_section .col-xs-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .oli-cms-content .package_area .tablinks {
    flex: 1 1 100%;
    max-width: none;
  }

  .oli-cms-content .awab_one_inner,
  .oli-cms-content .awab_one_inner2 {
    grid-template-columns: 1fr;
  }

  .oli-cms-content .docs_req_tab_section .col-xs-4 {
    width: 100%;
  }

  .oli-cms-content .nmsr_block {
    flex-direction: column;
  }
}

/* ═══════════════════════════════════════════════════════════
   CMS structured sections – split layout, form, pricing, etc.
   ═══════════════════════════════════════════════════════════ */

.oli-page-sections .oli-cms-split-row {
  margin-left: 0;
  margin-right: 0;
}

.oli-page-sections .oli-cms-split-image-col {
  margin-bottom: 24px;
}

.oli-page-sections .oli-cms-split-image-wrap {
  position: relative;
}

.oli-page-sections .oli-cms-image-caption {
  margin-top: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.oli-page-sections .oli-cms-section-heading {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin: 0 0 16px;
  line-height: 1.3;
}

.oli-page-sections .oli-cms-section-heading--center {
  text-align: center;
}

.oli-page-sections .oli-cms-section-heading--center::after {
  margin-left: auto;
  margin-right: auto;
}

.oli-page-sections .oli-cms-section-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin: 0 0 20px;
}

/* Lead form card */
.oli-page-sections .oli-cms-form-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 24px 22px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.oli-page-sections .oli-cms-form-card__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #222;
}

.oli-page-sections .oli-cms-form-card__subtitle {
  font-size: 15px;
  color: #666;
  margin: 0 0 18px;
}

/* FAQ accordion */
.oli-page-sections .oli-cms-accordion .oli-cms-accordion-item {
  margin-bottom: 10px;
  border-radius: 100px;
  overflow: hidden;
  background: #18ba60;
}

.oli-page-sections .oli-cms-accordion .oli-cms-accordion-item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oli-page-sections .oli-cms-accordion .oli-cms-accordion-item summary::-webkit-details-marker {
  display: none;
}

.oli-page-sections .oli-cms-accordion .oli-cms-accordion-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.oli-page-sections .oli-cms-accordion .oli-cms-accordion-item[open] summary::after {
  content: "−";
}

.oli-page-sections .oli-cms-accordion .oli-cms-accordion-body {
  background: #fff;
  padding: 20px;
  color: #444;
  border-radius: 0 0 12px 12px;
}

.oli-page-sections .oli-cms-faq-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.oli-page-sections .oli-cms-faq-card {
  background: #1e5f9e;
  border-radius: 10px;
  padding: 18px 12px;
  text-align: center;
  color: #fff;
}

.oli-page-sections .oli-cms-faq-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
}

.oli-page-sections .oli-cms-faq-card span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Pricing plans */
.oli-page-sections .oli-cms-pricing {
  background: #111;
  padding: 48px 20px;
  border-radius: 12px;
}

.oli-page-sections .oli-cms-pricing .oli-cms-section-heading {
  color: #fff;
}

.oli-page-sections .oli-cms-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.oli-page-sections .oli-cms-pricing-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.oli-page-sections .oli-cms-pricing-card__head {
  background: #18ba60;
  color: #fff;
  padding: 18px 16px;
  text-align: center;
}

.oli-page-sections .oli-cms-pricing-card__head h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
}

.oli-page-sections .oli-cms-pricing-card__price {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}

.oli-page-sections .oli-cms-pricing-card__body {
  padding: 20px 18px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.oli-page-sections .oli-cms-pricing-card__badge {
  display: inline-block;
  background: #ffc107;
  color: #222;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.oli-page-sections .oli-cms-pricing-card__features {
  margin: 0 0 20px;
  padding-left: 18px;
  flex: 1;
}

.oli-page-sections .oli-cms-pricing-card__features li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

.oli-page-sections .oli-cms-pricing-card__cta {
  display: block;
  text-align: center;
  background: #c6ff00;
  color: #111 !important;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
}

/* Advantages grid */
.oli-page-sections .oli-cms-advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px 20px;
  margin-top: 28px;
}

.oli-page-sections .oli-cms-advantage-item {
  text-align: center;
  padding: 0 10px;
}

.oli-page-sections .oli-cms-advantage-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 auto 14px;
  display: block;
}

.oli-page-sections .oli-cms-advantage-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #222;
}

.oli-page-sections .oli-cms-advantage-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* How it works steps */
.oli-page-sections .oli-cms-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.oli-page-sections .oli-cms-process-step {
  background: #1b5e3a;
  color: #fff;
  border-radius: 12px;
  padding: 22px 16px 20px;
  min-height: 140px;
  position: relative;
  overflow: hidden;
}

.oli-page-sections .oli-cms-process-step__num {
  position: absolute;
  right: 10px;
  bottom: -8px;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.2;
  pointer-events: none;
}

.oli-page-sections .oli-cms-process-step p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}

.oli-page-sections .oli-cms-process-step::after {
  content: "→";
  display: block;
  font-size: 18px;
  opacity: 0.85;
}

.oli-page-sections .oli-cms-cta-pill {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #e91e8c;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 767px) {
  .oli-page-sections .oli-cms-section-heading {
    font-size: 22px;
  }

  .oli-page-sections .oli-cms-process-steps {
    grid-template-columns: 1fr 1fr;
  }
}
