:root {
  --primary: #ae449a;
  --secondary: #397cbf;
  --primary-dark: #8e3480;
  --secondary-dark: #2c62a0;
  --text: #333333;
  --light-bg: #f8f8f8;
  --border: #dee2e6;
}

.blog-post-details,
.post-content,
.post-details,
.toc-wrapper,
.material-table-section,
.table-responsive,
.countries-grid,
.country-card,
.industries-list,
.faq-list,
.quality-list,
.widget-sidber,
.widget-category {
  box-sizing: border-box;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}

.blog-post-details {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 0;
}

.services-details-thumb,
.blog-post-details img {
  width: 80%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.toc-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-left: 5px solid var(--primary);
  padding: 25px 30px;
  margin-bottom: 25px;
  border-radius: 4px;
}

.toc-wrapper .col-md-6 {
  flex: 1 1 260px;
}

.toc-heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}

.toc-list {
  list-style: none;
  padding: 0;
}

.toc-list li {
  padding: 4px 0;
  border-bottom: 1px dashed #ddd;
}

.toc-list li:last-child {
  border-bottom: none;
}

.toc-list a {
  color: var(--secondary);
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  transition: color 0.2s;
}

.toc-list a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.main-heading,
.section-title {
  font-size: 36px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  line-height: 1.3;
}

.section-title-sm {
  font-size: 32px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}

.post-content p {
  margin-bottom: 14px;
  font-size: 18px;
  color: #444;
}

.post-content ul li {
  margin-bottom: 8px;
  color: #444;
}

.post-details {
  margin-top: 0;
  margin-bottom: 25px;
}

.material-table-section {
  margin-bottom: 30px;
}

.material-table-section .container {
  padding: 0;
}

.table-responsive {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

table th,
table td {
  border: 1px solid var(--border);
  padding: 10px 14px;
  text-align: left;
  vertical-align: middle;
}

table thead tr {
  background: var(--primary);
  color: #fff;
}

table thead th {
  font-weight: 600;
  font-size: 14px;
}

table tbody tr:nth-child(even) {
  background: #f5edf4;
}

table tbody tr:nth-child(odd) {
  background: #fff;
}

table tbody tr:hover {
  background: #ecdcea;
}

table td:first-child {
  font-weight: 600;
  color: #333;
}

.table-note {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  font-family: Arial, sans-serif;
  font-style: italic;
}

.product-range-list {
  column-count: 2;
  column-gap: 40px;
  padding-left: 20px;
  margin-top: 14px;
  list-style-type: disc;
}

.product-range-list li {
  margin-bottom: 8px;
  break-inside: avoid;
  list-style-type: disc;
}

.product-range-list a {
  color: var(--secondary);
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.product-range-list a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.countries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.country-card {
  flex: 1 1 300px;
  background: linear-gradient(135deg, #f5edf4 0%, #edf4fc 100%);
  border: 1px solid var(--border);
  border-top: 4px solid var(--primary);
  padding: 20px;
  border-radius: 4px;
}

.country-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}

.country-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.industries-list {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
}

.industries-list li {
  padding: 14px 20px;
  margin-bottom: 14px;
  background: #f8f8f8;
  border-left: 4px solid var(--secondary);
  border-radius: 0 4px 4px 0;
}

.industries-list li strong {
  color: #000;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.industries-list li p {
  margin: 0;
  color: #555;
  font-size: 14px;
}

.faq-list {
  list-style: none;
  padding-left: 0;
}

.faq-list li {
  margin-bottom: 18px;
  padding: 18px 20px;
  background: #fdf7fc;
  border: 1px solid #e8c9e4;
  border-radius: 4px;
}

.faq-list li strong {
  color: var(--primary);
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  font-family: Arial, sans-serif;
}

.quality-list {
  list-style: none;
  padding-left: 0;
  margin: 12px 0;
}

.quality-list li {
  padding: 8px 14px;
  margin-bottom: 8px;
  background: #f5edf4;
  border-left: 3px solid var(--primary);
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.enquire-section {
  margin: 20px 0;
}

.theme-btn {
  display: inline-block;
  padding: 15px 34px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--primary);
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  font-family: Arial, sans-serif;
  transition: background 0.2s, transform 0.1s;
}

.theme-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.post-content h3 {
  font-size: 20px;
  color: var(--secondary);
  margin: 18px 0 10px;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.services-details-area .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-details-area .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.services-details-area .col-lg-8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  padding-right: 30px;
}

.services-details-area .col-lg-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.widget-sidber {
  /* background: var(--light-bg); */
  border: 1px solid var(--border);
  padding: 20px;
  border-radius: 4px;
  margin-top: 30px;
}

.widget-sidber-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 14px;
  font-family: Arial, sans-serif;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 8px;
}

.widget-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-category ul li {
  /* border-bottom: 1px solid var(--border); */
  padding: 8px 0;
}

.widget-category ul li:last-child {
  border-bottom: none;
}

.widget-category ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #444;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: color 0.2s;
}


/* .widget-category ul li a:hover {
  color: var(--primary);
} */

.page-title-white {
  color: #fff;
}

.page-breadcrumb-current {
  color: #00A5E1;
}

.page-breadcrumb-current a {
  color: inherit;
}

.countries-grid-spacing {
  margin-bottom: 30px;
}

.related-link-accent {
  color: #ae449a;
}

.toc-list-offset {
  margin-top: 38px;
}

.country-card-highlight {
  border-top-color: var(--secondary) !important;
}

.country-card-highlight-title {
  color: var(--secondary) !important;
}

@media (max-width: 992px) {
  .blog-post-details,
  .services-details-area .container {
    padding: 0 18px;
  }

  .main-heading,
  .section-title {
    font-size: 30px;
  }

  .section-title-sm {
    font-size: 26px;
  }

  .toc-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .toc-wrapper .col-md-6 {
    flex: 1 1 100%;
  }

  .product-range-list,
  .product-range-list li {
    column-count: 1;
  }

  .countries-grid {
    flex-direction: column;
  }

  .services-details-area .col-lg-8,
  .services-details-area .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .main-heading,
  .section-title {
    font-size: 24px;
  }

  .section-title-sm {
    font-size: 22px;
  }

  .toc-heading {
    font-size: 16px;
  }

  .toc-wrapper {
    padding: 18px;
  }

  .toc-list a {
    font-size: 13px;
  }

  .post-content p,
  .post-content ul li,
  .table-note,
  .country-card p,
  .industries-list li,
  .faq-list li,
  .quality-list li {
    font-size: 16px;
  }

  .theme-btn {
    width: 100%;
    padding: 12px 18px;
  }

  table th,
  table td {
    padding: 10px 10px;
  }
}

@media (max-width: 576px) {
  .blog-post-details,
  .services-details-area .container {
    padding: 0 12px;
  }

  .main-heading,
  .section-title {
    font-size: 20px;
  }

  .section-title-sm {
    font-size: 18px;
  }

  .toc-wrapper {
    padding: 16px;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 100%;
  }

  table th,
  table td {
    padding: 8px 8px;
    font-size: 13px;
  }
}

.restho_nav_manu .col-xl-8,
.restho_nav_manu .col-lg-8 {
  padding-right: 12px;
}

.restho_nav_manu .col-xl-4,
.restho_nav_manu .col-lg-4 {
  padding-left: 12px;
}
