body {
  font-family: "Inter", sans-serif;
  color: #333;
  background-color: #fff;
}
.custom-hero-section {
  position: relative;
  width: 100%;
  background-image: url("../Hire-Odoo-developer-1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  padding: 80px 0px;
}

.custom-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #25d0ffd4, #7f50ffd4);
  z-index: 1;
}

.custom-hero-section .container {
  z-index: 2;
}

.custom-hero-title {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 2.8rem;
}

.custom-social-sidebar {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}

.custom-social-icon {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 10px 0;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.custom-social-icon:hover {
  color: #d1ecf1;
  transform: scale(1.1);
  text-decoration: none;
}

@media (max-width: 991px) {
  .custom-hero-title {
    font-size: 2.2rem;
  }

  .custom-social-sidebar {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .custom-hero-section {
    min-height: 70vh;
    background-attachment: scroll;
  }

  .custom-hero-title {
    font-size: 1.6rem;
    text-align: center;
  }

  .custom-social-sidebar {
    right: 15px;
  }

  .custom-social-icon {
    font-size: 1rem;
    margin: 8px 0;
  }
}

@media (max-width: 480px) {
  .custom-hero-title {
    font-size: 1.3rem;
  }
}

.custom-meta-info {
  font-size: 0.9rem;
  color: #555;
}

.custom-section-heading {
  color: #18295e;
  font-weight: 800;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  scroll-margin-top: 100px !important;
}

.custom-blog-content p {
  line-height: 1.7;
  color: #444;
  font-size: 15px;
}
.custom-blog-content li {
  line-height: 1.7;
  color: #444;
  font-size: 15px;
}

.custom-sticky-sidebar {
  position: sticky;
  top: 80px;
}

.custom-toc-card {
  background: linear-gradient(to top, #e8e8ff, #dffaff);
  border-radius: 8px;
  overflow: hidden;
  border: none;
}

.custom-toc-header {
  background-color: #dffaff;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #113d33;
}

.custom-toc-body {
  padding: 0 20px 20px 20px;
  overflow-y: auto;
}

.custom-toc-body ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.custom-toc-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #113d33;
  border-radius: 50%;
}

.custom-toc-body ul li a {
  color: #113d33;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.custom-toc-body ul li a:hover {
  color: #007bff;
  text-decoration: none;
}

.custom-latest-blogs-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #eaeaea;
}

.custom-blog-item h6 a {
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.custom-blog-item h6 a:hover {
  color: #009dff !important;
}

.custom-thumb img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .custom-sticky-sidebar {
    position: static;
    margin-top: 40px;
  }
}

.custom-toc-body {
  padding: 0 20px 20px 20px;
  max-height: 50vh;
  overflow-y: auto;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
}

.custom-toc-body.collapsed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.custom-table-wrapper {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.custom-table-header {
  background-color: #113d33;
}

.custom-table-header th {
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
}

.table tbody td {
  vertical-align: middle;
  border-top: 1px solid #edf2f7;
  color: #323437;
  font-size: 0.95rem;
}

.table-hover tbody tr:hover {
  background: linear-gradient(135deg, #dfdfff, #e7f8ff);
}

@media (max-width: 767px) {
  .custom-table-header th {
    font-size: 0.85rem;
    padding: 10px !important;
  }

  .table tbody td {
    font-size: 0.85rem;
    padding: 10px !important;
  }
}

@media (max-width: 480px) {
  .custom-table-header th {
    font-size: 0.8rem;
    padding: 8px !important;
  }

  .table tbody td {
    font-size: 0.8rem;
    padding: 8px !important;
  }
}

.migration-flow {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.migration-box {
  width: 100%;
  padding: 28px 30px;
  text-align: center;
  border: 2px solid #1f2937;
  background: #ffffff;
  box-sizing: border-box;
}

.migration-box h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.5px;
}

.migration-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
}

.legacy-box {
  border-radius: 4px 4px 0 0;
}

.process-box {
  background: #f8fafc;
}

.odoo-box {
  border-radius: 0 0 4px 4px;
  background: #ffffff;
}

.migration-arrow {
  width: 2px;
  height: 55px;
  background: #1f2937;
  position: relative;
}

.migration-arrow::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #1f2937;
}

@media (max-width: 767px) {
  .migration-box {
    padding: 22px 18px;
  }

  .migration-box h3 {
    font-size: 18px;
  }

  .migration-box p {
    font-size: 14px;
  }

  .migration-arrow {
    height: 40px;
  }
}

.erp-evaluation-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
  -webkit-overflow-scrolling: touch;
}

.erp-evaluation-table {
  width: 100%;
  min-width: 700px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  overflow: hidden;
  font-family: inherit;
}

.erp-evaluation-table thead th {
  padding: 18px 20px;
  background: #2563eb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.erp-evaluation-table thead th:last-child {
  border-right: 0;
}

.erp-evaluation-table tbody td {
  padding: 18px 20px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  vertical-align: top;
  border-bottom: 1px solid #e5eaf1;
  border-right: 1px solid #e5eaf1;
}

.erp-evaluation-table tbody td:first-child {
  width: 30%;
  color: #172033;
  font-weight: 600;
}

.erp-evaluation-table tbody td:last-child {
  border-right: 0;
}

.erp-evaluation-table tbody tr:last-child td {
  border-bottom: 0;
}

.erp-evaluation-table tbody tr {
  transition: background-color 0.2s ease;
}

.erp-evaluation-table tbody tr:hover {
  background-color: #f5f8ff;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .erp-evaluation-table-wrapper {
    margin: 20px 0;
  }

  .erp-evaluation-table {
    min-width: 650px;
  }

  .erp-evaluation-table thead th,
  .erp-evaluation-table tbody td {
    padding: 14px 15px;
    font-size: 14px;
  }

  .erp-evaluation-table tbody td:first-child {
    width: 32%;
  }
}
.blog-table-container {
  width: 100%;
  overflow-x: auto;
  margin: 2rem 0;
  font-family: inherit;
}

.blog-decision-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.blog-decision-table th {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bdt-col-factor {
  background-color: #334155;
  width: 30%;
}

.bdt-col-odoo {
  background-color: #714B67;
  width: 35%;
}

.bdt-col-sap {
  background-color: #008FD3;
  width: 35%;
}

.blog-decision-table td {
  padding: 14px 20px;
  font-size: 0.95rem;
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
}

.blog-decision-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.blog-decision-table tbody tr:hover {
  background-color: #f1f5f9;
}

.bdt-factor-name {
  font-weight: 600;
  color: #1e293b;
}

.bdt-odoo-val {
  color: #5c3953;
  font-weight: 500;
}

.bdt-sap-val {
  color: #006fb2;
  font-weight: 500;
}

.blog-decision-table tbody tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .blog-decision-table th, 
  .blog-decision-table td {
    padding: 12px 14px;
    font-size: 0.85rem;
  }
  
  .blog-table-container {
    margin: 1.5rem 0;
    box-shadow: none;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
  }
}

@media screen and (max-width: 480px) {
  .blog-decision-table th, 
  .blog-decision-table td {
    padding: 10px 10px;
    font-size: 0.8rem;
  }
  
  .blog-decision-table th {
    font-size: 0.85rem;
  }
}

.author-bio-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  margin: 2.5rem 0;
  font-family: inherit;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.author-avatar {
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  background-color: #714B67;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.025em;
  overflow: hidden;
}
.author-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.author-content {
  flex-grow: 1;
}

.author-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
}

.author-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

.author-linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #0a66c2;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.author-linkedin-btn:hover {
  background-color: #004182;
  color: white;
  text-decoration: none;
}

.author-linkedin-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.author-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  margin: 0 0 10px 0;
}

.author-bio-text {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .author-bio-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .author-header {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
}

.blog-cta-container {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
  font-family: inherit;
}

.blog-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #006eff;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 6px -1px rgba(0, 143, 211, 0.2), 0 2px 4px -1px rgba(0, 143, 211, 0.1);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-cta-button:hover {
  background-color: #005fdc;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px -1px rgba(0, 143, 211, 0.3), 0 4px 6px -2px rgba(0, 143, 211, 0.15);
}

.blog-cta-button:active {
  transform: translateY(0);
}

@media screen and (max-width: 480px) {
  .blog-cta-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 0.95rem;
  }
}

/* Pura sidebar column sticky banane ke liye */
.custom-sticky-sidebar {
    position: sticky;
    top: 20px; /* Page scroll hone par yahan se chipka rahega */
    z-index: 10;
}

/* Form card ka styling */
.contact-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-card .card-title {
    font-size: 1.25rem;
    color: #333;
}

/* Intl-tel-input ko sidebar mein width fix karne ke liye */
.iti {
    width: 100%;
}