
body {
    font-family: 'Inter', sans-serif;
    color: #333;
    background-color: #fff;
}
.custom-hero-section {
    position: relative;
    width: 100%;
    background-image: url('./1\ \(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-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;
  }
}