body {
  font-family: 'Poppins', sans-serif !important;
}


.blogBanner {
    position: relative;
    z-index: 0;
    background-image: url(../Furniture-Manufacturing-Software.webp);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.blogBanner:before { 
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .6;
}

.blogBanner_table {
    width: 100%;
    height: 100%;
}

.blogBanner_table_cell {
    vertical-align: middle;
}

.blogBanner_content {
    text-align: center;
}

.blogBanner_content h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 45px;
}

.blogContent1 p {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width:767px) {
    .blogBanner_content h2 {
        font-size: 44px;
        font-weight: 700;
    }

    .blogBanner_content h1 {
        font-size: 2rem;
        font-weight: 700;
    }

}

@media (min-width:767px) and (max-width:992px) {
    .blogBanner_content h1 {
        font-size: 3rem;
        font-weight: 700;
    }

}

@media screen and (max-width:300px) {
    .blogBanner_content h2 {
        font-size: 30px !important;
        font-weight: 700;
        margin-bottom: 48px;
    }

}

.blogList {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: 'DM Sans', sans-serif;
    color: #6b6b84;
}

.blogList li {
    margin-bottom: 3px;
    position: relative;
    padding-left: 30px;
    color: #6b6b84;
    font-size: 15px;
}

.blogList i {
    line-height: 28px;
    text-align: center;
    color: #474aa8;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 15px;
}

.blogList li:hover i {
    color: #000;
}

.blogContent {
    border-bottom: 1px solid #0000001f;
    padding-top: 20px;
    margin-bottom: 2.5rem;
}

.blogContent {
    border-bottom: 1px solid #0000001f;
    padding-top: 20px;
    margin-bottom: 2.5rem;
}

.blogContent i {
    color: #474aa8;
}

@media screen and (max-width:992px) {
    .blogContent {
        margin-bottom: 0rem;
    }

}

.blogBanner_content ul {
    text-align: center;
    position: relative;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blogBanner_content ul li a {
    display: block;
    font-weight: normal;
    color: #fff;
}

.blogBanner_content ul li:first-child {
    margin-left: 0;
}

.blogBanner_content ul li:first-child:before {
    display: none
}

.blogBanner_content ul li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #6cacd3;
    position: relative;
}

/* Add vertical separator line */
.blogBanner_content ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 2px;
    background-color: #6cacd3;
}

/* Remove line from the last item */
.blogBanner_content ul li:last-child::after {
    display: none;
}

.try-odoo a{
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: white;
    background-color: #474aa8;
    border-radius: 30px;
    transition: 0.4s all;

}
.try-odoo a:hover{
    background-color: #373a8e;
    color: white;
}


    /* Main layout */
.odoo-custom-section {
  background: #ffffff;
  border-radius: 24px;
}

.odoo-title {
  font-size: 25px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 20px;
  line-height: 1.2;
}

.odoo-text-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 16px;
}

/* Image container */
.odoo-image-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.odoo-image {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
.tick-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
    column-gap: 30px;
    row-gap: 14px;
    margin-bottom: 20px;
}

.tick-list li {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #2b5ea6;
}

/* Tick icon */
.tick-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #185e66; /* match your theme */
    font-weight: 600;
    font-size: 14px;
}

/* Mobile: 1 per row */
@media (max-width: 576px) {
    .tick-list {
        grid-template-columns: 1fr;
        text-align: start;
    }
}


/* Responsive */
@media (max-width: 768px) {
  .odoo-custom-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 15px;
  }

  .odoo-content-box {
    max-width: 100%;
  }

  .odoo-title {
    font-size: 28px;
  }

  .odoo-image {
    max-width: 100%;
  }
}




.sectiontitle {
    font-size: 2.5rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 20px;
}

.section-subtext {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

img.shadow-sm {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}










.sectiontitles {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

/* Remove card look */
.feature-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.check-icon {
    font-size: 20px;
    color: #425bc1;  /* purple */
    font-weight: bold;
    margin-right: 10px;
    margin-top: 3px;
}

.feature-text {
    font-size: 15px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}






/* Title styling */
.sectitles {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    text-align: start;
}

/* Card styling */
.benefit-box {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 18px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    min-height: 130px;
}

/* Hover effect */
.benefit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Check icon */
.check-icon {
    font-size: 22px;
    color: #425bc1; /* purple */
    font-weight: bold;
    margin-right: 12px;
    margin-top: 4px;
}

/* Card text */
.benefit-text {
    font-size: 15px;
    color: #555;
    margin: 0;
    line-height: 1.7;
}

/* =============================== */
/*         MEDIA QUERIES           */
/* =============================== */

/* Tablet */
@media (max-width: 991px) {
    .benefit-box {
        min-height: auto;
        padding: 16px;
    }
}

/* Mobile large */
@media (max-width: 767px) {
    .sectitles {
        font-size: 26px;
    }

    .benefit-box {
        flex-direction: column;
        padding: 15px;
    }

    .check-icon {
        margin-bottom: 8px;
        margin-right: 5px;
        font-size: 20px;
    }
}

/* Mobile small */
@media (max-width: 480px) {
    .benefit-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .sectitles {
        font-size: 22px;
    }
}





.image-wrapper {
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px 0;
}

.image-wrapper img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}






/* CTA Button Styling */
.blogBanner_cta.ctal {
  display: inline-block;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #5439b7, #372aa8);
  border-radius: 30px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(84, 57, 183, 0.3);
}

/* Hover Effect */
.blogBanner_cta.ctal:hover {
  background: linear-gradient(135deg, #5439b7, #372aa8);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(57, 76, 183, 0.4);
  color: #fff;
}

/* Active Click Effect */
.blogBanner_cta.ctal:active {
  transform: translateY(0);
  box-shadow: 0 6px 15px rgba(103, 57, 183, 0.2);
}



/* Blog Navigation Wrapper */
.blog-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
  gap: 15px;
}

/* Button Container */
.blog_pg_btn {
  flex: 0 0 auto;
}

/* Anchor Button Styling */
.blog_pg_btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #288fca;
  background-color: #f4efff;
  border: 2px solid #288fca;
  border-radius: 30px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

/* Hover Effect */
.blog_pg_btn a:hover {
  background-color: #288fca;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(71, 74, 168, 0.3);
}

/* Active Click Effect */
.blog_pg_btn a:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(71, 74, 168, 0.2);
}

/* Previous button alignment */
.prev_btn a {
  justify-content: flex-start;
}

/* Next button alignment */
.next_btn a {
  justify-content: flex-end;
}

/* Clear fix if needed */
.clear {
  clear: both;
}

/* Responsive Design */
@media (max-width: 576px) {
  .blog-button {
    flex-direction: column;
    gap: 12px;
  }

  .blog_pg_btn a {
    width: 100%;
    justify-content: center;
  }
}





.benefits-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #1f2937;
}

/* List reset */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* List item */
.benefits-item {
  position: relative;
  padding-left: 44px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
  transition: color 0.3s ease;
}

/* Main animated dot */
.benefits-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #9333ea);
  animation: benefitsPulse 1.8s infinite ease-in-out;
}

/* Glow ring */
.benefits-item::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(99, 102, 241, 0.45);
  animation: benefitsRipple 1.8s infinite ease-out;
}

/* Hover effect */
.benefits-item:hover {
  color: #111827;
}


@keyframes benefitsPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.35); }
  100% { transform: scale(1); }
}

@keyframes benefitsRipple {
  0% { transform: scale(0.6); opacity: 0.7; }
  100% { transform: scale(1.6); opacity: 0; }
}

@media (max-width: 576px) {
  .benefits-title {
    font-size: 26px;
  }

  .benefits-item {
    font-size: 15px;
    padding-left: 36px;
  }

  .benefits-item::after {
    display: none; /* cleaner on mobile */
  }
}


.usecase{
    background-color: #6a87ef;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
}
.usecase-heading{
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.use-case-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.use-case-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
}

/* Animated dot */
.use-case-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, #2c4096, #07131c);
  animation: pulseDot 1.8s infinite ease-in-out;
}

/* Glow ring */
.use-case-list li::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid rgba(72, 72, 72, 0.4);
  animation: ripple 1.8s infinite ease-out;
}

@keyframes pulseDot {
  0% { transform: scale(1); }
  50% { transform: scale(1.35); }
  100% { transform: scale(1); }
}

@keyframes ripple {
  0% { transform: scale(0.6); opacity: 0.7; }
  100% { transform: scale(1.6); opacity: 0; }
}
